- Windows OS
- ADB & Fastboot++ - GitHub
- USB Driver for your Device or Universal ADB Driver
- Install the USB Driver for your Phone or Universal Adb Driver
- On your Phone, go to
Settings
>About Phone
. Find theBuild Number
and tap on it7
times to enable Developer Options - Now enter
System
>Developer Options
and findUSB debugging
and enable it - Plug your Phone or Tablet into the Computer and change it from
Charge only
toFile Transfer
Mode - On your Computer, browse to the Directory where you extracted/installed ADB & Fastboot++
- Launch a Command Prompt with Open CMD.bat or ADB & Fastboot++ Shortcut
- Once you’re in the Command Prompt, enter the following Command:
adb devices
and hit Enter
- System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.).
- Succesful enabled USB Debugging.
- Enter the following Command and hit Enter:
adb reboot bootloader
The Device reboots
Note: That this will wipe all Data on your Device
- Type the following Command, then hit Enter:
fastboot devices
Returns a Series of Letters and Numbers followed by the Word "fastboot" then your Device is connected properly
- If your Device shipped with Lollipop or lower pre-installed, enter the following Command:
fastboot oem unlock
- If your Device shipped with Marshmallow or higher, type the following Command, then hit enter:
fastboot flashing unlock
You'll see a Message on your Android Device asking if you're sure. Make sure the "Yes" Option is highlighted, press the Power Button, then your Bootloader will unlock and your Phone reboots back into Fastboot Mode
- Reboot the Device to System:
fastboot reboot
During reboot, your Device will go through a Factory Reset and then finally boot into System. Your Android Device's Bootloader is now unlocked