Difference between revisions of "Template:Unlock Bootloader"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
First, the bootloader must be unlocked. | First, the bootloader must be unlocked. | ||
<!--Once fastboot is installed:--> | <!--Once fastboot is installed:--> | ||
− | {{#if:{{{device_is_nexus_device|}}}|{{note|note=''Be aware that this process will perform a factory reset on your {{{device_codename}}}, make sure to back up anything required first.''}}}} | + | <!--{{#if:{{{device_is_nexus_device|}}}|{{note|note=''Be aware that this process will perform a factory reset on your {{{device_codename}}}, make sure to back up anything required first.''}}}}--> |
<!--Still required? #Enable USB debugging on the device.--> | <!--Still required? #Enable USB debugging on the device.--> | ||
Line 13: | Line 13: | ||
# In your Terminal window,: <code>cd to <sdk>/platform-tools/</code> | # 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_codename}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power)--> | ||
− | Power off the {{{device_codename}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power) | + | # Power off the {{{device_codename}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power) |
# Connect it via USB | # Connect it via USB | ||
# In your Terminal window, run: <code>./fastboot devices</code> | # In your Terminal window, run: <code>./fastboot devices</code> | ||
Line 21: | Line 21: | ||
# Use the Vol. +/- button to navigate and the Power button to confirm your selection. | # Use the Vol. +/- button to navigate and the Power button to confirm your selection. | ||
# Reboot Device | # Reboot Device | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 08:50, 6 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_codename}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power)
- 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_codename}}}, prompting you to unlock your bootloader.
- Use the Vol. +/- button to navigate and the Power button to confirm your selection.
- Reboot Device