ROM Android: fastboot unlock
Revision as of 19:28, 23 December 2014 by Onnowpurbo (talk | contribs) (New page: == Unlocking the device == <!-- note: this template requires one or more of the following to be defined: device_is_nexus_device, device_oem_unlock_command, device_motounlock, device_htcun...)
Unlocking the device
{{#if:|Template:Note}} {{#if:|Template:Note}} {{#if:|Template:Note}}
- Make sure your computer has working fastboot and adb.
- Enable USB debugging on the device.
- Connect the device to the computer through USB.
- From a terminal on a computer, type the following to boot the device into fastboot mode:
$ adb reboot bootloader
- Once the device is in fastboot mode, verify your PC sees the device by typing
fastboot devices
- If you don't see your device serial number, and instead see "<waiting for device>", fastboot is not configured properly on your machine. See fastboot documentation for more info.
- If you see "no permissions fastboot", try running fastboot as root.
- {{#if:|From the same terminal, type the following command to unlock the bootloader:
$ fastboot oem unlock
}}{{#if:|From the same terminal, type the following command to obtain your bootloader unlock code:$ ERROR: unlock command not set in device template!
}}{{#if:|From the same terminal, type the following command to obtain your bootloader unlock token:$ fastboot oem get_identifier_token
}}{{#if:||From the same terminal, type the following command to unlock the bootloader:$ ERROR: unlock command not set in device template!
}}
- {{#if:|A disclaimer will display on the device that must be accepted. Use the volume keys to cycle through the options. Pressing the power button should confirm your selection.}}{{#if:|Visit the Motorola Bootloader Unlock website and follow the instructions there to obtain your unlock key.}}{{#if:|Visit the HTCDev Bootloader Unlock website and follow the instructions there to obtain your unlock key. If your device does not appear in the drop-down list, select All Other Supported Models.}}{{#if:||A disclaimer will display on the device that must be accepted. Use the volume keys to cycle through the options. Pressing the power button should confirm your selection.}}
- If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked. {{#if:|You can confirm this is the case if you see an unlocked icon at the bottom of the Google boot screen during reboots.}}
- Since the device resets completely, you will need to re-enable USB debugging on the device to continue.