How to unlock motorola bootloader via fastboot

1.Backup your device data
2.download the android SDK or minimal adb and fastboot.
3.install the latest motorola usb driver on your desktop.
4.put the device in fastboot mode(hold power+volume down button simultaneousl)
5.open command prompt on android SDK/platform tool/shift+right click.
6.connect your phone to pc.
7.type this in cmd prompt window-fastboot oem get_unlock_data.
8.you will get a return string.copy it(right click mark the text).
9.paste the all line together in notepad without empty space.
10.now go to motorola site.sign your motorola id or google account.
11.paste the copy string at step #6.the click can my device be unlocked,after which a request unlock key button will appear in buttom of page.
12.to get your unlock key,select the "i agree".you will get a email with unlock key
13.copy the 20 character key that motorola sent you via email.make sure that you device connected to pc.
14.the in cmd type-fastboot devices(to chech your devic connected).
14.then type-fastboot oem unlock unlock_key.
15.Now your device unlocked
To relock the bootloader:
Go to fastboot and give command fastboot OEM lock

Comments