Difference between revisions of "Template:Unlock Bootloader"
Jump to navigation
Jump to search
(Created page with "== Unlocking the device == <!-- note: requires device_is_nexus_device and device_oem_unlock_command --> Once fastboot is installed: {{#if:{{{device_is_nexus_device|}}}|{{note|...") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Unlocking the device == | + | == Unlocking the device (bootloader) == |
<!-- note: requires device_is_nexus_device and device_oem_unlock_command --> | <!-- note: requires device_is_nexus_device and device_oem_unlock_command --> | ||
− | Once fastboot is installed: | + | First, the bootloader must be unlocked. |
− | {{#if:{{{device_is_nexus_device|}}}|{{note|note= | + | <!--Once fastboot is installed:--> |
− | #Enable USB debugging on the device. | + | <!--{{#if:{{{device_is_nexus_device|}}}|{{note|note=''Be aware that this process will perform a factory reset on your {{{device_name}}}, make sure to back up anything required first.''}}}}--> |
− | # | + | <!--Still required? #Enable USB debugging on the device.--> |
− | # | + | |
− | #:<code> | + | # Download and install the Android SDK for your platform from here: [http://developer.android.com/sdk/index.html Android SDK] |
− | # | + | # Open a Terminal and: <code>cd to <sdk>/tools/</code> |
− | #:<code>{{# | + | # Run: <code>./android</code> to start the Android SDK Manager |
− | # | + | # Use it to install the latest version of 'Android SDK Platform-tools' |
− | # | + | # Close the Android SDK Manager |
− | # | + | # In your Terminal window,: <code>cd to <sdk>/platform-tools/</code> |
+ | <!--# Power off the {{{device_codename}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power)--> | ||
+ | # Power off the {{{device_name}}} and activate the bootloader ({{{device_recovery_boot_steps}}}) | ||
+ | # Connect it via USB | ||
+ | # In your Terminal window, run: <code>./fastboot devices</code> | ||
+ | # If your device shows up, proceed to the next step. Otherwise, follow the instructions in [http://forum.xda-developers.com/showthread.php?p=20381664 this thread] | ||
+ | # In your Terminal window, run: <code>./fastboot oem unlock</code> | ||
+ | # A warning will appear on your {{{device_name}}}, prompting you to unlock your bootloader. | ||
+ | # Use the Volume Up and Volume Down buttons to navigate and the Power button to confirm your selection. | ||
+ | # Reboot Device |
Latest revision as of 10:19, 17 November 2013
Unlocking the device (bootloader)
First, the bootloader must be unlocked.
- Download and install the Android SDK for your platform from here: Android SDK
- Open a Terminal and:
cd to <sdk>/tools/
- Run:
./android
to start the Android SDK Manager - Use it to install the latest version of 'Android SDK Platform-tools'
- Close the Android SDK Manager
- In your Terminal window,:
cd to <sdk>/platform-tools/
- Power off the {{{device_name}}} and activate the bootloader ({{{device_recovery_boot_steps}}})
- Connect it via USB
- In your Terminal window, run:
./fastboot devices
- If your device shows up, proceed to the next step. Otherwise, follow the instructions in this thread
- In your Terminal window, run:
./fastboot oem unlock
- A warning will appear on your {{{device_name}}}, prompting you to unlock your bootloader.
- Use the Volume Up and Volume Down buttons to navigate and the Power button to confirm your selection.
- Reboot Device