Moto E XT1021 Hang Logo Done

doobie

Registered
Joined
Apr 11, 2015
Messages
105
Reaction score
30
Points
1
Location
Iligan City
Motorola Moto E XT1021 Stuck on Logo Done Flashing



- microUSB Cable
- 32bit driver Here 64bit driver Here
- mfastboot v2 Here
- adb fastboot Here
- Firmware link Here


Credits to lost101 and Firmware TEAM for the firmwares and t-bon3 for the files of XDA Developers.



Install the Driver and ADB Fastboot after Downloading at dun nyo nlng iextract ang mfastboot pati yung firmware sa directory nang fastboot pagkapos ma install.


Code:
Reboot the phone into bootloader mode like in the pic below
xIIJExc.jpg



Open a command prompt / terminal (Start -> cmd.exe) and browse to the folder with the extracted firmware.

mine is:
Code:
c:\Program Files\Minimal ADB and Fastboot\

Flash each of the partitions in sequence using mfastboot, you need to enter the following commands one-by-one checking that each one returns an [OKAY]

Code:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1 
mfastboot erase modemst2 
mfastboot flash fsg fsg.mbn
mfastboot erase cache 
mfastboot erase userdata 
mfastboot reboot

Logs:
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [  0.016s]
writing 'partition'...
(bootloader) This may take a few seconds, if a
(bootloader) different partition table is being
(bootloader) flashed since we need to backup
(bootloader) and restore a few partitions
(bootloader) Flashing primary GPT image...
(bootloader) Flashing backup GPT image...
OKAY [  0.547s]
finished. total time: 0.562s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (1669 KB)...
OKAY [  0.062s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) flashing rpm ...
(bootloader) flashing sdi ...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
OKAY [  2.047s]
finished. total time: 2.109s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (527 KB)...
OKAY [  0.047s]
writing 'logo'...
OKAY [  0.141s]
finished. total time: 0.188s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10200 KB)...
OKAY [  0.375s]
writing 'boot'...
OKAY [  1.781s]
finished. total time: 2.156s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10280 KB)...
OKAY [  0.375s]
writing 'recovery'...
OKAY [  1.812s]
finished. total time: 2.188s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (242987 KB)...
OKAY [  7.750s]
writing 'system'...
OKAY [ 35.031s]
finished. total time: 42.781s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash system system.img_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (256535 KB)...
OKAY [  8.203s]
writing 'system'...
OKAY [ 31.562s]
finished. total time: 39.766s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash system system.img_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (257126 KB)...
OKAY [  8.172s]
writing 'system'...
OKAY [ 30.266s]
finished. total time: 38.438s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash system system.img_sparsechunk.3
target max-sparse-size: 256MB
sending 'system' (45848 KB)...
OKAY [  1.531s]
writing 'system'...
OKAY [  9.969s]
finished. total time: 11.500s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (46232 KB)...
OKAY [  1.516s]
writing 'modem'...
OKAY [  4.906s]
finished. total time: 6.422s

C:\Program Files\Minimal ADB and Fastboot>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [  0.031s]
finished. total time: 0.031s

C:\Program Files\Minimal ADB and Fastboot>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [  0.016s]
finished. total time: 0.016s

C:\Program Files\Minimal ADB and Fastboot>mfastboot flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (648 KB)...
OKAY [  0.062s]
writing 'fsg'...
OKAY [  0.125s]
finished. total time: 0.203s

C:\Program Files\Minimal ADB and Fastboot>mfastboot erase cache
erasing 'cache'...
OKAY [  0.375s]
finished. total time: 0.375s

C:\Program Files\Minimal ADB and Fastboot>mfastboot erase userdata
erasing 'userdata'...
OKAY [  1.734s]
finished. total time: 1.734s

C:\Program Files\Minimal ADB and Fastboot>mfastboot reboot
rebooting...

finished. total time: 0.000s

C:\Program Files\Minimal ADB and Fastboot>


1WJTl5M.jpg


LDSbnqS.jpg


Done na po at Smile :D
dOLXhhS.jpg


I6SjoIY.jpg
 
Who read this thread (Total readers: 0)
No registered users viewing this thread.
Back
Top