Moto E bricked... - Moto E Q&A, Help & Troubleshooting

Hi everyone! I have a problem with my Moto E XT1021. Some time ago I updated my device to Lollipop. Everything was ok but after a while it stopped working... Meantime I changed my device, so i put my Moto E in a drawer! Now I wanna use it again, but I have a lot of problem with fastboot (that's the only stage that works on my phone).
I tried to repeat the process for install the original firmware (http://forum.xda-developers.com/showthread.php?t=2755857) but i had always the same errors:
Code:
[email protected]:# fastboot flash partition gpt.bin
target reported max download size of 299892736 bytes
sending 'partition' (32 KB)...
OKAY [ 0.072s]
writing 'partition'...
(bootloader) Preflash validation failed
[COLOR="Red"]FAILED[/COLOR] (remote failure)
finished. total time: 0.650s
[email protected]:# fastboot flash motoboot motoboot.img
target reported max download size of 299892736 bytes
sending 'motoboot' (1669 KB)...
OKAY [ 0.149s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) flashing rpm ...
(bootloader) flashing sdi ...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
OKAY [ 3.263s]
finished. total time: 3.412s
[email protected]:# fastboot flash logo logo.bin
target reported max download size of 299892736 bytes
sending 'logo' (527 KB)...
OKAY [ 0.113s]
writing 'logo'...
OKAY [ 0.155s]
finished. total time: 0.268s
[email protected]:# fastboot flash boot boot.img
target reported max download size of 299892736 bytes
sending 'boot' (10200 KB)...
OKAY [ 0.411s]
writing 'boot'...
(bootloader) Preflash validation failed
[COLOR="red"]FAILED[/COLOR] (remote failure)
finished. total time: 1.121s
[email protected]:# fastboot flash recovery recovery.img
target reported max download size of 299892736 bytes
sending 'recovery' (10280 KB)...
OKAY [ 0.412s]
writing 'recovery'...
OKAY [ 1.785s]
finished. total time: 2.197s
[email protected]:# fastboot flash system system.img_sparsechunk.0
target reported max download size of 299892736 bytes
sending 'system' (242987 KB)...
OKAY [ 7.674s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
[COLOR="red"]FAILED[/COLOR] (remote failure)
finished. total time: 8.332s
[email protected]:# fastboot flash system system.img_sparsechunk.1
target reported max download size of 299892736 bytes
sending 'system' (256535 KB)...
OKAY [ 8.104s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
[COLOR="red"]FAILED[/COLOR] (remote failure)
finished. total time: 8.188s
[email protected]:# fastboot flash system system.img_sparsechunk.2
target reported max download size of 299892736 bytes
sending 'system' (257126 KB)...
OKAY [ 8.121s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
[COLOR="red"]FAILED[/COLOR] (remote failure)
finished. total time: 8.183s
[email protected]:# fastboot flash system system.img_sparsechunk.3
target reported max download size of 299892736 bytes
sending 'system' (45848 KB)...
OKAY [ 1.515s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
[COLOR="red"]FAILED[/COLOR] (remote failure)
finished. total time: 1.570s
[email protected]:# fastboot flash modem NON-HLOS.bin
target reported max download size of 299892736 bytes
sending 'modem' (46232 KB)...
OKAY [ 1.531s]
writing 'modem'...
OKAY [ 4.763s]
finished. total time: 6.294s
[email protected]:# fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.055s]
finished. total time: 0.055s
[email protected]:# fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.054s]
finished. total time: 0.054s
[email protected]:# fastboot flash fsg fsg.mbn
target reported max download size of 299892736 bytes
sending 'fsg' (648 KB)...
OKAY [ 0.110s]
writing 'fsg'...
OKAY [ 0.165s]
finished. total time: 0.275s
[email protected]:# fastboot erase cache
erasing 'cache'...
OKAY [ 0.369s]
finished. total time: 0.369s
After few try i unlocked bootloader, and the process was done ok (also if i read "Device is locked. Status code:0" is it normal?).
I tried to flash CWM or TWRP but without success. Always the same error: failed to validate system image.
Someone can help me?
Sorry for my english...

superazo said:
Hi everyone! I have a problem with my Moto E XT1021. Some time ago I updated my device to Lollipop. Everything was ok but after a while it stopped working... Meantime I changed my device, so i put my Moto E in a drawer! Now I wanna use it again, but I have a lot of problem with fastboot (that's the only stage that works on my phone).
I tried to repeat the process for install the original firmware (http://forum.xda-developers.com/showthread.php?t=2755857) but i had always the same errors:
After few try i unlocked bootloader, and the process was done ok (also if i read "Device is locked. Status code:0" is it normal?).
I tried to flash CWM or TWRP but without success. Always the same error: failed to validate system image.
Someone can help me?
Sorry for my english...
Click to expand...
Click to collapse
First unlock bootloader then flash twrp

What steps u r using to flash TWRP??

Ujwal Agrawal said:
What steps u r using to flash TWRP??
Click to expand...
Click to collapse
If you already unlocked boot loader
Then flash twrp in fastboot command
Fastboot flash recovery twrp.3.x.x.img

Rajendran Rasa said:
First unlock bootloader then flash twrp
Click to expand...
Click to collapse
I unlocked bootloader (with this guide: http://forum.xda-developers.com/showthread.php?t=2753110) then i tried flash recovery with this guide: http://forum.xda-developers.com/moto-e/general/root-moto-e-rooting-flashing-recovery-t2802971.
I tried with CWM and TWRP too!

superazo said:
I unlocked bootloader (with this guide: http://forum.xda-developers.com/showthread.php?t=2753110) then i tried flash recovery with this guide: http://forum.xda-developers.com/moto-e/general/root-moto-e-rooting-flashing-recovery-t2802971.
I tried with CWM and TWRP too!
Click to expand...
Click to collapse
https://dl.twrp.me/condor/
Try the latest TWRP

Ujwal Agrawal said:
Try the latest TWRP
Click to expand...
Click to collapse
Tried...
Code:
fastboot flash recovery twrp-3.0.2-0-condor.img
target reported max download size of 299892736 bytes
sending 'recovery' (6808 KB)...
OKAY [ 0.244s]
writing 'recovery'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.295s
If I reboot and go to "Recovery" voice:
Code:
failed to validate system image
Boot up failed

Related

HELP.. Unable to Re-Lock bootloader..!

I have condor 4.4.2 stock firmware... I am able to flash firmware but while relocking bootlader I am getting some error...
<Bootlader> sst lock failure..!
I am using MOTO E with stock firmware but I want to relock my bootloader to claim warranty..! Please help me out.!
The whole Command and their replies:
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot oem lock begin
...
(bootloader) Ready to flash signed images
OKAY [ 0.068s]
finished. total time: 0.070s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.032s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.585s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (1669 KB)...
OKAY [ 0.107s]
writing 'motoboot'...
(bootloader) Motoboot: Preflash validation for tz
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.581s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (460 KB)...
OKAY [ 0.087s]
writing 'logo'...
OKAY [ 0.146s]
finished. total time: 0.237s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10200 KB)...
OKAY [ 0.413s]
writing 'boot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.129s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10280 KB)...
OKAY [ 0.418s]
writing 'recovery'...
OKAY [ 1.613s]
finished. total time: 2.035s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (243147 KB)...
OKAY [ 8.385s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 9.062s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash system system.img_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (257549 KB)...
OKAY [ 8.775s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.865s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash system system.img_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (204273 KB)...
OKAY [ 6.958s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 7.019s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (46132 KB)...
OKAY [ 1.582s]
writing 'modem'...
OKAY [ 3.953s]
finished. total time: 5.540s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe erase modemst1
erasing 'modemst1'...
OKAY [ 0.019s]
finished. total time: 0.021s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe erase modemst2
erasing 'modemst2'...
OKAY [ 0.016s]
finished. total time: 0.018s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (648 KB)...
OKAY [ 0.104s]
writing 'fsg'...
OKAY [ 0.152s]
finished. total time: 0.261s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe erase cache
erasing 'cache'...
OKAY [ 0.109s]
finished. total time: 0.113s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe erase userdata
erasing 'userdata'...
OKAY [ 0.635s]
finished. total time: 0.637s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe oem lock
...
(bootloader) sst lock failure!
OKAY [ 0.041s]
finished. total time: 0.042s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe oem lock
...
(bootloader) sst lock failure!
Click to expand...
Click to collapse
OKAY [ 0.021s]
finished. total time: 0.022s
D:\MOTO E\RETAIL-DSDS_CONDOR_KXC20.82-14_cid7_CFC_1FF.xml\RETAIL-DSDS_CONDOR_KXC
20.82-14_cid7_CFC_1FF.xml>mfastboot.exe reboot-bootloader
rebooting into bootloader...
OKAY [ 0.004s]
finished. total time: 0.005s
Same Problem with Moto G
Am also facing the same problem with moto G. No one has the solution for this.
Need it too
I,m too facing the same problem:crying:
Flash
Flash Updated 4.4.4 Original Stok Firmware....
not Zip file full Stok Firmware then try to RE lock Bootloder....
Thanks .......:good:
Do you have link to download 4.4.4 stock rom if so please provide us the link
thank you
I came to know that the bootloader has been updated in 4.4.4 update so it doesn't allow to downgrade your phone
heare u go
http://www.filefactory.com/file/260ktu25bxrv/RETUGLB_XT1021_4.4.4_KXC21.5-53_cid9_CFC.xml.zip
Thanks for the link. But it is XT1021 I need for XT1022 (Indian dual sim version).
Can you please provide that link
GO TO This Thread
Find Ur self
http://forum.xda-developers.com/showthread.php?t=2755857
shivakiran456 said:
Thanks for the link. But it is XT1021 I need for XT1022 (Indian dual sim version).
Can you please provide that link
Click to expand...
Click to collapse
Here you go : http://forum.xda-developers.com/showpost.php?p=54872420&postcount=73
First Link.
Abhishek_Rawal said:
Here you go : http://forum.xda-developers.com/showpost.php?p=54872420&postcount=73
First Link.
Click to expand...
Click to collapse
Thanks a lot
Relock bootloader
Even if you relock Bootloader you cannot claim warrenty ,coz u have officially unlocked bootloader and your device will be registered to motorola
dharsayantan said:
Flash Updated 4.4.4 Original Stok Firmware....
not Zip file full Stok Firmware then try to RE lock Bootloder....
Thanks .......:good:
Click to expand...
Click to collapse
Then how to flash stock firmware????
Its simple.I too faced the same issue.try stock firmwares from different website.it works!
Why do u need to claim warranty ?
guys , i am having moto e condor ,when relocking Moto e it says sst lock failure and i have original stock firmware file.

Moto E 2nd Gen 4G LTE model (XT1521) not booting up

Hello folks,
On a fine day when I was disabling the airport mode, I realised the phone is hung as both the home screens - Aviate and Google were not responding. So I forced switched off the phone by holding down the power key for 15-20 seconds. The phone booted in fast boot mode and since then its not starting up.
Note - I never enabled USB debugging (developer mode) in this phone, so ADB will not work and I did not select "Allow OEM Unlock" - obviously I was not hoping this kind of unprovoked crash/bricking.
I am on Mac OS X with USB drivers installed for the device. I have access to a Windows Machine also, in case any of the suggested solutions work with windows tools.
Here is what I have tried so far after reading various threads in xdaDevelopers. Please note I have tried mfastboot on windows as well and have the same output -
(1.) Tried unlocking the phone as mentioned in the Motorola website and elsewhere in the forum. I get an error
Code:
$ ./fastboot oem get_unlock_data
...
(bootloader) Failed to get unlock data, please try again!
FAILED (remote failure)
finished. total time: 0.105s
The phone is unlockable with a cid of 0x007
Code:
$ fastboot getvar all
......
(bootloader) cid: 0x0007
......
(2.) Downloaded the MotoE stock firmware from here and followed the "How to flash Stock Firmware". All the commands are failing, below is the output.
Code:
$ fastboot devices -l
TA38500WHO fastboot usb:1D110000
$ fastboot oem fb_mode_set
...
FAILED (remote failure)
finished. total time: 0.023s
$ fastboot flash partition gpt.bin
target reported max download size of 268435456 bytes
sending 'partition' (32 KB)...
OKAY [ 0.098s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.548s
$ fastboot flash bootloader bootloader.imgtarget reported max download size of 268435456 bytes
sending 'bootloader' (2410 KB)...
OKAY [ 0.155s]
writing 'bootloader'...
(bootloader) flashing sbl1 ...
(bootloader) Failed to erase partition
(bootloader) Failed to flash sbl1
FAILED (remote failure)
finished. total time: 1.391s
$ fastboot flash logo logo.bin
target reported max download size of 268435456 bytes
sending 'logo' (679 KB)...
OKAY [ 0.137s]
writing 'logo'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition logo
FAILED (remote failure)
finished. total time: 0.245s
$ fastboot flash logo logo.bin
target reported max download size of 268435456 bytes
sending 'logo' (679 KB)...
OKAY [ 0.175s]
writing 'logo'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition logo
FAILED (remote failure)
finished. total time: 0.282s
$ fastboot flash recovery recovery.img
target reported max download size of 268435456 bytes
sending 'recovery' (32752 KB)...
OKAY [ 1.108s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 1.803s
$ fastboot flash recovery recovery.img
target reported max download size of 268435456 bytes
sending 'recovery' (32752 KB)...
OKAY [ 1.251s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 1.947s
$ fastboot flash system system.img_sparsechunk.0
target reported max download size of 268435456 bytes
sending 'system' (262143 KB)...
OKAY [ 8.315s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.847s
$ fastboot flash system system.img_sparsechunk.1
target reported max download size of 268435456 bytes
sending 'system' (262141 KB)...
OKAY [ 8.331s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.427s
$ fastboot flash system system.img_sparsechunk.2
target reported max download size of 268435456 bytes
sending 'system' (262141 KB)...
OKAY [ 8.335s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.453s
$ fastboot flash system system.img_sparsechunk.3
target reported max download size of 268435456 bytes
sending 'system' (256116 KB)...
OKAY [ 8.120s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.229s
$ fastboot flash system system.img_sparsechunk.4
target reported max download size of 268435456 bytes
sending 'system' (240640 KB)...
OKAY [ 7.653s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 7.764s
$ fastboot flash system system.img_sparsechunk.5
target reported max download size of 268435456 bytes
sending 'system' (124212 KB)...
OKAY [ 3.977s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 4.064s
$ fastboot flash modem NON-HLOS.bin
target reported max download size of 268435456 bytes
sending 'modem' (54616 KB)...
OKAY [ 1.789s]
writing 'modem'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 1.908s
$ fastboot flash modem NON-HLOS.bin
target reported max download size of 268435456 bytes
sending 'modem' (54616 KB)...
OKAY [ 1.846s]
writing 'modem'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 1.925s
$ fastboot erase modemst1
erasing 'modemst1'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.126s
$ fastboot erase modemst2
erasing 'modemst2'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.173s
$ fastboot flash fsg fsg.mbn
target reported max download size of 268435456 bytes
sending 'fsg' (1518 KB)...
OKAY [ 0.143s]
writing 'fsg'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition fsg
FAILED (remote failure)
finished. total time: 0.247s
$ fastboot flash fsg fsg.mbn
target reported max download size of 268435456 bytes
sending 'fsg' (1518 KB)...
OKAY [ 0.189s]
writing 'fsg'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition fsg
FAILED (remote failure)
finished. total time: 0.293s
$ fastboot erase cache
erasing 'cache'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.167s
$ fastboot erase userdata
erasing 'userdata'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.146s
$ fastboot erase customize
erasing 'customize'...
(bootloader) Invalid partition name customize
FAILED (remote failure)
finished. total time: 0.049s
$ fastboot oem fb_mode_clear
...
FAILED (remote failure)
finished. total time: 0.023s
Any help in recovering the phone will be appreciated.
If you can get in to recovery from bootloader maybe try factory reset
When I select factory reset or recovery I got thrown to the fast boot prompt back. I checked the Bootloader logs in the fastboot mode which says - "failed to validate boot image. Boot up failed"
The same problem on 1528 after flashing stock rom!!? somebody can help us??
the firmware xt1528 have 6 files system.img_sparsechunk, and in the instruction -5, thats why phone cant start.....may be 1521 ? Look in unzipped folder with firmware how much files youve got?
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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Romik80 said:
the firmware xt1528 have 6 files system.img_sparsechunk, and in the instruction -5, thats why phone cant start.....may be 1521 ? Look in unzipped folder with firmware how much files youve got?
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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
It has 6 with me. There are errors / failures at every stage of flashing. That's what I am not able to understand.
ajitabhpandey said:
It has 6 with me. There are errors / failures at every stage of flashing. That's what I am not able to understand.
Click to expand...
Click to collapse
does it being flashed successfully?
sounds like it isn't therefor not booting up
according to the "log" you're not unlocked, therefore it fails
Tools to unbrick the device!
ajitabhpandey said:
Any help in recovering the phone will be appreciated.
Click to expand...
Click to collapse
Do take a look at this link:http://forum.xda-developers.com/general/rooting-roms/motorola-usb-drivers-rsd-lite-firmware-t3042687
I have the same problem even though my bootloader is unlocked. My phone decided to reboot one fine day and subsequently have been stuck at the bootloader. All the commands are accompanied in the log by "failed to validate abc image" where abc=boot,system,recovery etc.
Since my moto e is unlocked, I can't even RMA to Motorola for warranty :/
what were you running ?
what were you flashing ?
bootloader was locked when the problem occurred ?
Hey,
In the fastboot mode navigate to factory mode and then keep pressing the power button fast about 20-30 times till it boots into the os. Now u can access developer options and unlock the boot loader. Once the boot loader is unlocked u can flash the same rom again.......
I installed unofficial cm13 on my xt1521 everything good as of now .. i dont like the boot animation really worse.... so if any solution ?? pls do.... btw how to flash that i tried via twrp but no changes ...
kumaranwade said:
I installed unofficial cm13 on my xt1521 everything good as of now .. i dont like the boot animation really worse.... so if any solution ?? pls do.... btw how to flash that i tried via twrp but no changes ...
Click to expand...
Click to collapse
Install a theme with an alternate boot animation.
Sent from my SAMSUNG-SM-G920A using Tapatalk

MOTO E (1st GEN) FIRMWARES NEEDED INDIAN RETAIL (immediately)

Hi devs and helpers!!
this is only for indians but if you wish you can help
ok this is a long story let me explain
so first lollipop soak test released and i updated it via keeping the file in sd and phone memory and then i updated it till 22.27.1 then i found that i am stuck on that version i cant do anything so i flashed 5.1 firmware images and then on the bootloader says that hab check failed for system and failed to validate system image so i need the indian retail from flipkart stock 4.4.4 images only if they are 4.4.4 ! AND I CANT UNLOCK THE BOOTLOADER AS THAT IS ANOTHER LONG STORY SO NOW IF ANYONE HAS WHAT I WANT THEN PLZ GIVE AND DONT TELL TO UNLOCK THE BOOTLOADER AND I HAVE TRIED EVERY FIRMWARE EXCEPT (http://forum.xda-developers.com/showthread.php?t=2759495) , the link isnt working and i have also posted on that thread that the link isnt working , So can anyone help me plz???
THANKS!!
Hello,
Have you tried this?
http://forum.xda-developers.com/moto-e/general/xt1022-stock-indian-firmware-t2826480
I hope that helps. Good luck.
Droidriven said:
Hello,
Have you tried this?
http://forum.xda-developers.com/moto-e/general/xt1022-stock-indian-firmware-t2826480
I hope that helps. Good luck.
Click to expand...
Click to collapse
Thankyou very much for responding !! i will try it and tell u tommorow!!:laugh::good::good::good:
Droidriven said:
Hello,
Have you tried this?
http://forum.xda-developers.com/moto-e/general/xt1022-stock-indian-firmware-t2826480
I hope that helps. Good luck.
Click to expand...
Click to collapse
sorry doesnt work:crying:
i need Blur_Version.21.41.20.condor_retaildsds.retaildsdsall.en.03 something like that the xx.xx.xx is not correct:crying:
snehil_dps_6l said:
hi devs and helpers!!
This is only for indians but if you wish you can help
ok this is a long story let me explain
so first lollipop soak test released and i updated it via keeping the file in sd and phone memory and then i updated it till 22.27.1 then i found that i am stuck on that version i cant do anything so i flashed 5.1 firmware images and then on the bootloader says that hab check failed for system and failed to validate system image so i need the indian retail from flipkart stock 4.4.4 images only if they are 4.4.4 ! And i cant unlock the bootloader as that is another long story so now if anyone has what i want then plz give and dont tell to unlock the bootloader and i have tried every firmware except (http://forum.xda-developers.com/showthread.php?t=2759495) , the link isnt working and i have also posted on that thread that the link isnt working , so can anyone help me plz???
thanks!!
Click to expand...
Click to collapse
plzzz someone send firwares plzzzz
You cannot flash any 4.4.4 Firmware Image without Unlocking Bootloader. Follow Bootloader locking Tutorial: http://forum.xda-developers.com/showpost.php?p=52693419&postcount=2
Alternatively, forget about KitKat and flash latest XT1022 Lollipop 5.1 Firmware Image from here: http://forum.xda-developers.com/showthread.php?t=2755857
XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7
It would help to see a log of the flashing process. Copy and paste command prompt screen. Take screenshots if necessary.
You have to unlock the bootloader
MaddySayaji said:
You have to unlock the bootloader
Click to expand...
Click to collapse
if there is a corrupt firmware how can i unlock the bootloader
lost101 said:
You cannot flash any 4.4.4 Firmware Image without Unlocking Bootloader. Follow Bootloader locking Tutorial: http://forum.xda-developers.com/showpost.php?p=52693419&postcount=2
Alternatively, forget about KitKat and flash latest XT1022 Lollipop 5.1 Firmware Image from here: http://forum.xda-developers.com/showthread.php?t=2755857
XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7
It would help to see a log of the flashing process. Copy and paste command prompt screen. Take screenshots if necessary.
Click to expand...
Click to collapse
Hi sir,
im very happy that someone is trying to help me out
all the commands were successful but i have a error "failed to validate system image" in purple color and plus ur older version of 5.1 firmware isnt working its saying (preflash validation failed) (XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.2_cid7_CFC.xml)
here are all the commands as asked (output from command prompt):
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.024s]
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.712s]
finished. total time: 0.741s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (1669 KB)...
OKAY [ 0.088s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) flashing rpm ...
(bootloader) flashing sdi ...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
OKAY [ 2.071s]
finished. total time: 2.170s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (527 KB)...
OKAY [ 0.067s]
writing 'logo'...
OKAY [ 0.132s]
finished. total time: 0.205s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10200 KB)...
OKAY [ 0.396s]
writing 'boot'...
OKAY [ 1.573s]
finished. total time: 1.976s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10280 KB)...
OKAY [ 0.409s]
writing 'recovery'...
OKAY [ 1.575s]
finished. total time: 1.998s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot.exe flash system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (242987 KB)...
OKAY [ 8.533s]
writing 'system'...
OKAY [ 27.242s]
finished. total time: 38.026s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot.exe flash system system.img_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (256539 KB)...
OKAY [ 9.150s]
writing 'system'...
OKAY [ 25.751s]
finished. total time: 34.909s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot.exe flash system system.img_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (257126 KB)...
OKAY [ 9.087s]
writing 'system'...
OKAY [ 25.306s]
finished. total time: 34.406s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (46232 KB)...
OKAY [ 1.667s]
writing 'modem'...
OKAY [ 3.940s]
finished. total time: 5.614s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.015s]
finished. total time: 0.018s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.012s]
finished. total time: 0.016s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (648 KB)...
OKAY [ 0.066s]
writing 'fsg'...
OKAY [ 0.130s]
finished. total time: 0.201s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot erase cache
erasing 'cache'...
OKAY [ 0.079s]
finished. total time: 0.082s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot erase userdata
erasing 'userdata'...
OKAY [ 0.271s]
finished. total time: 0.274s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>mfastboot reboot
rebooting...
finished. total time: 0.003s
C:\Users\DELL USERS\Downloads\XT1022_CONDOR_RETAILDSDS_5.1_LPC23.13-34.8_cid7_CFC.xml>
@Snehil_DPS_6l - The solution is to unlock your Bootloader and try fastboot flashing again.

New Update as of 9/1/16

Looks like there is a new update online at motorola-global-portal.custhelp.com
XT1624 01-SEP-16 MPJ24.139-64 6.0.1 1046 6.0.1 1046 Download
Since I have the amazon ad version it gave me the amazon version.
ATHENE_AMZ_MPJ24.139-64_65_cid50_amz.tgz
I hope we can still flash the regular nonamazon moto G4 image.
link to the update download? I dont see it going to motorola-global-portal.custhelp.com
https://motorola-global-portal.custhelp.com/app/standalone/bootloader/recovery-images#
But you need to be logged into your motorola account to see it
If you cant find it i'll upload it to one of my servers
ATHENE_AMZ_MPJ24.139-64_65_cid50_amz.tgz
https://mega.nz/#!V99VHAwR!VfH7Zg3a5...bkpWFM3ZJsmEqQ
---------- Post added at 02:20 AM ---------- Previous post was at 02:17 AM ----------
I installed the RootJunkie firmware ATHENE_MPJ24.139-49_cid50_subsidy-DEFAULT_CFC.xml.zip on my Amazon XT1624 and I have the bootloader unlocked. Will this update lock my bootloader? Does this update includes the ads from Amazon?
I doubt it will relock the bootloader, but since its the amazon software version, the ads will be back
Rempala said:
I doubt it will relock the bootloader, but since its the amazon software version, the ads will be back
Click to expand...
Click to collapse
RootJunkie says otherwise. He says it could lock the bootloader.
http://forum.xda-developers.com/showpost.php?p=68508421&postcount=382
Not sure but those of us that flashed the stock moto image should stay away from this. Mine now tells me
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SM-N900P using Tapatalk
wormy123789 said:
Not sure but those of us that flashed the stock moto image should stay away from this. Mine now tells me View attachment 3863640
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
When you flashed the firmware, did it lock the bootloader? If it did, did you unlocked it with Unique ID Moto emailed you?
mine was never unlocked. that in its self may be the issue as well. Im looking for ways to get mine back up and running
Danny1976 said:
When you flashed the firmware, did it lock the bootloader? If it did, did you unlocked it with Unique ID Moto emailed you?
Click to expand...
Click to collapse
as expected moto support was un helpful. the only thing they would say was to send it in to them.
wormy987123 said:
mine was never unlocked. that in its self may be the issue as well. Im looking for ways to get mine back up and running
as expected moto support was un helpful. the only thing they would say was to send it in to them.
Click to expand...
Click to collapse
Did you try flashing the new firmware with RSDLite? Try flashing RootJunkie Firmware with RSDLite. http://rootjunkysdl.com/files/?dir=Moto G 4th Gen XT1625/Firmware
Danny1976 said:
Did you try flashing the new firmware with RSDLite? Try flashing RootJunkie Firmware with RSDLite. http://rootjunkysdl.com/files/?dir=Moto G 4th Gen XT1625/Firmware
Click to expand...
Click to collapse
I flashed it with fastboot. Rsdlite would work if there was an .xml file
Sent from my SM-N900P using Tapatalk
wormy123789 said:
I flashed it with fastboot. Rsdlite would work if there was an .xml file
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
RootJunkie firmware file has the XML file. Try that and see if it works
Danny1976 said:
RootJunkie firmware file has the XML file. Try that and see if it works
Click to expand...
Click to collapse
I did, it fails signature verification for me
Sent from my SM-N900P using Tapatalk
here is the output from terminal Michaels-MacBook-Pro:ATHENE_AMZ_MPJ24.139-64_65_cid50_amz michaelballard$ cd /Users/michaelballard/Downloads/ATHENE_MPJ24.139-49_cid50_subsidy-DEFAULT_CFC.xml
Michaels-MacBook-Pro:ATHENE_MPJ24.139-49_cid50_subsidy-DEFAULT_CFC.xml michaelballard$ ./rsd-flash.sh servicefile.xml
___ ____ ____ _____ ____ ___ ____ ____ __ ________ _ _
/ _ \/ _ \/ _ \/_ _/_ / / / / / \/ / //_/\ \/ / / __/ _ \/ \/ \
/ , _/ |_| / |_| / / / / // / /_/ / / < \ /_/ /_/ |_| / , , \
/_/|_|\____/\____/ /_/ \___/\____/_/\_/_/\_/ /_/_/___/\____/_/ \/ \_\
----------------------------------------------------------------------------
Welcome to RSD Lite For Mac and Linux press enter to start your flash
----------------------------------------------------------------------------
max-sparse-size: 268435456
finished. total time: 0.008s
...
OKAY [ 0.004s]
finished. total time: 0.004s
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.005s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.041s
target reported max download size of 536870912 bytes
sending 'bootloader' (3651 KB)...
OKAY [ 0.142s]
writing 'bootloader'...
(bootloader) validating: bootloader.default.xml ...
(bootloader) will pass: flash:aboot
(bootloader) will pass: flash:rpm
(bootloader) will pass: flash:tz
(bootloader) will pass: flash:hyp
(bootloader) will pass: flash:cmnlib
(bootloader) will pass: flash:keymaster
(bootloader) will pass: flash:sbl1
(bootloader) committing: bootloader.default.xml ...
(bootloader) - flashing 'emmc_appsboot.mbn' to 'aboot'
(bootloader) - flashing 'rpm.mbn' to 'rpm'
(bootloader) - flashing 'tz.mbn' to 'tz'
(bootloader) - flashing 'hyp.mbn' to 'hyp'
(bootloader) - flashing 'cmnlib.mbn' to 'cmnlib'
(bootloader) - flashing 'keymaster.mbn' to 'keymaster'
(bootloader) - flashing 'sbl1.mbn' to 'sbl1'
OKAY [ 0.512s]
finished. total time: 0.655s
target reported max download size of 536870912 bytes
sending 'logo' (1848 KB)...
OKAY [ 0.067s]
writing 'logo'...
OKAY [ 0.073s]
finished. total time: 0.140s
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.634s]
writing 'boot'...
(bootloader) Security version downgrade
(bootloader) Image boot failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.798s
target reported max download size of 536870912 bytes
sending 'recovery' (16484 KB)...
OKAY [ 0.632s]
writing 'recovery'...
(bootloader) Security version downgrade
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.797s
target reported max download size of 536870912 bytes
sending 'dsp' (16384 KB)...
OKAY [ 0.630s]
writing 'dsp'...
OKAY [ 0.439s]
finished. total time: 1.069s
target reported max download size of 536870912 bytes
sending 'oem' (124713 KB)...
OKAY [ 4.772s]
writing 'oem'...
(bootloader) Security version downgrade
(bootloader) Image o failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 4.827s
target reported max download size of 536870912 bytes
sending 'system' (257282 KB)...
OKAY [ 9.786s]
writing 'system'...
(bootloader) Security version downgrade
(bootloader) Image s failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 9.846s
target reported max download size of 536870912 bytes
sending 'system' (258607 KB)...
OKAY [ 9.874s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 9.889s
target reported max download size of 536870912 bytes
sending 'system' (260204 KB)...
OKAY [ 9.416s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 9.432s
target reported max download size of 536870912 bytes
sending 'system' (250512 KB)...
OKAY [ 8.645s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.658s
target reported max download size of 536870912 bytes
sending 'system' (254492 KB)...
OKAY [ 8.752s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.770s
target reported max download size of 536870912 bytes
sending 'system' (257841 KB)...
OKAY [ 9.058s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 9.072s
target reported max download size of 536870912 bytes
sending 'system' (256191 KB)...
OKAY [ 8.884s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 8.906s
target reported max download size of 536870912 bytes
sending 'system' (150189 KB)...
OKAY [ 5.377s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.391s
target reported max download size of 536870912 bytes
sending 'modem' (76861 KB)...
OKAY [ 2.761s]
writing 'modem'...
OKAY [ 1.981s]
finished. total time: 4.742s
erasing 'modemst1'...
OKAY [ 0.029s]
finished. total time: 0.029s
erasing 'modemst2'...
OKAY [ 0.029s]
finished. total time: 0.029s
target reported max download size of 536870912 bytes
sending 'fsg' (1896 KB)...
OKAY [ 0.073s]
writing 'fsg'...
OKAY [ 0.086s]
finished. total time: 0.159s
erasing 'DDR'...
OKAY [ 0.008s]
finished. total time: 0.008s
...
OKAY [ 0.004s]
finished. total time: 0.004s
---------------------------------------------------------
Please check for errors then press enter to reboot device
---------------------------------------------------------
wormy123789 said:
I did, it fails signature verification for me
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
Have you tried installing this image of a Stock Amazon OEM image. But I think it needs TWRP, but I am not sure.
http://rootjunkysdl.com/files/Moto ...d/Amazon-Stock-6.0.1-2016-07-11--19-36-54.zip
Danny1976 said:
Have you tried installing this image of a Stock Amazon OEM image. But I think it needs TWRP, but I am not sure.
http://rootjunkysdl.com/files/Moto ...d/Amazon-Stock-6.0.1-2016-07-11--19-36-54.zip
Click to expand...
Click to collapse
yeah for that i would need twrp installed
wormy987123 said:
yeah for that i would need twrp installed
Click to expand...
Click to collapse
You probably are more tech savvy than me, but I would try using Moto Fastboot and see if it gets past the verification.
http://forum.xda-developers.com/gen...ng-mfastboot-exe-to-unbrick-motorola-t3203518
---------- Post added at 05:26 PM ---------- Previous post was at 05:15 PM ----------
wormy987123 said:
yeah for that i would need twrp installed
Click to expand...
Click to collapse
Try this with the Moto Fastboot:
If you downloaded a firmware with .xml.zip extension, follow these steps:
Type the following commands in the cmd window one by one and press Enter key after each command line. Make sure that you see OKAY message on cmd after executing each command:
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_sparsechunk1
mfastboot flash system system.img_sparsechunk2
mfastboot flash system system.img_sparsechunk3
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
Your phone will reboot automatically.
Wait till your device boots up. Go through the initial setup and enjoy!
Just FYI to people here:
The image that was posted on Moto's site is for the XT1624, the Indian Moto G4. This is not supposed to be flashed on another model, like the US XT1625. If you try to flash it on another model, regardless if you have an unlocked bootloader or not, you're gonna have a bad time.
xtermmin said:
Just FYI to people here:
The image that was posted on Moto's site is for the XT1624, the Indian Moto G4. This is not supposed to be flashed on another model, like the US XT1625. If you try to flash it on another model, regardless if you have an unlocked bootloader or not, you're gonna have a bad time.
Click to expand...
Click to collapse
Where did you get that info from? Please post a link.

fastboot: FAILED (remote: cannot flash this partition in unlocked state)

Hi,
Can someone clarify what this message means and why fastboot is failing?
Thanks
Code:
# fastboot flash aboot aboot_300032.bin
target reported max download size of 536870912 bytes
sending 'aboot' (1024 KB)...
OKAY [ 0.036s]
writing 'aboot'...
FAILED (remote: cannot flash this partition in unlocked state)
finished. total time: 0.038s
Probably because your phone has unlocked bootloader and needs to be locked .
Instruction how to do that .
https://www.google.rs/amp/s/www.theandroidsoul.com/relock-bootloader-fastboot-android/amp/
Good luck : )
Any ideas how to solve this catch 22? I mean other than using the LG Flash Tool or LG UP. I didn't much success with them.
Thanks
Code:
# fastboot flash modem modem_16384.bin
target reported max download size of 536870912 bytes
sending 'modem' (86016 KB)...
OKAY [ 2.749s]
writing 'modem'...
FAILED (remote: cannot flash this partition in unlocked state)
finished. total time: 2.750s
# fastboot oem lock
...
(bootloader) Erasing userdata and cache
OKAY [ 1.881s]
finished. total time: 1.882s
# fastboot flash modem modem_16384.bin
target reported max download size of 536870912 bytes
sending 'modem' (86016 KB)...
OKAY [ 2.775s]
writing 'modem'...
FAILED (remote: device is locked. Cannot flash images)
finished. total time: 2.776s
greerdd said:
Any ideas how to solve this catch 22? I mean other than using the LG Flash Tool or LG UP. I didn't much success with them.
Thanks
Code:
# fastboot flash modem modem_16384.bin
target reported max download size of 536870912 bytes
sending 'modem' (86016 KB)...
OKAY [ 2.749s]
writing 'modem'...
FAILED (remote: cannot flash this partition in unlocked state)
finished. total time: 2.750s
# fastboot oem lock
...
(bootloader) Erasing userdata and cache
OKAY [ 1.881s]
finished. total time: 1.882s
# fastboot flash modem modem_16384.bin
target reported max download size of 536870912 bytes
sending 'modem' (86016 KB)...
OKAY [ 2.775s]
writing 'modem'...
FAILED (remote: device is locked. Cannot flash images)
finished. total time: 2.776s
Click to expand...
Click to collapse
I have the same problem. Did u solve this ?
exact same problem, is there any solution exist?

Categories

Resources