Moto XT1071 Bootloader Files needed - G 2014 Q&A, Help & Troubleshooting

Hi,
My Moto G phone was running really slow for a month or so, so i wanted to upgrade my phone to custom firmware.
I unlocked bootloader from motorolas official website without no hassle.
I installed recovery, fine.
But when it came down to installing the rom, i got an error saying my bootloader version was below the required one. I tried to update it but couldn't find
the one for my model, stupidly, very very very stupidly i flashed one from a different version of a moto g 2014, don't ask me why, Im thick, i know.
So now all i have is a phone what hangs on the Motorola BootUnlocker warning screen and what boots into recovery with very very limited usable options.
I can still enter fastboot mode.
What are my options here, if maybe I could get the right bootloader files for my phone, could that fix the problem?
If so, does anyone know how to obtain them or maybe have them what they can upload.
Thanks.
Any help or suggestions greatly appreciated

mawigg2015 said:
Hi,
My Moto G phone was running really slow for a month or so, so i wanted to upgrade my phone to custom firmware.
I unlocked bootloader from motorolas official website without no hassle.
I installed recovery, fine.
But when it came down to installing the rom, i got an error saying my bootloader version was below the required one. I tried to update it but couldn't find
the one for my model, stupidly, very very very stupidly i flashed one from a different version of a moto g 2014, don't ask me why, Im thick, i know.
So now all i have is a phone what hangs on the Motorola BootUnlocker warning screen and what boots into recovery with very very limited usable options.
I can still enter fastboot mode.
What are my options here, if maybe I could get the right bootloader files for my phone, could that fix the problem?
If so, does anyone know how to obtain them or maybe have them what they can upload.
Thanks.
Any help or suggestions greatly appreciated
Click to expand...
Click to collapse
Try to see here:
http://forum.xda-developers.com/moto-g-2014/general/guide-restore-moto-e-2015-stock-firmware-t3054303

Surely I would need the files for a moto g not a moto e?

mawigg2015 said:
Surely I would need the files for a moto g not a moto e?
Click to expand...
Click to collapse
No it's for your phone.
Try also here for your firmware:
http://forum.xda-developers.com/moto-g-2014/development/stock-firmware-images-4g-3g-variants-t3065433/

thank you very much,
would you tell me how would I get this on my phone, my phone doesn't even boot up and doesn't act as a usb storage device so I can't transfer the file.
Could you tell me how to do via fast boot please,
Also would this sort the bootloader out as well because i installed the wrong one for the phone,
thanks again

mawigg2015 said:
thank you very much,
would you tell me how would I get this on my phone, my phone doesn't even boot up and doesn't act as a usb storage device so I can't transfer the file.
Could you tell me how to do via fast boot please,
Also would this sort the bootloader out as well because i installed the wrong one for the phone,
thanks again
Click to expand...
Click to collapse
You said that you are able to enter in fastboot mode.
So, go in fastboot mode (power button + vol -) and then you can flash your proper firmware.
Make sure you have installed the drivers and mfastboot works (this is motorola's fastboot command, so you need this for flashing the firmware).
On fastboot mode you must type these commands:
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
Anyway on the first link that a posted you there's a good description and you can find also the drivers

hi, i get this error
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash partition gp
t.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.028s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.374s
and this one
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash bootloader b
ootloader.img
target max-sparse-size: 256MB
error: cannot load 'bootloader.img': No error

dani.galla said:
You said that you are able to enter in fastboot mode.
So, go in fastboot mode (power button + vol -) and then you can flash your proper firmware.
Make sure you have installed the drivers and mfastboot works (this is motorola's fastboot command, so you need this for flashing the firmware).
On fastboot mode you must type these commands:
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
Anyway on the first link that a posted you there's a good description and you can find also the drivers
Click to expand...
Click to collapse
hi, i get this error
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash partition gp
t.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.028s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.374s
and this one
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash bootloader b
ootloader.img
target max-sparse-size: 256MB
error: cannot load 'bootloader.img': No error

mawigg2015 said:
hi, i get this error
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash partition gp
t.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.028s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.374s
and this one
C:\Users\MAWiggKTA\Desktop\Minimal ADB and Fastboot>mfastboot flash bootloader b
ootloader.img
target max-sparse-size: 256MB
error: cannot load 'bootloader.img': No error
Click to expand...
Click to collapse
Have you restarted it?

What do you mean by restart? Thanks
Sent from my ASUS_T00P using XDA Free mobile app

mawigg2015 said:
What do you mean by restart? Thanks
Sent from my ASUS_T00P using XDA Free mobile app
Click to expand...
Click to collapse
Have you tried to boot the phone?

I didn't complete the flash due to errors so it still won't work. Thanks. Any help regarding the errors. Thank you

mawigg2015 said:
I didn't complete the flash due to errors so it still won't work. Thanks. Any help regarding the errors. Thank you
Click to expand...
Click to collapse
The prevalidation it's not an important error. The other one is the first time I read it.
If you want try to flash everything and try booting, or wait someone else answer you.

dani.galla said:
The prevalidation it's not an important error. The other one is the first time I read it.
If you want try to flash everything and try booting, or wait someone else answer you.
Click to expand...
Click to collapse
thanks for your help but i have ran into a few issues:
1. there is no bootloader.img in the zip file
2. when i "fastboot flash system system.img_sparsechunk.0" it fails and IMAGE TOO LARGE comes up on my phone, i know its something to do with mfastboot, could you tell me how to setup mfastboot please

mawigg2015 said:
thanks for your help but i have ran into a few issues:
1. there is no bootloader.img in the zip file
2. when i "fastboot flash system system.img_sparsechunk.0" it fails and IMAGE TOO LARGE comes up on my phone, i know its something to do with mfastboot, could you tell me how to setup mfastboot please
Click to expand...
Click to collapse
Probably those command lines, are not good. Let me verify what's in the stock firmware.
Which is your right model and region?
Anyway, for mfastboot if type command: fastboot devices, and your phone is listed, this means that works properly.

dani.galla said:
Probably those command lines, are not good. Let me verify what's in the stock firmware.
Which is your right model and region?
Anyway, for mfastboot if type command: fastboot devices, and your phone is listed, this means that works properly.
Click to expand...
Click to collapse
Hi it's a xt1072 gb

Sorry that's xt1071

mawigg2015 said:
Sorry that's xt1071
Click to expand...
Click to collapse
Are you sure? On google there's no xt1071.
See the right model under the backcover

Sorry yh xt1072 thanks

Anyway,
I downloaded the stock firmware of xt1072 eu, and the command that I posted you are not right.
So the right commands on mfastboot should be:
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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata

Related

XT1072 Bootloader Needed

Hi,
After entering my phone in fastboot boot, i typed mfastboot getvar all and it comes back saying that my device is TITAN, when in fact its a XT1072 (Thea)
Has anyone got the correct bootloader what I could use please, perhaps upload it for me to download please.
I'm stuck and can't flash any roms.
Thanks in advance.
Would willingly donate to anyone who is willing to provide this for me.
Thank you
If you are 1000% sure you have a XT1072 you can dl the EU stock rom HERE
To flash it
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot.exe reboot
Click to expand...
Click to collapse
mawigg2015 said:
Hi,
After entering my phone in fastboot boot, i typed mfastboot getvar all and it comes back saying that my device is TITAN, when in fact its a XT1072 (Thea)
Has anyone got the correct bootloader what I could use please, perhaps upload it for me to download please.
I'm stuck and can't flash any roms.
Thanks in advance.
Would willingly donate to anyone who is willing to provide this for me.
Thank you
Click to expand...
Click to collapse
You can't go back. Start saving money for new phone :3
mawigg2015 said:
Hi,
After entering my phone in fastboot boot, i typed mfastboot getvar all and it comes back saying that my device is TITAN, when in fact its a XT1072 (Thea)
Has anyone got the correct bootloader what I could use please, perhaps upload it for me to download please.
I'm stuck and can't flash any roms.
Thanks in advance.
Would willingly donate to anyone who is willing to provide this for me.
Thank you
Click to expand...
Click to collapse
Are you looking for a thea recovery? I installed the titan TWRP and couldn't flash any roms so i just installed a thea one instead and it fixed it. I can't post the link becasue I'm a new user but if you want you could pm me and I'll send you it.

My XT1072 stuck on fastboot flash screen - Help needed

Hi,
I have an XT1072 which was rooted and running CM. Since I wanted to install stock ROM, I used the Windows Tool from this forum to restore stock Android. By doing so, I was stuck with Bootloader locked screen.
Since then I am stuck on Fastboot Flash Mode screen (see pic attached).
When I try to connect my device to the same PC or any other PC and try mfastboot or fastboot or any command, it just says Waiting for device. I have all the required drivers installed in all the PCs I tested.
Using the volume buttoms, I am able to select any option, but it wont open any option (such as Normal Powerup or Recovery)
Can someone help?
Thanks
anyone?
ram11 said:
anyone?
Click to expand...
Click to collapse
Your system image is signed using incorrect key. Reflash system partition with factory image.
LuK1337 said:
Your system image is signed using incorrect key. Reflash system partition with factory image.
Click to expand...
Click to collapse
Hi, I am unable to do anything as the phone is not even identified by the PC, and although I am able to select any option using the volume buttons, it doesn't do anything.
Any other suggestions on how to re-flash as you said?
ram11 said:
Hi, I am unable to do anything as the phone is not even identified by the PC, and although I am able to select any option using the volume buttons, it doesn't do anything.
Any other suggestions on how to re-flash as you said?
Click to expand...
Click to collapse
You need to get fastboot drivers...
LuK1337 said:
You need to get fastboot drivers...
Click to expand...
Click to collapse
Hi, like I said above, I have tried fastboot and mfastboot commands but when I try that it says "waiting for device" and it does nothing.
I have ADB and fastboot drivers on my pc, and they used to work just before I encountered the above mentioned error.
Not sure how to proceed here.
Thanks if you could provide a workable solution.
ram11 said:
Hi, like I said above, I have tried fastboot and mfastboot commands but when I try that it says "waiting for device" and it does nothing.
I have ADB and fastboot drivers on my pc, and they used to work just before I encountered the above mentioned error.
Not sure how to proceed here.
Thanks if you could provide a workable solution.
Click to expand...
Click to collapse
Join #titandev at freenode in 20 mins, I'll try to help you out.
Sent from my Moto G 2014 LTE using Tapatalk
Any luck?
Hi Guys,
I know this is a long shot as this is an old thread but did you get anywhere with a resolution to this?
I'm in the exact same position.
Tried flashing with different factory roms and "fastboot boot" to try force it to boot a twrp image
I'm also stuck here, anyone has had any luck?
Guys i think you just need to flash over the entire fw.
Just get fastboot+mfastbootv2, motoroladevicemanager (for phone drivers) and then flash over the original stock fw, you can get the right one for you phone/region here -> http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show=50
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.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 system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
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
Click to expand...
Click to collapse
This will flash the fw, factory reset and reboot the phone.
I tried doing this but as soon as I enter "mfastboot flash partition gpt.bin" it
dr.nic said:
Guys i think you just need to flash over the entire fw.
Just get fastboot+mfastbootv2, motoroladevicemanager (for phone drivers) and then flash over the original stock fw, you can get the right one for you phone/region here -> http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show=50
This will flash the fw, factory reset and reboot the phone.
Click to expand...
Click to collapse
I tried doing this but as soon as I enter "mfastboot flash partition gpt.bin" it gives me the error "Preflash validation failed". I always get the same error when trying to flash ANYHTING. I suppose it is because i relocked the bootloader out of ignorance. I' a bit desperate actually, I think I might have a brick... but I won't give up!
Sorry guys tought that could help, i fixed mine like that, flashing latest reteu fw on my reteeu phone, mine was unlocked tought ^^ when this happened to me, but doing some more investigation reveal more and more posts whit the same problem and unlocked bootloader.
if you had it unlocked previusly may be worth checking, if the "get unlock code" work or not and check the old mails for the unlock code sent by motorola (luckly i have a backup of mine xD).
Anyway Luk1137 was talking about /system partition only, worh trying
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 reboot
Click to expand...
Click to collapse
@LuK1337 can you explain a bit more pls ? I had the same problem but fixed it in a few secs by flashing the whole fw and got no errors, also i tought flashing correct region/model stock fw on the phone don't require to unlock the bottloader, thanks
dr.nic said:
Sorry guys tought that could help, i fixed mine like that, flashing latest reteu fw on my reteeu phone, mine was unlocked tought ^^ when this happened to me, but doing some more investigation reveal more and more posts whit the same problem and unlocked bootloader.
if you had it unlocked previusly may be worth checking, if the "get unlock code" work or not and check the old mails for the unlock code sent by motorola (luckly i have a backup of mine xD).
Anyway Luk1137 was talking about /system partition only, worh trying
@LuK1337 can you explain a bit more pls ? I had the same problem but fixed it in a few secs by flashing the whole fw and got no errors, also i tought flashing correct region/model stock fw on the phone don't require to unlock the bottloader, thanks
Click to expand...
Click to collapse
Bootloader should check if boot and system images are correct otherwise it should send user back to bootloader.
dr.nic said:
Sorry guys tought that could help, i fixed mine like that, flashing latest reteu fw on my reteeu phone, mine was unlocked tought ^^ when this happened to me, but doing some more investigation reveal more and more posts whit the same problem and unlocked bootloader.
if you had it unlocked previusly may be worth checking, if the "get unlock code" work or not and check the old mails for the unlock code sent by motorola (luckly i have a backup of mine xD).
Anyway Luk1137 was talking about /system partition only, worh trying
@LuK1337 can you explain a bit more pls ? I had the same problem but fixed it in a few secs by flashing the whole fw and got no errors, also i tought flashing correct region/model stock fw on the phone don't require to unlock the bottloader, thanks
Click to expand...
Click to collapse
I gave this a shot as suggested and I'm getting this error:
C:\Users\Nick\Downloads\New folder>mfastboot flash system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (259279 KB)...
OKAY [ 9.742s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 10.131s
Also getting the error:
version downgraded for system
Invalid PIV signed system image
Out of tricks stock flash + factory reset always worked for me sorry.
I noted my phone model/region before doing anything (xt1072-thea-reteu) got the right fw and it worked fine, maybe was another problem giving the same error "failed to validate system image" unable to boot and stuck in bootloader, weird.... :\
Well thanks for trying.
I've been giving it another shot again and I still can't get past these errors.
Anyone any more ideas or shall we admit defeat?
nickkk93 said:
Well thanks for trying.
I've been giving it another shot again and I still can't get past these errors.
Anyone any more ideas or shall we admit defeat?
Click to expand...
Click to collapse
My phone is in a drawer I'd love to be able to fix it because I really miss Android now but it there doesn't seem to be a solution... I am no giving up hope entirely though!
I tink that I have similar problem with my X1072.
After unroot with Kingroot and install AdAway and TWRP from Google Play I even noticed that I hadn't unlock bootolader.
Now I can't reboot my phone without entering in Bootloader and reseting to factory defaults. After some reboots no data has been deleted.
I have tried to reflash the entire phone but In bootloader mode the phone is not detected by the computer, so I can't flash. I'm stucked. by now
josepmanel said:
I tried doing this but as soon as I enter "mfastboot flash partition gpt.bin" it gives me the error "Preflash validation failed". I always get the same error when trying to flash ANYHTING. I suppose it is because i relocked the bootloader out of ignorance. I' a bit desperate actually, I think I might have a brick... but I won't give up!
Click to expand...
Click to collapse
Have you had any luck at all? My phone has been in a drawer for a couple of months now...
Guys try flashing the latest MM stock i discovered an error too in my old update script /sniff.
Run the *.bat as admin .
Stock zip for XT1072:
MEGA Mirror 1
MEGA Mirror 2
Fastboot+mfastbootv2
BAT File
MM Flash BAT said:
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 system system.img_sparsechunk.4
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
Click to expand...
Click to collapse
Also remember if you are on another model and not XT1072 you should dl the correct image for your phone from HERE Look if Android 6 is available for your country, if you have gb-de-fr-es you can use the EU stock image.
Unpack everything in the same folder and launch the *.BAT as admin

Moto x stuck at bootloader warning screen and won't go anywhere else.

So I been up all night trying to figuring out to fix this, so make things short i'll tell you what's wrong. My moto x is stuck at the warning bootloader unlocked screen and the only thing i can go to is the bootloader. I was flashing cyanogenmod 13 and i made some dumb decisions while trying to fix things. I trying to go into recovery but every time it boot back to the warning screen. At this i'm clueless at what to do and i'm just trying get my phone back to working condition, any help is appreciated.
Slupvee said:
So I been up all night trying to figuring out to fix this, so make things short i'll tell you what's wrong. My moto x is stuck at the warning bootloader unlocked screen and the only thing i can go to is the bootloader. I was flashing cyanogenmod 13 and i made some dumb decisions while trying to fix things. I trying to go into recovery but every time it boot back to the warning screen. At this i'm clueless at what to do and i'm just trying get my phone back to working condition, any help is appreciated.
Click to expand...
Click to collapse
It's always a good idea to put your phone in bootloader mode and do:
fastboot getvar all
So you get all the specs of your phone, and copy the info into a Notepad file.
Did you try reflashing TWRP (twrp-3.0.2-1-victara.img)?
If that's not working, you may be able to reflash stock firmware.
https://firmware.center:8081/firmware/Motorola/
Something like this:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
thank you!
I'm all the way up to Fastboot flash system system.img and it is saying Invalid sparse file format at header magi, I don't know if that telling me something wrong or continue.
Slupvee said:
thank you!
I'm all the way up to Fastboot flash system system.img and it is saying Invalid sparse file format at header magi, I don't know if that telling me something wrong or continue.
Click to expand...
Click to collapse
Which XT variant do you have, on which carrier? Are you sure you got the right firmware for your phone model?
Gus Ghanem said:
Which XT variant do you have, on which carrier? Are you sure you got the right firmware for your phone model?
Click to expand...
Click to collapse
Verizon moto x 2014 5.1
Hey did u fixed it?

(bootloader) Permission denied

I tried installing the stock ROM from my Motorola Moto X 2014, when gave this error
target reported max download size of 536870912 bytes
sending 'partion' (32 KB)...
OKAY [ 0.008s]
writing 'partion'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 0.031s
Any help will be welcome, sorry English or at least google translator.
This topic must not be here but in help and troubleshooting forum.
Now to your question, do you have unlocked bootloader or not? Be sure that you try to install the right rom for your phone. If your phone is xt1092, you must install xt1092 rom etc. And be careful DON'T DOWNGRADE from Marshmallow to Lollipop because of hard brick danger.
Jim_C30 said:
This topic must not be here but in help and troubleshooting forum.
Now to your question, do you have unlocked bootloader or not? Be sure that you try to install the right rom for your phone. If your phone is xt1092, you must install xt1092 rom etc. And be careful DON'T DOWNGRADE from Marshmallow to Lollipop because of hard brick danger.
Click to expand...
Click to collapse
the bootloader is unlocked, I'm trying to rom lollipop XT1097 is the model of my Moto X²
If your in fastboot mode does it say Device is unlocked. Make sure you use the right ROM. Also make sure you use the fastboot commands in the right order:
WARNING: If you're downgrading skip the partition gpt.bin and the motoboot motoboot.img commands, otherwise this will hardbrick your device.
fastboot oem fb_mode_set oem
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
It should work then.

Moto X 2nd Gen XT1092 Bricked after OTA

Dear All,
Need your advice and help!!!
My cousin bro's Moto X just got bricked after OTA update to Marshmallow.
During the Android Update and error occurs and everything when blank (that's what he said)
Now when you boot the device it goes directly to AP Fastboot Flash Mode (S)
When you select Recovery from the list and error occurs and says "failed to validate system image" Boot Up Failed.
Device is locked, Status code: 0 (cant unlock Bootloader, Already try the Motorola site to get unlock key)
Software status: Official.
Fastboot works but cannot write system partition, recovery and boot getting error when trying to write using mfastboot.
ADB doesnt connect. "adb devices" show no connected devices.
RSD lite doesnt detect the phone
and Motorola Device manager say current version "23.16.3.victara_reteu_reteuall.en.eu"
What should i try next so that i can get back to factory or if we can get the bootloader to open then surely Custom Rom right now we are stuck at the fastboot/bootloader page.
Try https://firmware.center/firmware/Motorola/Moto%20X%20%282nd%20gen-2014%29/Stock/XT1092/VICTARA_RETEU_XT1092_6.0_MPE24.49-18_cid7_CFC.xml.zip using fastboot.
Follow the flashing steps in the .xml file that was included in the package.
A typical flashing sequence includes all these partitions, but might vary depending on your product - so please use the sequence in the .xml file in your package.
E.g:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set oem
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
It make your Moto to 6.0 stock rom.
Good luck.
K will give it a shot.
Sent from my SM-T310 using XDA Free mobile app
Avolyte said:
K will give it a shot.
Sent from my SM-T310 using XDA Free mobile app
Click to expand...
Click to collapse
http://www.filefactory.com/file/5w6...ARA_RETEU_6.0_MPES24.49-18-3_cid7_CFC.xml.zip
this is the one you need. its the latest image, it includes the may security patch and latest kernel / bootloader.
moto dosent like to downgrade, so, newest is always the safest
edit: its for europe, if that matters
I have download and tried line by line but these steps contain errors.
fastboot flash partition gpt.bin
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
This is the message that i got from fastboot
C:\Users\Acer\Desktop\fastboot>fastboot flash system system.img_sparsechunk.9
target reported max download size of 536870912 bytes
sending 'system' (130272 KB)...
OKAY [ 5.406s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.457s
danielcepa said:
http://www.filefactory.com/file/5w6...ARA_RETEU_6.0_MPES24.49-18-3_cid7_CFC.xml.zip
this is the one you need. its the latest image, it includes the may security patch and latest kernel / bootloader.
moto dosent like to downgrade, so, newest is always the safest
edit: its for europe, if that matters
Click to expand...
Click to collapse
Buddy is there any way to flash Bootloader?, cause i just lost Bootloader and it doesn't show up!! Srry for this idiotic ques.
shobint7 said:
Buddy is there any way to flash Bootloader?, cause i just lost Bootloader and it doesn't show up!! Srry for this idiotic ques.
Click to expand...
Click to collapse
Do you mean that you get a blank screen when pressing power and vol down together?
Flipz77 said:
Do you mean that you get a blank screen when pressing power and vol down together?
Click to expand...
Click to collapse
Yaa exactly it shows blank and boots up automatically after few seconds to homescreen! So I'm in great trouble I can't even flash anything!
For me I still cant flash anything after the OTA Update...stuck at Flashmode page
You said that you "couldn't unlock the bootloader", but what do you mean exactly? I have a xt1092 as well and I didn't have problems with the Moto code.
Sorry if I only ask questions but I know nothing below bootloader level, for me it's always been a lifesaver, never a headache. So I'm only trying to gather information for someone more experienced than me.
Avolyte said:
I have download and tried line by line but these steps contain errors.
fastboot flash partition gpt.bin
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
This is the message that i got from fastboot
C:\Users\Acer\Desktop\fastboot>fastboot flash system system.img_sparsechunk.9
target reported max download size of 536870912 bytes
sending 'system' (130272 KB)...
OKAY [ 5.406s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.457s
Click to expand...
Click to collapse
try danielcepa's link
danielcepa said:
http://www.filefactory.com/file/5w6...ARA_RETEU_6.0_MPES24.49-18-3_cid7_CFC.xml.zip
this is the one you need. its the latest image, it includes the may security patch and latest kernel / bootloader.
moto dosent like to downgrade, so, newest is always the safest
edit: its for europe, if that matters
Click to expand...
Click to collapse
Thank you very much its working an booted. Sorry I tried to download it like so many times but the connection got interrupted and finally one day i manage to download the 1.3 gib file and flash it now its working fine...
This case is solved!!!
Congrats

Categories

Resources