How to Unlock Bootloader in Moto G 3rd generation in few simple steps which is completely Official and 100% safe.
Before that you guys need to know what is bootloader....???
Bootloader is code that is executed before any Operating System starts to run. Bootloader is usually locked on an Android device. If you need to flash a custom ROM on your android phone then you must unlock your bootloader first.
Note: Unlocking your phone’s bootloader voids its warranty. Do it at your own risk and I'm not responsible for any loss. It also completely wipes your Android phone’s internal memory. So before you start backup every data you want.
1. Install motorola usb driver and minimal ADB & Fastboot in your Pc.
2. Turn off your device. then turn on the device by holding volume down button and power key for 5 sec. This will launch the bootloader screen
3. Connect your phone to Pc using a data cable.
4. Open the folder where ADB was installed then hold the shift key and right click you’ll see an option “Open Command window here”. Click on it.
5. Then type fastboot oem get_unlock_data
6. Above code will return something like this
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
Paste together 5 lines of output into one continuous string without (bootloader) or white spaces.Your string looks like this.
0A40040192024205#4C4D355631323030373731363031303332323239#BD008A672BA4746C2CE02328A2AC0C39F951A3E5#1F532800020000000000000000000000
7. Now, Goto Motorola’s Boot loader unlock site & login with google. Paste the entire code in the input box & clicking can my device be unlocked.
8. After that, Check I agree and click Request Unlock Key. You’ll receive the unlock key in your Gmail.
9. Copy the key from your mail and paste in a notepad file, Open Command prompt and type
fastboot oem unlock "KEY" (Replace KEY with the key you received).
That's it you have successfully unlocked the Bootloader. :)
No comments:
Post a Comment