unlocking bootloader in motoe devices:
The procedure for unlocking bootloader for all motoe devices is same and is as follows:
- first of all switch off your mobile and boot into fastboot mode or bootloader mode by pressing volume down and power buttons simultaneously for 11 secondsT
- As you have connected your mobile with your pc go to location where you can installed minimal ADB and Fastboot
- Then press shift+right click you will find open command window here from which command prompt will be opened
- Now type the command
fastboot devices
if it displays somebulk message followed by fastboot then your device is connected to pc succesfully proceed further else some error may occcured try by using other usb cable
- Then type another command
fastboot oem get_unlock_data
you will get a large code consisting of numbers and alphabets copy that code in a single line and save it in text editor
- Now go to motorola site.Sign in using your google account or motorola id.Scroll down the page below and paste string in the field at step #step6.Then click on "can my device be unlocked?",after request unlock key and select i agree option
- Then you will get mail of the unlock key which may look like this
unlock code:SUDNTGU4WNZFXAQTSAFT
- In command prompt heading adb directory type command and press enter
fastboot oem unlock SUDNTGU4WNZFXAQTSAFT(my unlock code)
- Your device bootloader is now unlocked and you can see logo
- you can again lock it by command
fastboot oem lock
you can get clear idea now to unlock bootloader its applicable for all moto e devices
No comments