[ROOT][DETAILED] MOTO E Rooting and Flashing Recovery 100% Working - Moto E General

TIP: if your moto e is currently rooted and you're using kitkat then I recommend you to install Lollipop on your phone.(it's awesome I tried it) follow this guide here: Here's How I Upgraded from Kitkat4.4 to Lollipop5.1 with working GravityBox (xposed)
"Many of moto E users, including me, is having the problem of getting stuck when flashing the recovery."
{
"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"
}
"So I decided to make a thread for explanation."
1. Bootloader must be unlocked. if not, Unlock the bootloader from here
(a). Download the CWM 6.0.4.9 recovery For MOTO E. this recovery is required temporary for flashing "SuperSU".
(b). So download UPDATE-SuperSU-v2.01.zip
(c). Download the latest TWRP Recovery TWRP 2.7.2.0 V2.2. this will be your new default recovery.
STEPS:-
1. Copy "UPDATE-SuperSU-v2.01.zip" into the phone's SD card (could be internal memory)
2. Boot into bootloader (switch off the phone -> hold volume down+power button for 6 seconds -> release the buttons and wait for 1 second)
3.Connect USB to phone in bootloader menu.
4.Copy "cwm 6.0.4.9_recovery.img" (downloaded from step a) and "moto_e_twrp2.7.2.0_v2.2.img" (downloaded from step c) to "adb folder" in desktop.
5. First, we have to flash CWM recovery so that we can flash SuperSU. Enter in cmd
Code:
fastboot flash recovery cwm6. 0.4.9_recovery
it will give an error like "mismatched partition size(recovery)" but it's normal
Now press the volume down once(move to recovery) then volume up(to select) and wait till shows this
wait some more and there you are in CWM recovery.
6. Choose "install from sdcard" and select "UPDATE-SuperSU-v2.01.zip" downloaded in (b) step.
[*NOTE*
>>CWM recovery itself has a rooting menu item, it'll be displayed when you want to reboot. It'll ask if it should root the device - but it won't work.So You should go the SuperSU way.]
>>When you select a CWM reboot after applying SuperSU, CWM displayed "root access may have been lost - fix?". Please select "No", it'll work fine]
7.After installation of SuperSU you can reboot the device. Since now we have rooted the device by flashing SuperSU,we can install the TWRP Touch recovery. repeat 2. and 3. step
8. Enter in cmd:
Code:
fastboot flash recovery moto_e_twrp2.7.2.0_v2.2.img
it will give same error as in step 5 but that's normal. Now you have successfully installed the TWRP recovery.
To go into recovery you have to select volume up button (instead of power button like in most HTC phones).
Bonus:To remove the unlocked bootloader message you see everytime you boot your moto e follow this guide: http://forum.xda-developers.com/showpost.php?p=52692225&postcount=2
if need help.comment
Hitting "THANKS" never Killed Anyone​

Well there is already a "How to root" thread http://forum.xda-developers.com/showthread.php?t=2755336
Besides this is again a "how to" thread. Should be in general section. It has no development. So please report your thread and request to move it.
Also, 2 recoveries are not needed to root. Either of those 2 is enough.

Deadly said:
Well there is already a "How to root" thread http://forum.xda-developers.com/showthread.php?t=2755336
Besides this is again a "how to" thread. Should be in general section. It has no development. So please report your thread and request to move it.
Also, 2 recoveries are not needed to root. Either of those 2 is enough.
Click to expand...
Click to collapse
okay,i have sent the request to move the thread.
well for some users twrp recovery was causing the problem at first hand that's why i suggested.

Thank you for this. Your workaround solved my issue.:good:

LeiraHoward said:
Thank you for this. Your workaround solved my issue.:good:
Click to expand...
Click to collapse
Glad to hear that

jerry.goyal said:
Glad to hear that
Click to expand...
Click to collapse
CWM link is down, Please make a mirror and better upload it at a host which does not put bandwidth or download cap!
Recommendations would be Google Drive, Dev-Host, Mega etc.
Also For the CWM, where did you find a working version for moto E?
I'd like to visit the source!

deej_roamer said:
CWM link is down, Please make a mirror and better upload it at a host which does not put bandwidth or download cap!
Recommendations would be Google Drive, Dev-Host, Mega etc.
Also For the CWM, where did you find a working version for moto E?
I'd like to visit the source!
Click to expand...
Click to collapse
i updated the link.
source code for CWM is here https://github.com/CyanogenMod/android_bootable_recovery and https://github.com/JackpotClavin/android_device_moto_condor

None of the ways are working after OTA update to 4.4.4
After updating my Moto E to 4.4.4 today, I tried to root it. I tried both the ways (with TWRP and with CWM) but not together.
The results are disappointing.
When I used the "only boot with recovery" option (fastboot boot recovery....img), I got a frozen white screen with the Moto logo in the center the instant I issued the fastboot command. Nothing else happened.
When I used the "flash recovery" option (fastboot flash recovery recovery....img) and tried to load the recovery I just flashed, I got a small graphic in the center with "No Command" written at the bottom. Nothing else happened.
I'm still trying, will update if situation improves...
Update: Finally CWM worked. I started from the beginning, followed the steps and I now have root.
Warning:
1. CWM recovery itself has a rooting menu item, displayed when you want to reboot. It asks if it should root the device - but doesn't work. You should go the SuperSU way.
2. When you select a CWM reboot after applying SuperSU, CWM displayed "root access may have been lost - fix?". I selected "No" and it worked fine.

SantaPagla said:
After updating my Moto E to 4.4.4 today, I tried to root it. I tried both the ways (with TWRP and with CWM) but not together.
The results are disappointing.
When I used the "only boot with recovery" option (fastboot boot recovery....img), I got a frozen white screen with the Moto logo in the center the instant I issued the fastboot command. Nothing else happened.
When I used the "flash recovery" option (fastboot flash recovery recovery....img) and tried to load the recovery I just flashed, I got a small graphic in the center with "No Command" written at the bottom. Nothing else happened.
I'm still trying, will update if situation improves...
Update: Finally CWM worked. I started from the beginning, followed the steps and I now have root.
Warning:
1. CWM recovery itself has a rooting menu item, displayed when you want to reboot. It asks if it should root the device - but doesn't work. You should go the SuperSU way.
2. When you select a CWM reboot after applying SuperSU, CWM displayed "root access may have been lost - fix?". I selected "No" and it worked fine.
Click to expand...
Click to collapse
thanks i forgot to write the Warning part.

plzzz help some1
I unlocked bootloader successfully ...
then even i flashed with "fastboot boot recovery-twrp.img"
then i typed as "fastboot reboot" which rebooted my device
then i turned of the device ....entered in fastboot but using power and volume down...but when i got in recovery,,,there comes my android lying with its chest open and red triangle and there is written "no command"
plzzz help me guys

ChaTy said:
I unlocked bootloader successfully ...
then even i flashed with "fastboot boot recovery-twrp.img"
then i typed as "fastboot reboot" which rebooted my device
then i turned of the device ....entered in fastboot but using power and volume down...but when i got in recovery,,,there comes my android lying with its chest open and red triangle and there is written "no command"
plzzz help me guys
Click to expand...
Click to collapse
please follow the guide accurately...i didn't mention any "fastboot reboot" command.

ChaTy said:
plzzz help me guys
Click to expand...
Click to collapse
EDIT : *sorry*, realised ChaTy's problem is solved, my advice doesn't matter! Ignore the post!

Boot instead of flash ???
Can i use " fastboot Boot cwm6.0.4.9_recovery " instead of " fastboot flash recovery cwm6.0.4.9_recovery "
??
and " fastboot boot moto_e_twrp2.7.2.0_v2.2.img instead of "fastboot flash recovery moto_e_twrp2.7.2.0_v2.2.img"

kishan314 said:
Can i use " fastboot Boot cwm6.0.4.9_recovery " instead of " fastboot flash recovery cwm6.0.4.9_recovery "
??
and " fastboot boot moto_e_twrp2.7.2.0_v2.2.img instead of "fastboot flash recovery moto_e_twrp2.7.2.0_v2.2.img"
Click to expand...
Click to collapse
** boot ** means you are just using the recovery untill next boot, so to install recovery permanently you have to flash with ** flash** method.you can choose to flash the cwm recovery too (instead of twrp) )after rooting the phone.

Boot instead of flash ???
What is the main deffierence in booting and flashing ?? I am newbie to all this ??
What are the consequnces ??

kishan314 said:
What is the main deffierence in booting and flashing ?? I am newbie to all this ??
What are the consequnces ??
Click to expand...
Click to collapse
i just told you..boot means using recovery just for once and flash means to install it and make it default....."you better google about this".
if you follow the guide properly there will be no consequences.

Thanks
Thanks Thanks Thanks
This thread saved me

Ask
is it work for root the 4.4.4 version?

farhndzlfqr said:
is it work for root the 4.4.4 version?
Click to expand...
Click to collapse
it should work for 4.4.4 too.

Stock recovery backup
Thanks for great and easy step by step procedure....
Can u add the steps for Nandroid backup... Thanks ....

Related

GUIDE - Install TWRP Recovery and Root MOTO E Phone

WARNING!
Your warranty is void if you follow the given instruction in this guide. Read all the instruction very carefully and Perform everything at your own risk.
This guide is only for the MOTO E android smartphone. Don’t try this method on any of other Android devices, It may hard brick your device. So, first confirm your phone model number in your android phone settings. To do this Go the Settings page of your device and check out the “About Device” option.
PRE-REQUISITES AND REQUIREMENTS
1. BACKUP YOUR ANDROID DATA
2. INSTALL MOTO E DRIVERS
3. ENABLE USB DEBUGGING MODE
4. CHARGE YOU ANDROID
If your device switched off during this process, it could damage or brick the device. Make sure that your Android battery is full charge or near about 50-70% battery level.
HOW TO INSTALL TWRP & ROOT MOTO E
Step 1. Download the Fastboot files for MOTE E and extract the folder on your desktop.
Step 2. Download The TWRP recovery from here (Rename the file to recovery.img) and extract in the same folder as of step 1.
Step 3. Download The SuperSU from here and copy it into the root of your internal memory,
Step 4. Now all the important files are with your. First you have to unlock the bootloader of your device. Read here.
Step 5. Connect your phone to PC and Reboot to bootloader by pressing VolumeDown + Power button for about 6-7 seconds.
{
"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"
}
Step 6. Go to the Fastboot folder in step 1, Do Shift + RightClick in empty space in the folder without selecting anything, Select Open a command window here.
Step 7. Now you will see the command prompt window on your screen. In the command prompt window, you need to enter the below mentioned command;
fastboot flash recovery recovery.img
Step 8. Press Volume Down to select recovery on fastboot menu, then press Volume Up to confirm your choice to boot into recovery
Step 9. Now touch doesn’t work in recovery straight away, so wait 60 seconds without touching the phone, The phone screen will go blank.
Step 10. Press power button and do swipe to unlock to get your touch working again! Select Install, scroll down and find the SuperSU Zip downloaded in step 3.
Step 11. Swipe to confirm, wait untill the flash is complete and then select reboot. First reboot will take some time, so no need to worry.
Now check your MOTO E app drawer, There should be SuperSU installed. Congratulations you are rooted!
via @howtorootmobile
I think so this guide is already available!!
TheStrix said:
I think so this guide is already available!!
Click to expand...
Click to collapse
Yeah I did that guide earlier!
recovery flash error
hey dude, i was trying to flash twrp n root but i have got an error. i have posted a ss, pls do help. thanks
5644red said:
hey dude, i was trying to flash twrp n root but i have got an error. i have posted a ss, pls do help. thanks
Click to expand...
Click to collapse
Write
Code:
mfastboot flash recovery recovery.img
it will work!
deej_roamer said:
Write
Code:
mfastboot flash recovery recovery.img
it will work!
Click to expand...
Click to collapse
Thanks for the help buddy but still it isnt working.
5644red said:
Thanks for the help buddy but still it isnt working.
Click to expand...
Click to collapse
Download another version of mfastboot, or simply just fastboot, or try from scratch again!
I saw earlier your mfastboot folder has recovery.img, so cannot be a misplace error!
Still check again it is there! Otherwise, do what i wrote in first line!
deej_roamer said:
Download another version of mfastboot, or simply just fastboot, or try from scratch again!
I saw earlier your mfastboot folder has recovery.img, so cannot be a misplace error!
Still check again it is there! Otherwise, do what i wrote in first line!
Click to expand...
Click to collapse
tried like 5 or 6 times buddy.. still no use.. i was able to unlock bootlocker without any trouble so i hope there is no trouble with moto drivers, i feel it might be due to fastboot file.. ill try again soon.. thanks
Can you please tell me if i will be able to install the 4.4.3 update after flashing custom recovery. Thanks in advance
Ccceenu said:
Can you please tell me if i will be able to install the 4.4.3 update after flashing custom recovery. Thanks in advance
Click to expand...
Click to collapse
No you need stock recovery!
But its alright you can revert back to custom recovery from here
So go back and enjoy custom recovery,
And if you still prefer not to change your recovery, you can try this guide!
deej_roamer said:
No you need stock recovery!
But its alright you can revert back to custom recovery from here
So go back and enjoy custom recovery,
And if you still prefer not to change your recovery, you can try this guide!
Click to expand...
Click to collapse
Thanks for your reply..I read that somewhere that during updates it checks for stock recovery..so i refrained from flashing custom recovery ... there is another question if you can answer...will the procedure of rooting will change in the 4.4.3 version. Thanks in advance
Ccceenu said:
Thanks for your reply..I read that somewhere that during updates it checks for stock recovery..so i refrained from flashing custom recovery ... there is another question if you can answer...will the procedure of rooting will change in the 4.4.3 version. Thanks in advance
Click to expand...
Click to collapse
No it wouldn't
moto e
i unlocked my bootloader can i directly install supersu from recovery without flashing custom recovery?
I guess....
5644red said:
hey dude, i was trying to flash twrp n root but i have got an error. i have posted a ss, pls do help. thanks
Click to expand...
Click to collapse
Did you make sure that you actually 'Opened' the 'fastboot' folder and then press shift and right click....?
having same problem
5644red said:
Thanks for the help buddy but still it isnt working.
Click to expand...
Click to collapse
Hey did u problem got sorted as I am having the same problem as u, kindly help me if anyone can
I tried to install twrp recovery but in cmd its shows an error
Error while loading recovery.img
Can I change my recovery from cwm to twrp
Sent from my Moto E using XDA Free mobile app
I am getting "partition size mismatch" error when i try to flash the TWRP recovery.

[ROOT]How to get root Moto G 2015 With Android Marshmallow 6.0 (worked in XT1541)

:fingers-crossed:How to get root Moto G 2015 With Stock Android Marshmallow 6.0 (XT1541)​
Hi guys. Now I have a Moto G 2015 XT1541 with previously unlocked bootloader (following Motorola Guide described here, be careful unlocking bootloader wipes everything!) with recently installed Europe Retail Stock ROM MM 6.0, but i was having some issues trying to install TWRP 3.0 and SuperSU 2.65....until now.
With latest SuperSU you will get bootloop, and probably you need to reinstall the stock rom completely.........but... ....This method works fine!
Try it yourself on XT1540, XT1542, XT1543, XT1544 and XT14548 variants
So, I have used TWRP twrp-osprey-2.8.7-r7.img for the recovery and Super SU Beta 2.62 (BETA-SuperSU-v2.62-3-20151211162651.zip) to get root on my device.
Get TWRP recovery and ROOT
Step 0: enter to developer options (tap 7 times the build number) and select Allowing USB debubbing and Allow OEM unlock options
Step 1: install TWRP 2.8.7-r7 entering to bootloader mode
Turn off the device, press power and volume down and wait for two seconds. device will show bootloader mode in black screen, connect it to the pc through usb cable
Step 2: Paste twrp2.8.7-r7.img file into folder \Android\sdk\platform-tools and rename it to recovery.img (this requires previously installed Android SDK Tools, but you can do the same with MinimalADB
open cmd in windows, navigate to the platform-tools folder location and write this line:
Code:
fastboot boot recovery.img
Wait until ok message appears in cmd
TWRP will appear, and press reboot System. Enter bootloader mode again and type in CMD the following:
Code:
fastboot flash recovery recovery.img
Wait until ok message appears in cmd. After that, press in bootloader mode the recovery option, you will enter to twrp and now new recovery becomes permanent, press Reboot system.
Step 3: copy BETA-SuperSU-v2.62-3-20151211162651.zip file into the device and after that, disconnect it from usb
Step 4: turn off the device, enter bootloader mode as stated in step 1, and select the recovery option with the volume up and down , press power button to enter to recovery and twrp will appear instead of original recovery.
Step 5: in twrp press install, select location of the Beta SuperSu File, select beta Super SU zip file and allow installation swipping to the right side and wait until it finish.
Step 5.1: after flash Super SU, wipe dalvik and cache through twrp, pressing the wipe dalvik/cache button located in left side.
Step 6: in twrp press button reboot now.
Wait a little while android rebuild the cache.
The device will enter to the home screen. check that super su app is installed
{
"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"
}
Note: if twrp offers to you install SuperSu dont let it. That causes a bug.
Step 7: Install Root checker and check if you are root.
Thats all folks!!
-------------------------------------------------------------------------------------------
Plus 1 - If something goes wrong you can reinstall Stock as described in this repair guides. Check here the firmware and here the reinstall instructions
Plus 2 - How to delete the Motorola annoying unlock bootloader message:
Step 0: connect the device to the pc, copy unlocked_logo.zip file into the device and after that, disconnect from usb
Step 1:
Turn off the device, press power and volume down and wait for two seconds. device will show bootloader mode in black screen
Step 2: In bootloader mode select with the volume up and down the recovery option, press power button to enter and twrp will appear
Step 3: in twrp press install, select location of the unlocked_logo.zip File, select that file and allow installation swipping to the right
Step 4: in twrp press reboot now. The device will boot without nagging window.
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
MrTooPhone said:
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
Thank you so much! you appreciate my work after several soft bricks and some bootloops something good result! :silly:
MrTooPhone said:
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
Man I wish read your advice last night before I used one of those automated programs to root (installed latest super su) and bootloop city. I figured I would make a backup right after rooting.
I recovered by installing a close to stock 5.11 rom with twrp but would like to get back to MM without starting from scratch.
Does anyone know of a Stock MM rom (not ASOP) that can be installed with twrp?
If you get that The phone is not allowed to unlocked The bootloader when i try, how can i unlocked it then
Skickat från min MotoG3 via Tapatalk
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
moto g 3rd gen
did everything in tor says no such file or dorectory software status says modified does that have anything to do with it? I'm lost
Amirphp said:
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
Click to expand...
Click to collapse
I have same question
Amirphp said:
Hi can i use same method to root my moto g xt1550 6.0 2Gb version?
Pls reply.
And i there CWM recovery available instead of TWRP Recovery...
I like CWM.
Click to expand...
Click to collapse
AniketDhoke said:
I have same question
Click to expand...
Click to collapse
yes you can use this method for xt1550
there is no CWM recovery for Osprey
how much time will it take to rebuild the cache..?? please tell me...after the process 40 mins has passed and still now my moto g3 has not turned on...it still on the boot screen .......
hkr008 said:
how much time will it take to rebuild the cache..?? please tell me...after the process 40 mins has passed and still now my moto g3 has not turned on...it still on the boot screen .......
Click to expand...
Click to collapse
I've had it do that on a new flash and I just held the power down until it shut off and when I turned it back on it boots normally.
Thanks, did not understand why the latest version not started, I see that you can not install a more current than version 2.65.
Enviado desde mi MotoG3 mediante Tapatalk
veloz46 said:
Thanks, did not understand why the latest version not started, I see that you can not install a more current than version 2.65.
Enviado desde mi MotoG3 mediante Tapatalk
Click to expand...
Click to collapse
Yes the tutorial is very clear versión 2.62-3 is the only one that works
Sent from my MotoG3 using Tapatalk
One tap root
Is any one tap root system available for moto g version 3 (2015) xt1550 running android 6.0 with build number mpi24.65-25 . need it desperately !
in STEP 2, if i use adb minimal i've not this folder \Android\sdk\platform-tools, where i put recovery.img? on minimal folder?
MrTooPhone said:
Excellent instructions. First time I saw detail to flash TWRP in a manner that does not revert back to stock recovery.
One recommendation, after the first boot to recovery, make a clean (pre-root, pre-cutom recovery) TWRP back up to your SD Card. If anything goes wrong, just flash this backup.
Click to expand...
Click to collapse
how i can do that?
thanks
sethgreen said:
" after the first boot to recovery, make a clean (pre-root, pre-cutom recovery)"
how i can do that?
Click to expand...
Click to collapse
Make sure you have a portable SD Card installed. Then simply boot TWRP, set back up location to SD Card, and make back up. If you never used TWRP, you may want to Google it and learn a little before your first attempt.
roouted my device, everything ok
Just to report, it worked on my XT1543 (dual sim, 1GB)
Enviado de meu MotoG3 usando Tapatalk
Couldn't get this to work on XT1541 with 24.44.1.osprey_reteu_reteu.en.EU reteu with the instructions mentioned in the first post.
I got things to work by using the latest SuperSU and forced it to install in system-less mode. This worked quite well.
1. First go to bootloader using power+volumedown or from PC:
Code:
adb reboot bootloader
2. Then boot TWRP (3.0.0-r2 in my case worked fine):
Code:
fastboot boot twrp-osprey-3.0.0-r2.img
3. Now copy SuperSU to the phone:
Code:
adb push BETA-SuperSU-v2.68-20160228150503.zip /sdcard/
4. Next make sure SuperSU will install in system-less mode:
Code:
adb shell
echo SYSTEMLESS=true > /data/.supersu
5. Install SuperSU by pressing "Install" in TWRP, select BETA-SuperSU-v2.68-20160228150503.zip and swipe. After installing you should see in the log that it used system-less mode. Now you can "Clear Cache/Dalvik" as well.
6. Now reboot. It should show the "Warning Bootloader Unlocked" screen once, then reboot, then show it again and this time it should continue booting into Android.
Hi guys, for me I had NO problem flashing "BETA-SuperSU-v2.62-3-20151211162651.zip" using "twrp-osprey-3.0.0-r2.img" on MPI24.65-33.1 Build number XT1541 (+ Allow OEM unlock options)

Bootlooped/bricked/returning to stock ...see the method here

You may be have got attracted to those new roms out there on the internet and would have probably bricked your device.Or maybe did some modding and in worst case somehow your phone bootlooped.
so please follow the guide for unbricking or solving bootloop issues:
CAUTION:
[1] FIRST OF ALL, I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE.
[2] NEVER UNPLUG THE USB CABLE WHILE FLASHING IS IN PROGRESS.IT MIGHT PERMANENTLY BRICK UR DEVICE..
ONLY FOR ZENFONE 5,A501CG/00CG
download the required files:
[1] kitkat firmware: for zenfone5(a501cg/00cg only other zf5 users download appropriate firmware from asus support page): http://dlcdnet.asus.com/pub/ASUS/ZenFone/A500CG/UL-ASUS_T00F-WW-2.21.40.44-user.zip
[2] adb/fastboot files: from here
[3] device drivers:if you do not have device drivers download and install pc link on pc from asus website,it will automatically install device drivers on your pc.(download from: http://liveupdate01.asus.com/pub/ASUS/LiveUpdate/Release/ZenFone/APP/LinkRim/PCLinkSetup.exe)
IF U R BRICKED PROCEED FROM STEP 2 ELSE FOR BOOTLOOP START FROM STEP 1:
step 1] try booting into recovery and perform a factory rest and wipe cache if this solves the bootloop(in most cases it should).if it still bootloops then follow the following tutorial
step 2]extract the fastboot files on the desktop and paste the firmware(it will be in .zip)in the fastboot folder
step 3]after copying the firmware also extract and copy the recovery.img and fastboot.img file from the firmware into the fastboot folder. (don't remove original firmware zip)
now your fastbootfolder should contain fastboot files+recovery.img+fastboot.img+firmware you dowloaded(compressed in .zip)
step4]boot into the fastboot by switching off the phone and powering it on by power+vol up key until asus logo comes up
if u r returning from some other rom u need to relock the bootloader so scroll some below to see how to relockbootloader.
step5]once you booted to fastboot ,open command promt in fastboot folder (downloaded earlier) by pressing right click+shift in any blank space on folder screen and selecting open command promt here.
in cmd write:
step6]
Code:
fastboot flash fastboot fastboot.img
step7] fastboot reboot-bootloader
wait until reboot is complete then write
step8]
Code:
fastboot flash recovery recovery.img
fastboot reboot-bootloader
step9] now we will be erasing data and cache for a clean flashing
Code:
fastboot clear data
fastboot clear cache
both of them take time and screen may turn off to save power so don't panic
next use volume keys to navigate to recovery and select it using power key .once your phone boots up showing android with belly open symbol press and hold volume up+volume down until recovery menu appears.if that does not open recovery try this:
hold volume down button, click and release vol up button,,,then finally release vol down button.
i admit it brothers,,it is sometimes really difficult to boot into recovery...but keep trying,,it is a bit difficult but is fruitful
if it doesnt appears it may be due to unssucceful flashing, unplug usb cable,force switch off phone by holding power button for few seconds.now again boot in bootloader by power button and vol up key and repeat from :step[8]
once in recovery select apply update from adb
step10] write on cmd
Code:
adb sideload <downloaded firmware name>.zip
for convenience you can rename firmware to kk.zip or any thing you like so command will be adb sideload kk.zip(it may take 15 to 20 mins)
step 11]once thats done select wipe data and cache in recovery and at last select reboot from recovery menu(dont skip this else you may face freezing on welcome screen itself)
hopefully you will boot into homescreen and be patient first bootup may take upto 20 mins.
[UPDATE] HOW TO RELOCK BOOTLOADER{only for zenfone 5 other device users pls google the procedure}
(USE THIS ONLY IF U R RETURNING FROM ANY CUSTOM ROM ITS NOT NEEDED FOR BOOTLOOPING PROBLEM)
hi guys i know u will be needing to relock the bootloader while returning to stock rom..
so what u have do is use the following steps before flashing fastboot.img that is before STEP [5] mentioned above
[1] download this file (its a zip file extract it using password zenfone-five.blogspot.com)...(link=https://drive.google.com/file/d/0B0o7qWuG7vvVRE9CV0hJWGRJS2c/view?usp=sharing)
[2]follow the on screen instructions
after the bootloader is locked carry on the steps from step[5]
PLEASE NOTE---THE UNLOCKING/LOCKING TOOL PROVIDED ABOVE IS NIETHER WRITTEN NOR OWNED BY ME...ALL CREDIT GOES TO ITS RESPECTIVE DEVELOPERS
this method can be used for:
1]unbricking
2]returning to stock rom
3]bootloop issues
IF YOU ARE NOT ABLE TO BOOT INTO FASTBOOT(maybe stuck on usb logo)--see this: http://www.asus.com/zentalk/forum.php?mod=viewthread&tid=33800 it is written by asus guys and will help you
thanks
if you face any issue please ask in comments...........
sources and credits===== www.windroidica.in
SCREENSHOTS DISCRIPTION:
pic 1] sideloading in progress
pic 2] the screen you will get when u will perform step [10] ( ignore the error "can't open /tmp/update-script.log")
pic 3]sideloading in progress (ignore the error: "please upgrade to newest 4.3 first")
pic 4] sideloading complete
NOT HITTING THANKS WILL LEAD TO A ZOMBIE APOCLYPSE(JUST KIDDING) ........dont forget to hit thanks!!!!
{
"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"
}
Kitkat link isn't working. Can I download it from another site? (Yes, it is a beginner problem )
DogeLordTR said:
Kitkat link isn't working. Can I download it from another site? (Yes, it is a beginner problem )
Click to expand...
Click to collapse
I wonder why it isn't working..... Yes u can download it from other sources. I will update the link as soon as possible...
update= download link working now...i omitted a "/" symbol and that gave the error
reserved----
AWESOME
Thanks for solution dude! You rock!
DogeLordTR said:
Thanks for solution dude! You rock!
Click to expand...
Click to collapse
Thanks bro... Ask for help anytime
hi, i have follow all the step, but until adb sideload <filename>.zip, it say at command prompt "error: device not found"
Now the phone stuck at asus logo.. :crying::cryinglease help......
zldjian said:
hi, i have follow all the step, but until adb sideload <filename>.zip, it say at command prompt "error: device not found"
Now the phone stuck at asus logo.. :crying::cryinglease help......
Click to expand...
Click to collapse
already solved the problem by using the method on this thread..
http://forum.xda-developers.com/zenfone-5/help/config-factory-partition-backup-t3316469
zldjian said:
already solved the problem by using the method on this thread..
http://forum.xda-developers.com/zenfone-5/help/config-factory-partition-backup-t3316469
Click to expand...
Click to collapse
great you have your problem solved,the error you were facing due to wrong drivers.
Cant boot recovery mode..
I am not able to boot into recovery mode..
rsunilkumar92 said:
I am not able to boot into recovery mode..
Click to expand...
Click to collapse
provide me more details. is it after flashing recovery.img? what is opening instead of recovery?
[email protected] said:
provide me more details. is it after flashing recovery.img? what is opening instead of recovery?
Click to expand...
Click to collapse
when i select recovery in bootloader, device will restart and stuck with the very frst logo.... "ASUS & Android Logo"
rsunilkumar92 said:
when i select recovery in bootloader, device will restart and stuck with the very frst logo.... "ASUS & Android Logo"
Click to expand...
Click to collapse
whats the current installed recovery?
[email protected] said:
whats the current installed recovery?
Click to expand...
Click to collapse
i tried TWRP ond also stock recovery
rsunilkumar92 said:
i tried TWRP ond also stock recovery
Click to expand...
Click to collapse
then try a guide on the forums by the name "de-brick with ruined partitions" i dont remember correctly but you'll find it easily

[Tutorials] How To Root Lenovo K8 Note & Install TWRP(UnOfficial) + Stock Rom

Warning
Before Proceeding backup your data
TRY at OWN risk I'm NOT Responsibe if you BRICK YOUR DEVICE
Update- This method is tested & working with latest ota update NMB26.54-74
[/CENTER][/B][/SIZE][/COLOR]
IF ANYTHING GOES WRONG Download & Flash Stock ROM
Stock ROM link
SPFlashTool link
Updated Stock ROM 54-74 GDrive - here
New Oreo 27.43-20 Link
Old version Stock ROM Google Drive Link Stock Rom
nvram backup file by @peacelover94 - here
Solution For
>Tool img DL fail
Just check/tick these option in spflashtool settings & Flash stock rom again
{
"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"
}
Video Guide For Stock Rom Flashing - Youtube
How to Flash Stock Rom via Fastboot Method -
1. Open CMD by Shift + Right Click in Folder where your stock firmware .img files are.
2. Reboot to Fastboot Mode by using cmd command
adb fastboot reboot​Or
Switch off then Press & Hold Vol Up + Power button for while once menu appeared Select fastboot by using Vol Up key & confirm by pressing Vol Down Key
3. In fastboot type following command in CMD Window
For checking devices is connected in fastboot enter
fastboot devices​If Connected then proceed following commands
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img​ flashing system takes 10+ mins
fastboot flash data userdata.img
fastboot reboot​
Download & Install ADB from here
First Unlock your bootloader
1. First of all, enable the Developer Option
To Enable the Developer Option, Go to your Settings -> About -> Software Information -> More -> Now Tap on the Build Number 7-8 Times until you see a toast message “Developer option enabled"
2. Go back to settings -> Now you need to enable the OEM Unlock by going to Settings -> Developer Option and Enable OEM Unlock and USB Debugging
3. Now connect your phone to Computer using USB Cable.
4. When you connect your Phone to Computer, please wait until all the drivers get installed.
5. Open a command prompt window by pressing Shift Key + Right Mouse Click.
6. Now type the command below to reboot your phone to bootloader
adb reboot bootloader​7. If you see a pop up to allow USB Debugging on your phone, Click OK.
8. proceed to unlock the bootloader with the following command:
Remember that this step will wipe EVERYTHING off the phone
fastboot oem unlock​Say Yes to unlock bootloader and then it will some time format your data
9. Reboot Your Device , You will see Orange Status bla bla bla Don't panic Its normal thing now setup your device but do not restore backup yet
Flashing TWRP and ROOT
Updated Black Screen Fix TWRP - Download
Old Download TWRP
Download latest Magisk zip from here
Or
SuperSu zip from here
Flahed & Tested SuperSU v2.82 works fine but SafetyNet Fails
Sock Recovery if needed Link
1. Connect your device to PC
2. Open CMD by Shift+Right click open cmd where your TWRP_3.1.1.0.img is downloaded.
3. Reboot to Bootloader by
adb reboot bootloader​4. Now enter following command in fastboot
fastboot flash recovery TWRP_3.1.1.0.img​5. DO NOT USE fastboot reboot
Use "vol up + down + power button" to manually switch off you k8 note, otherwise twrp will restore to stock if you use fastboot reboot command.
6. After Switch Off Press & hold vol up + power button then select recovery by vol up & press vol down key to enter in recovery.
7. Now Wait for 30 Sec/ till phone vibrates, Then press power button + vol up simultaneously until you see twrp lock screen.
8. Just Cancel if It asks for Enter password to decrypt and Allow modification by swipe.
9. If you see internal storage 0mb Then GoTo Wipe and FORMAT DATA once & reboot to recovery
10. GoTo install browse and select Magisk.zip or SuperSU.zip & flash.(optional if needed install Busybox for Android NDK by osm0sis magisk module for busybox)
11. Reboot Enjoy.
Known bug in TWRP-
Battery always shows 50% in TWRP
Video Guide https://youtu.be/HrbppEWlOhs
Join Lenovo K8 Note Development Group on Telegram for direct Conversation Link
WhatsApp Group Link
Enable Wireless Display/MiraCast Magisk Module - Video
Thanks to:
@andy_zhang - for stock rom post link
and me @ysalunke007 for TWRP
NEXT CUSTOM ROM
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Yes
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
ysalunke007 said:
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
Click to expand...
Click to collapse
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
flash via adb fastboot methoad i have succesfully flash adb method
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
Nice Job
Finally rooting tutorial for Lenovo K8 Note has become available.
Does SuperSu work fine?
Anas Rahman said:
Does SuperSu work fine?
Click to expand...
Click to collapse
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
peacelover94 said:
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
Click to expand...
Click to collapse
Yes it's SP flash tool but you can use adb fastboot also
ysalunke007 said:
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
Click to expand...
Click to collapse
I'll confirm it tomorrow
ysalunke007 said:
Yes it's SP flash tool but you can use adb fastboot also
Click to expand...
Click to collapse
Please tell me how to flash firmware.Im new to this device firmware flashing
lenrussel said:
Please tell me how to flash firmware.Im new to this device firmware flashing
Click to expand...
Click to collapse
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
peacelover94 said:
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
Click to expand...
Click to collapse
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
lenrussel said:
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
Click to expand...
Click to collapse
Thanks for the reply. Anyhow got a work around for downloading from baidu using chrome extension, without account. Just wanted to confirm whether the firmware zip is working fine. If some one used it and been successful, please do tell me.
ysalunke007 said:
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Click to expand...
Click to collapse
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
peacelover94 said:
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
Click to expand...
Click to collapse
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
No need to unlock bootloader again if you use fastboot method to flash stock firmware , & for spflashtool I'm not sure but I think it remains unlocked
lenrussel said:
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
Click to expand...
Click to collapse
No error while extracting firmware downloaded from baidu

I have problem with recovery. Help please !

Hi. First i want to say is sorry for my bad english.
I unlocked the bootloader of my g6 and i have flashed Twrp recovery, but when i try to go to recovery mode i have this messege : " your device cannot be checked for corruption . please lock the bootloader ".
Can anyone tell me how to resolve this because i want to flash custom roms but i cant because i cant go to recovery mode..
Help me please.
Sorry if there was a topic like this, but i can not find a solution to this problem.
Now i see when i go to ADB folder and write the command " adb reboot recovery " after the reboot it says " No Command " and i cant do nothing .. I cant flash.
{
"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"
}
If you mean this screen ^ that is a normal screen that appears, with every power up / restart, after the bootloader has been unlocked.
I think of it as a "red badge of courage".
As to the question about adb commands, what is it that you are trying to accomplish?
Some more information is needed to help you.
What is your model (h870, us997)?
Are you sure you properly installed twrp (reboot to bootloader, fastboot flash recovery twrp.img)?
Which version of twrp did you use (official, Melina, eliminater's (recommended))?
Regarding your adb problem - do you fail to reboot to recovery using adb from within? Have you tried to turn it off and on again?? I mean, turn it off and try the button combination to enter recovery (turn on holding vol- and power, when logo appears, release power and quickly press again and keep holding both until "factory reset", confirm twice).
Information is key!
PS as the previous poster wrote - if you unlock your bootloader you get the warning screen, just ignore it.
niksjdm said:
Hi. First i want to say is sorry for my bad english.
I unlocked the bootloader of my g6 and i have flashed Twrp recovery, but when i try to go to recovery mode i have this messege : " your device cannot be checked for corruption . please lock the bootloader ".
Can anyone tell me how to resolve this because i want to flash custom roms but i cant because i cant go to recovery mode..
Help me please.
Sorry if there was a topic like this, but i can not find a solution to this problem.
Now i see when i go to ADB folder and write the command " adb reboot recovery " after the reboot it says " No Command " and i cant do nothing .. I cant flash.
Click to expand...
Click to collapse
the "your device cannot be checked for corruption" screen is normal, it happens when you unlock the bootloader, no issue there, in order to install TWRP you must:
1. plug your phone in and type 'adb reboot-bootloader' to boot into fastboot mode
2. flash the twrp image via 'fastboot flash recovery TWRPIMAGENAME.img'
3. This is important!: type 'fastboot reboot' and hold the rear button and volume down during the shutdown!, when the LG logo shows up quickly release JUST the rear button and press/hold it again, you should see a factory reset prompt screen, press yes both times, and you should be dumped into TWRP, at this point you can reboot from within TWRP and you should be fine.
Explanation:
the stock LG rom with overwrite the recovery if it determines it has been changed, by booting to TWRP before booting the ROM, TWRP will modify the ROM to stop it from overwriting the recovery allowing TWRP to stay after booting.
I hope this helps
Mnky313 said:
the "your device cannot be checked for corruption" screen is normal, it happens when you unlock the bootloader, no issue there, in order to install TWRP you must:
1. plug your phone in and type 'adb reboot-bootloader' to boot into fastboot mode
2. flash the twrp image via 'fastboot flash recovery TWRPIMAGENAME.img'
3. This is important!: type 'fastboot reboot' and hold the rear button and volume down during the shutdown!, when the LG logo shows up quickly release JUST the rear button and press/hold it again, you should see a factory reset prompt screen, press yes both times, and you should be dumped into TWRP, at this point you can reboot from within TWRP and you should be fine.
Explanation:
the stock LG rom with overwrite the recovery if it determines it has been changed, by booting to TWRP before booting the ROM, TWRP will modify the ROM to stop it from overwriting the recovery allowing TWRP to stay after booting.
I hope this helps
Click to expand...
Click to collapse
THANK YOU SO MUCH .. It works .. The problem was in the buttons.
I have another problem.. When i try to go to recovery..the only what i see is the logo of TWRP and then the phone just reboot and i cant do nothing.. The phone is h870. What i have to do to have normal TWRP because i want to root it..
Try another twrp version. For Oreo afaik only Melina and Eliminater (which is a continuation of Melina) work. I recommend Eliminater's version, it's up to date (v3.2.3) and backup works - at least for me. I'm on H870 Oreo 20b.
For Nougat I have no experience, as I got my phone recently and never downgraded. But as I understand it from others' experiences, for full custom ROM functionality (e.g. fingerprint) Nougat bootloader is preferable. Search the forum, the information is there!
niksjdm said:
I have another problem.. When i try to go to recovery..the only what i see is the logo of TWRP and then the phone just reboot and i cant do nothing.. The phone is h870. What i have to do to have normal TWRP because i want to root it..
Click to expand...
Click to collapse
grushnickij said:
Try another twrp version. For Oreo afaik only Melina and Eliminater (which is a continuation of Melina) work. I recommend Eliminater's version, it's up to date (v3.2.3) and backup works - at least for me. I'm on H870 Oreo 20b.
For Nougat I have no experience, as I got my phone recently and never downgraded. But as I understand it from others' experiences, for full custom ROM functionality (e.g. fingerprint) Nougat bootloader is preferable. Search the forum, the information is there!
Click to expand...
Click to collapse
Yes, I use Melina TWRP, flash Version rel_o2 (or latest) using the method I said above.
Where i can find those versions of Twrp ( melina, eliminater ) ?
niksjdm said:
Where i can find those versions of Twrp ( melina, eliminater ) ?
Click to expand...
Click to collapse
https://forum.xda-developers.com/lg-g6/development/twrp-t3828254
https://forum.xda-developers.com/lg-g6/development/recovery-twrp-3-2-1-unofficial-fixes-t3722199
https://forum.xda-developers.com/lg-g6/development/recovery-twrp-lg-g6-us997-unofficial-t3629883
https://forum.xda-developers.com/lg-g6/development/recovery-twrp-3-1-x-t3627595

Categories

Resources