How to unlock device
DANGER
Unlocking the bootloader Will void Your Device Warranty. Your Phone Will be Erased During The unlocking So Make a backup before Process.
Steps to unlock Bootloader on Lenovo Z5s
First, we need to get the unlock.img image in order to flash the unlock partition on the device, there are two ways to do this:
Ways to get unlock.img image
Official way
- Go Here Enter Require Device Details Like IMEI, Serial Number & Email address.
TIP
You can get the IMEI by typing *#06#
into the dialer. You can get the serial number by going to About phone -> Technical details -> Status
in the Settings app
- Now Click Submit application. Wait until You Will Receive
unlock_bootloader.img
File via Email
Unofficial way
- Just download unlock_bootloader.img
INFO
The bootloader will not check the image to see if it is yours, so you can flash any other image. It's safe.
Unlock process itself
- On Phone Enable developer options. (Press Build Number 7 times)
- Enable
Usb Debugging
andOem Unlock
From Developers Options - Download & Install adb fastboot programs
- Now Move unlock_bootloader.img File in Platform tools folder (adb.exe, fastboot.exe, etc)
- Reboot Phone to bootloader Connect to PC with usb
- Go to Platform tools Folder and on top address bar type cmd and hit enter on Command Window type below code to unlock bootloader
bash
fastboot flash unlock unlock_bootloader.img
- Now type the following command to unlock the bootloader
bash
fastboot oem unlock-go
- The device will automatically reboot, and your bootloader will be unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue.