Moto G blocked in Motorola logo - Moto G Q&A, Help & Troubleshooting

Hi all,
my moto G is blocked when reboot at motorola logo.
I have rebooted from fastboot menu, also from recovery menu.
I also tried to clear cache data and reflash the stock ROM except the erase user data because I want or I would to don't lose my fotos.
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe flash logo logo.bin
mfastboot.exe flash boot boot.img
mfastboot.exe flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
mfastboot.exe erase cache
--mfastboot.exe erase userdata -- I don't execute this line
mfastboot.exe reboot
have you got any other idea?
Thx

What error messages are you getting?
Sent from my XT1039 using XDA Free mobile app

jasond567 said:
What error messages are you getting?
Sent from my XT1039 using XDA Free mobile app
Click to expand...
Click to collapse
Any error.
All the proccess of flashing runs OK, but when the moto G is restarted, it holds on motorola logo (white screen with blue logo M)

Did you flash KitKat or Lollipop?

Are you flashing exactly the same ROM into the phone?

audit13 said:
Are you flashing exactly the same ROM into the phone?
Click to expand...
Click to collapse
Yes! Because of this problem that my moto G is blocked into M logo when it restarts, I tried to flash again the same stock rom.

Are you flashing the same version (4.4.2 onto 4.4.2 or 4.4.4 onto 4.4.4) that was on your phone before you started having problems?

audit13 said:
Are you flashing the same version (4.4.2 onto 4.4.2 or 4.4.4 onto 4.4.4) that was on your phone before you started having problems?
Click to expand...
Click to collapse
Yes, I flash the same version: 4.4.4 onto 4.4.4

Any idea to try to solve this problem?

It seems to me that the phone is stuck because you did not do a complete wipe of the existing data and apps.
Maybe search for ways to pull the data from your phone in fastboot.

audit13 said:
It seems to me that the phone is stuck because you did not do a complete wipe of the existing data and apps.
Maybe search for ways to pull the data from your phone in fastboot.
Click to expand...
Click to collapse
This, or that the system partition wasn't mounted. That sometimes happens to me when I reflash a ROM. You can try to remount it using fastboot (No idea how, if there is a way) or flash a custom recovery to mount the partition. Or just try a full wipe and see if it helps.
Edit - You can safely wipe it btw, as long as you synced your photos to your google account, it will always be in the wonderful clouds

Related

[Q] Moto G bootloop

I bought the dual sim version Moto G from Flipkart as it is only available in India.
Yesterday night i was listening to music at night, stopped it and kept it aside at night.
Today morning i found the lock screen was opening slowly, i thought rebooting the device would clear the problem.
Rebooted, but it went on Bootloop
Just the Motorola blue logo can be seen and next screen is black.
Tried going to recovery but again same bootloop, no android logo,
I didn't do anything with my phone, just used normal apps like whatsapp,facebook.
Had official 4.4 OTA updated a month back. Phone not rooted. Please help :'(
Flash the cwm recovery, wipe and reset data and try.. It might help you.. There are lots of guide to tell you how to flash cwm recovery using Fastboot .. A little Google search will help... Otherwise get the replacement from the flipkart if possible...
Sent from my XT1033 using xda app-developers app
ahank said:
I bought the dual sim version Moto G from Flipkart as it is only available in India.
Yesterday night i was listening to music at night, stopped it and kept it aside at night.
Today morning i found the lock screen was opening slowly, i thought rebooting the device would clear the problem.
Rebooted, but it went on Bootloop
Just the Motorola blue logo can be seen and next screen is black.
Tried going to recovery but again same bootloop, no android logo,
I didn't do anything with my phone, just used normal apps like whatsapp,facebook.
Had official 4.4 OTA updated a month back. Phone not rooted. Please help :'(
Click to expand...
Click to collapse
How did you try to access bootloader?
matmutant said:
How did you try to access bootloader?
Click to expand...
Click to collapse
Just pressed the volume down and power, it showed recovery then selected that but it rebooted again showing the blue motorola logo
padhu1989 said:
Flash the cwm recovery, wipe and reset data and try.. It might help you.. There are lots of guide to tell you how to flash cwm recovery using Fastboot .. A little Google search will help... Otherwise get the replacement from the flipkart if possible...
Sent from my XT1033 using xda app-developers app
Click to expand...
Click to collapse
Its been 30 days, so can't get it replaced ! Flashing cwm would bring problem to the service center guys?
ahank said:
Its been 30 days, so can't get it replaced ! Flashing cwm would bring problem to the service center guys?
Click to expand...
Click to collapse
If you planning to go to service center, you just go ahead.. Don't do any flashing... If you wanna fix the issue yourself.. Flash the cwm give a try..
Sent from my XT1033 using Tapatalk
ahank said:
Just pressed the volume down and power, it showed recovery then selected that but it rebooted again showing the blue motorola logo
Click to expand...
Click to collapse
how many time did you try ?
matmutant said:
how many time did you try ?
Click to expand...
Click to collapse
10-15 times -_-
I had your same problem after kk update. I performed a wipe data form stock recovery.
Inviato dal mio LG-D802 utilizzando Tapatalk
Just did a reflash of the stock firmware i already had but of no use :'( it still goes to bootloop.
Flash a stock ROM with the stock recovery, you will lose everyting but IT will surely work.
here search your factory firmware rom or whatever: http://sbf.droid-developers.org/phone.php?device=14
and use this to flash all files with minimal adb and fastboot
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot reboot
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
you can also replace mfastboot just with fastboot
@KuGeL94
KuGeL94 said:
Flash a stock ROM with the stock recovery, you will lose everyting but IT will surely work.
here search your factory firmware rom or whatever: http://sbf.droid-developers.org/phone.php?device=14
and use this to flash all files with minimal adb and fastboot
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot reboot
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
you can also replace mfastboot just with fastboot
Click to expand...
Click to collapse
Did that from this firmware but didn't help! Same rebooting occurs and i also tried downgrading to 4.3 but still same :'( Please help :\
ahank said:
@KuGeL94
Did that from this firmware but didn't help! Same rebooting occurs and i also tried downgrading to 4.3 but still same :'( Please help :\
Click to expand...
Click to collapse
Found solution???
jayrocky11 said:
Found solution???
Click to expand...
Click to collapse
Actually it was some hardware problem with my device so I got a new device free of cost from service center
ahank said:
Actually it was some hardware problem with my device so I got a new device free of cost from service center
Click to expand...
Click to collapse
Hmmm thanks
ahank said:
Actually it was some hardware problem with my device so I got a new device free of cost from service center
Click to expand...
Click to collapse
i have same problem with my moto g ...
but service center guys asking me 10k to replace motherbord
is it surely hard ware problem....?

[Help] Phone Bootloop

Hi guys, so i flashed a Moto G GPE rom onto my phone, got sick of seeing 3G rather then H or H+ and have decided to move back to Stock Retail.
I have a problem though when i use the guide on the FAQ ( the mfastboot way) everything i flash gets the okay appart from the system spasrsechunks? that gets some sort of error and it says error okay? Well apart from that after i reboot the phone, it has the warning sign but then uses the google bootanimation? ive left it on a good couple of minutes to see if it will boot but it doesnt seeem to want to..
Clarkiieh said:
Hi guys, so i flashed a Moto G GPE rom onto my phone, got sick of seeing 3G rather then H or H+ and have decided to move back to Stock Retail.
I have a problem though when i use the guide on the FAQ ( the mfastboot way) everything i flash gets the okay appart from the system spasrsechunks? that gets some sort of error and it says error okay? Well apart from that after i reboot the phone, it has the warning sign but then uses the google bootanimation? ive left it on a good couple of minutes to see if it will boot but it doesnt seeem to want to..
Click to expand...
Click to collapse
Google animation means that you still have the gpe rom on your phone. This happened to me before when i flashed the GPE rom too. What you need to do is flash your firmware again. Download the stock firmware form this guide: http://forum.xda-developers.com/showthread.php?t=2542219 Then what you need to do is run these commands MANUALLY! As in 1 by 1.
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
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 erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
Yeah I sorted it thanks no 4.4.2 ROM would work trued multiple times until I tries a 4.3 and downgraded then it worked and updated to 4.4.2 ora
Sent from my XT1032 using Tapatalk

Moto G (2013) GPE 5.0.1 to Motorola´s 5.0.2

Hello guys, I´m in doubt here, and although i´ve been reading some posts, I cannot seem to understand the procedure to install Motorola´s 5.0.2 in my Moto G, actually on 5.0.1 GPE.
As far as I know, I need to wipe it off, then convert partitions to f2fs and then flash via custom recovery?
I´ve tried twice, but cannot install TWRP, will try with Phillz.
BTWy, my device is rooted and bootloader unlocked.
Thanx for any guidance you may lend me, I´m at work and cannot dwelve deep into hundreds of threads. I have already downloaded Blur_Version.210.12.40.falcon_umts.Brasil.en.BR.zip the official Motorola 5.0.2.
Thanks!!
you need the 4.4.4 firmware first and mfastboot v2 files to go back to stock motorola firmware.
and since you updated to 5.0.1 GPE, your bootloader has been updated, so when you downgrade to 4.4.4, you will see screen flickers.
Here are the commands,you must enter these commands one by one using command prompt (hold shift, and right click and choose open command window here) in the folder where the firmware files are (including the mfastboot files)
connect your phone to the computer with usb cable and type the command to go into the bootloader
adb reboot bootloader
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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
and you need this firmware to be installed first before installing the lollipop update
XT1032_RETAIL-BR-SS_4.4.4_KXB21.14-L1.40_42_cid12_CFC_1FF
Thanx!
Well thank.you sir, very informative response.
Just to be super super-sure, no need to un-root or lock the bootloader right?
AgentChaos said:
you need the 4.4.4 firmware first and mfastboot v2 files to go back to stock motorola firmware.
and since you updated to 5.0.1 GPE, your bootloader has been updated, so when you downgrade to 4.4.4, you will see screen flickers.
Here are the commands,you must enter these commands one by one using command prompt (hold shift, and right click and choose open command window here) in the folder where the firmware files are (including the mfastboot files)
connect your phone to the computer with usb cable and type the command to go into the bootloader
adb reboot bootloader
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 modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
and you need this firmware to be installed first before installing the lollipop update
XT1032_RETAIL-BR-SS_4.4.4_KXB21.14-L1.40_42_cid12_CFC_1FF
Click to expand...
Click to collapse
Hello guys I would like to do the same, I have the Gpe and install Motorola 5.0.2, but before I want to know how to fix the flicker screen, I don't get it using android but when I'm on twrp, it's annoying, do you have any idea how to fix it?
Sent from my XT1058 using XDA Premium 4 mobile app
nice!
So i´ve flashed 5.0.2, with the method described here, it was *too* easy.
I did not, how ever, get the flickering screen bug...
So thanks again. and this is a safe way to go from gpe 5.0.1 to moto 5.0.2.
donlloreda said:
So i´ve flashed 5.0.2, with the method described here, it was *too* easy.
I did not, how ever, get the flickering screen bug...
So thanks again. and this is a safe way to go from gpe 5.0.1 to moto 5.0.2.
Click to expand...
Click to collapse
Which recovery do you have?
antarix said:
Which recovery do you have?
Click to expand...
Click to collapse
Stock recovery mate, well my happy story has come to a misterious error I cannot by any means sort out..
please see this post: Weird issue

[Q] urgent help motog cant boot

Hello all urgent help needed. i have moto g xt10333 yesterday did ulocking bootloader and twrp installed . now today trying to do backup of system boot and data. after backup completed i tried to boot. but now its in bootloop. then i tried to go into twrp recovery. there it stuck at twrp logo. also tried to flash twrp again. but no effect. please help . what i have to do.
EDIT::
actually it was stuck at twrp logo .cant goin recovery. so what i did is flashed philz touch 6 cwm now i can boot in recovery. i did wipe all data and cache now m downloading stock firmware. now after that how to flash stock rom ? please tell me
To flash stock ROM, boot the phone into fastboot mode, connect it to your computer, and use fastboot or mfastboot commands to manually flash each partition.
If you have the 41.18 bootloader on your phone, don't bother flashing the motoboot file.
Here's how I flashed stock Telus 4.4.4 to my xt1032:
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
audit13 said:
To flash stock ROM, boot the phone into fastboot mode, connect it to your computer, and use fastboot or mfastboot commands to manually flash each partition.
If you have the 41.18 bootloader on your phone, don't bother flashing the motoboot file.
Here's how I flashed stock Telus 4.4.4 to my xt1032:
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
Click to expand...
Click to collapse
thanks for reply. i searched for flash lolipop stock steps but failed ..and also tried to flash using sideload....finaly managed to install cm12. now its working fine. no issue.
ankitsuthar said:
Hello all urgent help needed. i have moto g xt10333 yesterday did ulocking bootloader and twrp installed . now today trying to do backup of system boot and data. after backup completed i tried to boot. but now its in bootloop. then i tried to go into twrp recovery. there it stuck at twrp logo. also tried to flash twrp again. but no effect. please help . what i have to do.
EDIT::
actually it was stuck at twrp logo .cant goin recovery. so what i did is flashed philz touch 6 cwm now i can boot in recovery. i did wipe all data and cache now m downloading stock firmware. now after that how to flash stock rom ? please tell me
Click to expand...
Click to collapse
i have got the totally same problem
now please tell me how you were able to flash cm12
please please please
sjandroiddeveloper said:
i have got the totally same problem
now please tell me how you were able to flash cm12
please please please
Click to expand...
Click to collapse
yes brother. i used philz touch recovery and sideloaded CM12 and installed it. same step for gaaps and now its running cm12 latest...
ankitsuthar said:
yes brother. i used philz touch recovery and sideloaded CM12 and installed it. same step for gaaps and now its running cm12 latest...
Click to expand...
Click to collapse
But when i flash cm 12 through philz using otg it says cant mount data and flashes the rom
then again bootloops
Also when in philz i go to mounts and storage and mount data again same error cant mount data
PS: I think my data partition is corrupted do you know how to correct that
Sent from my E6 using XDA Free mobile app
sjandroiddeveloper said:
But when i flash cm 12 through philz using otg it says cant mount data and flashes the rom
then again bootloops
Also when in philz i go to mounts and storage and mount data again same error cant mount data
PS: I think my data partition is corrupted do you know how to correct that
Sent from my E6 using XDA Free mobile app
Click to expand...
Click to collapse
Ok ya i also got this issue.. do one thing which i did. boot in bootloader. find factory reset under recovery menu. then press volume up button. it will restart with i think motorola logo and wait some time. then again go into recovery you will get your partition back..
and then do sideload cm12.
hope this helps. reply if u still in problem.
ankitsuthar said:
Ok ya i also got this issue.. do one thing which i did. boot in bootloader. find factory reset under recovery menu. then press volume up button. it will restart with i think motorola logo and wait some time. then again go into recovery you will get your partition back..
and then do sideload cm12.
hope this helps. reply if u still in problem.
Click to expand...
Click to collapse
Can you please elaborate do i need to factory reset from recovery or i need to select the factory option in bootloader mode
Edit: I was able to flash cm 12 and its working fine now
Thanks anyway
Sent from my xt1033 using XDA Free mobile app

[HELP] Please....... Moto g weird brick!!

While using my moto g last last night it suddenly got freezed, & when i restarted it....., it just doesn't boot up!! :crying:
Screenshots attached!!
I tried every....... every possible thing, tried reverting back to 5.0.2 & 4.4.4. But it just doesn't work!! RECOVERY gets stuck at TWRP logo!!
It shows everything as success success on fastboot mode while flashing (STOCK, RECOVERY, Anything......) but when it boots up there is nothing changed even the bootlogo is still the same.
No error of any sort comes up!!
Tried everything, tried flashing gpt.bin, reflashed bootloader, even tried flashing STOCK using RsD Lite but nothing happens, as if nothing was flashed!!
When left for a while it boots up(After showing AICP is Upgrading 3 exact times), just to give me a screen where it asks to put my password to Reset The Device(Screenshot attached), & whatever i put there as my password it accepts it & shows DECRYPTION SUCCESSFUL, PRESS OK TO REBOOT UR DEVICE, when pressed, it takes me to my RECOVERY where it gets stuck at TWRP logo!!
Is there any hope left or is my moto g gone forever!! Please someone help me!! I m not ale to sleep from 2 days......!! :crying: :crying:
Quick question: how many times do you flashed a ROM on your Moto G ? It seems that your eMMC flash storage is dying.
Eurofighter_ty said:
Quick question: how many times do you flashed a ROM on your Moto G ? It seems that your eMMC flash storage is dying.
Click to expand...
Click to collapse
on my moto g hardly 10 times untill now!! is there any way to recover it?? :crying:
animesh1558 said:
on my moto g hardly 10 times untill now!! is there any way to recover it?? :crying:
Click to expand...
Click to collapse
You can try one more thing: flash the files with mfastboot instead of fastboot but I don't think that it will work
Eurofighter_ty said:
You can try one more thing: flash the files with mfastboot instead of fastboot but I don't think that it will work
Click to expand...
Click to collapse
already did that!! :crying: more than 10 times still nothing!! :crying: :crying:
RIP :angel:
DavaySuka said:
RIP :angel:
Click to expand...
Click to collapse
can,t anything be done??
To fix TWRP, use: mfastboot erase userdata
EDIT: What Model Moto G do you have?
Download the latest Factory Firmware for that model from here: http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
Download mFastboot: https://www.androidfilehost.com/?fid=23578570567719065
Manually do ONLY the following Fastboot commands: (enter commands one at a time - don't use a flash.bat)
mfastboot flash partition gpt.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk1 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk2 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk3 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
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​
Provide a log of what happens when you do these commands in Fastboot.
lost101 said:
To fix TWRP, use: mfastboot erase userdata
EDIT: What Model Moto G do you have?
Download the latest Factory Firmware for that model from here: http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
Download mFastboot: https://www.androidfilehost.com/?fid=23578570567719065
Manually do ONLY the following Fastboot commands: (enter commands one at a time - don't use a flash.bat)
mfastboot flash partition gpt.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk1 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk2 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk3 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
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​
Provide a log of what happens when you do these commands in Fastboot.
Click to expand...
Click to collapse
here is the log. also its the first time that flashing gpt gave an error!! my model is XT1033 retail asia
animesh1558 said:
here is the log. also its the first time that flashing gpt gave an error!! my model is XT1033 retail asia
Click to expand...
Click to collapse
Was that log from flashing the 5.0.2 firmware image?
lost101 said:
Was that log from flashing the 5.0.2 firmware image?
Click to expand...
Click to collapse
4.4.4
animesh1558 said:
4.4.4
Click to expand...
Click to collapse
That is why you got the error with gpt.bin. Flash the 5.0.2 firmware if you still have issues.
lost101 said:
That is why you got the error with gpt.bin. Flash the 5.0.2 firmware if you still have issues.
Click to expand...
Click to collapse
5.0.2 log!!
shows everything as done but when boots up everything is same......... even the boot logo is same no warning message came!!
sorry for the image quality its from my moto e!!
also it makes a weird noise every 5 secs knock knock noise......, or more like a time bomb is ticking (rename .zip to .amr) to hear it
animesh1558 said:
5.0.2 log!!
shows everything as done but when boots up everything is same......... even the boot logo is same no warning message came!!
Click to expand...
Click to collapse
Your system partition has become read-only. This is a known symptom of Bootloader corruption.
Search XDA for potential solutions, but ultimately you may have to wait for the Lollipop Bootloader 'unbrick' method to arrive.
Related: http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
lost101 said:
Your system partition has become read-only. This is a known symptom of Bootloader corruption.
Search XDA for potential solutions, but ultimately you may have to wait for the Lollipop Bootloader 'unbrick' method to arrive.
Related: http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
Click to expand...
Click to collapse
means this user guide is not useful for me??
animesh1558 said:
means this user guide is not useful for me??
Click to expand...
Click to collapse
What user guide?
lost101 said:
What user guide?
Click to expand...
Click to collapse
http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
will this work on my current rom(AICP)?? or i should have been on 4.4.4 to try this??
animesh1558 said:
http://forum.xda-developers.com/moto-g/help/how-to-revive-hard-bricked-moto-g-t2833798
will this work on my current rom(AICP)?? or i should have been on 4.4.4 to try this??
Click to expand...
Click to collapse
That guide will not work if you have the Lollipop Bootloader - v41.18. In the future, hopefully the newer Bootloader will be supported.
lost101 said:
To fix TWRP, use: mfastboot erase userdata
EDIT: What Model Moto G do you have?
Download the latest Factory Firmware for that model from here: http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
Download mFastboot: https://www.androidfilehost.com/?fid=23578570567719065
Manually do ONLY the following Fastboot commands: (enter commands one at a time - don't use a flash.bat)
mfastboot flash partition gpt.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk1 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk2 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
mfastboot flash system system.img_sparsechunk3 (CHANGE TO MATCH ACTUAL FILE IN FOLDER)
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​
Provide a log of what happens when you do these commands in Fastboot.
Click to expand...
Click to collapse
Hello, @lost101 I was willing to know which of the above commands should be used if I want to flash stock ROM on my MOTO G xt1033 without my internal data being harmed? My Moto G is rooted. I have access only to bootloader and fastboot. Phone is in bootloop as well the the recovery isn't moving ahead of the TWRP logo. I tried flashing different verisons of TWRP even I tried ADB as well but my device isn't detected in command "adb devices" though in command "fastboot devices" it is detected. Please help me out.
I read this thread http://forum.xda-developers.com/moto-g/help/moto-g-bootup-problem-recovery-mode-t3122492 from starting to end. My problem is somehow same with @ravibhat but his phone was on stock ROM and mine is not.
I was on LOLLIPOP (don't remember the exact version 5.0.2 or 5.1 or whatever) with Tesla ROM.
@sahil_arora05 - Please don't post about the same problem in multiple threads. fastboot erase userdata will make TWRP work again, however it will also wipe internal data. Try booting into stock recovery, enabling ADB sideloading and using the following command:
adb pull /sdcard​

Categories

Resources