while installing custom twrp recovery my phone is stuck on leeco bootloader screen plssss help
cjcool_123 said:
while installing custom twrp recovery my phone is stuck on leeco bootloader screen plssss help
Click to expand...
Click to collapse
1- Download Adb drivers file zip and extract it to a folder.
2- Dowload Twrp recovery image and place it into adb driver folder.
3- Go to Settings
4- About Phone
5- Click on "Build Number" for several times which enables Developer Options
6- Open Enable developer options
7- Allow oem unlock
8- Power off
9- Hold Volume down + Power for Fastboot mode
10- Run this command on Fastboot Command Prompt "fastboot oem unlock-go".
11- Run this command "fastboot flash recovery twrp.img" (P.S - "twrp.img" is the twrp image file).
12- Run this command "fastboot boot twrp.img (P.S - "twrp.img" is the twrp image file).
13- TWRP will boot and you are ready to do flashing.
haardx said:
1- Download Adb drivers file zip and extract it to a folder.
2- Dowload Twrp recovery image and place it into adb driver folder.
3- Go to Settings
4- About Phone
5- Click on "Build Number" for several times which enables Developer Options
6- Open Enable developer options
7- Allow oem unlock
8- Power off
9- Hold Volume down + Power for Fastboot mode
10- Run this command on Fastboot Command Prompt "fastboot oem unlock-go".
11- Run this command "fastboot flash recovery twrp.img" (P.S - "twrp.img" is the twrp image file).
12- Run this command "fastboot boot twrp.img (P.S - "twrp.img" is the twrp image file).
13- TWRP will boot and you are ready to do flashing.
Click to expand...
Click to collapse
The problem with this suggestion, however well intentioned, is that the user said they were stuck at the boot logo - so they couldn't go to settings in the phone - cause it doesn't complete bootup in the first place.
I'm in the same situation (stuck at LeEco boot screen) and stumbled on this thread hoping there would be a solution...
cjcool_123 said:
while installing custom twrp recovery my phone is stuck on leeco bootloader screen plssss help
Click to expand...
Click to collapse
Give this a try as your last solution.. Worked for me
https://forum.xda-developers.com/le-2/development/tools-unbrick-thread-leeco-le-2-x52x-t3634609
Related
Hi!
First i want to apologize for my english and if i made a mistake posting a new thread.
I own an ASUS Zenfone GO (ZB452KG) and i tried to install a twrp recovery.
The phone it opens and get stuck on the asus logo and cant go cant go throught in recovery mode.
i already install the latest adb and usb driver.
please can you help me guys how to fixed my phone?
U should install twrp recovery by computer and install a custom rom for ur device.here is the way for installing twrp.
1)Goto official TWRP page and download twrp-2.8.x.x-xxx.img file for your Asus Zenfone Go ZB452KG. Keep twrp-2.8.x.x-xxx.img file in a separate folder.
2)Your PC must have ADB & fastboot installed and configured.
3)Now connect your device to your PC and goto twrp folder and press and hold shift then rightclick on white space and "Open command window here".
4)Now type following commands at command prompt.
"adb reboot bootloader" - to boot your device into bootloader.
after booting into bootloader type "fastboot flash recovery twrp-2.8.x.x-xxx.img" - this will flash TWRP recovery on your Asus Zenfone Go ZB452KG.
"fastboot reboot" - to reboot your device.
After reboot type "adb reboot recovery" - to boot into recovery mode.
If it is useful then hit a thanx.
raymond_bqg said:
U should install twrp recovery by computer and install a custom rom for ur device.here is the way for installing twrp.
1)Goto official TWRP page and download twrp-2.8.x.x-xxx.img file for your Asus Zenfone Go ZB452KG. Keep twrp-2.8.x.x-xxx.img file in a separate folder.
2)Your PC must have ADB & fastboot installed and configured.
3)Now connect your device to your PC and goto twrp folder and press and hold shift then rightclick on white space and "Open command window here".
4)Now type following commands at command prompt.
"adb reboot bootloader" - to boot your device into bootloader.
after booting into bootloader type "fastboot flash recovery twrp-2.8.x.x-xxx.img" - this will flash TWRP recovery on your Asus Zenfone Go ZB452KG.
"fastboot reboot" - to reboot your device.
After reboot type "adb reboot recovery" - to boot into recovery mode.
If it is useful then hit a thanx.
Click to expand...
Click to collapse
i cant go through in to the bootloader
kboy22 said:
i cant go through in to the bootloader
Click to expand...
Click to collapse
U didn't mention that .is bootloader unlocked or locked?
raymond_bqg said:
U didn't mention that .is bootloader unlocked or locked?
Click to expand...
Click to collapse
sir i cant find the twrp-2.8.x.x-xxx.img that you mentioned on your post
It's works without pc. Just download it's latest firmware from ASUS official web, put the zip file to sd card then install it by recovery mode.
How to reboot into RECOVERY MODE:
- Turn off your watch
- Turn on it by pressing LOWER BUTTON + CENTER BUTTON
- Or via adb command adb reboot recovery
How to reboot into FASTBOOT MODE:
- Turn off your watch
- Turn on it by pressing UPPER BUTTON + CENTER BUTTON
- Or via adb command adb reboot bootloader
How to UNLOCK BOOTLOADER:
- Reboot into FASTBOOT MODE
- via adb type command fastboot oem unlock
How to install TWRP:
- Reboot into FASTBOOT MODE
- via adb type command fastboot flash recovery recovery.img
- or if you want use it only once without installation, type fastboot boot recovery.img
How to recover Stock ASUS ROM:
- Reboot into FASTBOOT MODE
- via adb type command fastboot flash system system.img
- via adb type command fastboot flash boot boot.img
- via adb type command fastboot flash recovery recovery.img
For DISABLE dm-verify (if you want to edit anything in the system):
- Reboot into TWRP
- Do not allow system modification in TWRP dialog!
- Connect your watch to the USB and you will see internal storage as MTP device
- Copy lazyflasher-no-verity-opt-encrypt.zip from attachment and install in TWRP Install - select zip
Enable DEV settings and USB Debugging:
- Open Settings
- Scroll down to About, and tap on it.
- Find the build number and tap on it multiple times.
- A countdown will tell you that you are becoming a developer.
- Once tapped enough, you will unlock the developer options menu.
- Swipe back once (a swipe to the right) and you should see a new option under About for Developer options.
- Tap on Developer options.
- Find ADB debugging, tap on it, then tap check to enable it.
How to REMOVE ZenFit app (if you are not using it and it doubles Google Fit)
- Unlock bootloader
- Install TWRP
- Disable dm-verify
- Install ZenWatch-3_ZenFit_remover.zip from attachment
- Reboot
For ADB and FASTBOOT commands install THIS minimal package into your PC
Working, very useful. I wonder, how did you find out those button combinations?
VS88 said:
Working, very useful. I wonder, how did you find out those button combinations?
Click to expand...
Click to collapse
Not OP (but source ), but he probably took it from the TWRP thread. Or he also found it out by trial and error, like I did
ingbrzy said:
H
- Install ZenWatch-3_ZenFit_remover.zip from attachment
Click to expand...
Click to collapse
That zip contains a binary, what does it do? I'm a bit paranoid.
adorr said:
That zip contains a binary, what does it do? I'm a bit paranoid.
Click to expand...
Click to collapse
Well, deletes zenfit app, nothing more..
As I understand that's done by update-script, but what update-binary does?
Also in lazyflasher...zip there are two patches - disabling verity and disabling forced encryption. Is it mandatory to apply both? I don't think I need to disable encryption enforcement.
Thank you!
Prevent updates
Will leaving the bootloader unlocked prevent android wear 2.0 updates?
Thanks, have a great day!
re: TWRP / ADB Sideload - OTA update
ingbrzy said:
How to reboot into RECOVERY MODE:
- Turn off your watch
- Turn on it by pressing LOWER BUTTON + CENTER BUTTON
- Or via adb command adb reboot recovery
How to reboot into FASTBOOT MODE:
- Turn off your watch
- Turn on it by pressing UPPER BUTTON + CENTER BUTTON
- Or via adb command adb reboot bootloader
How to UNLOCK BOOTLOADER:
- Reboot into FASTBOOT MODE
- via adb type command fastboot oem unlock
How to install TWRP:
- Reboot into FASTBOOT MODE
- via adb type command fastboot flash recovery recovery.img
- or if you want use it only once without installation, type fastboot boot recovery.img
How to recover Stock ASUS ROM:
- Reboot into FASTBOOT MODE
- via adb type command fastboot flash system system.img
- via adb type command fastboot flash boot boot.img
- via adb type command fastboot flash recovery recovery.img
For DISABLE dm-verify (if you want to edit anything in the system):
- Reboot into TWRP
- Do not allow system modification in TWRP dialog!
- Connect your watch to the USB and you will see internal storage as MTP device
- Copy lazyflasher-no-verity-opt-encrypt.zip from attachment and install in TWRP Install - select zip
Enable DEV settings and USB Debugging:
- Open Settings
- Scroll down to About, and tap on it.
- Find the build number and tap on it multiple times.
- A countdown will tell you that you are becoming a developer.
- Once tapped enough, you will unlock the developer options menu.
- Swipe back once (a swipe to the right) and you should see a new option under About for Developer options.
- Tap on Developer options.
- Find ADB debugging, tap on it, then tap check to enable it.
How to REMOVE ZenFit app (if you are not using it and it doubles Google Fit)
- Unlock bootloader
- Install TWRP
- Disable dm-verify
- Install ZenWatch-3_ZenFit_remover.zip from attachment
- Reboot
For ADB and FASTBOOT commands install THIS minimal package into your PC
Click to expand...
Click to collapse
@ingbrzy
Why do we have to install twrp in order to flash/install these two zip files:
lazyflasher-no-verity-opt-encrypt.zip and ZenWatch-3_ZenFit_remover.zip
when we can simply install them using "adb sideload <filename.Zip" ?
Hopefully the adb sideload will flash/install the two files without twrp.
Also I wonder if installing TWRP recovery might prevent Android Wear 2.0 OTA update?
I am on Android Wear 1.5 and do not want to update or get any notifications to update.
Thanks, have a great day!
hi everyone
i'm trying to flash my AZ3 but i'm stuck..
When i type
How to UNLOCK BOOTLOADER:
- Reboot into FASTBOOT MODE
- via adb type command fastboot oem unlock
it's says: < waiting for any device > and nothing happens. :\
previously, i can reboot to fastboot with adb reboot bootloader.. that works fine.
i really appreciate any help
thanks a lot!
Darevas said:
hi everyone
i'm trying to flash my AZ3 but i'm stuck..
When i type
How to UNLOCK BOOTLOADER:
- Reboot into FASTBOOT MODE
- via adb type command fastboot oem unlock
it's says: < waiting for any device > and nothing happens. :\
previously, i can reboot to fastboot with adb reboot bootloader.. that works fine.
i really appreciate any help
thanks a lot!
Click to expand...
Click to collapse
adb devices
adb reboot bootloader
fastboot devices [ensure driver is working. Seems u need to fix the driver]
fastboot oem unlock
Follow the instructions in your watch
Done. Enjoy
EDIT: sorry, had multiple tabs open... replied to wrong thread
Hey guys I just want to know if Im ****ed up because my realme5 phone has been brick and I relock the device state and now I can't unlock the device again in fastboot mode . Pls help me
RequireD - Unlock BOOTLOADER
1. Turn of your phone
2. HOLD volume Down & connect to your pc
3. Extract your firmware via Huawei UPDATE Extractor Software [ Extract Boot , Recovery & System Only ]
Software Link - https://forum.xda-developers.com/attachment.php?attachmentid=3966156&d=1481543154
4. DOWNLOAD SRK TOOL
Link - https://www.androidfilehost.com/?fid=23991606952598964
5. Copy Boot , Recovery & System AND paste into Srk Tool FOLDER (Don't paste into any FOLDERS)
6. DOWNLOAD ADB & Fastboot
Link - https://docs.google.com/file/d/0B2ghGhwyFr5hOWxvZWdBR3VkRlE/view
Open ADB & Fastboot FOLDER
7. HOLD Shift Key & Right Click on FOLDER of ADB & Fastboot
8. Click on OPEN COMMAND WINDOW HERE
9.Type
Fastboot flash boot BOOT.img
Than press Enter Key & again type
Fastboot flash recovery RECOVERY.img
Than press Enter Key & again type
Fastboot flash system SYSTEM.img
Than press Enter Key & again type
Fastboot reboot
I'm sure sure it's will work 100% also work on any Huawei Phone
Will this help if im stuck in a 'rebooting system' loop?
BlockABoots said:
Will this help if im stuck in a 'rebooting system' loop?
Click to expand...
Click to collapse
Than install only Boot.img
Plzzz guyzz help me to root my lg g4 h811 20 x...
Tried all method... Any suggestions... Or ways to get result.. Want to root and install twrp on it..
Somnathdey said:
Plzzz guyzz help me to root my lg g4 h811 20 x...
Tried all method... Any suggestions... Or ways to get result.. Want to root and install twrp on it..
Click to expand...
Click to collapse
Can you share what sort of error messages you are getting? Screenshots, copy and paste, something? It'll give us a good starting point.
Somnathdey said:
Plzzz guyzz help me to root my lg g4 h811 20 x...
Tried all method... Any suggestions... Or ways to get result.. Want to root and install twrp on it..
Click to expand...
Click to collapse
Is your bootloader unlocked?
If so....
you need to put a copy of twrp in the adb/fastboot folder on your pc
Copy these files provided below on to your sdcard
1. twrp
2.SuperSU,
3. opengapps,
4. ROM/ROMs
to avoid mistakes name TWRPXXXXXXXXX TO recovery.img and SUPERSUXXXXXXX TO Supersu.zip
1. Activate developer settings by entering the about section and tapping build number 7 times.
2. Enter your developer settings and MAKE sure you have 'Allow OEM unlock' and 'USB Debugging' enabled.
4. download Minimal ADB and Fastboot and install it....Y ....Y .Y ...... ( yes yes yes )http://www.devfiles.co/download/P4Yv....4.1_setup.exe
5. Once the Command window is linked to the folder adb connect your device via USB and allow the connection.
This is hardest step for most.
Adb will be installed c:/minimal adb and fastboot
Open command prompt
Type " CD.." Without quotes till you are in C:/ directory
Once you are in C:/ directory you type "dir" without quotes
There will be a folder named Minimal adb and fastboot
Now type
"CD Minimal adb and fastboot" without quotes
You are now in the adb folder
6. On the command window type 'adb reboot bootloader' and the device should reboot with the fastboot options on the upper left of the phone screen
7. Once again on the command window type 'fastboot oem unlock' and the command window should say OKAY and complete the action.
8. To Confirm that the device is unlocked type 'fastboot getvar unlock' and the window should respond with 'Unlock: YES'
9. Now download the latest available TWRP and drop it into c:/minimal adb and fastboot
10. On your Command Window type 'fastboot flash recovery "NAME OF TWRP FILE" if you get the error ' cannot load recovery' you need to add .img to the end of the filename (name of twrp in this case will be recovery.img to make things easy)
11. Once the process completes you will see 'target reported max download size of 536870912 bytes
sending 'recovery' (32968 KB)...
OKAY [ 1.088s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time:'
THE FAILED UNKNOWN COMMAND NOTICE CAN BE IGNORED
12. Once the process completes the device may not let you enter recovery from the traditional method using the buttons on the back of the phone so the easiest method is to, on your command window, type
'fastboot boot recovery.img' and the device should respond within just a few seconds and reboot into TWRP.
13. Once the device reboots, enter twrp
THIS IS WHERE IT GEETS CONFUSING
* this will boot twrp on the phone itself, YOU WILLL NOW FLASH TWRP onto your device from sdcard
In TWRP hit Install > Images... (bottom right corner) > select recovery.img on ext sdcard > select "recovery" > swipe.
This time you are flashing it onto your device. You only entered it before
Power off
To enter twrp you will
1. Press power and volume down
2. While holding volume down release power and press power again
3. Select yess >power button
4. Select yes > power button
NOW that you have custom recovery installed and you are in TWRP(custom recovery)
Say goodbye to your LG recovery....
Select BACKUP
Make a backup of everything ....save it to sdcard.
NEXT ...
Select WIPE....WIPE EVERYTHING......GOODBYE LG ROM. We backed it up step before
Flash the ROM you put on your sdcard (press install .....select sdcard....install ROM you downloaded)
Press back
Flash open gapps (press install .....select sdcard....install gapps you downloaded)
Press back
Flash Supersu (press install .....select sdcard....install ROM you downloaded
14. Once the process completes successfully, wipe cache to be safe and reboot your device.
YOUR DEVICE WILL NOW LOOP FROM FLASHING SUPERSU
ROM INSTALATION WILL TAKE 5-10 min
15. Resetup your device and restore your data if necessary and install a root checker from Google Play to confirm root!
Enjoy!
After typing fastboot oem unlock
Nothing working... In command it showing some error like cant find or such a things...... Cant do anything.. Tried.. Is there any other solutions...
Somnathdey said:
After typing fastboot oem unlock
Nothing working... In command it showing some error like cant find or such a things...... Cant do anything.. Tried.. Is there any other solutions...
Click to expand...
Click to collapse
Can you copy and paste the error to here on xda or post a screenshot? It would help if we knew exactly what it was doing.
Kudos to you for documenting a comprehensive and clear procedure for rooting this device... regardless if the advice was used.
deltadiesel said:
Is your bootloader unlocked?
If so....
you need to put a copy of twrp in the adb/fastboot folder on your pc
Copy these files provided below on to your sdcard
1. twrp
2.SuperSU,
3. opengapps,
4. ROM/ROMs
to avoid mistakes name TWRPXXXXXXXXX TO recovery.img and SUPERSUXXXXXXX TO Supersu.zip
1. Activate developer settings by entering the about section and tapping build number 7 times.
2. Enter your developer settings and MAKE sure you have 'Allow OEM unlock' and 'USB Debugging' enabled.
4. download Minimal ADB and Fastboot and install it....Y ....Y .Y ...... ( yes yes yes )http://www.devfiles.co/download/P4Yv....4.1_setup.exe
5. Once the Command window is linked to the folder adb connect your device via USB and allow the connection.
This is hardest step for most.
Adb will be installed c:/minimal adb and fastboot
Open command prompt
Type " CD.." Without quotes till you are in C:/ directory
Once you are in C:/ directory you type "dir" without quotes
There will be a folder named Minimal adb and fastboot
Now type
"CD Minimal adb and fastboot" without quotes
You are now in the adb folder
6. On the command window type 'adb reboot bootloader' and the device should reboot with the fastboot options on the upper left of the phone screen
7. Once again on the command window type 'fastboot oem unlock' and the command window should say OKAY and complete the action.
8. To Confirm that the device is unlocked type 'fastboot getvar unlock' and the window should respond with 'Unlock: YES'
9. Now download the latest available TWRP and drop it into c:/minimal adb and fastboot
10. On your Command Window type 'fastboot flash recovery "NAME OF TWRP FILE" if you get the error ' cannot load recovery' you need to add .img to the end of the filename (name of twrp in this case will be recovery.img to make things easy)
11. Once the process completes you will see 'target reported max download size of 536870912 bytes
sending 'recovery' (32968 KB)...
OKAY [ 1.088s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time:'
THE FAILED UNKNOWN COMMAND NOTICE CAN BE IGNORED
12. Once the process completes the device may not let you enter recovery from the traditional method using the buttons on the back of the phone so the easiest method is to, on your command window, type
'fastboot boot recovery.img' and the device should respond within just a few seconds and reboot into TWRP.
13. Once the device reboots, enter twrp
THIS IS WHERE IT GEETS CONFUSING
* this will boot twrp on the phone itself, YOU WILLL NOW FLASH TWRP onto your device from sdcard
In TWRP hit Install > Images... (bottom right corner) > select recovery.img on ext sdcard > select "recovery" > swipe.
This time you are flashing it onto your device. You only entered it before
Power off
To enter twrp you will
1. Press power and volume down
2. While holding volume down release power and press power again
3. Select yess >power button
4. Select yes > power button
NOW that you have custom recovery installed and you are in TWRP(custom recovery)
Say goodbye to your LG recovery....
Select BACKUP
Make a backup of everything ....save it to sdcard.
NEXT ...
Select WIPE....WIPE EVERYTHING......GOODBYE LG ROM. We backed it up step before
Flash the ROM you put on your sdcard (press install .....select sdcard....install ROM you downloaded)
Press back
Flash open gapps (press install .....select sdcard....install gapps you downloaded)
Press back
Flash Supersu (press install .....select sdcard....install ROM you downloaded
14. Once the process completes successfully, wipe cache to be safe and reboot your device.
YOUR DEVICE WILL NOW LOOP FROM FLASHING SUPERSU
ROM INSTALATION WILL TAKE 5-10 min
15. Resetup your device and restore your data if necessary and install a root checker from Google Play to confirm root!
Enjoy!
Click to expand...
Click to collapse
marcgo said:
Kudos to you for documenting a comprehensive and clear procedure for rooting this device... regardless if the advice was used.
Click to expand...
Click to collapse
I have H81120X
The link posted does not work. It is taking me to a web page not found.
Anyone have a link to the required software?
tsmith154 said:
I have H81120X
The link posted does not work. It is taking me to a web page not found.
Anyone have a link to the required software?
Click to expand...
Click to collapse
The h811 Has an unlocked bootloader.
Go into settings, then developer settings and enable bootloader unlock.
Then follow any guide for rooting a Nexus 5x.
deltadiesel said:
Is your bootloader unlocked?
If so....
you need to put a copy of twrp in the adb/fastboot folder on your pc
Copy these files provided below on to your sdcard
1. twrp
2.SuperSU,
3. opengapps,
4. ROM/ROMs
to avoid mistakes name TWRPXXXXXXXXX TO recovery.img and SUPERSUXXXXXXX TO Supersu.zip
1. Activate developer settings by entering the about section and tapping build number 7 times.
2. Enter your developer settings and MAKE sure you have 'Allow OEM unlock' and 'USB Debugging' enabled.
4. download Minimal ADB and Fastboot and install it....Y ....Y .Y ...... ( yes yes yes )http://www.devfiles.co/download/P4Yv....4.1_setup.exe
5. Once the Command window is linked to the folder adb connect your device via USB and allow the connection.
This is hardest step for most.
Adb will be installed c:/minimal adb and fastboot
Open command prompt
Type " CD.." Without quotes till you are in C:/ directory
Once you are in C:/ directory you type "dir" without quotes
There will be a folder named Minimal adb and fastboot
Now type
The link is down so I have been looking up the latest versions of everything. So far I have found:
*
"CD Minimal adb and fastboot" without quotes
You are now in the adb folder
6. On the command window type 'adb reboot bootloader' and the device should reboot with the fastboot options on the upper left of the phone screen
7. Once again on the command window type 'fastboot oem unlock' and the command window should say OKAY and complete the action.
8. To Confirm that the device is unlocked type 'fastboot getvar unlock' and the window should respond with 'Unlock: YES'
9. Now download the latest available TWRP and drop it into c:/minimal adb and fastboot
10. On your Command Window type 'fastboot flash recovery "NAME OF TWRP FILE" if you get the error ' cannot load recovery' you need to add .img to the end of the filename (name of twrp in this case will be recovery.img to make things easy)
11. Once the process completes you will see 'target reported max download size of 536870912 bytes
sending 'recovery' (32968 KB)...
OKAY [ 1.088s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time:'
THE FAILED UNKNOWN COMMAND NOTICE CAN BE IGNORED
12. Once the process completes the device may not let you enter recovery from the traditional method using the buttons on the back of the phone so the easiest method is to, on your command window, type
'fastboot boot recovery.img' and the device should respond within just a few seconds and reboot into TWRP.
13. Once the device reboots, enter twrp
THIS IS WHERE IT GEETS CONFUSING
* this will boot twrp on the phone itself, YOU WILLL NOW FLASH TWRP onto your device from sdcard
In TWRP hit Install > Images... (bottom right corner) > select recovery.img on ext sdcard > select "recovery" > swipe.
This time you are flashing it onto your device. You only entered it before
Power off
To enter twrp you will
1. Press power and volume down
2. While holding volume down release power and press power again
3. Select yess >power button
4. Select yes > power button
NOW that you have custom recovery installed and you are in TWRP(custom recovery)
Say goodbye to your LG recovery....
Select BACKUP
Make a backup of everything ....save it to sdcard.
NEXT ...
Select WIPE....WIPE EVERYTHING......GOODBYE LG ROM. We backed it up step before
Flash the ROM you put on your sdcard (press install .....select sdcard....install ROM you downloaded)
Press back
Flash open gapps (press install .....select sdcard....install gapps you downloaded)
Press back
Flash Supersu (press install .....select sdcard....install ROM you downloaded
14. Once the process completes successfully, wipe cache to be safe and reboot your device.
YOUR DEVICE WILL NOW LOOP FROM FLASHING SUPERSU
ROM INSTALATION WILL TAKE 5-10 min
15. Resetup your device and restore your data if necessary and install a root checker from Google Play to confirm root!
Enjoy!
Click to expand...
Click to collapse
The link is down so I have been looking up the latest stuff. So far I have:
* SuperSU-v2.79-201612051815
* twrp-3.0.2-0-h811
* open_gapps-arm-6.0-stock-20180401
* I also have found: open_gapps-arm-8.0-stock-20180401
Which one should I use Open-Gapps 6.0 or Open-Gapps 8.0
My phone is h81120x with 6.0.
I want to get my phone up to rooted, custom rom, with 8.0
* adb and fastboot
Use Open-Gapps 6.0 for Marshmallow
To regain root is easy.
Make sure you backup the phone just in case.
Copy root of you choice to external SD
Locate you TWRP and boot to bootloader.
Code:
adb reboot bootloader
In bootloader
Code:
fastboot boot
Press space once at the end, drag and drop TWRP file, and press Enter
Install root of your choice in TWRP
That's it
Thanks so much... Working for me after a full day trying... Thanks
After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
nguyenduytrungts said:
After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
Click to expand...
Click to collapse
there is an easier way ,,...
stock miui stock miuui recovery:
fastboot boot twrpname.img
in booted twrp flash twrp img.
done