Stucked in bootanimation - Moto G Q&A, Help & Troubleshooting

Hi, I have the 8gb Moto G Spanish version (don't know any more of it), I unlocked the bootloader yesterday, rooted it, installed CWM and I tried to flash beanstalk but my phone got stuck in the bootanimation (I know it takes time, I left it through all the night and didn't work). After that I tried with other roms (maybe a bad download or incompatible issues or something) but there's no way to make it go past the bootanimation. I tried PA, CM (xt1032) and a couple more but nothing.
I also tried to go back to stock firmware with this guide but couldn't do it either. Can anyone help me?

Exactly the same problem here. Haven't found any help yet
Sent from my XT1032 using Tapatalk

Clear the phones userdata.

Tried that too. Didn't work
Sent from my XT1032 using Tapatalk

This happened to me too, i had to download the firmware for ur country, followed the guide but u have to remove lines from the bat and sh files then it works
Sent from my XT1032 using XDA Premium 4 mobile app

x-Wooboost-x said:
Tried that too. Didn't work
Sent from my XT1032 using Tapatalk
Click to expand...
Click to collapse
Try this:
Code:
#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
mfastboot.exe reboot

How do I do all that
Sent from my XT1032 using Tapatalk

if your on 4.4.2 all you need is the 4.4.2 firmware or 4.3 firmware, download the zip one, then unzip and double click flashall(windows batch file), it should install the firmware you have, just looked, you need the spanish one or eu, and when i tried to go from 4.4 to 4.3 it came up with an error, in the guide it explains you need to delete a couple lines of code in two files, if you follow the guide you cant go wrong.

Can you link me to the guide please? Would be appreciated
Sent from my XT1032 using Tapatalk

http://forum.xda-developers.com/showthread.php?t=2542219
this thread wooboost
---------- Post added at 04:05 PM ---------- Previous post was at 04:02 PM ----------
pay attention to post on 3a, if you can only go back to 4.3 you need to do this. also you need adb but dont need to use it, just click on the flashall.bat file, it should then wipe everything and go back to 4.3

Thanks man! I'll try it when I get back home
Sent from my XT1032 using Tapatalk

Related

[GUIDE] Convert any Moto G into a GPE with root and custom recovery

'Morning, 'afternoon and 'night.
I saw some XT1033 (some XT1032 too) users having problems with the latest unified roms (falcon ones) and decided to help them. I already did a guide like this in a brazilian Android forum, so, I'm only translating it. Hope it can be helpful to XDA.
-- First, thanks to ffosilva. Without his "semi-official" firmware, this guide couldn't exist.
| PRE-REQUISITES
- You need to have bootloader unlocked.
- Google Play Edition rom - Google Drive
- Google Play Edition rom - MediaFire
- mfastboot
- Minimal ADB & Fastboot
- Motorola Device Manager (Drivers)
1 - Alright. First of all, install Minimal ADB & Fastboot in C:\, to keep things easy. After, extract Google Play Edition.tgz inside its folder with mfastboot.
2 - Turn off your Moto G and put it on Bootloader mode by pressing power + vol. down for a few seconds.
3 - Plug it in PC and verify if it is connected.
4 - Open cmd.exe and do this command: cd C:\Minimal ADB & Fastboot or the folder you've installed it.
5 - After, copy these commands and paste them. On the third one, cmd will crash, just wait your Moto G reboot and close the warning.
Code:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot reboot-bootloader
mfastboot continue
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg_intl.img
mfastboot erase cache
mfastboot erase userdata
| If you live in USA, do these last commands instead:
Code:
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg_gpe.img
mfastboot erase cache
mfastboot erase userdata
| And after checking if all the commands returned an OKAY, do
Code:
mfastboot reboot
| To flash any custom recovery, download CWM or TWRP (thanks to Dhacker29!), put it inside of Minimal ADB & Fastboot folder, launch cmd.exe doing "cd" in folder and do:
Code:
mfastboot flash recovery filename.img
| After, just flash SuperSU from recovery to get root. (thanks chainfire!)
| THIS WILL WIPE YOUR DEVICE. INCLUDING INTERNAL STORAGE.
| THIS WILL ALLOW XT1033 TO INSTALL falcon ROMS WITH ONLY ONE SIM WORKING
| NOW YOUR DEVICE HAS EXT4 STORAGE, SOME TWEAKS WON'T WORK
| AND SORRY FOR ANY GRAMMAR ERRORS
-------------------
REVERSE GUIDE
| Use this guide if you failed with first one or want to go back to stock rom.
| Install Minimal ADB & Fastboot again in another folder to avoid conflicts and download here (thanks to droid-developers) your respective stock rom. Extract it inside the folder.
| After, just re-do steps 2, 3 and 4 from above.
| Step 5 you'll run with these commands below. On the third one, cmd will crash, just wait your Moto G reboot and close the warning.
| I'm not sure if system partitions are the same for ALL roms at sbf.droid-developers. Some will have sparsechunk.1, 2 and 3. Verify that before running the commands!
Code:
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe reboot-bootloader
mfastboot.exe continue
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
mfastboot.exe reboot
--
Thanks to all XDA community. I've learned so much here with you guys.
Isn't similar to this: http://forum.xda-developers.com/showthread.php?t=2661022
Thanks for your effort though. :good:
BaghiXDA said:
Isn't similar to this: http://forum.xda-developers.com/showthread.php?t=2661022
Thanks for your effort though. :good:
Click to expand...
Click to collapse
Oh, sorry. I didn't know about this one..
BaghiXDA said:
Isn't similar to this: http://forum.xda-developers.com/showthread.php?t=2661022
Thanks for your effort though. :good:
Click to expand...
Click to collapse
It didn't work for me.
But this zip did.
Though I got hab check failed in boot.IMG and recovery.IMG but ROM still booted up and I got network.
Don't know how but this one is favourable to me.
Sent from my Moto G using XDA Premium 4 mobile app
antarix said:
It didn't work for me.
But this zip did.
Though I got hab check failed in boot.IMG and recovery.IMG but ROM still booted up and I got network.
Don't know how but this one is favourable to me
Click to expand...
Click to collapse
These are ignorable errors. I always get them when flashing this rom but never had problems.
Hi,
I have a question regarding the ROM linked in the thread. Is this the official ROM or is this a modified version? So if I install this ROM on my XT1032, will it get the updates directly OTA from Google?
Thanks
imbroken80 said:
Hi,
I have a question regarding the ROM linked in the thread. Is this the official ROM or is this a modified version? So if I install this ROM on my XT1032, will it get the updates directly OTA from Google?
Thanks
Click to expand...
Click to collapse
It may get ota unless you alter the system with custom recovery or root it.
Sent from my Moto G using XDA Premium 4 mobile app
---------- Post added at 05:13 PM ---------- Previous post was at 05:11 PM ----------
thelegendofzeth said:
These are ignorable errors. I always get them when flashing this rom but never had problems.
Click to expand...
Click to collapse
Yep. First I panicked but after booting up the rom I got network and was happy to ignore it.
Sent from my Moto G using XDA Premium 4 mobile app
imbroken80 said:
Hi,
I have a question regarding the ROM linked in the thread. Is this the official ROM or is this a modified version? So if I install this ROM on my XT1032, will it get the updates directly OTA from Google?
Thanks
Click to expand...
Click to collapse
No one knows because there is no OTA for test this. But I believe it will receive because it was made of the system-pull of original GPE Moto G.
Once I do this, how do I get back to non-gpe?
adizz4 said:
Once I do this, how do I get back to non-gpe?
Click to expand...
Click to collapse
Download your stock rom here and flash it with a flashall.bat that is inside the zip of each rom there. Or you can do manually. It's the same thing of those commands above, just change archive's names. Some will have system.img divided into three parts, so, flash in the sequence.
noob question?
this may be a really noobish question but how do i extract "Google Play Edition - falcon.tgz"
everytime i run mfastboot it closes.
LeslieKawiti said:
this may be a really noobish question but how do i extract "Google Play Edition - falcon.tgz"
everytime i run mfastboot it closes.
Click to expand...
Click to collapse
I used WinRAR but I believe 7zip will also work
LeslieKawiti said:
this may be a really noobish question but how do i extract "Google Play Edition - falcon.tgz"
everytime i run mfastboot it closes.
Click to expand...
Click to collapse
Use WinRAR to do so. You can't run mfastboot. Run "cmd.exe" and follow the guide. You have to cd a workspace.
Misunderstood
thelegendofzeth said:
Use WinRAR to do so. You can't run mfastboot. Run "cmd.exe" and follow the guide. You have to cd a workspace.
Click to expand...
Click to collapse
I got it to work, my problem was i was expecting the entire folder not a .tar image.
I then realized that i had to extract the tar file and use 7zip or winrar to extract all the files out of that one. Fileception if you will.
Thanks again for writing this tutorial.
LeslieKawiti said:
I got it to work, my problem was i was expecting the entire folder not a .tar image.
I then realized that i had to extract the tar file and use 7zip or winrar to extract all the files out of that one. Fileception if you will.
Thanks again for writing this tutorial.
Click to expand...
Click to collapse
You're welcome!
You're a life-saver man. Woot!!
Running PACman with single sim on xt1033
Added how to flash custom recovery, how to get root and reverse guide.
Change in code required
From OP
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot reboot-bootloader
Add "mfastboot continue" to stop fastboot crash after bootloader reboot
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg_intl.img
mfastboot erase cache
mfastboot erase userdata
robin0800 said:
From OP
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot reboot-bootloader
Add "mfastboot continue" to stop fastboot crash after bootloader reboot
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg_intl.img
mfastboot erase cache
mfastboot erase userdata
Click to expand...
Click to collapse
Thats weird , I didnt even faced any crash ... What was the reason of the crash anyways >?
prateek_gemini said:
Thats weird , I didnt even faced any crash ... What was the reason of the crash anyways >?
Click to expand...
Click to collapse
Mine crashes because the device will reboot and fastboot will lost connection to it for a few seconds. Added mfastboot continue to OP.

Help me find a way

So,tpday was a hard day for me. Yesterday i installed 4.4.2 GPe rom on my xt1032 and immediately got a 4.4.4 update,and of course,i updated. Tried to install aero kernel,and i ended up in a boot loop,so i tried to install a stock eu xt1032 firmware,and ended in a brick. I managed to unbrick it and install a custom rom (i can post a tutorial on unbricking if you guys want) but,i want to install stock xt1032 firmware,but when i try to flash it,it's constantly giving errors. For instance, gpt.bin always throws an error,and i have to flash a custom rom again. Can anyone help? Thanks in advantage
Sent from my Moto G using Tapatalk
DeHuMaNiZeD said:
So,tpday was a hard day for me. Yesterday i installed 4.4.2 GPe rom on my xt1032 and immediately got a 4.4.4 update,and of course,i updated. Tried to install aero kernel,and i ended up in a boot loop,so i tried to install a stock eu xt1032 firmware,and ended in a brick. I managed to unbrick it and install a custom rom (i can post a tutorial on unbricking if you guys want) but,i want to install stock xt1032 firmware,but when i try to flash it,it's constantly giving errors. For instance, gpt.bin always throws an error,and i have to flash a custom rom again. Can anyone help? Thanks in advantage
Sent from my Moto G using Tapatalk
Click to expand...
Click to collapse
gpt and motoboot will give you errors, you should skip those in order to downgrade, the rest of the files should flash without problems. I have flashed stock 4.4.3, downgraded to 4.4.2, installed GPE 4.4.2 to get 4.4.4 and then I flashed 4.4.2 Germany to get stock 4.4.4. Since I upgraded to 4.4.3 I had to skip gpt and motoboot and had no issues.
alresave said:
gpt and motoboot will give you errors, you should skip those in order to downgrade, the rest of the files should flash without problems. I have flashed stock 4.4.3, downgraded to 4.4.2, installed GPE 4.4.2 to get 4.4.4 and then I flashed 4.4.2 Germany to get stock 4.4.4. Since I upgraded to 4.4.3 I had to skip gpt and motoboot and had no issues.
Click to expand...
Click to collapse
Thanks bro,i did not know that! Saved me a lot of nerves!
So,does anyone want a tutorial on how to succesfully downgrade?
Sent from my Moto G using Tapatalk
edit:no,cannot install stock with this method man. i got sparsechunk errors. and i really want to boot stock rom,i'm sick of custom roms.i regret the day when i converted my moto g to GPe. if anyone has a way to return to xt1032 from 4.4.4 GPe,please share it.and for those that don't know,don't ever convert your moto g to GPe.
I went from GPE 4.4.4 back to stock yesterday without flashing gpt.bin and motoboot.img with no issues. I then got the official Moto 4.4.4 OTA which worked fine.
I have an unlocked UK device so I flashed the most recent UK 4.4.2 ROM (Blur_Version.176.44.1.falcon_umts.Retail.en.GB),
The sparsechunk files have different names to those mentioned in the downgrade guide though.
Here's the commands I used:
Code:
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
rec71 said:
I went from GPE 4.4.4 back to stock yesterday without flashing gpt.bin and motoboot.img with no issues. I then got the official Moto 4.4.4 OTA which worked fine.
I have an unlocked UK device so I flashed the most recent UK 4.4.2 ROM (Blur_Version.176.44.1.falcon_umts.Retail.en.GB),
The sparsechunk files have different names to those mentioned in the downgrade guide though.
Here's the commands I used:
Code:
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
Click to expand...
Click to collapse
Yes,i know that..wierd,since i tried to flash UK rom yesterday and noting..when i try to flash sparsechunk files,it says image too large on my phone's screen..
Sent from my Moto G 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

Moto G blocked in Motorola logo

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

[RECOVERY] [OFFICIAL] [falcon] TWRP 3.0.2-0 touch recovery

deleted
i have moto g 2013 dual sim .....i had twrp 3.0.2 installed nd i had Krexus-CAF for Falcon installed after some time i tried flashing super su 2.65 after that i was stuck at bootanimation.
i tried everything from reflashing recovery to reflashing different ROM ....tried different GAPPS still i always get stuck at bootanimation. It seems only stock rom work on my phone....after flashing stock rom i again tried flashing twrp 3.0.2 nd a custom MM rom ...again my phone stucks at bootanimation...so i reflashed stock rom and currently using 5.1 pls suggest something i want to use MM
shubhamb12 said:
i have moto g 2013 dual sim .....i had twrp 3.0.2 installed nd i had Krexus-CAF for Falcon installed after some time i tried flashing super su 2.65 after that i was stuck at bootanimation.
i tried everything from reflashing recovery to reflashing different ROM ....tried different GAPPS still i always get stuck at bootanimation. It seems only stock rom work on my phone....after flashing stock rom i again tried flashing twrp 3.0.2 nd a custom MM rom ...again my phone stucks at bootanimation...so i reflashed stock rom and currently using 5.1 pls suggest something i want to use MM
Click to expand...
Click to collapse
Wipe everything and stop trying to install superSU, if it's not a stock ROM you don't need it
Well thanks for offical TWRP. Actually i was on h2o64 2.8.7.0 version and whenever i update the h2o64's TWRP and tried to wipe cache it just freeze there and again had to go back to 2.8.7.0 . After flashing official version that problem gets solved. Thanks
shubhamb12 said:
i have moto g 2013 dual sim .....i had twrp 3.0.2 installed nd i had Krexus-CAF for Falcon installed after some time i tried flashing super su 2.65 after that i was stuck at bootanimation.
i tried everything from reflashing recovery to reflashing different ROM ....tried different GAPPS still i always get stuck at bootanimation. It seems only stock rom work on my phone....after flashing stock rom i again tried flashing twrp 3.0.2 nd a custom MM rom ...again my phone stucks at bootanimation...so i reflashed stock rom and currently using 5.1 pls suggest something i want to use MM
Click to expand...
Click to collapse
for how long u wait in bootanimation ??? sometimes it looks like it is stuck but actually it takes longer times.....i hope u r using stable version of supersu......i am using it in all roms and i never got stuck in bootanimation...
fonz93 said:
Wipe everything and stop trying to install superSU, if it's not a stock ROM you don't need it
Click to expand...
Click to collapse
Did that i wiped everything system,cache,data,dalvik infact internal memory as well.....and didnt flash super su as well still no success
shubhamb12 said:
Did that i wiped everything system,cache,data,dalvik infact internal memory as well.....and didnt flash super su as well still no success
Click to expand...
Click to collapse
Try RR it has inbuilt super su so you don't need to flash again zip.
shubhamb12 said:
Did that i wiped everything system,cache,data,dalvik infact internal memory as well.....and didnt flash super su as well still no success
Click to expand...
Click to collapse
This isn't definitely a recovery problem, you may want to try installing a factory image via fastboot so to restore all the partitions, then try again installing recovery, rom and gapps
fonz93 said:
This isn't definitely a recovery problem, you may want to try installing a factory image via fastboot so to restore all the partitions, then try again installing recovery, rom and gapps
Click to expand...
Click to collapse
i flashed stock rom nd currently using androind 5.0.2 which was eventually updated to 5.1 .....now what should i do next....also i tried using AOSP+Layer MM rom which also has a inbuilt super su
---------- Post added at 09:45 AM ---------- Previous post was at 09:42 AM ----------
srpengg said:
for how long u wait in bootanimation ??? sometimes it looks like it is stuck but actually it takes longer times.....i hope u r using stable version of supersu......i am using it in all roms and i never got stuck in bootanimation...
Click to expand...
Click to collapse
i waited for more than a hour still its stuck in boot animation...... i tried clean flashing Krexus , identity crisis , AOSP without using super su and with various gapps like open gapps, slimgapps etc and using recovery 3.0.2,3.0.1,3.0.0 still no use the only thing that works is stock rom
shubhamb12 said:
i flashed stock rom nd currently using androind 5.0.2 which was eventually updated to 5.1 .....now what should i do next....also i tried using AOSP+Layer MM rom which also has a inbuilt super su
Click to expand...
Click to collapse
I don't mean flashing via recovery, i mean via fastboot using factory images that you can find here:
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
fonz93 said:
I don't mean flashing via recovery, i mean via fastboot using factory images that you can find here:
http://forum.xda-developers.com/moto-g/general/index-moto-g-falcon-factory-firmware-t3110795
Click to expand...
Click to collapse
yep did that only i used this http://forum.xda-developers.com/showthread.php?t=2700502
using mfastboot-v2
shubhamb12 said:
i flashed stock rom nd currently using androind 5.0.2 which was eventually updated to 5.1 .....now what should i do next....also i tried using AOSP+Layer MM rom which also has a inbuilt super su
---------- Post added at 09:45 AM ---------- Previous post was at 09:42 AM ----------
i waited for more than a hour still its stuck in boot animation...... i tried clean flashing Krexus , identity crisis , AOSP without using super su and with various gapps like open gapps, slimgapps etc and using recovery 3.0.2,3.0.1,3.0.0 still no use the only thing that works is stock rom
Click to expand...
Click to collapse
is it happening with cm based roms too ?
shubhamb12 said:
yep did that only i used this http://forum.xda-developers.com/showthread.php?t=2700502
using mfastboot-v2
Click to expand...
Click to collapse
Try flashing a 5.1 factory image from the thread i linked you, also, write here, step by step, which commands you use
srpengg said:
is it happening with cm based roms too ?
Click to expand...
Click to collapse
no i havent tried any cm based rom however i dont think that will make any difference or will it ??
---------- Post added at 01:14 PM ---------- Previous post was at 01:10 PM ----------
fonz93 said:
Try flashing a 5.1 factory image from the thread i linked you, also, write here, step by step, which commands you use
Click to expand...
Click to collapse
i am going to unzip the stock image nd use these command in cmd after browsing to the extracted folder....please tell me if i need any other commnands .....i couldnt understand all the other commands mentioned before these
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
---------- Post added at 01:26 PM ---------- Previous post was at 01:14 PM ----------
just a question is the new twrp 3.0.2 compatible with all the current MM roms ?? becoz since no rom is further updated after the release of this new version......so should i try some older version like 3.0 or 3.0.1 .....
shubhamb12 said:
no i havent tried any cm based rom however i dont think that will make any difference or will it ??
---------- Post added at 01:14 PM ---------- Previous post was at 01:10 PM ----------
i am going to unzip the stock image nd use these command in cmd after browsing to the extracted folder....please tell me if i need any other commnands .....i couldnt understand all the other commands mentioned before these
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
---------- Post added at 01:26 PM ---------- Previous post was at 01:14 PM ----------
just a question is the new twrp 3.0.2 compatible with all the current MM roms ?? becoz since no rom is further updated after the release of this new version......so should i try some older version like 3.0 or 3.0.1 .....
Click to expand...
Click to collapse
Sparsechunk numbers are wrong (the guide linked there was probably made on kitkat), the rest is fine, use this:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
Anyway, yes, TWRP 3.0.2-0 is compatible with every 5.0, 5.1 and 6.0 ROM
shubhamb12 said:
no i havent tried any cm based rom however i dont think that will make any difference or will it ??
---------- Post added at 01:14 PM ---------- Previous post was at 01:10 PM ----------
i am going to unzip the stock image nd use these command in cmd after browsing to the extracted folder....please tell me if i need any other commnands .....i couldnt understand all the other commands mentioned before these
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
---------- Post added at 01:26 PM ---------- Previous post was at 01:14 PM ----------
just a question is the new twrp 3.0.2 compatible with all the current MM roms ?? becoz since no rom is further updated after the release of this new version......so should i try some older version like 3.0 or 3.0.1 .....
Click to expand...
Click to collapse
try a cm rom too then.....that way u can know if its happening just in aosp based roms or all kinds of roms......try this before running those commands...
srpengg said:
try a cm rom too then.....that way u can know if its happening just in aosp based roms or all kinds of roms......try this before running those commands...
Click to expand...
Click to collapse
ya i m going to do that since i am already on a stock rom so i will first try using a CM based rom probably RR nd just wanted to know should i flash ny custom kernel as well ??
shubhamb12 said:
ya i m going to do that since i am already on a stock rom so i will first try using a CM based rom probably RR nd just wanted to know should i flash ny custom kernel as well ??
Click to expand...
Click to collapse
not needed....RR stock kernel is fine....
shubhamb12 said:
ya i m going to do that since i am already on a stock rom so i will first try using a CM based rom probably RR nd just wanted to know should i flash ny custom kernel as well ??
Click to expand...
Click to collapse
i am going to flash CM 13 official nightly 29052016
fonz93 said:
Sparsechunk numbers are wrong (the guide linked there was probably made on kitkat), the rest is fine, use this:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
Anyway, yes, TWRP 3.0.2-0 is compatible with every 5.0, 5.1 and 6.0 ROM
Click to expand...
Click to collapse
i just flashed twrp in stock rom after rebooting twrp is gone

Categories

Resources