· 

How I unlock the Bootloader


Summary

1. Boot in to fastboot
2. fastboot oem get_unlock_data
3. fastboot OEM unlock <code>
4. Make what the screen says.

Ready


1. Install The Driver

Install the Android SDK.

Install the latest Motorola USB Drivers.


2. Boot in to fastboot


3.

TO GET YOUR DEVICE ID

Connect your device to your computer with a USB cable).

On your computer, open a command prompt or Terminal session.

Go to the Directory where you installed the Android SDK tools, and type:

$ fastboot oem get_unlock_data

This fastboot command will return a character string. This is the Device ID which you will be using to generate your unique unlock key. 


Example Device ID (PC User)

$ fastboot oem get_unlock_data (bootloader) 0A40040192024205#4C4D3556313230 (bootloader) 30373731363031303332323239#BD00 (bootloader) 8A672BA4746C2CE02328A2AC0C39F95 (bootloader) 1A3E5#1F53280002000000000000000 (bootloader) 0000000


Example Device ID (Mac Users)

INFO0A40040192024205#4C4D3556313230 INFO30373731363031303332323239#BD00 INFO8A672BA4746C2CE02328A2AC0C39F95 INFO1A3E5#1F53280002000000000000000 INFO0000000


4.

To generate your unlock code, you’ll need to paste together the 5 lines of output into one continuous string without "bootloader or info" or white spaces. Using the example above, the line you’d send us would be:


0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000


5.

Copy the Device ID string, being sure there are no spaces, and paste it into the "Make Sure you Device Is Unlockable" field below. This will verify that your device can be unlocked.


6.

Make what the Motorola website says.