Unlock Bootloader - sukanka/MEIZU16S_unlock_tutorial GitHub Wiki
There are TWO methods to unlock your phone, I suggest the new one, which is based on Fastboot mode.
For ODM models, such as 16T, 16xs Note9 and so on, you can use FRP Method to unlock your device FOR FREE!
Notice: All the unlock files you get can be reused, YOU DO NOT HAVE TO REDONATE AFTER YOU RELOCK YOUR PHONE AND WANT TO UNLOCK IT AGAIN. Besides, you are suggested to use fastboot -w
to wipe your data manually, or wipe data in stock recovery using the skill mentioned in Skills.
If you have unlocked your device and don't have the unlock file, you can backup your private
partition via Backup&Restore Partition Tutorial, which contains the unlock state and serial number. You can restore it to unlock your device later again if you relocked.
For devices newer than 16s, such as 16s, 16s pro, 17 and so on. DO NOT use the old method, or your phone will be locked and won't work on Flyme 8. If you already done this, see the Unbrick tutorial to downgrade!
Here are the links to the two methods and the relock method:
Automatic method
Similar to the fastboot method, but is automatically processed. See https://remoteunlockservice.com/payment.php for details.
New Method(Fastboot)
This method shall work for all MEIZU devices with Qualcomm processor. This method unlocks your phone in Fastboot mode. Below are the steps:
- Download the github repository, unzip it to some place you like, then double click on
meizublunlock.exe
- Reboot your phone into
Fastboot
mode, connect it to your computer, and make sure your device is detected.
- Clike on
Create request
button, a file named asxxxxxxxxx_req.dat
( referred asreq.dat
below) will be generated in the same folder that the software is in. Donate US$14.5 or 100CNY or more using the one of following links:
- Alipay remotka(*ZAR NAIBOV): Scan the QR code via Alipay.
- Bitcoin: bc1q05trax2je6jwf4l99u2z8e0twr3kvq5yssn7g7
- ETH: 0xab68d30f03731a7dcb4111b2fabb8a9ddeafa6eb
- ETC: 0x870b6351c6c6c9a453e8eccbc171265f558c0e41
- PayPal: http://paypal.me/remotka
-
Email your
req.dat
it to [email protected] with title starting with DONATE, and attach your transaction number as well as your transaction screeshot. You will get the reply with a file likexxx_res.dat
(referred asres.dat
below) in about 3 hours. Sometimes the reply will be in Trash, please check it. -
Put the
res.dat
into the same folder as the software, start the software, click onUnlock BL
and choose yourres.dat
file. Notice: YOUR DATA WILL BE WIPED AT THIS STEP! -
Here are the successful example.
A picture with Magisk and the model name.
Old Method(9008)
Here are the steps:
-
Install QualcommHS-USB9008 driver
-
Download the master branch and upzip it and go to the unzipped
MZLOCK
directory. -
Reboot your phone into 9008 mode. Usually that is "Poweroff your phone, and hold all Volume keys and connect your phone to computer." or you can see another way in the Skills page.
-
Remember the 9008 port number.
-
Click on
generate port_trace.bat
, follow the instructions. -
Donate US$5 or 40CNY or more using the one of following links:
- Alipay remotka(*ZAR NAIBOV): Scan the QR code via Alipay.
- Bitcoin: bc1q05trax2je6jwf4l99u2z8e0twr3kvq5yssn7g7
- ETH: 0xab68d30f03731a7dcb4111b2fabb8a9ddeafa6eb
- ETC: 0x870b6351c6c6c9a453e8eccbc171265f558c0e41
- PayPal: http://paypal.me/remotka
-
Email the generated
port_trace.txt
file to [email protected] with title starting with DONATE, and attach your transaction number as well as your transaction screeshot, and wait for reply, you will get yourBL.bin
andflash.bin
in about 3 hours. -
Copy the
BL.bin
andflash.bin
intoMZLOCK
, and then click onunlock.bat
and follow the instructions. -
go to stock recovery and click Volume up for 5 times, then Volume down for 5 times to erase your data fully, or the touch screen won't work after unlock.
Relock Method
Reboot your device to fastboot mode, connect it to your computer, then input
fastboot oem lock
in Powershell or CMD. DO WIPE YOUR PHONE TOTALLY IN STOCK RECOVERY AFTER THIS!!