Tuesday, July 22, 2014

How to Unlock an Android Bootloader



1. Visit Android.com in your Web browser and download the latest version of the Android software development kit. Right-click on the downloaded ZIP archive and select 'Extract here.'

2. Download the Fastboot utility from AndroidCentral.com. Extract the file contained in the archive in the 'add-ons' folder that is inside the extracted Android SDK folder.

3. Turn off your device. Turn it on while pressing the keys that enable the bootloader mode. Those keys are specific to your device. If you do not know which keys to press to enable bootloader mode on your device, refer to its documentation.

4. Connect your Android device to a universal serial bus port on your computer.

5. Open the Windows Start menu. Type 'cmd' in the search field at the bottom of the menu and click on 'Command line prompt.' Using the command line prompt commands, navigate to the 'add-ons' folder inside the Android SDK directory. The 'cd' command allows you to change directories when using the command prompt. For example, to open a directory named 'android', type 'cd android'.

6. Enter 'fastboot oem unlock' in the command line prompt window and press the Enter key. Your device will now display a message warning you about the potential issues associated with unlocking the bootloader. Tap on 'Yes' if you wish to unlock the bootloader.

No comments:

Post a Comment