Tutorial for begginner owner ZE520KL. Request - Asus ZenFone 3 Questions & Answers

Hello.
I bought yesterday Asus Zenfone 3 ZE520KL. First i updated my phone to Android 8 Oreo. I wish make root, twrp etc. but i don't see no tutorial for begginer. I read about bootloader something but i don't know what should i do first installation and from where download.
Thanks and greetings and sorry for English.

Original posts (credits to contributors) / readings :
1. Unofficial unlock : https://forum.xda-developers.com/showpost.php?p=69001601&postcount=2
2. How to root Oreo : https://forum.xda-developers.com/zenfone-3/how-to/guide-how-to-root-zenfone-3-official-t3745650
3. Android Tools : https://forum.xda-developers.com/showthread.php?t=2588979
What you need :
1. Android Tools : https://forum.xda-developers.com/showthread.php?t=2588979 (#3) or minimal ADB assuming you can find it yourself
2. Unofficial unlock related files (#1)
3. TWRP recovery from #2
4. Magisk and Magisk Manager official from : https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
5. Knowledge base of bootloader, fastboot, recovery, twrp, using adb command
6. Read the original posts thoroughly since contributors are the experts
6. You DON'T NEED to follow every steps on post #2 (it's only for previously unlocked and rooted device so need to back to android N dan upgrade)
Assuming that you are on stock Oreo firmware, haven't unlocked your bootloader and your device has not been rooted, this is the short summary :
STEP 1
Unlocking your bootloader (unofficial) : follow steps from #1
STEP 2 : FLASHING TWRP
1. Download from https://drive.google.com/drive/folders/1KYX8G6wgOa_X7uJfIar7ENuk2Q1nQyWB. Choose the right model for your phone either ZE520KL(5.0inch) or ZE552KL(5.5inch)
2. Rename the twrp recovery you just downloaded to "oreo_twrp_recovery.img"
3. Put your phone to 'fastboot' mode and connect usb to laptop/pc
4. Put the twrp recovery that you just downloaded inside the Android Tools folder (where there is 'adb')
5. Click the folder then press shift and right click then click on 'Open command window here'
6. On cmd, type "fastboot flash recovery oreo_twrp_recovery.img" and click enter, it will tell you flashing is finished
7. Type 'fastboot reboot' and click enter
8. Your phone are now using TWRP recovery instead of the stock recovery
STEP 3 : ROOT
1. Boot your phone and install the magisk manager apk like normal
2. Put the magisk v15 zip file to your SD card
3. Boot your phone to TWRP recovery and flash the magisk v15 zip file until completed
4. Reboot system from twrp recovery
5. Open the magisk manager app and you're ROOTED!
DO IT AT YOUR OWN RISK, your mobile could possibly bricked your device.

sanctitude888 said:
Original posts (credits to contributors) / readings :
1. Unofficial unlock : https://forum.xda-developers.com/showpost.php?p=69001601&postcount=2
Click to expand...
Click to collapse
Unofficial Unlock will not work if you follow that thread.
To unlock/relock bootloader, follow my thread
https://forum.xda-developers.com/zenfone-3/how-to/unlock-lock-bootloader-zenfone-3-t3740148
Join our Telegram group chat here:
MOD EDIT: LINK REMOVED
The distribution of social media links is no longer allowed on XDA. Please refer to the thread linked below:
Telegram and Whatsapp Channels - Going Forward

ZenFone_3 said:
Unofficial Unlock will not work if you follow that thread.
To unlock/relock bootloader, follow my thread
https://forum.xda-developers.com/zenfone-3/how-to/unlock-lock-bootloader-zenfone-3-t3740148
Join our Telegram group chat here:
MOD EDIT: LINK REMOVED
The distribution of social media links is no longer allowed on XDA. Please refer to the thread linked below:
Telegram and Whatsapp Channels - Going Forward
Click to expand...
Click to collapse
Thanks for clarifyning, it's been several version since the device launched so we're all a bit confused of whats work on what

sanctitude888 said:
Thanks for clarifyning, it's been several version since the device launched so we're all a bit confused of whats work on what
Click to expand...
Click to collapse
:good:

Related

[GUIDE] Unlock Bootloader without wiping data after CM11s 30O

This is what I have done this afternoon.
Use at your own risk, I'm not responsible for any data losing.
Environment: Oneplus One with stock CM11s XNPH30O
Steps:
1. Apply cm-11.0-XNPH25R-bacon-signed.zip from stock recovery.
2. DO NOT BOOT TO OS when update is finished. After updated, press power button until screen off.
3. Boot to fastboot mode by holding 'Power' button & 'Vol UP(+)'.
4. In fastboot mode, boot to custom recovery by
Code:
fastboot boot openrecovery-twrp-2.7.1.1-bacon.img
http://techerrata.com/browse/twrp2/bacon
5. Make a nandroid backup for data partition. (Optional)
6. Sideload OnePlusOne-BootUnlocker.zip http://forum.xda-developers.com/showpost.php?p=54251992&postcount=1
7. Reboot to bootloader(fastboot mode)
8. Extract cm-11.0-XNPH30O-bacon-signed-fastboot.zip and execute 'flash-radio.sh' to update radio and other binaries.
9. Flash 30O system partition only by
Code:
fastboot flash system system.img
(Don't flash userdata.img or userdata_64G.img or you'll lose all your data.)
10. Reboot. The Bootloader is unlocked.
Sorry for my bad english.
Sick man, gonna try this when i get home
I am running on 33R will this work ???
Or connect to PC.. Adb backup, root, then adb restore
Cool write-up! I re-wrote the guide for use over on the OnePlus forums: https://forums.oneplus.net/threads/...ck-the-bootloader-without-losing-data.103642/
ifg said:
This is what I have done this afternoon.
Use at your own risk, I'm not responsible for any data losing.
Environment: Oneplus One with stock CM11s XNPH30O
Steps:
1. Apply cm-11.0-XNPH25R-bacon-signed.zip from stock recovery.
2. DO NOT BOOT TO OS when update is finished. After updated, press power button until screen off.
3. Boot to fastboot mode by holding 'Power' button & 'Vol UP(+)'.
4. In fastboot mode, boot to custom recovery by
Code:
fastboot boot openrecovery-twrp-2.7.1.1-bacon.img
http://techerrata.com/browse/twrp2/bacon
5. Make a nandroid backup for data partition. (Optional)
6. Sideload OnePlusOne-BootUnlocker.zip http://forum.xda-developers.com/showpost.php?p=54251992&postcount=1
7. Reboot to bootloader(fastboot mode)
8. Extract cm-11.0-XNPH30O-bacon-signed-fastboot.zip and execute 'flash-radio.sh' to update radio and other binaries.
9. Flash 30O system partition only by
Code:
fastboot flash system system.img
(Don't flash userdata.img or userdata_64G.img or you'll lose all your data.)
10. Reboot. The Bootloader is unlocked.
Sorry for my bad english.
Click to expand...
Click to collapse
Big thanks for this guide. You saved my life. And thanks also to developers for this MOD :good:
---------- Post added at 04:11 PM ---------- Previous post was at 04:05 PM ----------
Dibbyo123 said:
I am running on 33R will this work ???
Click to expand...
Click to collapse
Be sure to read the steps.
philicibine said:
Or connect to PC.. Adb backup, root, then adb restore
Click to expand...
Click to collapse
How would this be done by steps? I'm somewhat familiar with adb {I have the SDK installed and use it for fastboot) but coming from rooting and modding mostly Samsung devices I don't have experience with this method. Could you elaborate in another thread plz? Just the back up and restore part. I can manage the unlock and root.
erad1 said:
How would this be done by steps? I'm somewhat familiar with adb {I have the SDK installed and use it for fastboot) but coming from rooting and modding mostly Samsung devices I don't have experience with this method. Could you elaborate in another thread plz? Just the back up and restore part. I can manage the unlock and root.
Click to expand...
Click to collapse
i used the steps posted here. although they needed adapting for the one.
the bones of it is there though, so if you understand it, its easy to do.
Kind of went a different route but used this as a base and got it done. It was tricky but I'm unlocked, rooted, stock recovery and got most of my data back! Thanks for heads up philicibine and OP.
someone running on 33R succeeded with this MOD ???
Medosofts said:
someone running on 33R succeeded with this MOD ???
Click to expand...
Click to collapse
Yes. I was on 33R. Went to stock recovery and flashed 25R. Booted to fastboot and remotely ran twrp recovery and did a backup (in case) then flashed Bootloader unlock zip. While still in recovery, flashed 33R zip and SuperSU. I didn't extract any fastboot files, just used the flashable stock signed zip. All said and done, I had unlocked bootloader and root and back on 33R.
Now I was able to use Flashify app if I wanted a permanent custom recovery.
ralphwiggum1 said:
Yes. I was on 33R. Went to stock recovery and flashed 25R. Booted to fastboot and remotely ran twrp recovery and did a backup (in case) then flashed Bootloader unlock zip. While still in recovery, flashed 33R zip and SuperSU. I didn't extract any fastboot files, just used the flashable stock signed zip. All said and done, I had unlocked bootloader and root and back on 33R.
Now I was able to use Flashify app if I wanted a permanent custom recovery.
Click to expand...
Click to collapse
Hello did this wipe the device???
also were did you download the 33R from can you please provide me the link.
Thanks
Hilmesh said:
Hello did this wipe the device???
also were did you download the 33R from can you please provide me the link.
Thanks
Click to expand...
Click to collapse
This did NOT wipe my device. Look for the flashable (NOT fastboot) images in this thread.
http://forum.xda-developers.com/showthread.php?t=2857110
ralphwiggum1 said:
This did NOT wipe my device. Look for the flashable (NOT fastboot) images in this thread.
http://forum.xda-developers.com/showthread.php?t=2857110
Click to expand...
Click to collapse
Hello ,
I am on 33 R and downloading the flash-able zip from the thread you gave. The rest of items i have already downloaded (Please see attachment). Request you to please confirm that once my 33R download is complete am i ready to proceed??? (I also have the Complete SDK Package with me)
Also can you please list me the procedure step by step. This is my very first time doing it this way as i am used to rooting my S2 and that is a totally different method using ODIN.
Hope to receive your positive reply.
Ok. Done. It worked flawlessly on 33R. Followed all the steps as mentioned by @ralphwiggum1 (Thanks a lot mate . Also Thanks to @ifg for making the basic post to be followed. See attached Rootchecker image for proof.
Please note that this procedure worked for me on a totally unrooted & never before tried rooting device with 33R. Also my device info showed Tampered bit as True & unlock bit as False. You can check it by following this http://forum.xda-developers.com/oneplus-one/development/mod-reset-unlock-tamper-bit-t2820912. Thanks to @Mnt-XDA.
Hilmesh said:
Ok. Done. It worked flawlessly on 33R. Followed all the steps as mentioned by @ralphwiggum1 (Thanks a lot mate . Also Thanks to @ifg for making the basic post to be followed. See attached Rootchecker image for proof.
Please note that this procedure worked for me on a totally unrooted & never before tried rooting device with 33R. Also my device info showed Tampered bit as True & unlock bit as False. You can check it by following this http://forum.xda-developers.com/oneplus-one/development/mod-reset-unlock-tamper-bit-t2820912. Thanks to @Mnt-XDA.
Click to expand...
Click to collapse
Good job!
"As every guide is written with a Foreword so is this. Please try at your own risk. I am not responsible."
Next this is neither my guide nor my work. I went through all the threads as mentioned in the various links given below. All I did was follow procedure from whichever thread / post was related with my condition. Once I even got confused with too much information but then again as they if we don’t try we never know whether we would have failed or succeeded. 
So I was able to do this only due the works of other people. All the credit & Thanks goes to them. I have tried and remembered and mentioned all the names. In case I have missed anyone please forgive me and point me the name and I will thank them too.
My Step by step procedure to root the device without wipe for devices who have never tried rooting their Oneplus One and are currently on 33R using the method mentioned in this thread,
Download the Recovery flashable zips of the complete ROMz - XNPH25R, XNPH33R
Follow the ADB & Fastboot Installation Procedure listed HERE(Also if you can then do read the complete post as it is very informative for Noobs like me )
Download the Oneplusone-bootunlocker.zip from HERE (Again if possible please read this complete thread too as it is also very informative)
Download the Supersu file from HERE
Download the custom recovery file from HERE
Copy both the Flashable zips, Bootunlocker, supersu files to your device
Switch off your device. And Then boot into STOCK RECOVERY by pressing the VOL DOWN & POWER key
Apply update – XNPH25R and then keep the power key pressed until the screen turns off. DO NOT REBOOT
Now boot to fastboot mode by holding the POWER button & VOL UP Key. Connect it to the PC and let it install all the drivers
Go to the SDK Installation in your PC, and within that go to the folder PLATFORM-TOOLS. Copy the “openrecovery-twrp-2.8.0.1-bacon.img” or latest file which you must have downloaded from the TWRP site
Within the directory Press the Shift Key and right click and you will get an option “Open command Prompt here” – Do it. Type in the command
Code:
Fastboot boot openrecovery-twrp-2.8.0.1-bacon.img
. Wait for 30 Seconds your device will enter into TWRP Custom recovery
Make a Nandroid backup (Optional)
Go to the install option within the recovery and select the Bootunlocker.zip. make sure the signature verification check box in unchecked. Apply the zip.
Now once again go into install option and select the XNPH33R zip and apply
I rebooted the device after Step 14 as I forgot to apply the supersu
Once again followed the same procedure to enter fastboot mode (Step 9) and loaded the custom recovery as mentioned in Step 11 and then applied the supersu zip as mentioned in Step 13. Again rebooted and device was successfully rooted with SuperSU
Next I wanted to flash Franco’s latest Kernel (franco.Kernel-nightly-r20.zip). Downloaded from HERE
Again put device in Fastboot mode (Step 9) and loaded Custom recovery (Step 11) and installed zip file using same procedure as Step 13
Wiped Cache & Dalvik Cache & Rebooted the device. No Issues. Franco Kernel was installed
Credits - I would like to thank everyone for helping me out. Full Thanks & Credits to @ifg (Guide for XNPH300), @Mnt-XDA (Bootunlocker.zip & a great thread about Reset Unlocker & Tamper Bit), @MICa.fighter (CM11S official & untouched image collection), @franciscofranco (Kernel for Oneplus One), Chromium (From Oneplus One Forum for a great guide on Everything Rooting for Oneplus One), @Chainfire (SuperSU), @ralphwiggum1 (for already trying it and clearing my doubts and giving me confidence to proceed)
Worked like a charm. Thanks!
Yeah, I really wish I found this post before I wiped my OPO, and lost another day reinstalling and configuring apps.
Hilmesh said:
"As every guide is written with a Foreword so is this. Please try at your own risk. I am not responsible."
Next this is neither my guide nor my work. I went through all the threads as mentioned in the various links given below. All I did was follow procedure from whichever thread / post was related with my condition. Once I even got confused with too much information but then again as they if we don’t try we never know whether we would have failed or succeeded. 
So I was able to do this only due the works of other people. All the credit & Thanks goes to them. I have tried and remembered and mentioned all the names. In case I have missed anyone please forgive me and point me the name and I will thank them too.
My Step by step procedure to root the device without wipe for devices who have never tried rooting their Oneplus One and are currently on 33R using the method mentioned in this thread,
Download the Recovery flashable zips of the complete ROMz - XNPH25R, XNPH33R
Follow the ADB & Fastboot Installation Procedure listed HERE(Also if you can then do read the complete post as it is very informative for Noobs like me )
Download the Oneplusone-bootunlocker.zip from HERE (Again if possible please read this complete thread too as it is also very informative)
Download the Supersu file from HERE
Download the custom recovery file from HERE
Copy both the Flashable zips, Bootunlocker, supersu files to your device
Switch off your device. And Then boot into STOCK RECOVERY by pressing the VOL DOWN & POWER key
Apply update – XNPH25R and then keep the power key pressed until the screen turns off. DO NOT REBOOT
Now boot to fastboot mode by holding the POWER button & VOL UP Key. Connect it to the PC and let it install all the drivers
Go to the SDK Installation in your PC, and within that go to the folder PLATFORM-TOOLS. Copy the “openrecovery-twrp-2.8.0.1-bacon.img” or latest file which you must have downloaded from the TWRP site
Within the directory Press the Shift Key and right click and you will get an option “Open command Prompt here” – Do it. Type in the command
Code:
Fastboot boot openrecovery-twrp-2.8.0.1-bacon.img
. Wait for 30 Seconds your device will enter into TWRP Custom recovery
Make a Nandroid backup (Optional)
Go to the install option within the recovery and select the Bootunlocker.zip. make sure the signature verification check box in unchecked. Apply the zip.
Now once again go into install option and select the XNPH33R zip and apply
I rebooted the device after Step 14 as I forgot to apply the supersu
Once again followed the same procedure to enter fastboot mode (Step 9) and loaded the custom recovery as mentioned in Step 11 and then applied the supersu zip as mentioned in Step 13. Again rebooted and device was successfully rooted with SuperSU
Next I wanted to flash Franco’s latest Kernel (franco.Kernel-nightly-r20.zip). Downloaded from HERE
Again put device in Fastboot mode (Step 9) and loaded Custom recovery (Step 11) and installed zip file using same procedure as Step 13
Wiped Cache & Dalvik Cache & Rebooted the device. No Issues. Franco Kernel was installed
Credits - I would like to thank everyone for helping me out. Full Thanks & Credits to @ifg (Guide for XNPH300), @Mnt-XDA (Bootunlocker.zip & a great thread about Reset Unlocker & Tamper Bit), @MICa.fighter (CM11S official & untouched image collection), @franciscofranco (Kernel for Oneplus One), Chromium (From Oneplus One Forum for a great guide on Everything Rooting for Oneplus One), @Chainfire (SuperSU), @ralphwiggum1 (for already trying it and clearing my doubts and giving me confidence to proceed)
Click to expand...
Click to collapse
Excellent...well done and will help many!

[Motorola] Moto All-In-one Tool v1.1

MOTO All-In-one Tool​
Supported Model:
1. Any Motorola device to Flash Stock ROM.
Pre-Required:
1. Windows OS
2. STOCK ROM For flashing.
3. Supersu.zip for rooting.
4. Bootloader Key to unlock bootloader.
5. Stock Recovery for flashing.
Downloads:
*In next Post
Bugs:
1. GUI hangs if you press anything during flashing. So avoid touching anything once flash button pressed.{fixed in next update}
2. You tell :cyclops:
Features:
1. Flashing stock rom on any Motorola Device (Any model).
2. Root through superuse.zip.
3. custom recovery.
4. Bootloader lock and unlock (Required bootloader key).
5. Flashing logo.bin to remove bootloader warning message.
6. sideload any zip/ROM.
7. Installing ADB & mfastboot driver.
Request:
Please don't add direct download link in your [email protected] or in your website. if you want to add in your thread then
First ask me for permission and after that mention me in your thread and instead of giving download link, direct them to this page for downloading.
Please rate this thread to 5 * so that this tool can be published on XDA Portal​
XDA:DevDB Information
Moto All-In-one Tool v1.1, Tool/Utility for the Moto G
Contributors
hard91
Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2016-06-12
Created 2016-06-12
Last Updated 2016-06-16
Downloads:
Go to this Link:
CLICK ON ME
Reserved for Tutorials
How to Section​ How to Install Driver
1. Click on Driver.
2. Now Click on ADB & mfastboot Drivers.
3. Now just click Next> Next> button.
4. Do not change Installation directory.
5. After installations please make sure mfastboot.exe, fastboot, adb etc Files are present in installation directory.
6. Done.
Note: Above section is very very important without it this tool will not work.
How to Phone Info
1. Please ensure you have installed ADB & mfastboot Drivers from Driver page.
2. Enable USB debugging option under settings of your Mobile.
3. If there is any Message appears on mobile screen which require authentication to connect PC then click on remember option and Press Ok.
4. Now Click on ADB Devices button. It will show connected device and its serial No.
5. Now click on Get Phone Info to get Information Regarding Phone you currently connected with.
6. Done!
How to Flash STOCK ROM (fastboot flashable) and recover from bricked moto device.
1. Click on Flasher.
2. If you are not in fastboot mode then click on AUTO Button under Reboot into Bootloader Group Box. If you are in mobile bricked stage then manually boot into bootloader.
3. Click on browse button. It will open a dialog to select STOCK fastboot Flashable ROM
4. Go to the path where your STOCK ROM is placed.
5. On selecting STOCK ROM Directory it will show its path under STOCK ROM Path Group Box.
6. If all the basic files are present in the directory then Flash button is enabled otherwise it will give error and show missing files and Disable Flash Button.
7. Select whether you want to lock bootloader or Un-lock bootloader (if bootloader is previously unlocked it will not lock it).
8. Click on Flash button.
9. See Log window.
10. When progress bar reaches to 100% it will show Flashing Done!
11. Your phone will now reboot automatically.
12. Flashing Done!
Note: First boot take 5-10 min. So don’t worry.
How to Flash Stock/Custom Recovery
1. Click on Root/ Recovery.
2. Under Flash recovery Group box click on Browse button.
3. Select your Recovery (twrp, cwm, Stock etc) from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
How to Flash custom ROM or Zip using Sideload
1. Click on Root/ Recovery.
2. Under side Load Group box click on Browse button.
3. Select your custom ROM or any fastboot flashable Zip file from opened dialog box.
4. It will show your selected file path in Path line.
5. Click side load.
6. Done!
How to Root any MOTO Device
1. Click on Root/ Recovery.
2. Under Root Group box click on Browse button.
3. Select supersu.zip path from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Root.
6. Your Phone will reboot into custom recovery which you flashed previously.
7. Under custom recovery click on INSTALL > SDCARD (Internal) > select superuser.zip which you selected in 3rd step.
8. Rooting Done!
NOTE: You have to flash custom recovery first in order to Root.
How to Lock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Click on Lock Button.
4. Done!
NOTE: There is no need of bootloader unlock key while locking bootloader.
How to Unlock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Enter 20 digit bootloader key.
4. Click on Un-Lock.
5. Done!
How to get Unlock Bootloader Key
1. Click on Root/ Recovery.
2. Click on get Moto Key button.
3. It will restart your phone into fastboot and wait for device to respond.
4. A message box will open Read it carefully.
5. Click on show info and copy that string.
6. Now Click on OK to go to MOTO website.
7. Login to the website and paste previously copied string where motorola website say.
8. And click on can I unlock my bootloader?.
9. If yes then you will get Bootloader key in your Email inbox.
10. Now paste above 20 digit bootloader key into Under Lock/Unlock Boot-loader Group box.
11. Click on unlock bootloader button.
12. Done!
NOTE: Please note that all the MOTO Models do not support unlocking bootloader like phones under AT &T and other contract phone. This tool is not created by Rajnikant or Superman. Hence this tool can only automate the adb commands that are used to get bootloader string and unlock bootloader. This tool will not do any kind of magic to unlock your contract Moto device.
How to Remove Bootloader Warning Message
1. Click on Root/ Recovery.
2. Under Flash Logo Group box click on Browse button.
3. Select logo.bin file downloaded from your mobile XDA form.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
You Have to Download each and every File from your respective XDA Form​
Reserved
screenshots
adb drivers download button not working.
celikbasm said:
adb drivers download button not working.
Click to expand...
Click to collapse
All the buttons are working
As repoted by other users
Sent from my CP8298_I00 using XDA-Developers mobile app
hard91 said:
All the buttons are working
As repoted by other users
Sent from my CP8298_I00 using XDA-Developers mobile app
Click to expand...
Click to collapse
i couldn't install adb/fastboot drivers with your tool. I've clicked button in Drivers section, but nothing happened. i don't know whats wrong with it. As a workaround, can you give me direct link of drivers and installation path? I will manually install drivers to program's needed path and try to make it work.
celikbasm said:
i couldn't install adb/fastboot drivers with your tool. I've clicked button in Drivers section, but nothing happened. i don't know whats wrong with it. As a workaround, can you give me direct link of drivers and installation path? I will manually install drivers to program's needed path and try to make it work.
Click to expand...
Click to collapse
which version of tool you are using
hard91 said:
which version of tool you are using
Click to expand...
Click to collapse
latest version (2016-06-16) v.1.1
celikbasm said:
latest version (2016-06-16) v.1.1
Click to expand...
Click to collapse
Hello my friend
I review my v1.1 code there is a bug and thanks for reporting.
I am uploading v1.1a wait 5 min
hard91 said:
Hello my friend
I review my v1.1 code there is a bug and thanks for reporting.
I am uploading v1.1a wait 5 min
Click to expand...
Click to collapse
yeah, it's working now. thanks for efforts.
celikbasm said:
yeah, it's working now. thanks for efforts.
Click to expand...
Click to collapse
Hit thanks on download section and support me
Plz hit thanks button to support my work
hard91 said:
Hit thanks on download section and support me
Plz hit thanks button to support my work
Click to expand...
Click to collapse
i was hit thank button your OP thread early .
Thank u
ismail0100 said:
Thank u
Click to expand...
Click to collapse
Also hit thanks button
Sent from my CP8298_I00 using XDA-Developers mobile app
I am having XT1033 Moto G (1st gen) . I unrooted my device successfully 4 months back and a couple of days ago my phone got restarted by itself and got stuck on the warning bootloader unlocked screen (as i did not remove it) . I was able to get into recovery mode and flashed 5.1 stock ROM with the help of you All in 1 tool but still after flashing successfully it is stuck on the same (warning bootloader unlocked ) screen. Any suggestions would be appreciated.
My phone is locked only the warning bootloader unlocked screen is there.
Thanks for the great tool .
madeel88 said:
I am having XT1033 Moto G (1st gen) . I unrooted my device successfully 4 months back and a couple of days ago my phone got restarted by itself and got stuck on the warning bootloader unlocked screen (as i did not remove it) . I was able to get into recovery mode and flashed 5.1 stock ROM with the help of you All in 1 tool but still after flashing successfully it is stuck on the same (warning bootloader unlocked ) screen. Any suggestions would be appreciated.
My phone is locked only the warning bootloader unlocked screen is there.
Thanks for the great tool .
Click to expand...
Click to collapse
Try either 1 or 2
1. Click on lock bootloader button while phone is connected.
2. Search and download logo.bin file from your respective thread and flash it with my tool
Sent from my CP8298_I00 using XDA-Developers mobile app
Sir help my phone Moto m xt1033
---------- Post added at 02:03 PM ---------- Previous post was at 02:03 PM ----------
How to root my whatts apps number add 03446940167
This toolkit so important for all of us. Must be open source if isnt..
Esto es una ROM?

[Motorola] Moto All-In-one Tool v1.1

MOTO All-In-one Tool​
Supported Model:
1. Any Motorola device to Flash Stock ROM.
Pre-Required:
1. Windows OS
2. STOCK ROM For flashing.
3. Supersu.zip for rooting.
4. Bootloader Key to unlock bootloader.
5. Stock Recovery for flashing.
Downloads:
*In next Post
Bugs:
1. GUI hangs if you press anything during flashing. So avoid touching anything once flash button pressed.{fixed in next update}
2. You tell :cyclops:
Features:
1. Flashing stock rom on any Motorola Device (Any model).
2. Root through superuse.zip.
3. custom recovery.
4. Bootloader lock and unlock (Required bootloader key).
5. Flashing logo.bin to remove bootloader warning message.
6. sideload any zip/ROM.
7. Installing ADB & mfastboot driver.
Request:
Please don't add direct download link in your [email protected] or in your website. if you want to add in your thread then
First ask me for permission and after that mention me in your thread and instead of giving download link, direct them to this page for downloading.
Please rate this thread to 5 * so that this tool can be published on XDA Portal​
XDA:DevDB Information
Moto All-In-one Tool v1.1, Tool/Utility for the Moto E 2015
Contributors
hard91
Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2016-06-12
Created 2016-06-12
Last Updated 2016-06-16
Downloads:
Go to this Link:
CLICK ON ME
Reserved
How to Section​ How to Install Driver
1. Click on Driver.
2. Now Click on ADB & mfastboot Drivers.
3. Now just click Next> Next> button.
4. Do not change Installation directory.
5. After installations please make sure mfastboot.exe, fastboot, adb etc Files are present in installation directory.
6. Done.
Note: Above section is very very important without it this tool will not work.
How to Phone Info
1. Please ensure you have installed ADB & mfastboot Drivers from Driver page.
2. Enable USB debugging option under settings of your Mobile.
3. If there is any Message appears on mobile screen which require authentication to connect PC then click on remember option and Press Ok.
4. Now Click on ADB Devices button. It will show connected device and its serial No.
5. Now click on Get Phone Info to get Information Regarding Phone you currently connected with.
6. Done!
How to Flash STOCK ROM (fastboot flashable) and recover from bricked moto device.
1. Click on Flasher.
2. If you are not in fastboot mode then click on AUTO Button under Reboot into Bootloader Group Box. If you are in mobile bricked stage then manually boot into bootloader.
3. Click on browse button. It will open a dialog to select STOCK fastboot Flashable ROM
4. Go to the path where your STOCK ROM is placed.
5. On selecting STOCK ROM Directory it will show its path under STOCK ROM Path Group Box.
6. If all the basic files are present in the directory then Flash button is enabled otherwise it will give error and show missing files and Disable Flash Button.
7. Select whether you want to lock bootloader or Un-lock bootloader (if bootloader is previously unlocked it will not lock it).
8. Click on Flash button.
9. See Log window.
10. When progress bar reaches to 100% it will show Flashing Done!
11. Your phone will now reboot automatically.
12. Flashing Done!
Note: First boot take 5-10 min. So don’t worry.
How to Flash Stock/Custom Recovery
1. Click on Root/ Recovery.
2. Under Flash recovery Group box click on Browse button.
3. Select your Recovery (twrp, cwm, Stock etc) from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
How to Flash custom ROM or Zip using Sideload
1. Click on Root/ Recovery.
2. Under side Load Group box click on Browse button.
3. Select your custom ROM or any fastboot flashable Zip file from opened dialog box.
4. It will show your selected file path in Path line.
5. Click side load.
6. Done!
How to Root any MOTO Device
1. Click on Root/ Recovery.
2. Under Root Group box click on Browse button.
3. Select supersu.zip path from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Root.
6. Your Phone will reboot into custom recovery which you flashed previously.
7. Under custom recovery click on INSTALL > SDCARD (Internal) > select superuser.zip which you selected in 3rd step.
8. Rooting Done!
NOTE: You have to flash custom recovery first in order to Root.
How to Lock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Click on Lock Button.
4. Done!
NOTE: There is no need of bootloader unlock key while locking bootloader.
How to Unlock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Enter 20 digit bootloader key.
4. Click on Un-Lock.
5. Done!
How to get Unlock Bootloader Key
1. Click on Root/ Recovery.
2. Click on get Moto Key button.
3. It will restart your phone into fastboot and wait for device to respond.
4. A message box will open Read it carefully.
5. Click on show info and copy that string.
6. Now Click on OK to go to MOTO website.
7. Login to the website and paste previously copied string where motorola website say.
8. And click on can I unlock my bootloader?.
9. If yes then you will get Bootloader key in your Email inbox.
10. Now paste above 20 digit bootloader key into Under Lock/Unlock Boot-loader Group box.
11. Click on unlock bootloader button.
12. Done!
NOTE: Please note that all the MOTO Models do not support unlocking bootloader like phones under AT &T and other contract phone. This tool is not created by Rajnikant or Superman. Hence this tool can only automate the adb commands that are used to get bootloader string and unlock bootloader. This tool will not do any kind of magic to unlock your contract Moto device.
How to Remove Bootloader Warning Message
1. Click on Root/ Recovery.
2. Under Flash Logo Group box click on Browse button.
3. Select logo.bin file downloaded from your mobile XDA form.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
You Have to Download each and every File from your respective XDA Form​
Screenshots
Supports Verizon model since the Verizon model can't be rooted
This tool only push supersu.zip into sdcard and reboot into recovery from where you install supersu zip
Sent from my CP8298_I00 using XDA-Developers mobile app
hard91 said:
This tool only push supersu.zip into sdcard and reboot into recovery from where you install supersu zip
Sent from my CP8298_I00 using XDA-Developers mobile app
Click to expand...
Click to collapse
So it won't even work to root on Verizon model correct?
Yes
Sent from my CP8298_I00 using XDA-Developers mobile app
Hi,,Plz help me.. i am a beginner in rooting.. i have unlocked bootloaded for moto g3, flashed logo.bin to remove warning message,installed twrp , after that i have tried to root using supersu.zip ..Now my phone is stuck in bootloop...What should i do..Plz give suggestion..
i have used below files
twrp-osprey-3.0.2-r1_2
UPDATE-SuperSU-v2.65-20151226141550
logo.bin
all are downloaded from XDa forum itself
vedhavyga said:
Hi,,Plz help me.. i am a beginner in rooting.. i have unlocked bootloaded for moto g3, flashed logo.bin to remove warning message,installed twrp , after that i have tried to root using supersu.zip ..Now my phone is stuck in bootloop...What should i do..Plz give suggestion..
i have used below files
twrp-osprey-3.0.2-r1_2
UPDATE-SuperSU-v2.65-20151226141550
logo.bin
all are downloaded from XDa forum itself
Click to expand...
Click to collapse
You are doing it in wrong way
hard91 said:
You are doing it in wrong way
Click to expand...
Click to collapse
Could you please give ur email/whats app no ?
Promise won't disturb you much
hard91 said:
You are doing it in wrong way
Click to expand...
Click to collapse
I finally flashed stock ROM and rooted..I found the mistake I have done.. I have given read only permission for twrp...::
Anyway wished to install xposed frame work..
Could you please share any third for it
can this flash hard bricked moto e

[Motorola]{Any Moto series device} Moto All-In-one Tool v2.0

MOTO All-In-one Tool​
Supported Model:
1. Any Motorola device to Flash Stock ROM ( except mtk chipset devices like moto e3)
Pre-Required:
1. Windows OS
2. STOCK ROM For flashing.
3. SuperSu.zip for rooting.
4. Bootloader Key to unlock bootloader.
5. Stock Recovery for flashing.
Downloads:
*In next Post
Bugs:
1. You tell :cyclops:
Features:
1. Flashing stock ROM on any Motorola Device (Any model).
2. Root through SuperSu.zip.
3. custom recovery.
4. Bootloader lock and unlock (Required bootloader key).
5. Flashing logo.bin to remove bootloader warning message.
6. sideload any zip/ROM.
7. Installing ADB & mfastboot driver.
Request:
Please don't add direct download link in your [email protected] or in your website. if you want to add in your thread then
First ask me for permission and after that mention me in your thread and instead of giving download link, direct them to this page for downloading.
Please rate this thread to 5 * so that this tool can be published on XDA Portal​
XDA:DevDB Information
Moto All-In-one Tool, Tool/Utility for all devices (see above for details)
Contributors
hard91
Version Information
Status: Stable
Stable Release Date: 2016-09-17
Created 2016-09-17
Last Updated 2016-11-02
Downloads:
Latest:
Link: MOTO ALL-IN-ONE v2.5
Downloaded: 40,300 times
Thanks for liking my work that much
change Note:
1. Flashing Stock ROM For moto Z model updated.
2. Links in log file for this post updated.
MOTO ALL-IN-ONE TOOL v 2.0
change Note:
1. Log File added.
2. while Flashing STOCK ROM, GUI will not hang.
3. For every button script used is added in log file.
4. windows tray icon with message popup added
5. Links for update and SuperSu.zip added.
Bugs:
1. GUI Hangs if you are loading a heavy zip in sideload process(will fix in next update.)
Previous Release:
1. MOTO ALL-IN-ONE TOOL v 2.0 Downloaded 4,400 times
2. MOTO ALL-IN-ONE TOOL v 1.1 a (Driver button Fix) Downloaded 10,280 times
3. MOTO ALL-IN-ONE TOOL v 1.0 Downloaded 1,000 times
Ask me for mirror on any website
Please don't mirror my work as I constantly monitoring my no of downloads which gives me energy to give you constant updates.​
How to Section
How to Section​ How to Install Driver
1. Click on Driver.
2. Now Click on ADB & mfastboot Drivers.
3. Now just click Next> Next> button.
4. Do not change Installation directory.
5. After installations please make sure mfastboot.exe, fastboot, adb etc Files are present in installation directory.
6. Done.
Note: Above section is very very important without it this tool will not work.
How to Phone Info
1. Please ensure you have installed ADB & mfastboot Drivers from Driver page.
2. Enable USB debugging option under settings of your Mobile.
3. If there is any Message appears on mobile screen which require authentication to connect PC then click on remember option and Press Ok.
4. Now Click on ADB Devices button. It will show connected device and its serial No.
5. Now click on Get Phone Info to get Information Regarding Phone you currently connected with.
6. Done!
How to Flash STOCK ROM (fastboot flashable) and recover from bricked moto device.
1. Click on Flasher.
2. If you are not in fastboot mode then click on AUTO Button under Reboot into Bootloader Group Box. If you are in mobile bricked stage then manually boot into bootloader.
3. Click on browse button. It will open a dialog to select STOCK fastboot Flashable ROM
4. Go to the path where your STOCK ROM is placed.
5. On selecting STOCK ROM Directory it will show its path under STOCK ROM Path Group Box.
6. If all the basic files are present in the directory then Flash button is enabled otherwise it will give error and show missing files and Disable Flash Button.
7. Select whether you want to lock bootloader or Un-lock bootloader (if bootloader is previously unlocked it will not lock it).
8. Click on Flash button.
9. See Log window.
10. When progress bar reaches to 100% it will show Flashing Done!
11. Your phone will now reboot automatically.
12. Flashing Done!
Note: First boot take 5-10 min. So don’t worry.
How to Flash Stock/Custom Recovery
1. Click on Root/ Recovery.
2. Under Flash recovery Group box click on Browse button.
3. Select your Recovery (twrp, cwm, Stock etc) from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
How to Flash custom ROM or Zip using Sideload
1. Click on Root/ Recovery.
2. Under side Load Group box click on Browse button.
3. Select your custom ROM or any fastboot flashable Zip file from opened dialog box.
4. It will show your selected file path in Path line.
5. Click side load.
6. Done!
How to Root any MOTO Device
1. Click on Root/ Recovery.
2. Under Root Group box click on Browse button.
3. Select supersu.zip path from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Root.
6. Your Phone will reboot into custom recovery which you flashed previously.
7. Under custom recovery click on INSTALL > SDCARD (Internal) > select superuser.zip which you selected in 3rd step.
8. Rooting Done!
NOTE: You have to flash custom recovery first in order to Root.
How to Lock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Click on Lock Button.
4. Done!
NOTE: There is no need of bootloader unlock key while locking bootloader.
How to Unlock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Enter 20 digit bootloader key.
4. Click on Un-Lock.
5. Done!
How to get Unlock Bootloader Key
1. Click on Root/ Recovery.
2. Click on get Moto Key button.
3. It will restart your phone into fastboot and wait for device to respond.
4. A message box will open Read it carefully.
5. Click on show info and copy that string.
6. Now Click on OK to go to MOTO website.
7. Login to the website and paste previously copied string where motorola website say.
8. And click on can I unlock my bootloader?.
9. If yes then you will get Bootloader key in your Email inbox.
10. Now paste above 20 digit bootloader key into Under Lock/Unlock Boot-loader Group box.
11. Click on unlock bootloader button.
12. Done!
NOTE: Please note that all the MOTO Models do not support unlocking bootloader like phones under AT &T and other contract phone. This tool is not created by Rajnikant or Superman. Hence this tool can only automate the adb commands that are used to get bootloader string and unlock bootloader. This tool will not do any kind of magic to unlock your contract Moto device.
How to Remove Bootloader Warning Message
1. Click on Root/ Recovery.
2. Under Flash Logo Group box click on Browse button.
3. Select logo.bin file downloaded from your mobile XDA form.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
You Have to Download each and every File from your respective XDA Form​
F.A.Q Section
Frequently Asked Question​
1. Why I am not Replying to your bug reported?
Ans. Because you Quote my whole thread which irritates me.
2. I have XYZ moto device with XYZ Model will your TOOL Unlock my bootloader?
Ans. Please read my how to section and my first post where in Prerequest section I have clearly written that for Unlocking bootloader You need a bootloader key and if your mobile is under any contract which donot let you unlock bootloader then this tool will not work. but if your bootloader can be unlocked then you can use my tool to get bootloader string to paste it in moto website to get 20 digit key.
3. I am not getting reply from Tool ?
Ans. 1. Check whether you have installed drivers.(from driver groupbox)
2.Check your usb-debugging option is enabled and you gave permission on your mobile to remember this PC.
3.Check whether path of the installed drivers is present in your environment variable under PATH, if not present then append it (followed by
4 How To report a bug?
Ans. First be polite,mention me in your comment via @hard91 and Give me detail like Mobile Name(MOTO E,E2015,G,G+ etc) and MODEL (XT 1022, XT 10XX etc), and in next line give your bug Details. and what is possible solution you want and you think.
5. WOW your Tool is great and it works for me how can I help you?
Ans. You can HIT thanks button on my this POST and other posts which helped you and PLEASE TELL ME YOUR MODEL(XT1022 ETC) AND MOBILE NAME(moto E,G,G+,X,PLAY ETC),YOUR COUNTRY AND STATE
Reserved For Bug update
Bugs and change note
Hi hard91
Did you test with moto Z xt1650 ? i am glad to see your reply, thanks.
hard91 said:
How to Section​ How to Install Driver
1. Click on Driver.
2. Now Click on ADB & mfastboot Drivers.
3. Now just click Next> Next> button.
4. Do not change Installation directory.
5. After installations please make sure mfastboot.exe, fastboot, adb etc Files are present in installation directory.
6. Done.
Note: Above section is very very important without it this tool will not work.
How to Phone Info
1. Please ensure you have installed ADB & mfastboot Drivers from Driver page.
2. Enable USB debugging option under settings of your Mobile.
3. If there is any Message appears on mobile screen which require authentication to connect PC then click on remember option and Press Ok.
4. Now Click on ADB Devices button. It will show connected device and its serial No.
5. Now click on Get Phone Info to get Information Regarding Phone you currently connected with.
6. Done!
How to Flash STOCK ROM (fastboot flashable) and recover from bricked moto device.
1. Click on Flasher.
2. If you are not in fastboot mode then click on AUTO Button under Reboot into Bootloader Group Box. If you are in mobile bricked stage then manually boot into bootloader.
3. Click on browse button. It will open a dialog to select STOCK fastboot Flashable ROM
4. Go to the path where your STOCK ROM is placed.
5. On selecting STOCK ROM Directory it will show its path under STOCK ROM Path Group Box.
6. If all the basic files are present in the directory then Flash button is enabled otherwise it will give error and show missing files and Disable Flash Button.
7. Select whether you want to lock bootloader or Un-lock bootloader (if bootloader is previously unlocked it will not lock it).
8. Click on Flash button.
9. See Log window.
10. When progress bar reaches to 100% it will show Flashing Done!
11. Your phone will now reboot automatically.
12. Flashing Done!
Note: First boot take 5-10 min. So don’t worry.
How to Flash Stock/Custom Recovery
1. Click on Root/ Recovery.
2. Under Flash recovery Group box click on Browse button.
3. Select your Recovery (twrp, cwm, Stock etc) from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
How to Flash custom ROM or Zip using Sideload
1. Click on Root/ Recovery.
2. Under side Load Group box click on Browse button.
3. Select your custom ROM or any fastboot flashable Zip file from opened dialog box.
4. It will show your selected file path in Path line.
5. Click side load.
6. Done!
How to Root any MOTO Device
1. Click on Root/ Recovery.
2. Under Root Group box click on Browse button.
3. Select supersu.zip path from opened dialog box.
4. It will show your selected file path in Path line.
5. Click on Root.
6. Your Phone will reboot into custom recovery which you flashed previously.
7. Under custom recovery click on INSTALL > SDCARD (Internal) > select superuser.zip which you selected in 3rd step.
8. Rooting Done!
NOTE: You have to flash custom recovery first in order to Root.
How to Lock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Click on Lock Button.
4. Done!
NOTE: There is no need of bootloader unlock key while locking bootloader.
How to Unlock Bootloader
1. Click on Root/ Recovery.
2. Under Lock/Unlock Boot-loader Group box.
3. Enter 20 digit bootloader key.
4. Click on Un-Lock.
5. Done!
How to get Unlock Bootloader Key
1. Click on Root/ Recovery.
2. Click on get Moto Key button.
3. It will restart your phone into fastboot and wait for device to respond.
4. A message box will open Read it carefully.
5. Click on show info and copy that string.
6. Now Click on OK to go to MOTO website.
7. Login to the website and paste previously copied string where motorola website say.
8. And click on can I unlock my bootloader?.
9. If yes then you will get Bootloader key in your Email inbox.
10. Now paste above 20 digit bootloader key into Under Lock/Unlock Boot-loader Group box.
11. Click on unlock bootloader button.
12. Done!
NOTE: Please note that all the MOTO Models do not support unlocking bootloader like phones under AT &T and other contract phone. This tool is not created by Rajnikant or Superman. Hence this tool can only automate the adb commands that are used to get bootloader string and unlock bootloader. This tool will not do any kind of magic to unlock your contract Moto device.
How to Remove Bootloader Warning Message
1. Click on Root/ Recovery.
2. Under Flash Logo Group box click on Browse button.
3. Select logo.bin file downloaded from your mobile XDA form.
4. It will show your selected file path in Path line.
5. Click on Flash.
6. Done!
You Have to Download each and every File from your respective XDA Form​
Click to expand...
Click to collapse
@smackzhao read FAQ point 1
I have the add free version of the G4 from Amazon. It is rooted bootloader unlocked and has TWRP installed. Can I use this to flash the OTA file from my device? If i can what steps do I need to take?
If not, do I need the full factory ROM to update?
Thanks
matt_man said:
I have the add free version of the G4 from Amazon. It is rooted bootloader unlocked and has TWRP installed. Can I use this to flash the OTA file from my device? If i can what steps do I need to take?
If not, do I need the full factory ROM to update?
Thanks
Click to expand...
Click to collapse
No, and you need full factory ROM
You saved my life, good sir. I was stuck in a very bad bootloop.
Thank you!
cloudfe said:
You saved my life, good sir. I was stuck in a very bad bootloop.
Thank you!
Click to expand...
Click to collapse
Good to know
Plz mention model and moto series
hard91 said:
Good to know
Plz mention model and moto series
Click to expand...
Click to collapse
Moto G 1st Gen, LTE XT1039 Peregrine.
cloudfe said:
Moto G 1st Gen, LTE XT1039 Peregrine.
Click to expand...
Click to collapse
Can you send me your log file
hard91 said:
Can you send me your log file
Click to expand...
Click to collapse
Where should I find it?
cloudfe said:
Where should I find it?
Click to expand...
Click to collapse
In log folder
hard91 said:
In log folder
Click to expand...
Click to collapse
I'm afraid I can't help you, I already installed a new Rom and factory-wiped the device
Development stopped till my exams
My phones already unlocked and twrp installed. Can i use this tool just to flash supersu/root and if so which version of supersu? thanks
I need to root my mobile moto g xt1033 root and unlock and upgrade a ROM can you help me brother? My what apps number 03446940167 help me plz sir add help group
trsix said:
My phones already unlocked and twrp installed. Can i use this tool just to flash supersu/root and if so which version of supersu? thanks
Click to expand...
Click to collapse
This tool just push super su.zip file to internal memory and reboot your phone into recovery

[HOWTO] Install Mokee 7.1.1 Unofficial cutom ROM for your new Zuk Z2 PRO for dummies

Hi,
Today I just installed a custom ROM for my Zuk Z2 PRO. This tutorial is how I did it.
I get many ressources from this forum and I thank orignal authors.
Big thanks to meister for his guide : https://forum.xda-developers.com/zuk-z2-pro/how-to/zuk-z2-pro-guide-to-everything-ota-t3562099
And big thanks to m_atze for his guide : https://forum.xda-developers.com/zuk-z2-pro/how-to/howto-flash-stock-rom-t3435109
More info on this ROM : https://forum.xda-developers.com/zuk-z2-pro/development/rom-share-lr-team-zuk-z2row-z2-pro-t3567710
Backup your data before processing the flash, in order to avoid loss of data!
Flashing / rooting and install custom ROM could brick your device ! You're the only responsible on what you're doing. This guide is how I did it and I'm not responsible if you're messing up your device
Unlock bootloader (step 3) will void Lenovo warranty
Antutu Score : 143050
Summary :
Step 1 : Prepare environment
Step 2 : Install ZUI 2.5.x (recommended before installing Nougat custom ROM)
Step 3 : Unlock bootloader (to be able to boot on TWRP)
Step 4 : Boot on TWRP to root the phone
Step 5 : Make a Nandroid backup
Step 6 : Install TWRP
Step 7 : Install a custom ROM with TWRP
Step 8 : Install Gapps (google apps)
Step 1 : Prepare environment
Create a directory where you're gona extract download files (avoid space in the directory path).
Download : adb and fastboot from google
Extract it on your previous created directory.
Download usb drivers and install it
Enable developer mode in your Z2 PRO (link if your don't know how to do it)
Connect your phone on your computer
On the directory C:/yourDirectoryPath/platform-tools maintains shift + rigth click and "Open command window here"
Type adb devices
If your see a line below "List of devices attached" your adb is OK
Note the number somewhere, it's your device serial number.
On the phone type *#06# and note somewhere IMEI numbers in case something went wrong during flashing
Step 2 : Install ZUI 2.5.x (recommended before installing Nougat custom ROM)
For this part I use the m_atze tutorial that you can find here. Check it for me detailed steps.
If you are on windows 8, 8.1 or 10, you have to disable driver verification (some people didn't disable driver verification and it works as well)
For windows 10 with anniversary update : you just have to run a cmd as admin and enter bcdedit -set TESTSIGNING ON then reboot your computer (your windows will be in test mode)
For other cases check this link
Then
Download QPST flashtool
Install QPST flashtool and reboot your computer
Download and extract ZUI ROM 2.5.x (you maybe need to rename the directory where the ROM is because it could be too big)
Launch QFIL application as administrator
Go to Configuration -> FireHostConfiguration. 1-change device type to UFS. 2-check reset after download checkbox
Click on "Load content" and browse the contents.xml from the ZUI ROM 2.5.x extracted files
On the adb console you opened earlier, enter adb reboot edl
The QFIL page should look like this
Click on "Download content" to flash your phone
The final screen should like this
If any problem, there is an FAQ
Your phone is gonna reboot, congratulation, you're flashed your phone with ZUI 2.5.x ROM.
Once the phone boots up it will be in Chinese again. To get your phone back in English :
On the welcome screen tap the bottom of the screen below the highlighted blue text to skip the ZUK login.
To change the language back to English go to Settings.
In the third section choose the last entry. "Advanced Settings" (the gears symbol).
Choose the 2nd menu item.
Choose the first menu item and select English.
Now check update and install it if needed trough this app. If the check is green, it's ok.
Re-enable developer mode and debugging
Step 3 : Unlock bootloader (to be able to boot on TWRP)
This step is almost a copy past of section 2 of meister guide
This step gonna void your Lenovo warranty and wipe your data
Step 3.1 : Get the unlock bootloader from Lenovo
In order to unlock the bootloader you will need to got the zuk website, where you need to register first before you can request to unlock the bootloader.
So go here : https://passport.zuk.com/wauthen3/wauth/jsp/register.jsp (use google translate)
Select Email Registration (upper right corner) and fill in the required data
You will receive an Email with a confirmation link.
Now that you are registered, log in and than go to http://developer.zuk.com/bootloader (use google translate)
Click on Carry On.
On the next page select your phone type Z2 Pro.
Enter your serial number (8 digits) (you can find it on Settings -> About -> Status. If your serial is not 8 digit, add 0 to the end to make a 8 digit number)
Enter an email address where to send the unlock image. It seems that the email address here has to follow some rules. ([email protected] or @Web.net seems to work. A domain name with a hyphen (-) seems to cause problems, i use a @hotmail.com mail adresse and it worked)
Check the 2 check boxes and click SUBMIT
If successful you get a message that the image has been sent to your email address. No message means something went wrong. Likely the email address was not approved.
Save the email attachment from ZUK you requested earlier (named unlock_bootloader.img) into C:/yourDirectoryPath/platform-tools/ (next to adb.exe)
Step 3.2 : Unlock bootloader
On adb console enter adb devices to check if your device is still connected
Next enter adb reboot bootloader and your phone gonna reboot in bootloader mode
Next enterfastboot -i 0x2b4c flash unlock unlock_bootloader.img (if you got error "target did not report max-download-size" change from usb 3.0 to usb 2.0 port and / or try to turn on "enable_usb_2.0" via
Developer Options)
You should see
Code:
target reported max download size of 1610612736 bytes
sending 'unlock' (0 KB)...
OKAY [ 0.031s]
writing 'unlock'...
OKAY [ 0.063s]
finished. total time: 0.094s
Then enter fastboot -i 0x2b4c oem unlock-go
You should see
Code:
...
OKAY [ 0.031s]
finished. total time: 0.031s
You phone is gonna reboot (or reboot it manually)
Change the phone language to english and re enable debugging.
Step 4 : Boot on TWRP to root the phone
Download TWRP 3.1 for Zuk Z2 PRO here and extrat TWRP..... .img next to adb.exe in platform-tools folder
Download SuperSu here
Copy paste SuperSu zip file in your phone internal storage
In adb cmd enter adb reboot bootloader
Then enter fastboot -i 0x2b4c boot TWRP3.1.0.0_ZUK_Z2_pro.img to boot in TWRP image
Click on "Keep read only"
Go to install and browse to SuperSu zip.
Swipe to install
When installation is finished, reboot your phone (it may reboot many times)
Good job, your phone is now rooted !
Step 5 : Make a Nandroid backup
In adb cmd enter adb reboot bootloader
Then enter fastboot -i 0x2b4c boot TWRP3.1.0.0_ZUK_Z2_pro.img to boot in TWRP image
Go in backup and check all checkbox
Swipe to backup
Reboot the phone
From your computer browse your phone internal memory and copy your backup from TWRP/Backup/XXXXX to a directory in your computer
Step 6 : Install TWRP
In adb cmd enter adb reboot bootloader
Then fastboot flash recovery TWRP3.1.0.0_ZUK_Z2_pro.img to install TWRP on your phone
Then fastboot reboot
Then adb reboot bootloader
Then with volume keys select Recovery Mode and enter in Recovery Mode by pushing power key
TWRP will start
Reboot your phone
Step 7 : Install a custom ROM with TWRP
Download ROM from https://uploadfiles.io/55ffa
Copy paste ROM zip file in your phone internal storage
In adb cmd enter adb reboot bootloader
Then with volume keys select Recovery Mode and enter in Recovery Mode by pushing power key
Click Wipe and swipe to wipe. Do NOT reboot your phone.
Go back in TWRP main menu and click Install. Browse the ROM zip file
Swipe to install
Reboot your phone
When your phone reboot, it's in chinese. Click on the texte in the right bottom corner and then select your language.
During the phone configuration, do not connect wifi (in my case the phone configuration crashed when I connected to a wifi)
When you finished phone configuration reboot to get notification in your language
Step 8 : Install Gapps (google apps)
Download Gapps from https://forum.xda-developers.com/android/software/gapps-dynamic-gapps-t3487192
Copy the zip file in your phone
Reboot in TWRP
Install Gapps through TWRP
Reboot your phone
At this point my Google Play Services crashed each reboot. So needed to
Reboot in TWRP
Wipe cache
Now it works !
You can install other ROM with this method but I only tested with this one.
Enjoy
First of all, thank you for your help.
I followed this tutorial from start to finish without encountering any unexpected events. It is rare to say so!
Small points:
Step 1:
*- Think of connecting the phone before the command "adb devices", it's stupid but I had not done it!
Step 2:
*- I did not need to change my driver settings on Windows 10.
*- I had to run the QFIL application as an administrator.
*- I had to rename the directory where the ROM was because the name was too big.
Step 3.1:
*- I have a serial number on 7 characters, you must add "0" at the end to make 8 characters.
*- My Gmail address worked smoothly.
Step 4:
*- The SuperSU link did not work, I took this one: http://downloadmirror.co/Utz/UPDATE-SuperSU-v2.79-20161211114519.zip
*- Some reboot at home also, it seems to be normal.
Step 7:
*- I took the ROM "Resurrection Remix", no problem with another ROM.
Step 8:
*- I also had a crash of Google apps, I also did a wipe and it works now. It looks normal too.
Thank you again for your help!
Glade I could help !
Thanks for your feedback, I'm gonna update the tutorial
Hi,
great tutorial, thank you!
Step 6 : Install TWRP - I'm stuck though, as my PC still does not recognize device on fastboot without -i 0x2b4c...
so should I use instead of
Then fastboot flash recovery TWRP3.1.0.0_ZUK_Z2_pro.img to install TWRP on your phone
Then fastboot reboot
Click to expand...
Click to collapse
the -i option ?
Then fastboot -i 0x2b4c flash recovery TWRP3.1.0.0_ZUK_Z2_pro.img to install TWRP on your phone
Then fastboot -i 0x2b4c reboot
Click to expand...
Click to collapse
?
... edit, yes that worked ...
lxlx said:
... edit, yes that worked ...
Click to expand...
Click to collapse
Great ! Good to know
Step 3.1 : Get the unlock bootloader from Lenovo
- gmail works
- did not work to get the bootloader with google translater . had to do it in Chinese, but knew the steps since i tried it with translation first
zwat said:
Step 3.1 : Get the unlock bootloader from Lenovo
- gmail works
- did not work to get the bootloader with google translater . had to do it in Chinese, but knew the steps since i tried it with translation first
Click to expand...
Click to collapse
Thanks for the feedback, I updated the tuto.
Thank you for this tutorial, it worked like a charm!
I'm currently on ZUI 2.5.x. Can I go straight to official MK60.1 using this guide?
Or should I downgrade to ZUI 2.3.x first
dommels said:
I'm currently on ZUI 2.5.x. Can I go straight to official MK60.1 using this guide?
Or should I downgrade to ZUI 2.3.x first
Click to expand...
Click to collapse
I don't know sorry :/
Maybe downgrade to 2.3.x is more secured...
For my information, why do you want to install the MK60.1 ?
Bluud said:
I don't know sorry :/
Maybe downgrade to 2.3.x is more secured...
Click to expand...
Click to collapse
Just went from stock 2.5x to MK60.1 without issues, thanks!
For my information, why do you want to install the MK60.1 ?
Click to expand...
Click to collapse
So far it's the only stable official release from Mokee.
Mk60.1 have exactly the same bugs like Mk71.1. so no need to use mk60.1. mk71.1 is pretty stable btw.
So far quite happy running Mokee. Is there an easy way to root as well?
dommels said:
So far quite happy running Mokee. Is there an easy way to root as well?
Click to expand...
Click to collapse
Mokee was quite good.
Yesterday I installed this ROM : https://forum.xda-developers.com/zu...tom-rom-zuk-z2pro-resurrection-remix-t3579113
I prefer this ROM because you can custom it in many ways.
Since yesterday it's stable.
Question
Bluud said:
Mokee was quite good.
Yesterday I installed this ROM : https://forum.xda-developers.com/zu...tom-rom-zuk-z2pro-resurrection-remix-t3579113
I prefer this ROM because you can custom it in many ways.
Since yesterday it's stable.
Click to expand...
Click to collapse
It's the same tutorial?
Yes
Bluud said:
Hi,
Today I just installed a custom ROM for my Zuk Z2 PRO. This tutorial is how I did it.
I get many ressources from this forum and I thank orignal authors.
Big thanks to meister for his guide : https://forum.xda-developers.com/zuk-z2-pro/how-to/zuk-z2-pro-guide-to-everything-ota-t3562099
And big thanks to m_atze for his guide : https://forum.xda-developers.com/zuk-z2-pro/how-to/howto-flash-stock-rom-t3435109
More info on this ROM : https://forum.xda-developers.com/zuk-z2-pro/development/rom-share-lr-team-zuk-z2row-z2-pro-t3567710
Backup your data before processing the flash, in order to avoid loss of data!
Flashing / rooting and install custom ROM could brick your device ! You're the only responsible on what you're doing. This guide is how I did it and I'm not responsible if you're messing up your device
Unlock bootloader (step 3) will void Lenovo warranty
Antutu Score : 143050
Summary :
Step 1 : Prepare environment
Step 2 : Install ZUI 2.5.x (recommended before installing Nougat custom ROM)
Step 3 : Unlock bootloader (to be able to boot on TWRP)
Step 4 : Boot on TWRP to root the phone
Step 5 : Make a Nandroid backup
Step 6 : Install TWRP
Step 7 : Install a custom ROM with TWRP
Step 8 : Install Gapps (google apps)
Step 1 : Prepare environment
Create a directory where you're gona extract download files (avoid space in the directory path).
Download : adb and fastboot from google
Extract it on your previous created directory.
Download usb drivers and install it
Enable developer mode in your Z2 PRO (link if your don't know how to do it)
Connect your phone on your computer
On the directory C:/yourDirectoryPath/platform-tools maintains shift + rigth click and "Open command window here"
Type adb devices
If your see a line below "List of devices attached" your adb is OK
Note the number somewhere, it's your device serial number.
On the phone type *#06# and note somewhere IMEI numbers in case something went wrong during flashing
Step 2 : Install ZUI 2.5.x (recommended before installing Nougat custom ROM)
For this part I use the m_atze tutorial that you can find here. Check it for me detailed steps.
If you are on windows 8, 8.1 or 10, you have to disable driver verification (some people didn't disable driver verification and it works as well)
For windows 10 with anniversary update : you just have to run a cmd as admin and enter bcdedit -set TESTSIGNING ON then reboot your computer (your windows will be in test mode)
For other cases check this link
Then
Download QPST flashtool
Install QPST flashtool and reboot your computer
Download and extract ZUI ROM 2.5.x (you maybe need to rename the directory where the ROM is because it could be too big)
Launch QFIL application as administrator
Go to Configuration -> FireHostConfiguration. 1-change device type to UFS. 2-check reset after download checkbox
Click on "Load content" and browse the contents.xml from the ZUI ROM 2.5.x extracted files
On the adb console you opened earlier, enter adb reboot edl
The QFIL page should look like this
Click on "Download content" to flash your phone
The final screen should like this
If any problem, there is an FAQ
Your phone is gonna reboot, congratulation, you're flashed your phone with ZUI 2.5.x ROM.
Once the phone boots up it will be in Chinese again. To get your phone back in English :
On the welcome screen tap the bottom of the screen below the highlighted blue text to skip the ZUK login.
To change the language back to English go to Settings.
In the third section choose the last entry. "Advanced Settings" (the gears symbol).
Choose the 2nd menu item.
Choose the first menu item and select English.
Now check update and install it if needed trough this app. If the check is green, it's ok.
Re-enable developer mode and debugging
Step 3 : Unlock bootloader (to be able to boot on TWRP)
This step is almost a copy past of section 2 of meister guide
This step gonna void your Lenovo warranty and wipe your data
Step 3.1 : Get the unlock bootloader from Lenovo
In order to unlock the bootloader you will need to got the zuk website, where you need to register first before you can request to unlock the bootloader.
So go here : https://passport.zuk.com/wauthen3/wauth/jsp/register.jsp (use google translate)
Select Email Registration (upper right corner) and fill in the required data
You will receive an Email with a confirmation link.
Now that you are registered, log in and than go to http://developer.zuk.com/bootloader (use google translate)
Click on Carry On.
On the next page select your phone type Z2 Pro.
Enter your serial number (8 digits) (you can find it on Settings -> About -> Status. If your serial is not 8 digit, add 0 to the end to make a 8 digit number)
Enter an email address where to send the unlock image. It seems that the email address here has to follow some rules. ([email protected] or @Web.net seems to work. A domain name with a hyphen (-) seems to cause problems, i use a @hotmail.com mail adresse and it worked)
Check the 2 check boxes and click SUBMIT
If successful you get a message that the image has been sent to your email address. No message means something went wrong. Likely the email address was not approved.
Save the email attachment from ZUK you requested earlier (named unlock_bootloader.img) into C:/yourDirectoryPath/platform-tools/ (next to adb.exe)
Step 3.2 : Unlock bootloader
On adb console enter adb devices to check if your device is still connected
Next enter adb reboot bootloader and your phone gonna reboot in bootloader mode
Next enterfastboot -i 0x2b4c flash unlock unlock_bootloader.img (if you got error "target did not report max-download-size" change from usb 3.0 to usb 2.0 port and / or try to turn on "enable_usb_2.0" via
Developer Options)
You should see
Then enter fastboot -i 0x2b4c oem unlock-go
You should see
You phone is gonna reboot (or reboot it manually)
Change the phone language to english and re enable debugging.
Step 4 : Boot on TWRP to root the phone
Download TWRP 3.1 for Zuk Z2 PRO here and extrat TWRP..... .img next to adb.exe in platform-tools folder
Download SuperSu here
Copy paste SuperSu zip file in your phone internal storage
In adb cmd enter adb reboot bootloader
Then enter fastboot -i 0x2b4c boot TWRP3.1.0.0_ZUK_Z2_pro.img to boot in TWRP image
Click on "Keep read only"
Go to install and browse to SuperSu zip.
Swipe to install
When installation is finished, reboot your phone (it may reboot many times)
Good job, your phone is now rooted !
Step 5 : Make a Nandroid backup
In adb cmd enter adb reboot bootloader
Then enter fastboot -i 0x2b4c boot TWRP3.1.0.0_ZUK_Z2_pro.img to boot in TWRP image
Go in backup and check all checkbox
Swipe to backup
Reboot the phone
From your computer browse your phone internal memory and copy your backup from TWRP/Backup/XXXXX to a directory in your computer
Step 6 : Install TWRP
In adb cmd enter adb reboot bootloader
Then fastboot flash recovery TWRP3.1.0.0_ZUK_Z2_pro.img to install TWRP on your phone
Then fastboot reboot
Then adb reboot bootloader
Then with volume keys select Recovery Mode and enter in Recovery Mode by pushing power key
TWRP will start
Reboot your phone
Step 7 : Install a custom ROM with TWRP
Download ROM from https://uploadfiles.io/55ffa
Copy paste ROM zip file in your phone internal storage
In adb cmd enter adb reboot bootloader
Then with volume keys select Recovery Mode and enter in Recovery Mode by pushing power key
Click Wipe and swipe to wipe. Do NOT reboot your phone.
Go back in TWRP main menu and click Install. Browse the ROM zip file
Swipe to install
Reboot your phone
When your phone reboot, it's in chinese. Click on the texte in the right bottom corner and then select your language.
During the phone configuration, do not connect wifi (in my case the phone configuration crashed when I connected to a wifi)
When you finished phone configuration reboot to get notification in your language
Step 8 : Install Gapps (google apps)
Download Gapps from https://forum.xda-developers.com/android/software/gapps-dynamic-gapps-t3487192
Copy the zip file in your phone
Reboot in TWRP
Install Gapps through TWRP
Reboot your phone
At this point my Google Play Services crashed each reboot. So needed to
Reboot in TWRP
Wipe cache
Now it works !
You can install other ROM with this method but I only tested with this one.
Enjoy
Click to expand...
Click to collapse
Does it works on Zuk Z2?
dommels said:
I'm currently on ZUI 2.5.x. Can I go straight to official MK60.1 using this guide?
Or should I downgrade to ZUI 2.3.x first
Click to expand...
Click to collapse
You can go straight to the latest RR rom without downgrade, so I guess you can do this with MK60 also. But why do you want that...?
Sendt fra min ZUK Z2121 med Tapatalk
Pendragon2000 said:
Does it works on Zuk Z2?
Click to expand...
Click to collapse
You can use this tutorial BUT you need to take a Z2 ROM and a Z2 TWRP.
Check on xda Z2 topics
accelerometer/gyroscope BUG can`t play any game

Categories

Resources