Remove Bootloader Unlocked Warning on Moto E 2015
- Download the Moto E boot logo file: Moto-E-2015-logo.zip
- Install Android SDK on your computer or simply download the minimal ADB and Fastboot tool (extract the zip): mfastboot-v2.zip
- Install the Motorola USB Driver on your computer.
- Enable USB Debugging on your Moto E 2015.
- Unzip Moto-E-2015-logo.zip file and copy the logo.bin file to the same directory where ADB and Fastboot files are present. If you have installed the Android SDK, copy the logo.bin to Android/ sdk/ platform-tools folder. In case you have downloaded Minimal Fastboot tool, copy the logo file to mfastboot-v2 folder.
- Now press Shift key+right-click on the mouse from within the platform-toolsor mfastboot-v2 folder and select Open command window here option to launch cmd prompt.
- Now connect your Moto E2 to computer reboot your phone into the Bootloader/Fastboot mode using the following command. You can also boot into the Bootloader mode by pressing the Volume down + Power keys together while the device is turned off.
Command #1 adb reboot bootloader
- When your phone gets into the bootloader mode type the following command and hit the Enter key:
Command #2 mfastboot flash logo logo.bin
- When the logo file is flashed to your Moto E, type
Command #3 mfastboot reboot
No comments:
Post a Comment