Trending
How To Unlock Bootloader On Lenovo S5 Pro / GT using ADB Fastboot | GETDroidTips

Requirements:

Required Files on your PC:

Steps for How to Unlock Bootloader On Lenovo S5 Pro (L78071)

  1. First of all, enable the Developer Option
  2. 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 enabledbuild
  3. 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

    OEM Unlock
  4. Download and Extract the Downloaded ADB fastboot Zip file on your PC.
  5. Now connect your phone to Computer using USB Cable.
  6. When you connect your Phone to Computer, please wait until all the drivers get installed.ADB Folder
  7. In your ADB fastboot folder open a command prompt window by pressing Shift Key + Right Mouse Click 
  8. Now type the command in your command window
    adb devices
  9. If you see a pop up to allow USB Debugging on your phone, Click OK pop up to allow USB Debugging
  10. Now type the command below to reboot your phone to bootloader
    adb reboot bootloader
  11. Once your phone reboot into bootloader, make sure your phone shows the bootloader locked and then type the command below to make sure fastboot drivers are installed properly.
    fastboot devices
  12. This command will list the connected devices. If your phones serial number shows up you are good to go and may continue. If the phone is NOT listed this indicates that your drivers are not installed correctly. In order for you to continue, you must fix your drivers so that your phone is listed under fastboot devices.
  13. If the phone has been recognized by the command above, proceed to unlock the bootloader with the following command:

    Remember that this step will wipe EVERYTHING off the phone 

    fastboot -i 0x2b4c oem unlock-go
  14. After the above command has finished executing, run the following
    fastboot reboot
  15. The phone will reboot. Wait until the phone has fully booted up into Android, and enjoy!

I hope this guide was helpful to Unlock Bootloader On Lenovo S5 Pro (L78071). If you have any queries or feedback, please leave a comment below.

Related Posts: