[RECOVERY] Official TWRP 3.3.1 for Moto G7 Plus [lake] - Moto G7 Plus ROMs, Kernels, Recoveries, & Other De

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Win Recovery Project 3.x, or twrp for short, is a custom recovery built with ease of use and customization in mind. It's a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
This device has 2 "slots" for ROMs / firmware. TWRP will detect whichever slot is currently active and use that slot for backup AND restore. There are buttons on the reboot page and under backup -> options to change slots. Changing the active slot will cause TWRP to switch which slot that TWRP is backing up or restoring. You can make a backup of slot A, switch to B, then restore the backup which will restore the backup of A to slot B. Changing the slot in TWRP also tells the bootloader to boot that slot.
NOTE:
Decryption of data works when fastboot booting TWRP AND when permanently installing TWRP
Installation
To temporarily boot this recovery:
Code:
fastboot boot twrp-[b]build-version[/b]-lake.img
To permanently install it:
Temporarily boot twrp
Place the twrp-installer zip on your internal/external storage, or push to /sdcard or /external_sd using adb:
Code:
adb push twrp-installer-[b]build-version[/b]-lake.zip /sdcard (or /external_sd)
Tap Install -> Navigate to /sdcard or /external_sd and select the twrp-installer -> Swipe to install
Reboot recovery. NOTE: if you had Magisk installed previously, be sure to flash again before rebooting to System
NOTE: you can flash the twrp-installer zip directly in Magisk Manager as a module to install and/or update TWRP!
NOTE: Currently, there is no official twrp-installer zip, but there will be for the next official update. However, you can use the "unofficial" twrp-installer for the time being as it is built using the same sources
Downloads
• TWRP (Official) || https://twrp.me/motorola/motorolamotog7plus.html
• TWRP (Unofficial) || twrp-3.3.1-lake-Q-v1.img
• INSTALLER || twrp-installer-3.3.1-lake-Q-v1.zip
NOTE: The unofficial twrp.img and twrp-installer.zip have been updated for Stock Q and Q based custom ROM's. They may also work on all Pie ROM's (is anyone still using Pie?) as well but is untested
XDA:DevDB Information
TeamWin Recovery Project 3.3.1, Tool/Utility for the Moto G7 Plus
Contributors
Jleeblanch
Source Code: https://github.com/TeamWin/android_device_motorola_lake
Version Information
Status: Stable
Current Stable Version: 3.3.1-0
Stable Release Date: 2019-07-23
Current Beta Version: 3.3.1
Beta Release Date: 2019-05-11
Created 2019-05-14
Last Updated 2020-04-03

Reserved

Treble support ?

Laercio_lalau said:
Treble support ?
Click to expand...
Click to collapse
Yes, of course. The device comes fully treble enabled, so it wouldn't make sense to build TWRP without supporting it. I'm sure it'll need some tweaks here and there and I gotta add in decryption support. It's not that it's broken, I just haven't implemented it yet. I wanted to get a working build up for at least flashing Magisk and GSI's.

Jleeblanch said:
Yes, of course. The device comes fully treble enabled, so it wouldn't make sense to build TWRP without supporting it. I'm sure it'll need some tweaks here and there and I gotta add in decryption support. It's not that it's broken, I just haven't implemented it yet. I wanted to get a working build up for at least flashing Magisk and GSI's.
Click to expand...
Click to collapse
so does it support GSI? It would be good news Bro

Laercio_lalau said:
so does it support GSI? It would be good news Bro
Click to expand...
Click to collapse
Yes, absolutely. I do need to update the twrp fstab a little for our device but it does support flashing system and vendor images. GSI's only contain a system.img, so you're good to go!
Again tho, until I implement decryption support, backups of /data and /sdcard (internal storage) aren't possible.

Hey guys,
I've not installed TWRP for a long time, I've been using the same phone (Nextbit Robin) almost two years.
Do I follow this guide to install this? https://www.xda-developers.com/how-to-install-twrp/
Using the instructions above?

Tomato_Jam said:
Hey guys,
I've not installed TWRP for a long time, I've been using the same phone (Nextbit Robin) almost two years.
Do I follow this guide to install this? https://www.xda-developers.com/how-to-install-twrp/
Using the instructions above?
Click to expand...
Click to collapse
The important thing NOT to follow at that link (which otherwise seems to have good info) is DON'T 'fastboot flash recovery twrp.img' but instead do 'fastboot boot twrp.img' to only boot it initially (notice the words 'flash' and 'recovery' aren't in there), after which there is a new way within TWRP to fully install it. The reason is because there is no longer a recovery partition in the newer A/B-slotted devices including G7+, so if you fastboot flash the old way it could brick your device. So just follow the instructions in OP of this thread once you get to the 'Install via ADB' section.
Edit: another thing is that touch isn't working in current version after installing twrp in latest firmware versions (but does work when booted), also as pointed out in OP decryption still isn't added so can't do full nandroid backups or work with internal storage.

Okay, thanks.
Going to give it a go shortly.

will it make its way to the 'official' download page? https://twrp.me/Devices/Motorola/

I must be doing something wrong, I have a couple of ideas but I'm afraid to try any of them in case I brick it.
I am getting FAILED (remote failure)
C:\G7Plus>adb reboot bootloader
C:\G7Plus>fastboot boot twrp-3.3.0-lake.img
downloading 'boot.img'...
OKAY [ 1.576s]
booting...
(bootloader) permission denied!
FAILED (remote failure)
finished. total time: 1.607s
Click to expand...
Click to collapse
Model
moto g7 plus XT1965-3
Build number
PPW29.98-28

Tomato_Jam said:
I must be doing something wrong, I have a couple of ideas but I'm afraid to try any of them in case I brick it.
I am getting FAILED (remote failure)
Model
moto g7 plus XT1965-3
Build number
PPW29.98-28
Click to expand...
Click to collapse
Did you unlock the bootloader?

washoq said:
Did you unlock the bootloader?
Click to expand...
Click to collapse
No, I did not
It has been a while since I have rooted a phone. And even then i think I have only done it 2-3 times altogether.
Thanks.

Tomato_Jam said:
No, I did not
It has been a while since I have rooted a phone. And even then i think I have only done it 2-3 times altogether.
Thanks.
Click to expand...
Click to collapse
If you need the link where to unlock bootloader on Motorola phones:
https://support.motorola.com/us/en/bootloader

Dahenjo said:
If you need the link where to unlock bootloader on Motorola phones:
https://support.motorola.com/us/en/bootloader
Click to expand...
Click to collapse
Thanks

so pointless until touch support i am guessing

supergear said:
so pointless until touch support i am guessing
Click to expand...
Click to collapse
Not pointless, and besides touch was working fine up until PPWS29.98-66-2 was released. I've since fixed touch in the latest firmware.
AFH Download -> twrp-3.3.1-v3-lake-jlb.img
md5sum = 008d4434ada4b6b68034dd19b2d199b3
I'll update the OP accordingly this evening.

Decryption is planned to get implemented in TWRP? Is it (easily) possible to run the device without encryption, while keeping the possibility to do OTA updates?
Edit: Hey, since when does Motorola stop delivering OTA updates to unlocked devices? That's not what I know from Moto G2, Moto X Play, Moto Z Play. All of them did receive and install OTA updates fine having unlocked bootloader, but the Moto G7 plus shows that it would not receive OTA updates anymore!
Edit2: Maybe they just put that warning in place but don't mean it. They wrote it would still be possible as usual:
https://support.motorola.com/us/en/products/bootloader-unlock/documents/MS91999
Unlocking your bootloader does not affect your eligibility to receive over-the-air (OTA) upgrades from Motorola. Upgrade packages to new versions of Android will be pushed to all eligible devices, regardless of their bootloader locking status.
Click to expand...
Click to collapse

Hallo ,
Have the same experiance , no April Update for Moto 7Plus over OTA reteu2 channel, nothing.... have flash self ... on my phone only open bootloader and later Magisk for root... not more...
Hope TWRP come the next time with encryption...thanks on this way for the dev's

tag68 said:
Decryption is planned to get implemented in TWRP? Is it (easily) possible to run the device without encryption, while keeping the possibility to do OTA updates?
Edit: Hey, since when does Motorola stop delivering OTA updates to unlocked devices? That's not what I know from Moto G2, Moto X Play, Moto Z Play. All of them did receive and install OTA updates fine having unlocked bootloader, but the Moto G7 plus shows that it would not receive OTA updates anymore!
Edit2: Maybe they just put that warning in place but don't mean it. They wrote it would still be possible as usual:
https://support.motorola.com/us/en/products/bootloader-unlock/documents/MS91999
Click to expand...
Click to collapse
Same here... "System integrity compromised" and I only unlocked the bootloader, nothing else

Related

12-19 - ViperExperience Beta 14 | Android 13 | November 2022 Security Patch |GSI

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ViperExperience 12L GSI for U12+
"Choose your flavor! - The next Generation Viper ROM"
Dear Community,
Venom ROMs takes the next big step for your HTC, as well as other Treble A/B devices out there! You want Android 11, but don't want to miss out on the hardware benefits of your HTC U12+? Or you want to enjoy all of your beloved HTC Apps on another OEM? Then we have the best of both worlds for you today (or very soon)! Decide for yourself between an Android Stock Experience, or an HTC Sense Experience by choosing between Pixel Launcher and HTC Sense 10 UI Launcher. On your HTC U12+ you can in addition continue to use your popular HTC features like HTC Edge Sense, HTC FaceUnlock and the HTC Camera!
We at Venom ROMs are using the AOSP GSI based on Android 11 to bring you the best HTC features paired with the latest Android AND Pixel experience from Android 10.
Thanks to @phhusson for his Treble experimentations repos, @JEANFRIVERA, @5m4r7ph0n36uru, @Captain_Throwback, @MassStash, @donmarkoni for all tests you did for me to make this ROM.
mikalovtch
Must have unlocked bootloader from htcdev.com or factory S-OFF
Download Viper Experience 11 GSI from Androidfilehost.com
Download „vbmeta_noverity.zip“ from Androidfilehost.com
Download latest TWRP from #2 post or Download latest PBRP from here: PBRP
Boot your Device in Bootloader Mode
Boot to TWRP or PBRP, using the following command:
Code:
fastboot boot nameoftwrpimage.img
Rename „vbmeta_noverity.zip“ to „update.zip“ and place it inside your adb/fastboot folder
Push „update.zip“ to your device, using the following command:
Code:
adb push update.zip /update.zip
Make sure you are on slot A on reboot page of TWRP or PBRP if not switch to slot A and fasboot boot twrp.img again
Flash „update.zip“ from recovery UI
Reboot to Download from recovery UI
Erase userdata and system using the following commands: (THIS WILL FORMAT INTERNAL STORAGE!)
Code:
fastboot erase userdata
and:
Code:
fastboot erase system
Flash Viper Experience 10 GSI, using the command:
Code:
fastboot flash system nameofimage.img
Rebootyour device, using the command
Code:
fastboot reboot
Setup and enjoy an mew ROM on your HTC U12+!
​
XDA:DevDB Information
12-04 - ViperExperience Beta 12 | Android 12L | April 2022 Security Patch |GSI , ROM for the HTC U12+
Contributors
mikalovtch, JEANRIVERA
Source Code: https://github.com/phhusson/treble_experimentations
ROM OS Version: Android 12L
ROM Kernel: Linux 4.x
ROM Firmware Required: Android 9 Pie
Based On: AOSP HTC Sense
Version Information
Status: Beta
Beta Release Date: 2020-12-22
Created 2020-03-07
Last Updated 2020-12-22
​
Prerequisites
PIE_noverity_vbmeta_both_slots-TWP.zip: This zip patches the stock vbmeta for BOTH slots to ensure the device will boot after flashing the GSI. The zip in the OP only patches slot A, so you would have to ensure you are on slot A when flashing the system image. This zip allows either slot to be used. Thanks @The_Walking_Playground for posting the updated zip!
Fixes
UPDATE-BeyondStock™_U12+_Exodus_Vendor_Fixes-CPTB-signed.zip: This zip patches the vendor partition on U12+ and Exodus devices to fix Bluetooth streaming/headset compatibility, and enables exFAT support with the stock and BeyondStock™ kernels (NOTE: The exFAT portion of this fix is no longer needed, but has no negative side effects).
Patches
UPDATE-BeyondStock™_Header_Patch_U12+_Exodus-CPTB-signed.zip: This zip patches the boot.img header of the installed kernel so that decryption will work in permanently installed TWRP. This zip should be used if you're using a custom kernel that doesn't require patching for touch.
UPDATE_BeyondStock™_U12+_Exodus_Remove_Forced_Encryption_CPTB_signed.zip: This zip disables forced encryption on the device so that it doesn't automatically get encrypted after Formatting Data in TWRP.
Custom Recovery
Official TWRP for U12+: This is the recommended TWRP version to use with the ROM, with full Android 11/12 decryption support.
Kernels
UPDATE-BeyondStock™-Kernel-Pie-v0.02-U12+_Exodus-signed.zip: This zip installs the BeyondStock™ kernel which has patched touch for permanently installed TWRP older than 3.4.0, and patches the boot.img header so that decryption will work. It also supports the stock exFAT implementation.
UPDATE-BeyondStock™-Kernel-Pie-v0.02-U12+_Exodus_TWRP_3_4_0_CPTB.zip: This zip installs the BeyondStock™ kernel which has patched touch for permanently installed TWRP 3.4.0 (and higher), and patches the boot.img header so that decryption will work. It also supports the stock exFAT implementation.
[MANUAL] Fix CTS Profile Mismatch
Initial situation: most GSIs are rooted to a certain extent. This also applies to the AOSP GSI, which is the basis of our ViperExerience ROM.
Precondition: To correct the CTS mismatch, it is necessary that Magisk is installed.
If the precondition is fulfilled, proceed as follows:
Install the Magisk modules "Busybox" from Osmosis, and "MagiskHide Propst Config" from Didgeridoohan
After a device restart, open a Terminal App on your HTC U12+ and go through the following steps
Request root privileges by typing
Code:
su
Start the Props module by typing
Code:
props
Type
Code:
1
to set a new fingerprint for the device
Follow the instructions in order by selecting
Code:
f
and
Code:
7
(for HTC).
finally type
Code:
4
(for U12+ Pie).
How to permanently flash TWRP via the TWRP.img file inside TWRP
1. Make sure you have a working fastboot and adb environment! Your device´s bootloader must be unlocked!
2. Download the twrp.img file from here: https://github.com/CaptainThrowback/android_device_htc_ime/releases
3. Boot to TWRP. Navigate to Advanced -> Install Recovery Ramdisk -> Choose the twrp.img downloaded earlier. Wait for the flash to be completed successfully and do either
4. Download BeyondStock™-Kernel This zip installs the BeyondStock™ kernel which has patched touch for permanently installed TWRP, and patches the boot.img header so that decryption will work. It also supports the stock exFAT implementation.
5a. If you want to be rooted flash the magisk.zip
5b. If you don't want to be rooted navigate to Advanced -> Fix Recovery Bootloop to be able to boot into system
Thanks to @JEANRIVERA
reserved
reserved3
reserved4
reserved5
reserved6
Support
Hi users, I was a noob once too, believe it or not I had questions & stupid questions too but I was never afraid to ask, in my way to be part of this amazing team I have known all kind of Devs, with different levels of friendliness , but being honest in some way or another I have learned from all of them a little something, Now I want to give back to the community as much as I can, I am no Dev, but I do know a trick or two, if I don't know the answer to your questions, I will try my best to get an answer for you from the Team.
The instructions in the OP have been updated for better understanding and corrected some points, if anyone has tried unsuccessfully to flash this ROM please follow the updated instructions, if anyone have trouble or not booting device please feel free to ask, I will try to guide anyone as much as I can and as friendly as possible. I see there is 73 downloads on AFH of the ROM but only few users reported their experience here, maybe if you are afraid to ask, don't be, if you navigate through the thread you will see only friendly responses, and I will try my best to keep it that way, don't be afraid to tag me for support
And I'll take this one, just for the kicks.
I am running android 8 with viper 2.0 and i tried to update to this but ADB says that my file system is read-only. What is the recommended course of action?
Code:
adb: error: failed to copy 'update.zip' to '/update.zip': couldn't create file: Read-only file system
I read elsewhere that 'adb root' would be needed but i figured it would be better to ask here instead of following some random post about a somewhat similar situation.
First off: don't install this ROM on Android 8 firmware. It's an Android 10 GSI and all development an testing has been done on the latest EMEA firmware.
So the way to go from ViperU12+ would be to go back to full stock unsung a RUU and upgrade to Android Pie. This is to make sure you start from the correct base and environment. Then boot the device and copy the vbmeta zip onto /sdcard. Then reboot to bootloader and boot to TWRP, and follow the instructions from post #1 to the point.
Use the latest TWRP from @Captain_Throwback, found here: https://github.com/CaptainThrowback/android_device_htc_ime/releases/tag/3.3.1-2
Sent from my Pixel 4 XL using XDA Labs
it should be: 9 Reboot to Download from TWRP UI not
9 Reboot to bootloader from TWRP UI
on Production Units in Bootloader you get an error:
FAILED (remote: Erase is not allowed on PRODUCTION device)
This ROM is been running quite fantastic for me, I am so excited to help test and get this released for everybody to use! Can't believe we have Android 10 on this u12 plus Beast, it's so amazing! LOL thank you so much @mikalovtch, @JEANRIVERA, @Captain_Throwback, &
Sent from my HTC U12+ using Tapatalk
Oh man, you`ve done brilliant work:highfive::good:
it is almost perfect, butter smooth and fully functional except few bugs.
some issues are:
1. time and date automatically reset to 2020.03.07 4:47 after reboot, which can be quite annoying.
2. edgesense squeeze gesture feedback is weird. it`s not like the feedback of power btn but vibrating.
3. edgesense setting does not show in the settings.
some Pro tips:
1. flash system.img via twrp or via usb under DOWNLOAD mode. you can not flash it under BOOTLOADER mode.
2. you can access edgesense settings by this method:
goto Setting.Apps, show all system Apps and find out edgesense service app. In the detail screen(where you can clear the cache and force stop, idk the exact term), tap Advanced, Additional settings in the app.
3.kirisakura kernel tested, all good.
btw i use China version u12+, hope this will help you.
Thanks you bro!
issue has been fixed
JEANRIVERA said:
without the vbmeta.zip the ROM will not boot at all, the instructions fail to specify you must be on slot A to flash the vbmeta.zip and ROM, instructions will be updated soon, if you are on slot B another vbmeta zip should be used.
Click to expand...
Click to collapse
thank you! but i still boot without flashing vbmeta.
neoncloud4399 said:
thank you! but i still boot without flashing vbmeta.
Click to expand...
Click to collapse
is your device S-OFF? that would be the only possible reason it boots
JEANRIVERA said:
is your device S-OFF? that would be the only possible reason it boots
Click to expand...
Click to collapse
no, it still s-on.
i followed this procedure:
clear system, flash system, clear userdata under twrp
flash vbmeta.zip under twrp By sideload
reboot, failed to boot, show warning messages.
run fastboot oem rebootRUU to ruu flash mode and downgrade to 1.21
fastboot erase persist
boot to 1.21 China then upgrade to PIE.
boot to DOWNLOAD, erase system, userdata, flash system both system_a and system_b and it boots.

[ROM] Dirty Unicorns 14.7 {Marlin} (09/13/20)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About Us:
Dirty Unicorns is an AOSP based project built to enhance the stock Android experience.
Our focus has been and is always to contribute back to the community. That is ultimately why we do what we do.
We DO NOT accept, nor ask, for donations. We do not believe in that. Everything that is necessary to keep this project going comes out of our own pocket. This includes, but is not limited to; Devices, Gerrit, our websites and services, etc.. The only thing that we ask in return is that you have patience, search the thread for answers prior to posting, read diligently, and try to enjoy the process with us!
Kernel Source:
https://github.com/DirtyUnicorns/android_kernel_google_marlin
Flashing Instructions:
If you have a device that uses TWRP
Verify that you're using the latest version of TWRP
Perform a FULL WIPE: (A full wipe is when you wipe system/data/cache/dalvik)
Flash the latest version of this ROM
Flash vendor image (once only to both slots if coming from another ROM) via bootloader:
Code:
fastboot flash --slot all vendor vendor.img
Reboot and ENJOY!
If you have a device that does not use TWRP
Download boot.img and ROM zip from DU server
Reboot into bootloader and flash the boot.img
Code:
fastboot flash --slot all boot boot.img
Reboot to recovery
Go to recovery select factory reset
Select Apply update from ADB to flash the zip
Code:
adb sideload nameofbuild.zip
Flash vendor image (once only) via bootloader:
Code:
fastboot flash --slot all vendor vendor.img
Reboot and ENJOY!
If you're just updating DU on a device without TWRP
Download ROM zip from DU server
Reboot into recovery and select Apply update from ADB to flash the zip
Reboot system now and ENJOY!
**All bugs and feature requests must be reported to JIRA**
**If you use Xposed, please don't bother reporting any bugs**
**If you use another kernel, please don't bother reporting any bugs**
**If you fail to follow these instructions, please don't bother reporting any bugs**
Download Links:
Build(s) - Marlin
Other Links:
ROM Source - https://github.com/DirtyUnicorns
Gerrit - http://gerrit.dirtyunicorns.com
Crowdin (translations) - https://crowdin.net/project/dirtyunicorns
JIRA (Bug Reporting / Feature Requests) - http://jira.dirtyunicorns.com/
Telegram - https://t.me/dirtyunicorns / https://t.me/DirtyUnicornsSupport
XDA:DevDB Information
Dirty Unicorns, ROM for the Google Pixel XL
Contributors
NYCHitman1
Source Code: https://github.com/DirtyUnicorns
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 14.7
Stable Release Date: 2020-09-13
Created 2020-08-08
Last Updated 2020-09-13
one of the BEST ROMS for Marlin, loving it
imna357 said:
one of the BEST ROMS for Marlin, loving it
Click to expand...
Click to collapse
Is it available for Sailfish or can this build can be flash on Sailfish
rom
thanks
kiran8631 said:
Is it available for Sailfish or can this build can be flash on Sailfish
Click to expand...
Click to collapse
Sorry, Marlin only.
Cool beans.....
Tried a few rom from other developers but the battery drains fast. This one have no problem. Thanks for good rom.
Was anyone able to install Magisk?
Whenever I try to install Magisk I get stuck in a Bootloop at the Google Logo.
Doesn't matter if I do KEEPFORCEENCRYPT=true & KEEPVERITY=true in the .magisk for or false.
Wanted to test disable DM-Verity but TWRP is unable to mount /system_root (Neither TWRP 3.4.0.0 or 3.3.1 work)
My Phone has an encrypted Storage if that helps narrowing down the issue
Darthsternie said:
Was anyone able to install Magisk?
Whenever I try to install Magisk I get stuck in a Bootloop at the Google Logo.
Doesn't matter if I do KEEPFORCEENCRYPT=true & KEEPVERITY=true in the .magisk for or false.
Wanted to test disable DM-Verity but TWRP is unable to mount /system_root (Neither TWRP 3.4.0.0 or 3.3.1 work)
My Phone has an encrypted Storage if that helps narrowing down the issue
Click to expand...
Click to collapse
Try using the orangefox recovery when flashing the magisk, never had this issue
Ok this looks sick. Gunna flash tonight.
Darthsternie said:
Was anyone able to install Magisk?
Whenever I try to install Magisk I get stuck in a Bootloop at the Google Logo.
Doesn't matter if I do KEEPFORCEENCRYPT=true & KEEPVERITY=true in the .magisk for or false.
Wanted to test disable DM-Verity but TWRP is unable to mount /system_root (Neither TWRP 3.4.0.0 or 3.3.1 work)
My Phone has an encrypted Storage if that helps narrowing down the issue
Click to expand...
Click to collapse
Magisk 19.3 installed without any issue using twrp 3.4.0.0
bhaskarjyotisarmah51 said:
Magisk 19.3 installed without any issue using twrp 3.4.0.0
Click to expand...
Click to collapse
So you have TWRP permanently installed on Android 10? I can't get it to work
GalaxyWhy said:
So you have TWRP permanently installed on Android 10? I can't get it to work
Click to expand...
Click to collapse
download both files, twrp.img and the twrp.zip, fastboot boot twrp.img then once in TWRP flash the twrp.zip...note, make sure to remove any PIN, password or any security on the ROM first, or else it will not decrypt:good:
GalaxyWhy said:
So you have TWRP permanently installed on Android 10? I can't get it to work
Click to expand...
Click to collapse
No TWRP permanently installed. Temporary boot into TWRP using fastboot flashed magisk.
Magisk 19.3 or 20.4 both work
Just don't set any pin/password lock on the rom
imna357 said:
download both files, twrp.img and the twrp.zip, fastboot boot twrp.img then once in TWRP flash the twrp.zip...note, make sure to remove any PIN, password or any security on the ROM first, or else it will not decrypt:good:
Click to expand...
Click to collapse
Does that mean that you actually managed it to install TWRP permanently on a Pixel XL running the latest version on any Android 10 ROMs?
And what about when there's an OTA available. Do you have to reflash it then?
I'm seriously impressed, because TWRP themselves said flashing TWRP on Android 10 wouldn't be possible yet (at least on Marlin)
And last, but not least, can I put the pin/password/safety features back to activation after I installed TWRP?
Help The Peace said:
Does that mean that you actually managed it to install TWRP permanently on a Pixel XL running the latest version on any Android 10 ROMs?
And what about when there's an OTA available. Do you have to reflash it then?
I'm seriously impressed, because TWRP themselves said flashing TWRP on Android 10 wouldn't be possible yet (at least on Marlin)
And last, but not least, can I put the pin/password/safety features back to activation after I installed TWRP?
Click to expand...
Click to collapse
How you mangaed to install TWRP on Android 10?
When I flashed TWRP after installing custom rom my phone won't boot. I have to flash a stock image to make it boot.
Help The Peace said:
Does that mean that you actually managed it to install TWRP permanently on a Pixel XL running the latest version on any Android 10 ROMs?
And what about when there's an OTA available. Do you have to reflash it then?
I'm seriously impressed, because TWRP themselves said flashing TWRP on Android 10 wouldn't be possible yet (at least on Marlin)
And last, but not least, can I put the pin/password/safety features back to activation after I installed TWRP?
Click to expand...
Click to collapse
Yup, I'm on Bliss rom right now, tried all except GSI treble. When I'm doing update, I reboot to TWRP and wipe system and cache then flash the new update afterwards flash TWRP.ZIP again.
Can't install TWRP permanently, you need to flash it everytime you are doing an upgrade, that's just me
GalaxyWhy said:
So you have TWRP permanently installed on Android 10? I can't get it to work
Click to expand...
Click to collapse
Head back over to the TWRP screen on your phone and swipe the slider that says "Swipe to Allow Modifications" if needed. Now you should be sitting on the TWRP main menu where you can then go into the "Advanced" section. From there, tap the "Install Recovery Ramdisk" option, and finally, navigate to the "Download" folder where you copied the TWRP image file.
Tap the image file once to bring up the "Install Recovery" main screen and check the "Back up existing image first" option to backup your current recovery for safekeeping. Now slide the "Swipe to Install" button at the bottom to begin installing the permanent version of TWRP onto your system partition. After it finishes installing, press the home button, go to "Reboot," then "Recovery".
Help The Peace said:
Does that mean that you actually managed it to install TWRP permanently on a Pixel XL running the latest version on any Android 10 ROMs?
And what about when there's an OTA available. Do you have to reflash it then?
I'm seriously impressed, because TWRP themselves said flashing TWRP on Android 10 wouldn't be possible yet (at least on Marlin)
And last, but not least, can I put the pin/password/safety features back to activation after I installed TWRP?
Click to expand...
Click to collapse
Yep i got it working, had to flash "twrp-pixel-installer-marlin-3.3.0-0.zip" and not the latest... dunno why but hey, it works!
rodken said:
Head back over to the TWRP screen on your phone and swipe the slider that says "Swipe to Allow Modifications" if needed. Now you should be sitting on the TWRP main menu where you can then go into the "Advanced" section. From there, tap the "Install Recovery Ramdisk" option, and finally, navigate to the "Download" folder where you copied the TWRP image file.
Tap the image file once to bring up the "Install Recovery" main screen and check the "Back up existing image first" option to backup your current recovery for safekeeping. Now slide the "Swipe to Install" button at the bottom to begin installing the permanent version of TWRP onto your system partition. After it finishes installing, press the home button, go to "Reboot," then "Recovery".
Click to expand...
Click to collapse
Does this work with latest TWRP as of june?
*EDIT*
Doesn't but "twrp-3.3.0-0-marlin.img" works following rodken's guide. Cheers!
https://mobile.twitter.com/_DirtyUnicorns_/status/1300601420903854080

[RECOVERY] ORANGEFOX R11.0 for OnePlus 5 & 5T (Unofficial, Official soon)

OrangeFox Recovery
Replace TWRP with OrangeFox once and you won't go back
Last update: 22 November 2020. Build 2
Changelog:
- Updated Magisk to 21.1 (now clicking install magisk after rom installation will install magisk 21.1)
- Update Magisk uninstaller to latest build
- fixed a bug where some people couldn't use flashlight option inside recovery
- fastened things up for faster installations and backup
- minor bug fixes
Contents:
Overview
Why OrangeFox?
Features
Screenshots
Links
Installation procedure
OVERVIEW:
Probably the most beautiful recovery out there.
Synced with the latest Teamwin changes.
Designed with latest Material design 2 guidelines.
Included customization.
Inbuilt patches, like Magisk and password reset patch.
Password protection.
Fully open-source.
Frequently updated.
Why OrangeFox?
OrangeFox has been operating for over two years. In that time OrangeFox have improved the quality, stability, and device support of the recovery. Today OrangeFox is the leader in stability, UI design, and UX. Installing OrangeFox means being with the latest code and fastest fixes.
:good: Treble & Non-Treble Support
:good: No compatibility.zip error while flashing OxygenOS
:good: A lot of customisations
:good: Extremely beautiful UI ready to please your eyes.
:good: Dev team is always ready to fix your problems
:good: F2FS support
There were previously 10.1 builds for these devices for these devices and this is how current build is different from them:
New, more modern UI.
Fixed F2FS support
Upstreamed to R11
and many more...
Note: Official soon I've applied for it.
Screenshots
Screenshots at https://imgur.com/a/Ai8KWX9 and on Sourceforge
Links:
Support group: https://t.me/orangefoxop5t
Download: https://github.com/Maitreya29/OrangeFox-OnePlus-5-T/releases
Installation procedure:
There are two methods to install OrangeFox
A) Via a recovery (for those with TWRP installed):
1. To install an OrangeFox zip, flash it with OrangeFox (or any TWRP-compatible custom recovery) without any wipes.
2. Do the same thing if you want to upgrade OrangeFox
3. When you flash an OrangeFox zip, there is no need to flash any DFE or any other such thing
4.To install an OrangeFox img file, boot into fastboot mode, and run the command: fastboot flash recovery OrangeFox-xyz.img
B) Via Fastboot (For those without a recovery):
You need a PC for this. If you do not have a PC, or access to a PC, then you are stuck!
1. Unlock your bootloader (if not already unlocked)
2. Install adb, fastboot and the relevant USB drivers onto your PCs)
3. Download the correct OrangeFox zip file to your phone, and to your PC
4. Extract recovery.img from the OrangeFox zip file, and copy recovery.img to your PC’s adb directory
5. Reboot your phone into fastboot/bootloader mode
6. Open up a command line window / terminal emulator on your PC
7. Change to the adb directory on your PC
8. Flash OrangeFox Recovery by using the fastboot flash recovery recovery.img command
9. Reboot into OrangeFox by pressing the power + volume down keys, until you see the OrangeFox splash screen
11. After OrangeFox has booted up, check that everything is working – eg, that it has mounted the data partition successfully, and that the touchscreen works.
12. Find and select the OrangeFox zip on your phone, tap on it, and swipe to install it (because OrangeFox Recovery needs some files from the zip)
After installation, the phone will automatically reboot into OrangeFox
Enjoy!
The download link at SourceForge is broken. It keeps redirecting to the devices folder.
sukesh1090 said:
The download link at SourceForge is broken. It keeps redirecting to the devices folder.
Click to expand...
Click to collapse
Thanks. Download link fixed.
Last update: 22 November 2020. Build 2
Changelog:
- Updated Magisk to 21.1 (now clicking install magisk after rom installation will install magisk 21.1)
- Update Magisk uninstaller to latest build
- fixed a bug where some people couldn't use flashlight option inside recovery
- fastened things up for faster installations and backup
- minor bug fixes
Last update: 22 November 2020. Build 2
Changelog:
- Updated Magisk to 21.1 (now clicking install magisk after rom installation will install magisk 21.1)
- Update Magisk uninstaller to latest build
- fixed a bug where some people couldn't use flashlight option inside recovery
- fastened things up for faster installations and backup
- minor bug fixes
Love the effort put into this! Fantastic choices for new and old users. Good job on the recovery. Looks stunning I'm sure you already knew that though.
Mr.Conkel said:
Love the effort put into this! Fantastic choices for new and old users. Good job on the recovery. Looks stunning I'm sure you already knew that though.
Click to expand...
Click to collapse
Haha thank you
Hello, does password encryption work with Android 11? Do you know or I should try and let you know? Recovery seems very nice. First time I changed from TWRP and I think I'll stay. Good Job!!
Edit: I know it says "Password Protection" in the main post. What I meant is can it decrypt with password?
deneimainoob said:
Hello, does password encryption work with Android 11? Do you know or I should try and let you know? Recovery seems very nice. First time I changed from TWRP and I think I'll stay. Good Job!!
Edit: I know it says "Password Protection" in the main post. What I meant is can it decrypt with password?
Click to expand...
Click to collapse
I have not tried it with a pin code but for me pattern encryption works it decrypts your device just fine.
Maitreya29 said:
Haha thank you
Click to expand...
Click to collapse
I wanted to mention that when fully customizing the recovery things can get really laggy making it difficult to use. I can't exactly tell the setting I had because I set everything to default for fluidity. However please work on the speed and smoothness!
Appreciate the work.
Mr.Conkel said:
I wanted to mention that when fully customizing the recovery things can get really laggy making it difficult to use. I can't exactly tell the setting I had because I set everything to default for fluidity. However please work on the speed and smoothness!
Appreciate the work.
Click to expand...
Click to collapse
Did you try rebooting into the recovery after you customised? I should also point out the recovery doesn't utilise a phone's complete power. It's limited so there are always no animations and everything feels sudden, that's a limitation for twrp Ofox and everything else I've used.
Maitreya29 said:
Did you try rebooting into the recovery after you customised? I should also point out the recovery doesn't utilise a phone's complete power. It's limited so there are always no animations and everything feels sudden, that's a limitation for twrp Ofox and everything else I've used.
Click to expand...
Click to collapse
Well yes, of course. Everything seems to work fine after a few minutes but still very laggy at start and that can be a bit annoying for things like pattern lock and such. I'm not runny any customizations as of now things work good.
Tried PIN and it doesn't decrypt. It's no problem, got used to it(lol) but I'm just letting you know.
deneimainoob said:
Tried PIN and it doesn't decrypt. It's no problem, got used to it(lol) but I'm just letting you know.
Click to expand...
Click to collapse
Only patterns work on Android 11. That's normal
Maitreya29 said:
Only patterns work on Android 11. That's normal
Click to expand...
Click to collapse
I wanted to consult your team and members about a possible OrangeFox Recovery and a Rom A10 or A11 for a seperate device not OnePlus 5T. If you are interested, Pm me. Or message me on Telegram @MrConkel Payment is available for this project but is very limited. More details can be discussed after you pm or message me. Appreciate your time..
I like this recovery. It works with encryption in android 10. However, it did not work with encryption in android 11! Is it only me?
Hello!
Received an Oneplus 5T from China a few days ago, (still) running OxygenOS 9.0.9 A5010_43_191008. Gonna install some custom ROM as usual, so just unlocked its bootloader.
Saw this post about OrangeFox recovery, and considering what I've been reading in the [OFFICIAL][RECOVERY] [TWRP] TWRP for OnePlus 5T thread I feel like I'm going to put my faith in this recovery.
I have a question, though. According to what I read in the TWRP thread, the custom recovery gets killed by the stock ROMs. Is this serious?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just
curiosity. I guess that means I should straight install my custom ROM of choice just after the recovery, period.
Merry Christmas and Happy New Year, by the way.
P.S.: Just saw there's a more recent thread about this recovery, [RECOVERY] [OFFICIAL] OrangeFox Recovery for OnePlus 5T. Will more properly repost this there, sry.

[ROM][11.0][marlin] PixelExperience [AOSP][OFFICIAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PixelExperience for Google Pixel XL [marlin]
What is this?
PixelExperience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, boot animation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 11.0
Whats working?
Wi-Fi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FM radio
Lights
Sound/vibration
Known issues
Nothing yet
You tell me
DON'T FLASH GAPPS, THEY'RE ALREADY INCLUDED
Download from PixelExperience website
Donate
Liked my work? Give me a beer
Translation
Help with project translation
Stay tuned
Our Telegram channel
Our blog​
Android OS version: 11.0.0_r46
Security patch level: December 2021
Build author/Device Maintainer: PixelBoot
Device Source code:
https://github.com/PixelExperience-Devices/device_google_marlin
https://github.com/PixelExperience-Devices/kernel_google_marlin
https://gitlab.pixelexperience.org/android/vendor-blobs/vendor_google_marlin
Source code: https://github.com/PixelExperience
ROM Developer: jhenrique09
Reserved
Niceeeeee!!! I have been waiting too long for this <3
Awesome! Thanks alot for this! Couple of questions before flashing. Does it include stock google camera? Does it retain unlimited photos storage and also is it possible to flash over stock without losing all data? I know the last isn't recommended, but would be nice.
BoboBrazil said:
Awesome! Thanks alot for this! Couple of questions before flashing. Does it include stock google camera? Does it retain unlimited photos storage and also is it possible to flash over stock without losing all data? I know the last isn't recommended, but would be nice.
Click to expand...
Click to collapse
1. The camera included is one provided by cstark. It is a modded version of Google Camera which includes features from later Pixels, but should still hold the original features.
2. Yes, you can still upload unlimited photos in original quality.
3. Unfortunately, it is not possible to directly flash PixelExperience over stock. In fact, 11 requires a full device repartition. It's easy as flashing a .zip file before the ROM to do so.
If you have any more queries, make sure to let me know!
PixelExperience - OFFICIAL | Android 11
Updated: 14/03/'21
Links:
Sailfish [1.06GB]
Marlin [1.06GB]
️Telegram Group
Disclaimer:
This build requires you to re-partition your device in order to flash.
Kindly read the Pre-install instructions before flashing.
Changelog:
Initial stable release for Google Pixel/XL
PixelExperience (Plus Edition) - OFFICIAL | Android 11
Updated: 14/03/'21
Links:
Sailfish [1.06GB]
Marlin [1.06GB]
️Telegram Group
Disclaimer:
This build requires you to re-partition your device in order to flash.
Kindly read the Pre-install instructions before flashing.
Changelog:
Initial stable release for Google Pixel/XL
Flashed and working fine. Thanks a lot for your hard work, still going through the setup but so far so good. Will report if I come across anything funny.
kartikb said:
Flashed and working fine. Thanks a lot for your hard work, still going through the setup but so far so good. Will report if I come across anything funny.
Click to expand...
Click to collapse
Hey dude! (or dudette), would you please walk me throught the installation process? I'm a noob on flashing custom roms, and i'm facing some difficulties flashing this rom. I downloaded the repartition zip form the link, and I'm flashing it throught twrp recovery and then the rom zip file but it gets stuck on a bootloop. What am I missing? (Please forgive any misspellings, I'm also a noob at english)
Flashing both the regular and plus versions doesn't seem to work for me. They both get to 35%, then I get:
28 (ErrorCode::kDownloadOperationExecutionError)
Error in /sideload/package.zip (status 1)
Great great work! Will surely be trying this at the first available free time!
kartikb said:
Flashed and working fine. Thanks a lot for your hard work, still going through the setup but so far so good. Will report if I come across anything funny.
Click to expand...
Click to collapse
Hi. Are you able to download Google Camera from playstore and does it work fine?
Is selinux enforced? Tks
Going through Pixelexperience site, came across two versions for Pixel XL- Stable android 11 and Stable Android 11 (plus edition).
What's the difference between the two? Apologies if this is common knowledge, but this is the first time for me using Pixelexperience.
pantsaregood said:
Flashing both the regular and plus versions doesn't seem to work for me. They both get to 35%, then I get:
28 (ErrorCode::kDownloadOperationExecutionError)
Error in /sideload/package.zip (status 1)
Click to expand...
Click to collapse
I'm facing with this issue too. Have done repartitioning successfully. :'(
lmvuong1997 said:
I'm facing with this issue too. Have done repartitioning successfully. :'(
Click to expand...
Click to collapse
I have solved the issue, this is what i have done:
- Boot into twrp from fastboot, using the latest twrp 3.5.0
- Advanced Wipe (system, dalvik, data), change active slot and then repeat (just to be sure)
- adb sideload the repartitioning zip
- Format data (where you type 'yes') then reboot into twrp
- (From Kartik Billimoria on Telegram)Push rom zip file to /sdcard via adb push command then flashed the rom
- Change to inactive slot (the slot you flashed the rom), reboot to fastboot to make sure the active slot has changed (for me it has not), if not change it by 'fastboot set_active a' (or b). Reboot.
josegarfer01 said:
Hey dude! (or dudette), would you please walk me throught the installation process? I'm a noob on flashing custom roms, and i'm facing some difficulties flashing this rom. I downloaded the repartition zip form the link, and I'm flashing it throught twrp recovery and then the rom zip file but it gets stuck on a bootloop. What am I missing? (Please forgive any misspellings, I'm also a noob at english)
Click to expand...
Click to collapse
It will not work via TWRP recovery.
1. Kindly go on the downloads page and install the PE recovery.
Code:
fastboot flash boot recovery.img
(It may bootloop once or twice, but then it will show up in PE recovery)
2. Go into Apply update via ADB.
Code:
adb sideload repartition-ogpixel-**gb.zip
3. Factory Reset/Wipe Data.
4. Apply update via ADB and sideload the ROM.
Code:
adb sideload PixelExperience-**.zip
5. Reboot and wait patiently.
Hope this helps.
pantsaregood said:
Flashing both the regular and plus versions doesn't seem to work for me. They both get to 35%, then I get:
28 (ErrorCode::kDownloadOperationExecutionError)
Error in /sideload/package.zip (status 1)
Click to expand...
Click to collapse
lmvuong1997 said:
I'm facing with this issue too. Have done repartitioning successfully. :'(
Click to expand...
Click to collapse
If you are still in difficulty, follow the mentioned post below:
PixelBoot said:
It will not work via TWRP recovery.
1. Kindly go on the downloads page and install the PE recovery.
Code:
fastboot flash boot recovery.img
(It may bootloop once or twice, but then it will show up in PE recovery)
2. Go into Apply update via ADB.
Code:
adb sideload repartition-ogpixel-**gb.zip
3. Factory Reset/Wipe Data.
4. Apply update via ADB and sideload the ROM.
Code:
adb sideload PixelExperience-**.zip
5. Reboot and wait patiently.
Hope this helps.
Click to expand...
Click to collapse
gverma1 said:
Going through Pixelexperience site, came across two versions for Pixel XL- Stable android 11 and Stable Android 11 (plus edition).
What's the difference between the two? Apologies if this is common knowledge, but this is the first time for me using Pixelexperience.
Click to expand...
Click to collapse
PixelExperience Plus Edition provides extra tweaks that you can apply.
One that comes to mind is further customization to the notifcation bar to include network stats.
If you're up for extra customization from ROMs like LineageOS, consider flashing Plus instead.
gverma1 said:
Hi. Are you able to download Google Camera from playstore and does it work fine?
Is selinux enforced? Tks
Click to expand...
Click to collapse
By default, the ROM includes Google Camera PX by cstark27, which is more up to date than the stock (marlin/sailfish) Google Camera app. It includes newer features such as Portrait mode and Timelapse.
However, from the Google Play Store, you are still free to install the stock one.
As for SELinux, yes. It is enforced.
For stable releases from PixelExperience, it is required that builds are on Enforcing.
lmvuong1997 said:
- Change to inactive slot (the slot you flashed the rom), reboot to fastboot to make sure the active slot has changed (for me it has not), if not change it by 'fastboot set_active a' (or b). Reboot.
Click to expand...
Click to collapse
No need for this last part. If on TWRP, after flashing the ROM, you just need to reboot back to recovery and it will automatically set to the inactive slot.

[TWRP][UNOFFICIAL] TWRP [64 Bit][3.7.0]

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.​
Unlocked bootloader is required.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installation
To temporarily boot this recovery:
fastboot boot twrprolakv5.img
To permanently install it:
fastboot flash recovery twrprolakv5.img
Download
SourceForge
Troubleshooting
1.: Permanently install show error.
R.: You need to boot recovery and install the Image by Recovery to Recovery
2.: Recovery missing afeter install and boot into stock (OEM) system.
R.: Stock (OEM) system clear 64 bits recovery by defaut, so you need to install the TWRP 64bits install a Custom ROM right away.​
Code:
Changelog:
2021-09-02
- First release
2021-12-08
- Tried to fix OTG test it!!!
2022-03-31
- Fixed format "auto" when format External SD-CARD
- Bump to version 3.6.1*
2022-07-09
- Changed vfat to exfat on SD format options.
- Bump to version 3.6.2
2022-10-15
-Update kernel prebuilt source to match with last kernel sources
- Bump to version 3.7.0
XDAevDB Information
TWRP for Moto G6, Tool/Utility for the Moto G6
Contributors
@jeangraff30
@brunogroa
Version Information
Status: Stable
Kernel: 3.18.140-Stable
TWRP: Source
Device: Source
Created 2021-09-02
Last Updated 2021-12-08
Thank you so much for the hard work mate! ✌
One question:
Is the FW of Moto G6 (Ali) upgradable?
Or it comes included with the ROM zip?
Also, I just flashed latest version and it says it's 3.6.1, not 3.6.2. Is that right?
rambomhtri said:
One question:
Is the FW of Moto G6 (Ali) upgradable?
Or it comes included with the ROM zip?
Also, I just flashed latest version and it says it's 3.6.1, not 3.6.2. Is that right?
Click to expand...
Click to collapse
ohh sorry for this, is 3.6.1 i just writed wrong XD
brunogroa said:
ohh sorry for this, is 3.6.1 i just writed wrong XD
Click to expand...
Click to collapse
Ok, thanks!
What about this question?
rambomhtri said:
Is the FW of Moto G6 (Ali) upgradable?
Or it comes included with the ROM zip?
Click to expand...
Click to collapse
rambomhtri said:
Ok, thanks!
What about this question?
Click to expand...
Click to collapse
FW you just need to flash most recently STOCK ROM for your region... just it, this never changes in rom flash
brunogroa said:
FW you just need to flash most recently STOCK ROM for your region... just it, this never changes in rom flash
Click to expand...
Click to collapse
How can we check the FW version?
The baseband maybe?
I'm pretty sure I updated 2 years ago or more, I don't remember, to the latest official stock ROM via OTA. I wanted to check the numbers, just that.
rambomhtri said:
How can we check the FW version?
The baseband maybe?
I'm pretty sure I updated 2 years ago or more, I don't remember, to the latest official stock ROM via OTA. I wanted to check the numbers, just that.
Click to expand...
Click to collapse
Running 'fasboot getvar all' is a good way to check and compare values. My US Retail G6 was updated through OTA to the final official update PPS29.118-15-11-16. Bootloader version 'MBM-2.1-ali_retail-a49aaf13a93-200423', baseband 'M450_23.31.10.89R ALI_NA_CUST' and release key '3afd9'.
pocky-stick said:
Running 'fasboot getvar all' is a good way to check and compare values. My US Retail G6 was updated through OTA to the final official update PPS29.118-15-11-16. Bootloader version 'MBM-2.1-ali_retail-a49aaf13a93-200423', baseband 'M450_23.31.10.89R ALI_NA_CUST' and release key '3afd9'.
Click to expand...
Click to collapse
Yeah, I have the exact same baseband version. Is that enough to guarantee we have the same version and the latest?
rambomhtri said:
Yeah, I have the exact same baseband version. Is that enough to guarantee we have the same version and the latest?
Click to expand...
Click to collapse
It can be tricky with Motorola devices because sometimes elements like the baseband aren't updated each version, see if you notice discrepancies in the other values.
You can always grab the stock PPS29.118-15-11-16 from lolinet and flash it. If you're running a custom ROM, I suggest backing up your data, flashing the entire image, then reinstalling the custom ROM. Attempting to update the radio/bootloader over a custom software has given me a few blankflash-level bricks before.
lolinet mirrors - firmware, software, iso etc.
lolinet mirrors - powered by h5ai
mirrors.lolinet.com
brunogroa said:
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.​
Unlocked bootloader is required.
View attachment 5400275View attachment 5400287
Installation
To temporarily boot this recovery:
fastboot boot twrprolakv5.img
To permanently install it:
fastboot flash recovery twrprolakv5.img
Download
SourceForge
Troubleshooting
1.: Permanently install show error.
R.: You need to boot recovery and install the Image by Recovery to Recovery
2.: Recovery missing afeter install and boot into stock (OEM) system.
R.: Stock (OEM) system clear 64 bits recovery by defaut, so you need to install the TWRP 64bits install a Custom ROM right away.​
Code:
Changelog:
2021-09-02
- First release
2021-12-08
- Tried to fix OTG test it!!!
2022-03-31
- Fixed format "auto" when format External SD-CARD
- Bump to version 3.6.1*
2022-07-09
- Changed vfat to exfat on SD format options.
- Bump to version 3.6.2
2022-10-15
-Update kernel prebuilt source to match with last kernel sources
- Bump to version 3.7.0
XDAevDB Information
TWRP for Moto G6, Tool/Utility for the Moto G6
Contributors
@jeangraff30
@brunogroa
Version Information
Status: Stable
Kernel: 3.18.140-Stable
TWRP: Source
Device: Source
Created 2021-09-02
Last Updated 2021-12-08
Click to expand...
Click to collapse
Hi Guys,
I'm getting this when attempting to flash the TWRP image. Any suggestions?
sternz said:
Hi Guys,
I'm getting this when attempting to flash the TWRP image. Any suggestions?
Click to expand...
Click to collapse
your bootloader is not unlocked ¬¬
brunogroa said:
your bootloader is not unlocked ¬¬
Click to expand...
Click to collapse
I see! Is that the process of getting an unlock code from Motorola as shown at the beginning of the 5 minutes mark in this video
sternz said:
I see! Is that the process of getting an unlock code from Motorola as shown at the beginning of the 5 minutes mark in this video
Click to expand...
Click to collapse
is same in all motorola, turn on unlock on dev options on stock, go to bl an get the code, insert on site, pick the unlock code and unlock (and it will clean all your data on phone), so yes
brunogroa said:
is same in all motorola, turn on unlock on dev options on stock, go to bl an get the code, insert on site, pick the unlock code and unlock (and it will clean all your data on phone), so yes
Click to expand...
Click to collapse
Got it! Thank you for the response and helping a total n00b!
Whats the difference to official twrp for ali?
zitronenmelissa said:
Whats the difference to official twrp for ali?
Click to expand...
Click to collapse
official dont allow to install custom roms cos is only 32 bits.... the uno one is 32/64
Can't imagine the hours in this- thanks!
My error when installing twrprolakv5.img
"Image not signed or corrupt"
Confession- attempted install of twrprolakv5.img with twrp v3.2.3 already installed.
Any brief flashes of wisdom?
brunogroa said:
official dont allow to install custom roms cos is only 32 bits.... the uno one is 32/64
Click to expand...
Click to collapse
Does that still applies to the lastest official version (3.7.0_9-0)?
pocky-stick said:
Running 'fasboot getvar all' is a good way to check and compare values. My US Retail G6 was updated through OTA to the final official update PPS29.118-15-11-16. Bootloader version 'MBM-2.1-ali_retail-a49aaf13a93-200423', baseband 'M450_23.31.10.89R ALI_NA_CUST' and release key '3afd9'.
Click to expand...
Click to collapse
thanks! Double checked and mine is this!

Categories

Resources