Unlock moto E5 bootloader: Android device manufacturers usually lock the bootloader of their device in order to prevent flashing of custom files like boot image or recoveries. But this does not indicate it cannot be unlocked. That is why for Today's tutorial, we are going to guide you on how to unlock the bootloader of your Motorola Moto E5 Android Smartphone running on Android Oreo.
What is Bootloader?
Reasons you may want to unlock your Moto E5 bootloader and advantages.
- When you unlock the Bootloader of your Motorola Moto E5, you will be able to install a custom recovery like; TWRP, CWM.
- It will permit you to flash custom roms after you must have flashed a custom recovery.
- Rooting using SuperSU is possible when you unlock your Moto E5 bootloader.
- [message]
- ##warning## Warning:
- Unlocking the bootloader of your device will void the warranty, and may even brick your device.
Unlocking Moto E5 Bootload: Step-by-step guide.
- Download and install adb+fastboot drivers on your Computer. When installed, it will create an adb folder in your C:\ drive.
- Download and install Motorola Android USB drivers. You can download from the link below.
- Next, activate the developer options by going to Settings > About Phone > Build number. Hit on the build number until you get the message "you are now a developer".
- Now head back to the Settings and go to the developer options to enable OEM Unlocking and USB debugging.
- Put your device in fastboot mode (power off, then press the power and volume down buttons simultaneously).
- Once in bootloader/fastboot mode, connect your Moto E5 to the Computer using a well functional USB cable. You should see the connection status. Your Moto E5 will install the drivers including the fastboot drivers.
- Open the adb folder in C:\adb and press SHIFT + Right click and select "Open a new command window here".
- On the command line, use the following code to confirm device connection.
- [message]
- ##code## Check if device is connected in fastboot mode:
- fastboot devices
- Once you have confirmed device connection status, you will need the unlock key for bootloader unlock. To get the unlock key, you will need to generate some unlock data using the command below
- [message]
- ##code## Get unlock data
- fastboot oem get_unlock_data
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
- Next, visit the Motorola developer website page and paste your data code, read and accept license terms and click on the "Can my device be unlocked?" button.
- [message]
- ##book## Before you go, read also:
- After the above steps, a popup window will appear with the option to request the unlock key. Confirm and make your request.
- You will then receive an email with the unique unlock key for your Moto E5.
- Now that you have the Unlock key, to unlock the bootloader, you the following command.
- [message]
- ##code## Unlocking moto E5 bootloader with unique unlock key.
- fastboot oem unlock
- When the unlocking process is successful, reboot your device using the command.
- [message]
- ##code## reboot device with fastboot:
- fastboot reboot
COMMENTS