Bootloader of the devices are locked from factory, so that the owners won’t brick their device by editing the system files and other stuff....
Bootloader of the devices are locked from factory, so that the owners won’t brick their device by editing the system files and other stuff. But if you are an Android power user then you might be looking to Root your device, but rooting a device needs to unlock the Bootloader. So in this guide checkout how to unlock Bootloader on Motorola devices by following the official method.
Things to know before unlocking Bootloader on Motorola device:
Unlock Bootloader on Motorola devices
Once you have unlocked Bootloader on Motorola device, you
will be able to Root your device and install Custom ROM’s, Custom Kernel’s and
other mods on your device. But you have to know the below listed things before
you proceed to unlock Bootloader on your Motorola device.
Things to know before unlocking Bootloader on Motorola device:
- Unlocking
Bootloader on your device voids warranty.
- Unlocking
Bootloader wipes all the data and settings.
- You
will be opted out of OTA updates.
- Device
manufacturer may cost you extra to re-lock the Bootloader if you have
bricked your device.
- We and
manufacturer should not be held liable or responsible if you have bricked
your device.
- This
process to unlock Bootloader on Motorola is only for unlocked network
carrier devices. It is not for network locked devices.
Unlock Bootloader on Motorola devices
- Setup ADB and Fastboot on your PC, for help use this link .
- Go to Motorola Bootloader Unlock website – link .
- If you don’t know risks involved with unlocking bootloader,
give a good read to the page before you click the “Next” button at the
bottom on Motorola’s link.
- You’ll be asked sign-in using your Motorola
account. If you don’t have an account, use the “Sign up a Motorola
ID” link OR simply login with your Google account using the “Sign in with
Google” button.
- You’ll now get to the “Unlock your bootloader”
page on Motorola site. Leave it opened for now, we’ll get back to it in
Step 11 below.
- Enable OEM unlock: Go to Settings » About
phone » and tap Build number 7 times to enable Developer options »
then select Developer options from Settings » and enable
OEM unlocking.
- Now boot your Moto device into Bootloader/Fastboot
mode:
- Power off your device.
- Hold “Volume Down + Power” for at-least 3 seconds and
then release the buttons. You’ll boot into bootloader mode.
- Once your device is in Bootloader mode, connect it
to PC.
- Open a command window on your PC and issue the
following command:
fastboot
oem get_unlock_data
└ This will
generate a string that will be used to retrieve your unlock key. Check the
example string below:
Example
string:
(bootloader)
0A40040192024205#4C4D3556313230
(bootloader)
30373731363031303332323239#BD00
(bootloader)
8A672BA4746C2CE02328A2AC0C39F95
(bootloader)
1A3E5#1F53280002000000000000000
(bootloader)
0000000
- Now line-by-line, copy the 5 strings into one line. Do
NOT include the (bootloader) text. Your complete string will look as
shown in example below:
11.Example
string:
0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
└ This is an
example. The string you’ll generate will be different and it’ll be unique for
your device only.
- Once you have the complete string ready, paste it
inside the box in Step 7 on the Motorola page
which you opened in Step 5 above, and hit the “Can my device be
unlocked?” button (check the image below).
- Your unique string will now be processed and if your
device is unlockable, a “REQUEST UNLOCK KEY” button will appear at
the bottom of the page.
- Scroll down, accept the legal agreement and warning by
selecting the “I Agree” box, and then hit the blue “REQUEST UNLOCK KEY”
button.
- You’ll now receive an email with your unlock key. The
email will be sent to the email account you used to sign in on the
Motorola site.
└ In case you don’t see an email in your inbox, be sure to check your Spam folder as well. - Copy the unlock key you received in email. And
issue the following command via command on your PC to your Moto
device (which is connected to PC in Bootloader mode)
fastboot
oem unlock paste-your-unlock-key-here
└ Replace paste-your-unlock-key-here
text in the command above with your 20 character alpha numeric unlock key.
- Your Moto device will now confirm
the bootloader unlock and automatically reboot the device.
Done! You’ve successfully unlocked the bootloader on your Motorola device.
COMMENTS