Wednesday, September 7, 2016

Easy Guide to Unlock the Bootloader of any Android Phone & Enable USB Debugging with OEM Unlocking

In this guide, you will learn How easily you can Unlock Bootloader Of Any Android Using Fastboot Commands. It is a very simple and easy method. You don’t need to have technical knowledge. Anyone can Unlock Bootloader Of Any Android just by issuing few fastboot commands. So just follow the guide to get your device’s bootloader unlocked.

If you want to root your device or want to install a custom recovery, ROMs,Kernel & MODs then you have to unlock the bootloader of the android device first. After Unlocking the bootloader, you can Flash modified system, boot, kernel, custom recovery (TWRP/CWM) or other .img files on your device.

Unlocking Bootloader is now a very simple process. You can do this by just issuing some fastboot commands. The process is same for most of the devices but there are Companies like Sony, Motorola, Huawei and other OEMs officially allow users to unlock the bootloader on their devices. You have to first get a unlock password from the manufacturer Website, then you can easily unlock the bootloader by issuing few ADB & Fastboot command.
how to unlock the bootloader recovery of any android device


Here we will be using a windows computer, so make sure you have one.

Note: Unlocking bootloader will completely wipe your device’s data (Everything like music, photos, videos & apps). So we highly recommend taking backup of your important data. So take a backup of your apps and data.

DISCLAIMER:
www.wikiban.com will not be held responsible for any kind of damage occurred to your Android Device while following this tutorial. Do it at your own risk.
 

REQUIREMENTS

  • Make sure there is at least 60% battery left on your smartphone before begin started this process
  • Install USB Drivers on your computer. (USB Drivers)
  • Enable USB debugging by going to: settings>>developer options>>usb debugging and if you can't find developer options on the setting go to "about" and press the "build number" options 5 times (tap it five times to enable the developer options.
  • Enable OEM unlocking under setting>>developer options
  • Setup ADB and Fastboot on your PC. (For Windows) It will create a ADB & fastboot folder

How To Unlock Bootloader Of Any Android Using Fastboot Commands

First read the Requirement section carefully.
  • Connect your android to your PC with USB cable
  • Now go to ADB & fastboot folder and Open the command window there (Right click on the empty space inside the folder then select “Open command window here” option to launch a cmd window)
  • Now reboot into the bootloader by  issuing the following commands. (Make sure your device is detected by your PC)
adb reboot bootloader
  • Now Check fastboot connectivity by giving the command below. If your device is connected properly then it should return device code.
fastboot devices
  • Once in the bootloader, issue the following fastboot command to unlock the bootloader. (This will unlock your phone and wipe all data of your device)
 fastboot oem unlock

  • Done!!! Reboot the phone and boot into your unlocked device. Use command:
fastboot reboot
  • To check the bootloader status, issue the command given below. It should return “True” on unlock status.
fastboot unlock-info
  • If you use Mac or Linux machine, use the code: “./fastboot oem unlock” for iOS and “sudo fastboot oem unlock” on Linux. 

Recommended: How to Install TWRP recovery on any Android Device

If you don't want to miss any of our latest update you can subscribe here with your email address or you can follow us on facebook to get the latest updates about tech and more.

Don't forget to share!!!

No comments:

Post a Comment