Nexus 5 bootloop & recovery doesn't work - Nexus 5 Q&A, Help & Troubleshooting

First of all, I'm german, so sorry if something's wrong with my English
Hey I've got a Nexus 5 laying around (I don't use it) and it is bootlooping. I would like to fix it but nothing works.
1. Power button isn't stuck (checked it)
2. I can boot into the bootloader
3. fastboot works fine
4. Can't get into Recovery ( when I boot into Recovery the Google Logo comes up and it keeps restarting)
5. Flashing a fresh Android doesn't work
6. Flashing a custom Recovery doesn't work
7. I don't know anything about the phone (I just got it because i wanted the display for my other Nexus 5)
8. bootloader is unlocked
I have fastboot and adb on a Windows and a Linux machine. Thanks for your help

Your English is perfect (apart from the lower case on "German" ) - if you hadn't started with that sentence I would never have known.
At the risk of boring people who may have already seen this post in other threads, see if this advice helps at all. If you have a working bootloader screen it may work. You can ignore the first sentence about backup, since in your situation it's redundant.
Preparation.
- Take a TWRP backup and save it on your PC.
- Download factory image (https://developers.google.com/android/images#hammerhead) and unzip all files, including the zip within the zip. Rename the *.img files to the names below. Copy all of them to the same folder as your ADB/fastboot executables.
- Download the relevant TWRP and rename to twrp.img - also put in ADB/fastboot folder.
- Copy SuperSU to device (if root wanted).
- Set USB debugging in Developer options & attach to your PC.
- Open a CMD window, navigate to your ADB folder, and check connectivity with "adb devices". If it's ok, copy & paste each command below into the CMD window and run them - the only lengthy one is the system.img.
1. adb reboot bootloader
2. fastboot flash bootloader bootloader.img
3. fastboot reboot-bootloader
4. fastboot flash radio radio.img
5. fastboot reboot-bootloader
6. fastboot erase system
7. fastboot flash system system.img
8. fastboot erase boot
9. fastboot flash boot boot.img
10. fastboot erase cache
11. fastboot flash cache cache.img
12. fastboot reboot-bootloader
13. fastboot flash recovery twrp.img
14. From bootloader boot to TWRP and reflash superSu

Didn't work...
Here's my output:
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash bootloader bootloader.img
target didn't report max-download-size
sending 'bootloader' (2506 KB)...
OKAY [ 0.219s]
writing 'bootloader'...
OKAY [ 0.453s]
finished. total time: 0.688s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.094s]
finished. total time: 0.094s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash radio radio.img
target didn't report max-download-size
sending 'radio' (42033 KB)...
OKAY [ 1.422s]
writing 'radio'...
OKAY [ 2.891s]
finished. total time: 4.313s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.109s]
finished. total time: 0.109s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot erase system
******** Did you mean to fastboot format this ext4 partition?
erasing 'system'...
OKAY [ 1.109s]
finished. total time: 1.109s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash system system.img
target didn't report max-download-size
erasing 'system'...
OKAY [ 0.516s]
sending 'system' (692940 KB)...
OKAY [ 21.893s]
writing 'system'...
OKAY [ 46.692s]
finished. total time: 69.132s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot erase boot
erasing 'boot'...
OKAY [ 0.234s]
finished. total time: 0.234s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash boot boot.img
target didn't report max-download-size
sending 'boot' (8620 KB)...
OKAY [ 0.484s]
writing 'boot'...
OKAY [ 0.734s]
finished. total time: 1.234s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot erase cache
******** Did you mean to fastboot format this ext4 partition?
erasing 'cache'...
OKAY [ 0.500s]
finished. total time: 0.500s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash cache cache.img
target didn't report max-download-size
erasing 'cache'...
OKAY [ 0.484s]
sending 'cache' (13348 KB)...
OKAY [ 0.625s]
writing 'cache'...
OKAY [ 1.063s]
finished. total time: 2.188s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.094s]
finished. total time: 0.094s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot flash recovery twrp.img
target didn't report max-download-size
sending 'recovery' (14626 KB)...
OKAY [ 0.672s]
writing 'recovery'...
OKAY [ 1.125s]
finished. total time: 1.797s
C:\Users\Paul\Downloads\hammerhead-krt16m>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.109s]
finished. total time: 0.109s
When i boot to recovery the google logo appears and still restarts all the time.
As i said, i've already tried flashing a custom recovery and Android before... Didn't work for me..

Sorry to hear that. I've never seen the "target didn't report" message. Maybe a hardware problem?

I thinks it's a hardware failure. I found somebody else having this problem on the google forum. They say the flash storage is demaged. Not repairable. But thanks for the quick reply.

Budden6800i said:
I thinks it's a hardware failure. I found somebody else having this problem on the google forum. They say the flash storage is demaged. Not repairable. But thanks for the quick reply.
Click to expand...
Click to collapse
Why you are using krt16m image? It's old...
Please download M4B30Z and try again...

Related

[Q] Moto G stuck at Bootloader unlocked screen

Hi all,
My moto g has a problem. It is stuck at the "warning bootloader unlocked screen"
I can boot into fastboot and flash stuff but when i try to boot it keeps displaying the "warning bootloader unlocked screen"
i have tryed several guides to flash orignal firmware but somehow it doesnt work.
Stange thing is is that i have CMW installed but when i flash TWRP or something it says its ok but then when i go to recovery CMW always comes back.
Had the same problem, white boot logo. Download from here http://forum.xda-developers.com/showthread.php?t=2646415 During the process it will say something about boot loader, but never mind. U should have a OTA update when it finished and will lose root, but its not a big problem
regards
bobrda said:
Had the same problem, white boot logo. Download from here http://forum.xda-developers.com/showthread.php?t=2646415 During the process it will say something about boot loader, but never mind. U should have a OTA update when it finished and will lose root, but its not a big problem
regards
Click to expand...
Click to collapse
Yeah i tryed that one but it doesnt work even the logo doesnt work.
Beukhof1 said:
Yeah i tryed that one but it doesnt work even the logo doesnt work.
Click to expand...
Click to collapse
Maybe to try this one? Its the GPE rom but it may fix the phone .. http://forum.xda-developers.com/showthread.php?t=2646404
bobrda said:
Maybe to try this one? Its the GPE rom but it may fix the phone .. http://forum.xda-developers.com/showthread.php?t=2646404
Click to expand...
Click to collapse
Same thing its says its all ok but when i boot i just keeps showing the logo.
Code:
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>SET fastboot=fastboot
.exe
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe getvar m
ax-sparse-size
max-sparse-size: 268435456
finished. total time: 0.002s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe oem fb_m
ode_set
... FAILED (remote failure)
finished. total time: 0.036s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash pa
rtition gpt.bin
sending 'partition' (32 KB)... OKAY [ 0.081s]
writing 'partition'... INFOThis may take a few seconds, if a
INFOdifferent partition table is being
INFOflashed since we need to backup
INFOand restore a few partitions
INFOFlashing primary GPT image...
INFOFlashing backup GPT image...
OKAY [ 0.469s]
finished. total time: 0.550s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash mo
toboot motoboot.img
sending 'motoboot' (1940 KB)... OKAY [ 0.205s]
writing 'motoboot'... INFOflashing tz ...
INFOflashing rpm ...
INFOflashing sdi ...
INFOflashing aboot ...
INFOflashing sbl1 ...
OKAY [ 1.380s]
finished. total time: 1.586s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash mo
dem NON-HLOS.bin
sending 'modem' (47484 KB)... OKAY [ 4.088s]
writing 'modem'... OKAY [ 0.732s]
finished. total time: 4.820s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash fs
g fsg.mbn
sending 'fsg' (719 KB)... OKAY [ 0.109s]
writing 'fsg'... OKAY [ 0.032s]
finished. total time: 0.142s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase mo
demst1
erasing 'modemst1'... OKAY [ 0.035s]
finished. total time: 0.035s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase mo
demst2
erasing 'modemst2'... OKAY [ 0.046s]
finished. total time: 0.046s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash lo
go logo.bin
sending 'logo' (2563 KB)... OKAY [ 0.271s]
writing 'logo'... OKAY [ 0.085s]
finished. total time: 0.356s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash bo
ot boot.img
sending 'boot' (10240 KB)... OKAY [ 0.896s]
writing 'boot'... OKAY [ 0.731s]
finished. total time: 1.627s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash re
covery recovery.img
sending 'recovery' (10240 KB)... OKAY [ 0.897s]
writing 'recovery'... OKAY [ 0.729s]
finished. total time: 1.626s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk1
sending 'system' (248834 KB)... OKAY [ 21.396s]
writing 'system'... INFOInvalid signed image
OKAY [ 4.452s]
finished. total time: 25.848s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk2
sending 'system' (253442 KB)... OKAY [ 23.077s]
writing 'system'... INFOFailed to validate sparse image
OKAY [ 4.052s]
finished. total time: 27.131s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk3
sending 'system' (210534 KB)... OKAY [ 19.748s]
writing 'system'... INFOFailed to validate sparse image
OKAY [ 3.446s]
finished. total time: 23.195s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase ca
che
erasing 'cache'... OKAY [ 0.014s]
finished. total time: 0.015s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase us
erdata
erasing 'userdata'... OKAY [ 0.036s]
finished. total time: 0.037s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe oem fb_m
ode_clear
... OKAY [ 0.021s]
finished. total time: 0.022s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>pause
Press any key to continue . . .
Beukhof1 said:
Same thing its says its all ok but when i boot i just keeps showing the logo.
Code:
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>SET fastboot=fastboot
.exe
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe getvar m
ax-sparse-size
max-sparse-size: 268435456
finished. total time: 0.002s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe oem fb_m
ode_set
... FAILED (remote failure)
finished. total time: 0.036s
Sorry I cant help you than. This two rooms work on my phone.. talking about xt 1032
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash pa
rtition gpt.bin
sending 'partition' (32 KB)... OKAY [ 0.081s]
writing 'partition'... INFOThis may take a few seconds, if a
INFOdifferent partition table is being
INFOflashed since we need to backup
INFOand restore a few partitions
INFOFlashing primary GPT image...
INFOFlashing backup GPT image...
OKAY [ 0.469s]
finished. total time: 0.550s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash mo
toboot motoboot.img
sending 'motoboot' (1940 KB)... OKAY [ 0.205s]
writing 'motoboot'... INFOflashing tz ...
INFOflashing rpm ...
INFOflashing sdi ...
INFOflashing aboot ...
INFOflashing sbl1 ...
OKAY [ 1.380s]
finished. total time: 1.586s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash mo
dem NON-HLOS.bin
sending 'modem' (47484 KB)... OKAY [ 4.088s]
writing 'modem'... OKAY [ 0.732s]
finished. total time: 4.820s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash fs
g fsg.mbn
sending 'fsg' (719 KB)... OKAY [ 0.109s]
writing 'fsg'... OKAY [ 0.032s]
finished. total time: 0.142s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase mo
demst1
erasing 'modemst1'... OKAY [ 0.035s]
finished. total time: 0.035s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase mo
demst2
erasing 'modemst2'... OKAY [ 0.046s]
finished. total time: 0.046s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash lo
go logo.bin
sending 'logo' (2563 KB)... OKAY [ 0.271s]
writing 'logo'... OKAY [ 0.085s]
finished. total time: 0.356s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash bo
ot boot.img
sending 'boot' (10240 KB)... OKAY [ 0.896s]
writing 'boot'... OKAY [ 0.731s]
finished. total time: 1.627s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash re
covery recovery.img
sending 'recovery' (10240 KB)... OKAY [ 0.897s]
writing 'recovery'... OKAY [ 0.729s]
finished. total time: 1.626s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk1
sending 'system' (248834 KB)... OKAY [ 21.396s]
writing 'system'... INFOInvalid signed image
OKAY [ 4.452s]
finished. total time: 25.848s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk2
sending 'system' (253442 KB)... OKAY [ 23.077s]
writing 'system'... INFOFailed to validate sparse image
OKAY [ 4.052s]
finished. total time: 27.131s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe flash sy
stem system.img_sparsechunk3
sending 'system' (210534 KB)... OKAY [ 19.748s]
writing 'system'... INFOFailed to validate sparse image
OKAY [ 3.446s]
finished. total time: 23.195s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase ca
che
erasing 'cache'... OKAY [ 0.014s]
finished. total time: 0.015s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe erase us
erdata
erasing 'userdata'... OKAY [ 0.036s]
finished. total time: 0.037s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>fastboot.exe oem fb_m
ode_clear
... OKAY [ 0.021s]
finished. total time: 0.022s
C:\Users\beukhof1\Downloads\GPE_XT1032_KOT49H.M004_CFC.xml>pause
Press any key to continue . . .
Click to expand...
Click to collapse
Sorry I cant help you. It works on my phone. model xt 1032
bobrda said:
Sorry I cant help you. It works on my phone. model xt 1032
Click to expand...
Click to collapse
I have the same model
Beukhof1 said:
I have the same model
Click to expand...
Click to collapse
Don't know whats couching you the problem. try to push rom via adb
or maybe this one http://forum.xda-developers.com/showthread.php?t=2542219
i had no success with this rom, but...
it's beyond my knowledge
bobrda said:
Don't know whats couching you the problem. try to push rom via adb
or maybe this one http://forum.xda-developers.com/showthread.php?t=2542219
i had no success with this rom, but...
it's beyond my knowledge
Click to expand...
Click to collapse
Every thing i flash even recovery doesnt seem to stick because when i fastboot twrp i still have my cmw.
Beukhof1 said:
Every thing i flash even recovery doesnt seem to stick because when i fastboot twrp i still have my cmw.
Click to expand...
Click to collapse
Few dayes ago i download Gb 4.4.2 rom and flash it with no mistakes thru the flash! It have no errors while flashing. After that had a update to 176.44.1
So my phone is for European market and with sparsechunk.0 sparsechunk.1 sparsechunk.2 have no errors. With 1.2.and 3sparsechunk i have errors, but i can but in the rom normally...
Then i use a mototool 3 and root my phone with twrp recovery...
Beukhof1 said:
Hi all,
My moto g has a problem. It is stuck at the "warning bootloader unlocked screen"
I can boot into fastboot and flash stuff but when i try to boot it keeps displaying the "warning bootloader unlocked screen"
i have tryed several guides to flash orignal firmware but somehow it doesnt work.
Stange thing is is that i have CMW installed but when i flash TWRP or something it says its ok but then when i go to recovery CMW always comes back.
Click to expand...
Click to collapse
Did you manage to get a fix for this? I have the exact same issue, did all the steps you mentioned and have not found a fix, did you hace any luck?
Iggyavendano said:
Did you manage to get a fix for this? I have the exact same issue, did all the steps you mentioned and have not found a fix, did you hace any luck?
Click to expand...
Click to collapse
Nope sorry man. Mine is stille dead. I think the flash memory is defectieve.
Beukhof1 said:
Nope sorry man. Mine is stille dead. I think the flash memory is defectieve.
Click to expand...
Click to collapse
I went back to my carrier rom and It worked... after a few flashes on lollipop I couldn't get it to work even on stock lollipop...
hope it helps.
Try with mfastboot-v2. You can find the link with a quick search. mfastboot may help with flashing larger system images than normal fastboot. Just give it a try.
And if you are on lollipop & trying to downgrade to kitkat, skip flashing motoboot.img & gpt.bin
legolas06 said:
Try with mfastboot-v2. You can find the link with a quick search. mfastboot may help with flashing larger system images than normal fastboot. Just give it a try.
And if you are on lollipop & trying to downgrade to kitkat, skip flashing motoboot.img & gpt.bin
Click to expand...
Click to collapse
I had the same problem, and tried everithing said here, the only thing that worked, was mfastboot - v2, thank a lot for the sugestion.
Device not seen
I'm having the same problem – stuck on "Warning Booloader Unlocked" screen. Can't get to the bootloader screen. 'adb devices' and 'mfastboot devices' both show empty device lists, which means that I can't execute any adb or mfastboot commands...
Moto G XT1032 (Gen 1, 2013), attempted to install 5.1 firmware using steps at www . droidviews . com/restore-moto-g-to-stock-and-downgrade-firmware (sorry, not allowed to add live link). Bootloader unlocked, USB drivers installed, USB debugging enabled. All mfastboot steps executed without error, but I missed sparsechunk.0 – duh. Finished with a 'mfastboot reboot', and ever since, can't get past the bootloader warning, and no device seen by adb or mfastboot... Can't imagine it's a connectivity or PC driver issue, as was working fine minutes ago before the reboot.
All the solutions I've found depend on adb or mfastboot being able to see my device. Any tips to get the device seen again?
Thanks!
aussiejim said:
I'm having the same problem – stuck on "Warning Booloader Unlocked" screen. Can't get to the bootloader screen. 'adb devices' and 'mfastboot devices' both show empty device lists, which means that I can't execute any adb or mfastboot commands...
Moto G XT1032 (Gen 1, 2013), attempted to install 5.1 firmware using steps at www . droidviews . com/restore-moto-g-to-stock-and-downgrade-firmware (sorry, not allowed to add live link). Bootloader unlocked, USB drivers installed, USB debugging enabled. All mfastboot steps executed without error, but I missed sparsechunk.0 – duh. Finished with a 'mfastboot reboot', and ever since, can't get past the bootloader warning, and no device seen by adb or mfastboot... Can't imagine it's a connectivity or PC driver issue, as was working fine minutes ago before the reboot.
All the solutions I've found depend on adb or mfastboot being able to see my device. Any tips to get the device seen again?
Thanks!
Click to expand...
Click to collapse
Problem solved – eventually got into bootloader screen on phone, after at least 20 tries... If you have same problem, keep on trying.

S.O.S

Hello guys, this is my first time being officially on the forum as a user, before I was just reading and viewing information, using some of it as well. The reason I post this thread is to see if anyone can help me out or point me in the right direction of an already existing thread for my issue.
My issue is the following. A week ago I was trying to flash a new rom and by accident I deleted the system part on the advanced option on the TWRP. After that when my phone turned on a weird line starting going up and down on the screen and the phone started to work really really slow. I asked a friend and he told me to just reflash the rom, which I did but the line and slowness still appeared after that even my WIFI stopped working (when I tried to turn it on it would turn itself off immediately) I read on a thread about a similar issue and they reinstalled the firmware of the phone and it worked. obviously I tried doing it myself, I replaced the firmware to my phone used an original copy and everything works fine, except the wifi, it still does not turn on.
Can anyone help me out? Has anyone ever hear of this issue before.
And to let you all know. Me cellphones model is Motorola Moto G TX1032
Any and I mean any assistance or information provided will be very helpful.
Thank you!!
Mr.Nomo said:
Hello guys, this is my first time being officially on the forum as a user, before I was just reading and viewing information, using some of it as well. The reason I post this thread is to see if anyone can help me out or point me in the right direction of an already existing thread for my issue.
My issue is the following. A week ago I was trying to flash a new rom and by accident I deleted the system part on the advanced option on the TWRP. After that when my phone turned on a weird line starting going up and down on the screen and the phone started to work really really slow. I asked a friend and he told me to just reflash the rom, which I did but the line and slowness still appeared after that even my WIFI stopped working (when I tried to turn it on it would turn itself off immediately) I read on a thread about a similar issue and they reinstalled the firmware of the phone and it worked. obviously I tried doing it myself, I replaced the firmware to my phone used an original copy and everything works fine, except the wifi, it still does not turn on.
Can anyone help me out? Has anyone ever hear of this issue before.
And to let you all know. Me cellphones model is Motorola Moto G TX1032
Any and I mean any assistance or information provided will be very helpful.
Thank you!!
Click to expand...
Click to collapse
Did you use a fastboot firmware image? If so what commands did you try?
Did u flash the modem,boot and radio correctly?
lost101 said:
Did you use a fastboot firmware image? If so what commands did you try?
Click to expand...
Click to collapse
What I used was "US_retail_XT1032_KXB21.14-L1.32_CFC.xml" its a zip file, I copied the contents on this to a folder where I had the adb tools and the commands I used where:
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_sparsechunk1
fastboot flash system system.img_sparsechunk2
fastboot flash system system.img_sparsechunk3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
It's would be helpful if you could provide an actual log of using these commands. Fastboot is not user friendly, and it can be the case you think a command has been successful - when it has not.
Log
lost101 said:
It's would be helpful if you could provide an actual log of using these commands. Fastboot is not user friendly, and it can be the case you think a command has been successful - when it has not.
Click to expand...
Click to collapse
Here is the log of the command process, I had to switch commands and firmware because the rest were giving me more problems aside of the wifi, this is the brazilian firmware 5.0.2 :
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.025s]
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.370s]
finished. total time: 0.399s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot reboo
t-bootloader
rebooting into bootloader...
OKAY [ 0.002s]
finished. total time: 0.003s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (1953 KB)...
OKAY [ 0.091s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) flashing rpm ...
(bootloader) flashing sdi ...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
OKAY [ 1.232s]
finished. total time: 1.326s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (295 KB)...
OKAY [ 0.036s]
writing 'logo'...
OKAY [ 0.084s]
finished. total time: 0.123s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 0.391s]
writing 'boot'...
OKAY [ 0.760s]
finished. total time: 1.156s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 0.372s]
writing 'recovery'...
OKAY [ 0.750s]
finished. total time: 1.125s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (257883 KB)...
OKAY [ 8.454s]
writing 'system'...
OKAY [ 10.936s]
finished. total time: 19.394s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
system system.img_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (256754 KB)...
OKAY [ 8.456s]
writing 'system'...
OKAY [ 11.241s]
finished. total time: 19.701s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
system system.img_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (260090 KB)...
OKAY [ 8.573s]
writing 'system'...
OKAY [ 11.058s]
finished. total time: 19.642s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
system system.img_sparsechunk.3
target max-sparse-size: 256MB
sending 'system' (165316 KB)...
OKAY [ 5.463s]
writing 'system'...
OKAY [ 7.930s]
finished. total time: 13.401s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (49356 KB)...
OKAY [ 1.694s]
writing 'modem'...
OKAY [ 1.455s]
finished. total time: 3.154s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase
modemst1
erasing 'modemst1'...
OKAY [ 0.023s]
finished. total time: 0.025s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase
modemst2
erasing 'modemst2'...
OKAY [ 0.022s]
finished. total time: 0.024s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash
fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (102 KB)...
OKAY [ 0.072s]
writing 'fsg'...
OKAY [ 5.602s]
finished. total time: 5.679s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase
cache
erasing 'cache'...
OKAY [ 0.359s]
finished. total time: 0.361s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase
userdata
erasing 'userdata'...
OKAY [ 3.168s]
finished. total time: 3.172s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot reboo
t
rebooting...
finished. total time: 0.002s
C:\Users\J\Desktop\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>
Now this firmware works fine and all but I still have the issue with the wifi, I have been reading about replacing a file on the /persist folder, and I have done so multiple times, and the issue still remains
Could you try flashing the GPE 5.1 Firmware Image: http://forum.xda-developers.com/showpost.php?p=59930345&postcount=610
Skip the following command for your own safety: mfastboot flash motoboot motoboot.img
Same?
lost101 said:
Could you try flashing the GPE 5.1 Firmware Image: http://forum.xda-developers.com/showpost.php?p=59930345&postcount=610
Skip the following command for your own safety: mfastboot flash motoboot motoboot.img
Click to expand...
Click to collapse
I did the process here is the log:
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 0.367s]
writing 'boot'...
OKAY [ 0.712s]
finished. total time: 1.092s
on device appeared: hab check failed for boot
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 0.384s]
writing 'recovery'...
OKAY [ 0.702s]
finished. total time: 1.092s
on device appeared: hab check failed for recovery
Complete log:
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t partition gpt.bin
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-P enable parallel loading for multi-fla
sh if
there is no enough memory on host to
load
whole image
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash partition gpt.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.318s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t reboot bootloader
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
format <partition> format a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-P enable parallel loading for multi-fla
sh if
there is no enough memory on host to
load
whole image
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
-S <size>[K|M|G] automatically sparse files greater th
an
size. 0 to disable
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t reboot-bootloader
rebooting into bootloader...
OKAY [ 0.003s]
finished. total time: 0.004s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (76 KB)...
OKAY [ 0.032s]
writing 'logo'...
OKAY [ 0.081s]
finished. total time: 0.118s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 0.367s]
writing 'boot'...
OKAY [ 0.712s]
finished. total time: 1.092s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 0.384s]
writing 'recovery'...
OKAY [ 0.702s]
finished. total time: 1.092s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash system system.img_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (257288 KB)...
OKAY [ 8.507s]
writing 'system'...
OKAY [ 11.266s]
finished. total time: 19.776s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash system system.img_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (260812 KB)...
OKAY [ 8.591s]
writing 'system'...
OKAY [ 10.560s]
finished. total time: 19.154s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash system system.img_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (262141 KB)...
OKAY [ 8.624s]
writing 'system'...
OKAY [ 12.751s]
finished. total time: 21.378s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash system system.img_sparsechunk.3
target max-sparse-size: 256MB
sending 'system' (18680 KB)...
OKAY [ 0.693s]
writing 'system'...
OKAY [ 0.783s]
finished. total time: 1.482s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash modem NON-HLOS.bin
target max-sparse-size: 256MB
sending 'modem' (49368 KB)...
OKAY [ 1.677s]
writing 'modem'...
OKAY [ 1.292s]
finished. total time: 2.975s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t erase modemst1
erasing 'modemst1'...
OKAY [ 0.023s]
finished. total time: 0.025s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t erase modemst2
erasing 'modemst2'...
OKAY [ 0.022s]
finished. total time: 0.024s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (708 KB)...
OKAY [ 0.110s]
writing 'fsg'...
OKAY [ 5.614s]
finished. total time: 5.729s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t erase cache
erasing 'cache'...
OKAY [ 0.344s]
finished. total time: 0.345s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t erase userdata
erasing 'userdata'...
OKAY [ 2.976s]
finished. total time: 2.979s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>mfastboo
t reboot
rebooting...
finished. total time: 0.002s
C:\Users\J\Downloads\Moto G\Firmware\GPE_5.1_XT1032_LMY47M.M001_CFC.xml>
I also included what I believe are errors, if you call it like that which are detailed at the beginning. And now when I turn the wifi on, it turns "on" but no networks are recognized ( I have one at home ) and then when the screen locks or I go back, it will appear as off.
Update
After installing this firmware and installing a file explorer with root permission, I went to /persist to modify the WCNSS file, placing a 0 on it, afterwards tried the WIFI and got my hopes up because it recognized my WIFI and it even displayed a MAC Address which I copied. After trying to connect to my wifi...it stopped working and is back to square one.
@Mr.Nomo - I'll do some more research this evening. Is everything else working for you? Calls / data etc.
UPDATE: Sometimes flashing a CyanogenMOD based custom ROM can get WiFi working again. WiFi in XPerience ROM is different again and might be worth a try: http://forum.xda-developers.com/moto-g/orig-development/rom-xperience-9-0-0-t2952466
lost101 said:
@Mr.Nomo - I'll do some more research this evening. Is everything else working for you? Calls / data etc.
UPDATE: Sometimes flashing a CyanogenMOD based custom ROM can get WiFi working again. WiFi in XPerience ROM is different again and might be worth a try: http://forum.xda-developers.com/moto-g/orig-development/rom-xperience-9-0-0-t2952466
Click to expand...
Click to collapse
Yes! Everything else is working absolutely fine, calls, data, texting, everyhing else is awesome. I tried flashing a CyanoGen rom before, it started giving me issues with the playstore and with the UI, but will definitely try it out and update you with the results.
Thank you very much for all your help. :good:
Update on the XPerience Rom
Flashed properly, no errors and aside from it being a little slow at startup everything else works. Except the WiFi Tried modyfing the WCNSS file, no success with that either. One question, if I were to delete the folder /persist and all its contents, how would that affect the phone?
Mr.Nomo said:
Flashed properly, no errors and aside from it being a little slow at startup everything else works. Except the WiFi Tried modyfing the WCNSS file, no success with that either. One question, if I were to delete the folder /persist and all its contents, how would that affect the phone?
Click to expand...
Click to collapse
I don't know what would happen, but I can say that there are some partitions on Moto G that are unique to each handset. For example, if deleting the contents of that partition / folder caused you to loose IMEI - it might be impossible to undo. Without an IMEI you could no longer make calls.
Update on the XPerience Rom #2
It seems the rest of the rom is working fine up to this point, the only problem that I've encountered aside from the WIFI is the messaging app that comes included on the rom stops working whenever I try to reply to a message or create a new one. But I think I will use hangouts for that issue, by the way if I didnt thank already for the information regarding the possible causes of deleting the /persist file...I thank you again. :good:

MOTO G XT1032 black screen

I have a Moto G (XT1032) running Android 5.0.2 that went out of charge one day. It then decided to boot into a black screen - i.e. I can see the Motorola splash screen (animation) but all I get after that is a black (grey) screen, not responsive to touch.
I tried a few things and they didn't work -
Fastbooted and selected 'Recovery' option - The Motorola logo (first screen of startup splash screen) appears briefly. Then the device returns to fastboot menu saying 'Boot Up failed'
Fastbooted and selected 'Factory' - The Motorola splash screen appears, boots into same black (grey) screen again.
The fastboot menu says "Device is LOCKED. Status Code: 0". I did not enable USB debugging before my phone stopped working.
How do I get my phone working again?
You do not need an unlocked Bootloader to flash one of the factory firmware images: (I suggest using only one of the 5.0.2 images)
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795​
Is there important data on the phone? Then do not use the command: mfastboot erase userdata
lost101 said:
You do not need an unlocked Bootloader to flash one of the factory firmware images: (I suggest using only one of the 5.0.2 images)
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795​
Is there important data on the phone? Then do not use the command: mfastboot erase userdata
Click to expand...
Click to collapse
i do it, and nothing happend, just the black screen at the end of boot animation, also i unlock the bootloader and try to install a recovery (i try cwm, twrp and philz), but when i enter into recovery, only shows a android robot and says "No Command".
Joncillo said:
i do it, and nothing happend, just the black screen at the end of boot animation, also i unlock the bootloader and try to install a recovery (i try cwm, twrp and philz), but when i enter into recovery, only shows a android robot and says "No Command".
Click to expand...
Click to collapse
Please provide a log from mfastboot of those commands being performed. Make sure to actually use mfastboot.
https://www.androidfilehost.com/?fid=23578570567719065​
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash partition gpt.b
in
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.084s]
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.330s]
finished. total time: 0.418s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash motoboot motobo
ot.img
target max-sparse-size: 256MB
sending 'motoboot' (1953 KB)...
OKAY [ 0.151s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) flashing rpm ...
(bootloader) flashing sdi ...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
OKAY [ 0.957s]
finished. total time: 1.112s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (295 KB)...
OKAY [ 0.095s]
writing 'logo'...
OKAY [ 0.035s]
finished. total time: 0.132s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 0.447s]
writing 'boot'...
OKAY [ 0.599s]
finished. total time: 1.049s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash recovery recove
ry.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 0.446s]
writing 'recovery'...
OKAY [ 0.599s]
finished. total time: 1.049s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash system system.i
mg_sparsechunk.0
target max-sparse-size: 256MB
sending 'system' (257883 KB)...
OKAY [ 9.591s]
writing 'system'...
OKAY [ 7.728s]
finished. total time: 17.323s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash system system.i
mg_sparsechunk.1
target max-sparse-size: 256MB
sending 'system' (256754 KB)...
OKAY [ 8.955s]
writing 'system'...
OKAY [ 8.082s]
finished. total time: 17.042s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash system system.i
mg_sparsechunk.2
target max-sparse-size: 256MB
sending 'system' (260090 KB)...
OKAY [ 9.657s]
writing 'system'...
OKAY [ 8.179s]
finished. total time: 17.843s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash system system.i
mg_sparsechunk.3
target max-sparse-size: 256MB
sending 'system' (165316 KB)...
OKAY [ 6.347s]
writing 'system'...
OKAY [ 6.282s]
finished. total time: 12.635s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash modem NON-HLOS.
bin
target max-sparse-size: 256MB
sending 'modem' (49356 KB)...
OKAY [ 1.943s]
writing 'modem'...
OKAY [ 0.780s]
finished. total time: 2.727s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.015s]
finished. total time: 0.022s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.012s]
finished. total time: 0.013s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot flash fsg fsg.mbn
target max-sparse-size: 256MB
sending 'fsg' (102 KB)...
OKAY [ 0.090s]
writing 'fsg'...
OKAY [ 3.185s]
finished. total time: 3.279s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase cache
erasing 'cache'...
OKAY [ 0.016s]
finished. total time: 0.017s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot erase userdata
erasing 'userdata'...
OKAY [ 0.020s]
finished. total time: 0.021s
C:\BRASIL_XT1032_5.0.2_LXB22.46-28_cid12_CFC.xml>mfastboot reboot
Click to expand...
Click to collapse
Thats all that i got... i don't know what else to do...
Joncillo said:
i do it, and nothing happend, just the black screen at the end of boot animation, also i unlock the bootloader and try to install a recovery (i try cwm, twrp and philz), but when i enter into recovery, only shows a android robot and says "No Command".
Click to expand...
Click to collapse
At this stage you should press power button for few seconds and tap vol +, it is the way to enter recovery in lollippp, correct me if I am wrong.
Sent from my XT1033 using Tapatalk 2
pradeeppk said:
At this stage you should press power button for few seconds and tap vol +, it is the way to enter recovery in lollippp, correct me if I am wrong.
Sent from my XT1033 using Tapatalk 2
Click to expand...
Click to collapse
i do it, but i get the same message, "No Command"
lost101 said:
Please provide a log from mfastboot of those commands being performed. Make sure to actually use mfastboot.
Click to expand...
Click to collapse
I see something wierd now, looks like the memory of the phone dosent save anything... sometimes, when the boot animation stops, i see the message of "1 of 1 Updates, android its updating" and then go to the black screen again... but, if i flash the phone, i shouldn't see that message, rigth? so, why i can still see it? how can i erase all the memory for sure???
Try flashing TWRP: https://www.androidfilehost.com/?fid=24052804347764184
Command: mfastboot flash recovery twrp-2.8.7.0.-falcon_STOCK.img - enter recovery afterwards.
If that fails to flash, try: mfastboot boot twrp-2.8.7.0.-falcon_STOCK.img
lost101 said:
Try flashing TWRP: https://www.androidfilehost.com/?fid=24052804347764184
Command: mfastboot flash recovery twrp-2.8.7.0.-falcon_STOCK.img - enter recovery afterwards.
If that fails to flash, try: mfastboot boot twrp-2.8.7.0.-falcon_STOCK.img
Click to expand...
Click to collapse
flash recovery dosen't work, but with boot yes! now i'm on TWRP! so, what next?? tell me what to do, i don't wanna screw it!!! jajaja
Joncillo said:
flash recovery dosen't work, but with boot yes! now i'm on TWRP! so, what next?? tell me what to do, i don't wanna screw it!!! jajaja
Click to expand...
Click to collapse
Do you have anything you need to backup from the phone? Do you have ADB installed?
ADB Installer: http://forum.xda-developers.com/showthread.php?t=2588979
Backup command: ADB pull /sdcard c:/motog_backup/
lost101 said:
Do you have anything you need to backup from the phone? Do you have ADB installed?
ADB Installer: http://forum.xda-developers.com/showthread.php?t=2588979
Backup command: ADB pull /sdcard c:/motog_backup/
Click to expand...
Click to collapse
Done, i backup all that i need... so, what next??? wipe? or i try to install 5.0.2 again but as zip?
Joncillo said:
Done, i backup all that i need... so, what next??? wipe? or i try to install 5.0.2 again but as zip?
Click to expand...
Click to collapse
Wipe > Format Data. Wipe > Factory reset. ADB push or sideload ROM.zip
lost101 said:
Wipe > Format Data. Wipe > Factory reset. ADB push or sideload ROM.zip
Click to expand...
Click to collapse
when i wipe the device, i get some errors.
E: MTP already enable
Formatting data using mkfs.f2fs...
Done
E: Unknown MTP message type 1:
You may need to reboot recovery to be able to use /data again.
Updating partition details...
E: Unable to stat '/data/data/com.google.android.gms/app_sslcache/www.googleapis.com.443'
E: Unable to stat '/data/data/com.google.android.calendar/databases/timelydata.db-shm'
...done
but don't wipe anything...
i try ADB Sideload but get an error too.
Starting ADB sideload feature... (After 10 minutes)
FAILED ADB Sideload complete.
and the CMD on windows says "Error: device not found"
also i try to install TWRP as zip, but when i restarted, enter into recovery and then i have the same android with error "No Command".
@Joncillo - See the last post in this thread: http://forum.xda-developers.com/moto-g/help/moto-g-bootup-problem-recovery-mode-t3122492 - you are both in the same situation I believe.
It's a known issue; where battery is allowed to die and has resulted in Bootloader / Partition corruption.
Try what I have suggested there - if that does not solve it, you may have to wait for a working Lollipop hardbrick solution, which would allow you to repair the Bootloader: http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
lost101 said:
@Joncillo - See the last post in this thread: http://forum.xda-developers.com/moto-g/help/moto-g-bootup-problem-recovery-mode-t3122492 - you are both in the same situation I believe.
It's a known issue; where battery is allowed to die and has resulted in Bootloader / Partition corruption.
Try what I have suggested there - if that does not solve it, you may have to wait for a working Lollipop hardbrick solution, which would allow you to repair the Bootloader: http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
Click to expand...
Click to collapse
ahhhhhhhhh... i see... so, i have a dead phone... well, i'm going to try what you said in that post, thanks for all your help!!!

xt1080 write protected?

I was given a xt1080 for repair
24.13.2.obake-maxx
SU6-7.2
Locked bootloader. No root. No adb access.
System boots but there is constants force close of background processes like gapps and acore.
I wanted to factory reset and I did but on reboot it had all the same apps and user data intact, no factory state.
Changing any config or uninstalling any app result in it being back after reboot.
What I've tried so far:
-Factory option in AP Fastboot menu. Reboots to system with all the data intact.
-Recovery option in AP Fastboot menu. Reboots to bootloader and states "Boot up failed".
-fastboot erase userdata
-fastboot -w
both with the resulting output:
erasing 'userdata'...
OKAY [ 0.500s]
erasing 'cache'...
OKAY [ 0.620s]
finished. total time: 1.120s
but sadly all userdata is sitting there intact after reboot.
I downloaded VZW-4.4.4-SU6-7.2-release-keys.xml.zip. Tried with RSDLite but it didn't detect the device.
I have installed the drivers and MotorolaDeviceManager. So I decompressed the firmware and flashed the partitions
using fastboot in a script. Resulting in all partitions being flashed OK but after reboot the device
was the same as before with all the apps and user data present. Spooky isn't it?
Can some one offer me any advice? Is it a hardware faliure?
Output of the script follows:
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem fb_mode_set
< waiting for device >
...
OKAY [ 0.109s]
finished. total time: 0.109s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [ 0.220s]
writing 'partition'...
This may take a few seconds, if a
different partition table is being
flashed since we need to backup
and restore a few partitions
OKAY [ 0.444s]
finished. total time: 0.665s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash motoboot motoboot.img
sending 'motoboot' (1604 KB)...
OKAY [ 0.360s]
writing 'motoboot'...
flashing tz ...
flashing rpm ...
flashing aboot ...
flashing sbl1 ...
flashing sbl2 ...
flashing sbl3 ...
OKAY [ 4.540s]
finished. total time: 4.900s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash logo logo.bin
sending 'logo' (215 KB)...
OKAY [ 0.290s]
writing 'logo'...
OKAY [ 0.811s]
finished. total time: 1.102s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.900s]
writing 'boot'...
OKAY [ 1.872s]
finished. total time: 2.772s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.900s]
writing 'recovery'...
OKAY [ 1.512s]
finished. total time: 2.412s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash system system.img
sending 'system' (786432 KB)...
OKAY [ 49.426s]
writing 'system'...
OKAY [ 54.106s]
sending 'system' (531955 KB)...
OKAY [ 33.515s]
writing 'system'...
OKAY [ 36.056s]
finished. total time: 173.103s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash modem NON-HLOS.bin
sending 'modem' (54252 KB)...
OKAY [ 3.671s]
writing 'modem'...
OKAY [ 2.330s]
finished. total time: 6.002s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase modemst1
erasing 'modemst1'...
OKAY [ 0.419s]
finished. total time: 0.419s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase modemst2
erasing 'modemst2'...
OKAY [ 0.419s]
finished. total time: 0.419s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe flash fsg fsg.mbn
sending 'fsg' (538 KB)...
OKAY [ 0.330s]
writing 'fsg'...
OKAY [ 0.761s]
finished. total time: 1.092s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase cache
erasing 'cache'...
OKAY [ 0.649s]
finished. total time: 0.649s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase userdata
erasing 'userdata'...
OKAY [ 0.540s]
finished. total time: 0.540s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase customize
erasing 'customize'...
OKAY [ 0.150s]
finished. total time: 0.150s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe erase clogo
erasing 'clogo'...
OKAY [ 0.518s]
finished. total time: 0.518s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem config carrier gsm
...
Failed to flash config value
OKAY [ 0.149s]
finished. total time: 0.150s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe oem fb_mode_clear
...
OKAY [ 0.148s]
finished. total time: 0.148s
C:\Users\ernesto\Downloads\xt1080\ADB&FastBoot_v2.56>mfastboot.exe reboot
rebooting...
finished. total time: 0.002s
I selected BP Tools in bootloader menu. Now I have adb access. Tried to delete some files, this is what I get:
[email protected]:/sdcard/dcim/Camera $ rm *
rm *
rm failed for IMG_20160222_223144143.jpg, Read-only file system
255|[email protected]:/sdcard/dcim/Camera $
In BP Tools mode various devices get detected. One of them is Motorola QC Diag Port, I installed the drivers.
Now it shows in QPST software. QPST has a Software Download utility that is suposed to flash bootloaders,
partitions images and whole firmware images. Does any one has any experience flashing with QPST?
Do you already resolve this issue? I got the same problem.

BLL-L22 Firmware and Help

Hello,
I need help to unbrick my phone please,
After trying to back to stock i got stuck while dload method with BLL-L22C636B150 (android 6.0) Firmware after flashing RollbackPackage from same firmware (android 7.0 to 6.0)
My phone's screen is now only black, no boot logo anymore or recovery.
It's only show connected fastboot while plug in, i can only reboot to fastboot.
PS C:\adb> fastboot getvar rescue_version
rescue_version: rescue0.3
finished. total time: 0.006s
PS C:\adb> fastboot getvar rescue_phoneinfo
rescue_phoneinfo: NRD90M test-keys
finished. total time: 0.005s
PS C:\adb> fastboot oem get-product-model
...
(bootloader) HUAWEI BLL-L22
OKAY [ 0.007s]
finished. total time: 0.008s
PS C:\adb> fastboot getvar vendorcountry
vendorcountry: hw/spcseas
finished. total time: 0.005s
PS C:\adb> fastboot oem get-psid
...
(bootloader) SN:YCP7XXXX
(bootloader) IMEI:8646XXXX
(bootloader) IMEI1:8646XXXX
What can i do please ?
Try team mt tool for unbrick provide file from marshmallow update.app
siddhrsh said:
Try team mt tool for unbrick provide file from marshmallow update.app
Click to expand...
Click to collapse
13:00:27: All images are found, everything is ready for the unbricking process.
13:00:29: Unbricking started. Your computer may freezes during the process.
13:00:29: flash boot "C:\adb\348\boot.img"
13:00:31: The Boot image is flashing successfully
13:00:31: flash system "C:\adb\348\system.img"
13:03:26: The System image is flashing successfully
13:03:26: flash cust "C:\adb\348\cust.img"
13:03:49: target reported max download size of 471859200 bytes
sending sparse 'cust' 1/2 (458414 KB)...
OKAY [ 13.115s]
writing 'cust' 1/2...
OKAY [ 3.142s]
sending sparse 'cust' 2/2 (4100 KB)...
OKAY [ 0.109s]
writing 'cust' 2/2...
OKAY [ 0.035s]
finished. total time: 16.401s
13:03:49: Error#1
13:03:49: flash recovery "C:\adb\348\recovery.img"
13:03:51: The Recovery image is flashing successfully
13:03:51: Completed
13:03:51: Something went wrong (((
Still black screen rebooting only on fastboot mode
Demodark said:
13:00:27: All images are found, everything is ready for the unbricking process.
13:00:29: Unbricking started. Your computer may freezes during the process.
13:00:29: flash boot "C:\adb\348\boot.img"
13:00:31: The Boot image is flashing successfully
13:00:31: flash system "C:\adb\348\system.img"
13:03:26: The System image is flashing successfully
13:03:26: flash cust "C:\adb\348\cust.img"
13:03:49: target reported max download size of 471859200 bytes
sending sparse 'cust' 1/2 (458414 KB)...
OKAY [ 13.115s]
writing 'cust' 1/2...
OKAY [ 3.142s]
sending sparse 'cust' 2/2 (4100 KB)...
OKAY [ 0.109s]
writing 'cust' 2/2...
OKAY [ 0.035s]
finished. total time: 16.401s
13:03:49: Error#1
13:03:49: flash recovery "C:\adb\348\recovery.img"
13:03:51: The Recovery image is flashing successfully
13:03:51: Completed
13:03:51: Something went wrong (((
Still black screen rebooting only on fastboot mode
Click to expand...
Click to collapse
Did you flash marshmallow files
Images
Yes i tried to unbrick with : Huawei_GR5_2017_BLL-22_C636B150_South_East_Asia_6.0.zip
17:49:30: All images are found, everything is ready for the unbricking process.
17:49:32: Unbricking started. Your computer may freezes during the process.
17:49:32: flash boot "C:\adb\B150\boot.img"
17:49:34: The Boot image is flashing successfully
17:49:34: flash system "C:\adb\B150\system.img"
17:52:03: The System image is flashing successfully
17:52:03: flash cust "C:\adb\B150\cust.img"
17:52:26: target reported max download size of 471859200 bytes
sending sparse 'cust' 1/2 (458414 KB)...
OKAY [ 12.833s]
writing 'cust' 1/2...
OKAY [ 3.181s]
sending sparse 'cust' 2/2 (4100 KB)...
OKAY [ 0.114s]
writing 'cust' 2/2...
OKAY [ 0.045s]
finished. total time: 16.173s
17:52:26: Error#1
17:52:26: flash recovery "C:\adb\B150\recovery.img"
17:52:29: The Recovery image is flashing successfully
17:52:29: flash userdata "C:\adb\B150\userdata.img"
17:52:36: target reported max download size of 471859200 bytes
sending 'userdata' (143361 KB)...
OKAY [ 3.784s]
writing 'userdata'...
OKAY [ 1.013s]
finished. total time: 4.797s
17:52:36: Error#1
17:52:36: Completed
17:52:36: Something went wrong (((
Huawei Multi-Tool by Team MT v. 8.0.3.1 beta
I dont know wich one i can try now ?
http://pro-teammt.ru/firmware-database/?firmware_model=bll-l22&firmware_page=0
Black Screen
I tried to unbrick with update.zip (full OTA B150 version) script said all done without bug, but still black screen (no light) stuck in fastboot mode.
Demodark said:
I tried to unbrick with update.zip (full OTA B150 version) script said all done without bug, but still black screen (no light) stuck in fastboot mode.
Click to expand...
Click to collapse
Just flash the small data file via dload method.it should be 700-800 MB i guess. Once flashed, reboot to stock recovery and factory reset and boot
shashank1320 said:
Just flash the small data file via dload method.it should be 700-800 MB i guess. Once flashed, reboot to stock recovery and factory reset and boot
Click to expand...
Click to collapse
What is "the small data file" please ?
PS C:\adb> fastboot getvar rescue_version
rescue_version: rescue0.3
finished. total time: 0.007s
PS C:\adb> fastboot getvar rescue_phoneinfo
rescue_phoneinfo: NRD90M test-keys
finished. total time: 0.005s
PS C:\adb> fastboot oem get-product-model
...
(bootloader) HUAWEI BLL-L22
OKAY [ 0.006s]
finished. total time: 0.006s
PS C:\adb> fastboot getvar vendorcountry
vendorcountry: hw/spcseas
finished. total time: 0.006s
PS C:\adb> fastboot oem get-psid
...
(bootloader) SN:YCP7N17609000963
(bootloader) IMEI:864646034450028
(bootloader) IMEI1:864646034717855
OKAY [ 0.005s]
finished. total time: 0.005s
PS C:\adb> fastboot -w
Erase successful, but not automatically formatting.
Can't determine partition type.
FAILED (remote: Command not allowed)
Erase successful, but not automatically formatting.
Can't determine partition type.
FAILED (remote: Command not allowed)
erasing 'userdata'...
FAILED (remote: Command not allowed)
finished. total time: 0.009s
PS C:\adb>
Demodark said:
What is "the small data file" please ?
Click to expand...
Click to collapse
Let me check the firmware and get the link for you
shashank1320 said:
Let me check the firmware and get the link for you
Click to expand...
Click to collapse
News ?
Demodark said:
News ?
Click to expand...
Click to collapse
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1277/g104/v74004/f1/full/hw/spcseas/
Unzip and see if there is update.app file in it, if so, dload it and it should be fine
shashank1320 said:
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1277/g104/v74004/f1/full/hw/spcseas/
Unzip and see if there is update.app file in it, if so, dload it and it should be fine
Click to expand...
Click to collapse
Link is dead.
Demodark said:
Link is dead.
Click to expand...
Click to collapse
Let me recheck
What can i do ?
Always black screen, but phone detected as fastboot mode, reboot only leads to fastboot mode.
have you tried unlocking again your bootloader? updating or rollbacking of EMUI makes your bootloader locked by default.
try to unlock it first and flash your OS
if you want to use the dload way. try flashing the stock recovery after unlocking your bootloader.
Demodark said:
Link is dead.
Click to expand...
Click to collapse
K.. But after that how reset the DNS to its original state

Categories

Resources