Development [RECOVERY][UNOFFICIAL] TWRP 3.5.2 for Moto Edge S - Motorola Moto G100 / Edge S

{
"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 (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
Compatible with Lineage Modded 18.1 only!
Instructions
1. Download TWRP image
2. fastboot boot twrp-3.5.2_11.0-2-nio.img
3. Enter Passcode if you have to decrypt /sdcard
4. adb push twrp-3.5.2_11.0-2-nio.img /sdcard
5. Click Backup -> Only Select Boot and Swipe to Backup
6. Go back to Main Menu, -> Advanced -> Install Recovery Ramdisk
7. Find and Select twrp-3.5.2_11.0-2-nio.img -> Swipe to Install
8. Done! If any issues, restore the backup made before.
Downloads
https://build.lolinet.com/file/twrp/nio/twrp-3.5.2_11.0-2-nio.img
Donations
https://paypal.me/electimon
Contributors
@Electimon, betaxab
Version Information
SourceCode: https://github.com/ixmoe/android_device_motorola_nio_twrp/tree/twrp-11.0
Version Information
Status: Stable
Release Date: July-9-2021
Last Updated: July-9-2021

That's great! Waiting for the fixes and the TWRP Installer.

Nice work Dev ! I will test with Lineage Modded later today , thanks a lot .

Lineage modded is not distributed as an OTA package.

Everything working so far with LOS Modded on The G100 Model. Thanks dev !

Will there be a version compatible with stock ROM?

gewe said:
Will there be a version compatible with stock ROM?
Click to expand...
Click to collapse
When I figure out how todo it yes

Electimon said:
When I figure out how todo it yes
Click to expand...
Click to collapse
Is recovery somehow tied to the ROM? I thought recovery can be anything regardless of what the ROM is, as long as bootloader is unlocked.

Tried while stock rom was installed. Its fine when booted from fastboot. But if installed, touchscreen doesn't work.
Will try on lineage modded and see.
Edit: it works with a mouse. So touchscreen doesn't work, yet to try on lineage modded.

can't start adb sideload mode .
failed reason unkown.
lsusb shows no device presented while enter the sideload mode.

i flashed it directly, like this:
Code:
fastboot flash boot twrp-3.5.2_11.0-2-nio.img
is this ok ?

Hello,
What's going on with TWRP? twrp-3.5.2_11.0-3-nio.img just flashes and won't work and twrp-3.5.2_11.0-2-nio.img isn't booting on my G100 any ideas?
Thanks

Hello,
Finally was able to get this installed on my Moto G100 but it's essentially useless. I can't access the internal flash on the unit from Windows in MTP mode after formatting flash to wipe so I can install lineageOS and Gapps. Essentially have to get LOSrecovery installed and then do sideload because I can't do what I need to with this. The newer version just flashes the screen. Are we going to get one that actually works?
Thanks!

marcusah123 said:
Hello,
Finally was able to get this installed on my Moto G100 but it's essentially useless. I can't access the internal flash on the unit from Windows in MTP mode after formatting flash to wipe so I can install lineageOS and Gapps. Essentially have to get LOSrecovery installed and then do sideload because I can't do what I need to with this. The newer version just flashes the screen. Are we going to get one that actually works?
Thanks!
Click to expand...
Click to collapse
Yes I have a beta version that has that functionaility working already, just working on slot switching bugs.

Hello,
Awesome!!!! Cannot wait to give it a go. You're doing great work and I hope to use this along with LineageOS and have this as my new phone to use!! WOOOHOO!
Thanks and sorry if I came across as rude!
Additionally I can't sideload gapps as it says there isn't enough room... uhg these two slot phones essentially suck a lot... the DooGee S95 Pro I have is so much simpler!

ETA? Oh yea sorry don't ask for ETAs ever!

Oh I just hope it's soon so I can start using the phone. Do you need some bug spray?
Anyhow I'll use whatever version you have A/B switching aside because you can switch from A to B easily with fastboot, while you work out the last bugs.
Thanks and appreciate your work.
And then I ask for an update!

Any updates or development of this?

funciona para moto g 100?

Hi

Related

[RECOVERY][A002] TWRP touch recovery [UNOFFICIAL]

Code:
*** Disclaimer ***
All flashing is done at your own risk!
While nothing from this thread should break your device,
don't come back here blaming anyone if it does!
Introduction:
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.
Images:
{
"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 Instructions:
Fastboot Install Method:
You will need the platform-tools from the Android SDK on your computer. Find the Android command line tools section on the page linked and install the SDK tools package. From the SDK Manager, download only the platform-tools to get adb and fastboot binaries.
Windows users will need proper drivers installed on their computer. You can try the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
Code:
adb reboot bootloader
You should now be in fastboot mode.
Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
Code:
fastboot flash recovery twrp.img
Code:
fastboot reboot
Device Changelog:
Current version: 3.2.1-0_CPTB-20180323-03
-Initial Testrelease
TWRP Official Changelog:
Current version: 3.2.1
Code:
minui fixes (cryptomilk)
Better android-8.0 compatibility in ROM trees (Dees_Troy)
Fix missing library in android-8.0 (nkk71)
Fix inconsistent SDCard naming (DevUt)
Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)
Download:
3.2.1-0_CPTB-20180323-03 (Unofficial Testversion)
Compatibility:
This recovery is compatible with WW Model ZS571KL (A002)
FAQ - Post #2
Known Issues:
Encrypted backups are broken - DO NOT USE THIS FEATURE!!
Source:
https://github.com/CaptainThrowback/android_device_asus_ASUS_A002
Contrubutors:
Captain_Throwback, nkk71, Dees_Troy, HD2Owner
Version Information:
Status: Testversion
Current Stable Version: -
Stable Release Date: -
Current Beta Version: 3.2.1-0_CPTB-20180323-03
Beta Release Date: 2018-03-23
Created 2018-03-23
Last Updated 2018-03-23
reserved post
You have supported model zs571kl or is this for model vs570kl?
Sent from my LEX720 using xda premium
once i install twrp then just root like normal flashing supersu or magisk etc??
for those who are wondering
I installed the bootloader unlock apk and went well
Then installed this twrp recovery and went fine
Whilest inside TWRP I MTPd over magisk 16.2 and installed it and it went fine
Rebooted system and it worked fine.
all apps work and none of my tango or ar core apps were effected that i can see all work.
root apps work everything works.
I have the unlocked A002 version thanks to the op who made this recovery or wherever it came from i have been waiting for this and everything works fine
So the only question is :
Will it work without installing Unlock.apk from ASUS? So I could proceed with a usual process of rooting ( twrp > supersu > magisk ) ?
vital21 said:
So the only question is :
Will it work without installing Unlock.apk from ASUS? So I could proceed with a usual process of rooting ( twrp > supersu > magisk ) ?
Click to expand...
Click to collapse
You will have to unlock for this to work.
Sent from my LEX720 using xda premium
mchlbenner said:
You have supported model zs571kl or is this for model vs570kl?
Sent from my LEX720 using xda premium
Click to expand...
Click to collapse
570KL is the Verizon version, I doubt it works since you cannot, to my knowledge, unlock it
ya you have to use the unlock apk which to my surprise went off without any issues and its idiot proofed pretty well.this phone is optimized obviously differently than any other snapdragon 820\821 ive ever used. its the smoothest experience still today.... my point is i dont think i would want to upgrade to Oreo on this particular phone because the smooth experience is second to only my pixel 2 xl but not by much i cant get it to lag its perfect. makes you wonder why lg devices and others with the same chip set are so slow and unusable... take animations out of the equation and its ridiculously fast. I guess what i was getting at is they say you can't upgrade when you unlock the boot-loader with that apk and thats fine with me for this phone only.
also
apparently this phone when upgraded to Oreo tango will be removed i have been told. so ya i will be staying on android N .
Hello, thanks I flashed successfully the recovery but when I ran it it gone to the stuck dead android (no command). Why that?

Bliss rom (GSI) android 9 pie for Lenovo K9 (L38043)

Hello guys today i will show you how to download Bliss rom with android pie on Lenovo K9 (L30843)
Download TWRP first: https://mega.nz/#!tFcm1IYb!nN6H210DoyYqjL0WEnI-I9skClDPEO0gl82H5My-gq4
if you have not unlocked the bootloader: https://www.howtoapps.info/how-to-unlock-bootloader-lenovo-k9/
Bliss rom link: https://mega.nz/#!FMlyGaxS!jUYIAfcyZkIyN4UDeZ_-CDcEyrieGYCWs7q7bIwm7Tc
First step: Go to the TWRP.If you have internal storage (0mb),Go to wipe/advanced wipe/mark data/repair or change file system/change flie system/EXT4 and you're done
I recommend you save your rom to sd card not have thousands of quarrels
Second step: Go to micro sd card/install image/your recorded bliss rom/mark system image/slipe to confirm flash
Third step: gapps link: https://mega.nz/#!9dFkWY5I!JKX80Udn2ZmTgRuGiwgcdRLQXEBssowK7xUOvL2wW4E
Install zip/mark open_gapps-arm64-9.0....../swipe to confirm flash/reboot system now
the rom leaves without a logo,shows its original logo of Lenovo,And after a while the inscriptions orange state are removed,and rom starts and says that there is an internal problem, do not be afraid, do not create problems,wait until the screen is a little darker and press ok.
Mention below in the comments if there are bugs!
{
"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"
}
thanks for the guidance, but it shows dm-verify error after exit twrp. keeping ask me Volume up EIO mode: or Volume down: restart mode
Do not worry.
This happens to me too.
You just push the power up and you're done.
Appreciated your reply. But the press of volume up will go back to twrp. Btw, I guess the problem may be my previous OS is 8.1 not Pie you mentioned. I will try to flash to Pie before your solution. thanks!
nakaconsan said:
Appreciated your reply. But the press of volume up will go back to twrp. Btw, I guess the problem may be my previous OS is 8.1 not Pie you mentioned. I will try to flash to Pie before your solution. thanks!
Click to expand...
Click to collapse
restore your system with stock rom drop your phone and it will send you to original android recovery,and you'll fix the problem there.
And then again you download twrp and everything from the article.
The same thing happened to me.
nakaconsan said:
Appreciated your reply. But the press of volume up will go back to twrp. Btw, I guess the problem may be my previous OS is 8.1 not Pie you mentioned. I will try to flash to Pie before your solution. thanks!
Click to expand...
Click to collapse
https://translate.googleusercontent.../file&usg=ALkJrhhPKYKHeAfpo2xmD7CW9PcuAW8K8A#!
link to stock rom on lenovo K9
https://spflashtool.com/download/
download the latest version of sp flash tool
nakaconsan said:
Appreciated your reply. But the press of volume up will go back to twrp. Btw, I guess the problem may be my previous OS is 8.1 not Pie you mentioned. I will try to flash to Pie before your solution. thanks!
Click to expand...
Click to collapse
Open the sp flash tool.
On scatter-loading file you press choose.
Find the folder where it is saved firmware.
You are going to Frimware flolder and you choose MT6765_Android_scatter.
Turn off your phone completely.
Press download in sp flash tool.
Pressing the volume down button connects to the usb phone and the download starts.
call network / other gsi roms
Hi, I would like to ask if the call network is working on this rom and if I can use other GSI Roms such as erfanoabdi roms or Lineage OS etc. and if other files like permissiver_v2.zip or magisk need to be flashed to boot these roms. Thank you for your response.
(Can i must use custom boot.img or stock oreo boot.img ?)
Samuel Ladziansky said:
Hi, I would like to ask if the call network is working on this rom and if I can use other GSI Roms such as erfanoabdi roms or Lineage OS etc. and if other files like permissiver_v2.zip or magisk need to be flashed to boot these roms. Thank you for your response.
Click to expand...
Click to collapse
Yes, you can download other gsi roms. Choose arm64 a-only. If you want to download gsi rom with android 10, you need to flash Start_treble.zip
,,Start_treble.zip" link: https://mega.nz/file/dJcxiADQ#_iSoctWQ36K1JL3t9qGP0I_HwuHd43iC6e-0TbwZOKA
The Best Gamer said:
Yes, you can download other gsi roms. Choose arm64 a-only. If you want to download gsi rom with android 10, you need to flash Start_treble.zip
,,Start_treble.zip" link: https://mega.nz/file/dJcxiADQ#_iSoctWQ36K1JL3t9qGP0I_HwuHd43iC6e-0TbwZOKA
Click to expand...
Click to collapse
Thanks very much :good:
not booting
hello I have problem I flash gsi android 9 aosp and when I reboot on screen show orange state after 5seconds dm-verity error when I hit volume up phone reboots and nothing. idk whats wrong Iam doing
all works perfect
help
I need help I flash stockrom and I lost baseband I need frimware L38043_ROW_OPEN_USER_M6762_O_MTK_4G_S301_18 and i dont know where to download.:crying:
Iam repaired with this http://x1grand.blogspot.com/2017/07/permanent-imei-nvram-fix-for-mtk.html for somebody usesful
My try to dont make ROM for K9
Hello can I use this ROM https://forum.xda-developers.com/redmi-6/development/rom-bootleggersrom-4-3-xiaomi-redmi-6-t4011719 on K9 when I swap kernel in boot.img from stock ROM to this ROM? Because I try GSI ROMs and not boot any off them. :crying:
nothing happend

Twrp and Android 10. Fastboot flash recovery command failed even though bootloader is unlocked

The only command prompt that seems to be working is fastboot flash boot twrp.img but when I type fastboot flash recovery the flash fails. I use Minimal ADB and Fastboot command prompt. The latest version too. I downgraded my android 11 to 10 successfully. I have no problems rooting magisk through ADB but why can't TWRP permenantly stick? How can I force it to stick as my main recovery no matter what rom I flash?
Crap. I did not mean to say android 11 on the topic title. Wish I could edit it. I meant to say Android 10. Sorry for the confusion. Any tips of how to retain twrp? Having problems with my unlocked pixel 4a.
This guide shows you how to get TWRP to stick:
[GUIDE] UNLOCKING, DOWNGRADING TO A10, TWRP, ROOT
Hello, I'm posting this guide for those (like me) who can't do without TWRP on their device. I'm providing only a step-by-step explanation. Credits to @nikamura for his kernel and TWRP...
forum.xda-developers.com
P4a doesn't have a recovery partition anymore, recovery is part of the boot.img. That's why the fastboot cmd fails.
UltimateGamer83 said:
Crap. I did not mean to say android 11 on the topic title. Wish I could edit it. I meant to say Android 10. Sorry for the confusion. Any tips of how to retain twrp? Having problems with my unlocked pixel 4a.
Click to expand...
Click to collapse
You can't flash recovery on this phone. It's part of boot.img. Put the TWRP.img file in your internal storage of your phone. Flash the TWRP temporarily first. Fastboot boot TWRP.img. When TWRP boots, click install, then select install image. Choose your TWRP file and select install Ramdisk. Swipe to flash. TWRP will then be installed permanently. You must also be using a custom kernel with TWRP compression support because the partition is not big enough and must be compressed otherwise you will run into issues like TWRP freezing or touch screen issues.
I tried that and twrp still wont stick even after a OTA update flash. I installed ram disk twrp even after the update. What gives?
I fixed it. My mistake was flashing magisk boot img after the ramdisk installation and two kenel. I just flashed magisk.zip instead and got things working.
UltimateGamer83 said:
I fixed it. My mistake was flashing magisk boot img after the ramdisk installation and two kenel. I just flashed magisk.zip instead and got things working.
Click to expand...
Click to collapse
Yes, if you flash magisk boot img it will replace TWRP. Flashing the zip is the way to go. Glad you got it working.
UltimateGamer83 said:
I did not mean to say android 11 on the topic title. Wish I could edit it. I meant to say Android 10.
Click to expand...
Click to collapse
I've move your thread out of development, for which it doesn't qualify.
And I assumed your consent and edited the thread title.
In order to edit a title, click the "Edit" button of your OP and you'll see the title at the very top, which you're able to edit:
Spoiler: Screenshots
{
"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"
}
Regards
Oswald Boelcke
Senior Moderator
UltimateGamer83 said:
I tried that and twrp still wont stick even after a OTA update flash. I installed ram disk twrp even after the update. What gives?
Click to expand...
Click to collapse
I'm curious....you said you are on Android 10, but then you mentioned above installing an OTA update.....I thought all the currently available OTA updates are only for android 11?
My 10 cents worth. Magisk kills fastboot and adb in MY armor x5 mt6765, in 10_Q, so had no choice but to load boot-debug.img just to 'test'.
Try an android 9 bootloader designed for them 'super' .img's, this is the only way I could LOAD magisk, only to find what I read here.
Also note, in 10_Q, the gsi ability found in dev options dissapears when magisk is flashed, so I cant flash gsi, never mind use fastboot or adb.
Thank you.

Doogee N20 - Some phones are just hard to modify

After finally unlocking the bootloader, installed TWRP 3.6.0 and rotted with Magisk v23.0. Lets find a custom ROM that suits this phone - WRONG!
I have tried many types of ROM and so far it ends in soft brick. Need advise if you have any. My aim is to install a basic custom ROM , install pico or nano GAPP, and only install like 4 apps on it. phone, sms, navigation, music player etc.
I have tried the following ROM:
Phhusson-treble AOSP andriod version 9, 11 & 12.
GSI arm64 ab ROM
a so call stock ROM
I also tried installing the vendor.img as described here
I would like to use LineageOS but there doesn't seem to be one for this phone
I am now resorting to installing the stock firmware to make the phone work again, instruction here
If anyone has sucessfully rooted this phone using a basic ROM and GAPP please share how you did it and where your download was.
Why did phhuson fail ? That's the basic gsi, every other gsi are build on top of that. If that doesn't work, nothing will.
Fytdyh said:
Why did phhuson fail ? That's the basic gsi, every other gsi are build on top of that. If that doesn't work, nothing will.
Click to expand...
Click to collapse
I install - system-arm64 –ab
I did some research that the Doogee n20 is a arm64 and a+b .... Unless I got the wrong information.
I suspect there maybe some stock firmware files that needs to be installed as well to make it work properly.
A post said it needs vendor.img, I might try sourcing another copy.
Follow up - I got it un-bricked with the stock firmware (android 9) (link in my original post) .... Back to square one .
jackjack1885 said:
I install - system-arm64 –ab
I did some research that the Doogee n20 is a arm64 and a+b .... Unless I got the wrong information.
I suspect there maybe some stock firmware files that needs to be installed as well to make it work properly.
A post said it needs vendor.img, I might try sourcing another copy.
Follow up - I got it un-bricked with the stock firmware (android 9) (link in my original post) .... Back to square one .
Click to expand...
Click to collapse
Search treble info, it will tell you exactly any treble related information.
Fytdyh said:
Search treble info, it will tell you exactly any treble related information.
Click to expand...
Click to collapse
Many thanks, didn't do that step.
Did it now, it shows it needs system-arm64-ab
I got the right one. Not sure about the VNDK 28.0 doesn't really say on the webpage.
{
"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"
}
Tried android 9 (the phones original version) 11, and 12..... No luck.
follow advices from this https://forum.xda-developers.com/t/doogee-n20-twrp.4136331/
and this https://forum.xda-developers.com/t/...loop-after-any-custom-rom-doogee-n20.4357313/
Hey man, did you get it fixed?
Actually this device is A-only, but you should use Gsis A/B.
Most Phh based Gsi works almost perfectly for me.
You can try this:
- Download and install Twrp 3.6.1 here
- Download LineageOS 18.1 (lir) here Choose "arm64 bvZ" version
- Download stock rom here or Y9Plus variant here
- Extract the Gsi, and the vendor image from the stock rom
- I restarted in Twrp, go to wipe and select system, data, cache...
- Go install and flash the Gsi as system image, and vendor as vendor image
-reboot
AtS17 said:
Hey man, did you get it fixed?
Actually this device is A-only, but you should use Gsis A/B.
Most Phh based Gsi works almost perfectly for me.
You can try this:
- Download and install Twrp 3.6.1 here
- Download LineageOS 18.1 (lir) here Choose "arm64 bvZ" version
- Download stock rom here or Y9Plus variant here
- Extract the Gsi, and the vendor image from the stock rom
- I restarted in Twrp, go to wipe and select system, data, cache...
- Go install and flash the Gsi as system image, and vendor as vendor image
-reboot
Click to expand...
Click to collapse
Thanks for the links!
Are you able to add this old firmware please? https://cloud.mail.ru/public/mCzU/5PX4cKPfH
I can't download it, i found it on 4pda (Mod Action: Link removed)
I'm trying to delete the red "TEE key not write" message.

[RECOVERY] [UNOFFICIAL] [TWRP] OnePlus 7T [OOS12]

{
"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"
}
Introduction:
Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. 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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open-source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
Device Tree: https://github.com/rabilgic/twrp_device_oneplus_hotdogb
Device Kernel: https://github.com/OnePlusOSS/android_kernel_oneplus_sm8150
Download:
https://sourceforge.net/projects/twrp-for-oneplus-7t/files/OnePlus7T/
To test it:
fastboot boot <recovery>.img
Installation:
fastboot flash recovery <recovery>.img
OR
use the installation zips.
Notes:
This TWRP is Oneplus 7T with decryption working for OOS12.
Credits:
Lossyx for original trees.
DarthJabba9 original trees.
mauronofrio for original trees.
OrangeFox team for amazing work.
TWRP team and everyone involved for their amazing work.
question, twrp what version can i use to flash rom from android 10.what i have found out, is that the 1907 so called unlocked rebranded device wer so called unlocked to other carriers but still have some t-mobile stuff and that you have to go back to android 10 afte doing eh global conversion to flash anything rom related.
mrk2815 said:
question, twrp what version can i use to flash rom from android 10.what i have found out, is that the 1907 so called unlocked rebranded device wer so called unlocked to other carriers but still have some t-mobile stuff and that you have to go back to android 10 afte doing eh global conversion to flash anything rom related.
Click to expand...
Click to collapse
twrp.me fbe version
Not working for me adb sideloaded and tried both versions and neither would boot in to recovery
tried : twrp-3.7.0_12-1-oos12-fbe-hotdogb.img and OrangeFox-R12.1_OOS12-Unofficial-hotdogb.zip
both installed perfectly no errors but reboot to recovery phone reboots to start screen showing device unlocked etc.
leezaal said:
Not working for me adb sideloaded and tried both versions and neither would boot in to recovery
tried : twrp-3.7.0_12-1-oos12-fbe-hotdogb.img and OrangeFox-R12.1_OOS12-Unofficial-hotdogb.zip
both installed perfectly no errors but reboot to recovery phone reboots to start screen showing device unlocked etc.
Click to expand...
Click to collapse
Installed using "fastboot flash recovery recovery.img" ?
Perfect for my oos12 hd1907 (converted to global using Suberboy58 modded MSMtool)
HueyT said:
Installed using "fastboot flash recovery recovery.img" ?
Click to expand...
Click to collapse
installed via adb sideload
HueyT said:
Perfect for my oos12 hd1907 (converted to global using Suberboy58 modded MSMtool)
Click to expand...
Click to collapse
Can we use msmtool golobal on 7t hd1907 ??
Because T-Mobile version have always problem with oss12 and custom ROM that are based on it
MSMtool image is 11.0.5.1
I successfully flashed twrp-3.7.0_12-1-oos12-fbe-hotdogb.img, backed up, and restored my unlocked/rooted Tmo-converted-to-global 7T running OOS12. If I want to go back to OOS11 or a ROM based on it, do I have to change TWRP version too?
Fanarkle said:
I successfully flashed twrp-3.7.0_12-1-oos12-fbe-hotdogb.img, backed up, and restored my unlocked/rooted Tmo-converted-to-global 7T running OOS12. If I want to go back to OOS11 or a ROM based on it, do I have to change TWRP version too?
Click to expand...
Click to collapse
Yep
Hello if i try to boot the recovery via fastboot i cannot press anything. What am i missing ?
Stock A12Rom
How do i delete comments, lol

Categories

Resources