Trying to reload stock firmware for xt1039 but failing - Moto G Q&A, Help & Troubleshooting

Hi Everyone,
I am a newbie, therefore I do not have much experience with some of the softwares.
The other day my son dropped his Motorola Moto G first gen XT1039.
This is an australian model.
When I tried to turn it on, it came up with a black screen.
So I thought I will wipe the cache partition, but I was not able to go into recovery, because it was stuck in a boot loop.
Finally I managed to unlock my boot loader going via the motorola site.
I have downloaded mfastboot-v2.zip which I extracted to a folder called adb on my c drive.
Because the screen is showing as black/greyish, I was not able to determine which firmware version it had on it, it could be jellybean or kitkat.
So I decided to download the firmware (XT1039_PEREGRINE_VFEU_5.1_LPBS23.13-17.3-1_cid7_CFC.xml.zip I hope it is the right one) in order to flash the phone from scratch. I extract the firmware to the folder containing mfastboot.exe.
I then connect the phone with the usb cable to my computer, go into boot mode selection using power+volume down for 3 second, then my adb interface shows up under device manager. At this stage I am ready to flash.
Then I issue the following commands:
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
Everything executes successfully, but when I reboot the phone, I still have the black/greysh screen.
Any ideas? I need help.
Thank you
Best regards
alfred56

Any takers?

Related

Bought a Soft-Bricked Moto G

So the story is, I bought a Moto G LTE from ebay that was heavily discounted. It's a Cricket Moto G. And as you know, I'm sure, the Cricket Moto G's bootloader can't be unlocked. The guy that had it had attempted to flash the stock XT1045 firmware file onto it, because he didn't want to rely on Cricket for updates.
Well, after that, it never boots beyond the bootloader screen.
So I received it, and I've made a .cmd file that flashes the stock Moto G (Cricket) firmware and it goes like this:
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
Well, after "mfastboot flash partition gpt.bin", on my Moto G's screen, I see "Verison downgraded for primary_gpt"
After :mfastboot flash boot boot.img", I see on the Moto G's screen "version downgraded for boot"
After the phone reboots, I see on the screen:
"Version downgraded for primary_gpt
version downgraded for boot
"Fastboot reason: fall-through from normal boot mode"
Why does even flashing the stock firmware not work? there is no possible way that it's just bricked for life.
and I'm using the latest Cricket firmware, so I don't really see how it's possible that I'm downgrading the boot image or anything...

Apparently Dead Device(Urgent)

urgent help needed
i had flashed mokee...then wanted to go back to cm...so wiped data and then restored backup
while booting got stuck in boot loop...so pressed the vol down and power button
after that boot splash flashed once and then the screen blacked out
using xt1033
Please help
Does the phone turn on at all? Can you get into fastboot?
You could flash stock with mfastboot by using these commands:
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
Thank you for your help guys.
Apparently the phone was in qboot.
I managed to turn it back on by pressing the power button for about 2 mins. Then got into recovery and did the rest of the stuff
Sent from my Moto G using XDA Free mobile app

XT1034 Stuck in bootloop

Hey guys. A while back I tried to flash 5.0.1 on my moto g. Some errors popped up when it started up. I cant remember exactly what it was but I went back to recovery and rebooted and now im in a boot loop. Im just trying to get back to stock seeing as I wont be using this phone as a phone but more as a media device. Its has TWRP 2.8.4.0 and my computer recognizes it as XT1034 when Im in twrp but when its in fastboot its recognized as a falcon device. I tried using this guide here "http://forum.xda-developers.com/showthread.php?t=2542219" But it just sits at "waiting for device" in the command prompt. Any help would be greatly appreciated!
Install the correct drivers for your PC from here:
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
and then reflash the latest software for your phone. Download your firmware from here:
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
after you downloaded the firmware and installed mfastboot and adb drivers corectly open a command prompt window with this option:
Open the folder where you extracted the firmware (where you can find gpt,boot, recovery etc..) and right click with SHIFT button on your keyboard pressed down and you'il find an options open a command prompt window here and click on it now paste and enter this commands:
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
Now your phone will boot

[Completed] i Downgrade Moto G4 plus without Unlock bootloader so phone lost wifi detection

i updated my moto G4 plus to Android N using Blur.zip file after that i realze that is not offical so i try to downgrade back to Andriod M
1. I downloaded the Marshmallow firmware from xda
2.i downloaded ADB folder and moto device manager .
3.after these step i forgot to unlock my device and i forgot to toggle OEM in Developer > OEM Allow
4.i just directly copy the firmware into adb and run below commands directly from run.bat it contains follows
mfastboot oem fb_mode_set
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash dsp adspso.bin
mfastboot flash oem oem.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 system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
some commands executed and some commands failed because i am not unlocked the my device (error like sign verification fail) i directly runned thesecommands so my phone will not downgarded but it will just flash the phone .
after that i just switch on the device and every thing erased it asking 2 option for enter
1. to set it up? Restore a backup or copy from a device
2. Set up as new
if i select any these 2 option
wifi will not detecting so i need your help wifi
1. how to repair wifi
or
2.how to bypass these step
or
3.In bootloader loop using cmd how to make allow OEM turn on
help me ..........please
[email protected]
Hi there,
I see you already founded the right forum for your device here:
http://forum.xda-developers.com/moto-g4-plus/help/how-to-allow-oem-unlock-using-cmd-t3521550
Please wait an answer from experts/owners there.
Good luck

RSD flashing fail and rebooting to TWRP

I am facing two issues on XT1225. Currently I am on RR 7.x.x latest version. Earlier version I had India Stock 6.0.1.
1) It is getting booted to TWRP : (both normal reboot boot) When switched off and swtiched ON it goes directly to TWRP, from there I would need to START Android.
2) My stock RSD (Ver: 6.2.4) flashing is getting failed with error 3/22 gbt.bin
Could anyone help me with this.
Try omitting gpt.bin file.
mohangj said:
I am facing two issues on XT1225. Currently I am on RR 7.x.x latest version. Earlier version I had India Stock 6.0.1.
1) It is getting booted to TWRP : (both normal reboot boot) When switched off and swtiched ON it goes directly to TWRP, from there I would need to START Android.
2) My stock RSD (Ver: 6.2.4) flashing is getting failed with error 3/22 gbt.bin
Could anyone help me with this.
Click to expand...
Click to collapse
Wait. A few weeks ago you solved this issue with my help -- and now it's back?
mohangj said:
It worked Thanks brother !!!!
Here what I executed on bootloader
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin (didn't execute this command)
mfastboot flash motoboot bootloader.img
mfastboot flash radio radio.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
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
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot erase cache
mfastboot erase userdata
mfastboot erase clogo
mfastboot oem fb_mode_clear
mfastboot reboot
Click to expand...
Click to collapse
mohangj said:
Currently I am using stock 6.0.1 below ROM, its a stock 6.0.1 ROM with best battery backup I could say. ROM : https://goo.gl/lV2WX4 from below thread
https://forum.xda-developers.com/moto-maxx/general/moto-turbo-indian-variant-marshmallow-t3422783
If you have struck with bootloader and your android is not booting after taking OTA since you had TWRP. Better option is to recover back to stock. Samething happened in my case and ChazzMatt guided me to recover it. There are two methods (which I know) to flash stock ROM, one is flash ZIP ROM (https://goo.gl/lV2WX4) with RSD and second option Unzip file and run below commands. you should have mfastboot ADB commands copied to same unzip folder. Once you boot to Stock android, you can take OTA backup and get installed before rooting and installing TWRP.
You would get two OTA updates if you are coming from 24.201.7, Currently my android system version is 24.211.7
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin (DONOT execute this command)
mfastboot flash motoboot bootloader.img
mfastboot flash radio radio.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
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
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot erase cache
mfastboot erase userdata
mfastboot erase clogo
mfastboot oem fb_mode_clear
mfastboot reboot
Click to expand...
Click to collapse

Categories

Resources