Flash TWRP - sukanka/MEIZU16S_unlock_tutorial GitHub Wiki
You can flash TWRP compiled by @wzsx150 or @XiNGRZ, which you can download at the first page of this tutorial.
This page mainly contains two parts:
Install Adb/Fastboot Drivers
YOU ONLY NEED TO SETUP THIS ONCE.
Download the latest platform-tools.zip
at Android Developers. You can open Powershell(or CMD) and input adb version
to check the current adb version.
If error occurs, which means you did not add the path to your SYSTEM PATH correctly, use the steps below to add it to your SYSTEM PATH.
- unzip the
platform-tools.zip
to somewhere you like, sayC:\Android
- Search PATH in Cortana, and press Enter.
- Click on
Environment Variables
- Double Click on PATH in the System Variables
- Click on Browse and then choose the directory that contains your adb and fastboot files.
- Reboot your computer to activate the new System Variable.
- Retry
adb version
in Powershell. Then you can flash TWRP.
Flash TWRP
After you get the right TWRP file. You can start to flash TWRP.
Reboot you device into FASTBOOT
mode, connect it to your computer, open Powershell and input
fastboot flash recovery $YourPath/YourRecovery.img
Where $YourPath/YourRecovery.img
is your TWRP, you can drag it into the powershell instead of input it manually.
Then reboot your device into Recovery mode manually.