[RECOVERY][TWRP 3.3.1][For all Quark][Moto Maxx/Turbo and Droid Turbo]

fgl27

Recognized Developer
Feb 27, 2014
3,623
9,418
263
Brazil...South of the south
Stuck in bootloop

just pulled out old xt1254 to try and use for my kids, it was stock, used sunshine, successful.

tried flashing twrp from fastboot, from adb, and from app, always boot loops, only way to get out of loop is to initroot again while in bootloader.

Also tried factory reset from bootloader and from settings, hangs and has to be rebooted..

If I can get into twrp, I can flash a new rom/gapps, but stuck in the loop, any suggestions?

thx
What TWRP file (name) are you using?
 

fgl27

Recognized Developer
Feb 27, 2014
3,623
9,418
263
Brazil...South of the south
ok, tried the 3.2.3-mod file, still a boot loop.. what am I missing? (followed op)
Try this:
https://androidfilehost.com/?fid=889764386195922223

I did not try 3.2.3 for that issue, but I and many other did on the 3.1.1 version.

If that doesn't help I don't know what can be, maybe erasing data and cache via bootloader may help, but do try the TWRP first, you need to flash it boot to TWRP let it finish boot once and reboot to system.
 

rhcreed

Senior Member
Feb 14, 2012
338
42
0
Staatsburg
Try this:
https://androidfilehost.com/?fid=889764386195922223

I did not try 3.2.3 for that issue, but I and many other did on the 3.1.1 version.

If that doesn't help I don't know what can be, maybe erasing data and cache via bootloader may help, but do try the TWRP first, you need to flash it boot to TWRP let it finish boot once and reboot to system.
I'd love to try formatting, but those choices are not in the bootloader, unless I can do them through fastboot..

I had a second one that was unlocked and flashed a few years ago, smooth process..

Any way to factory reset it from fastboot or adb? those 2 are still working, just can't seem to get it into recovery..
 

fgl27

Recognized Developer
Feb 27, 2014
3,623
9,418
263
Brazil...South of the south
I'd love to try formatting, but those choices are not in the bootloader, unless I can do them through fastboot..

I had a second one that was unlocked and flashed a few years ago, smooth process..

Any way to factory reset it from fastboot or adb? those 2 are still working, just can't seem to get it into recovery..
Are you shore you are flashing recovery, because if you can't go in to recovery is mostly likely you aren't and without entering recovery the fix will not happen.

you can print the result of the fastboot command here so we can see what happens after you flash recovery.

To erase data and cache is from bootloader but yes via fastboot commands.

Code:
fastboot erase cache
fastboot erase data
It command has a return "OK something" or "NOK something else" printed on the screen you can share it all so we can see what is going on.
 
Last edited:

rhcreed

Senior Member
Feb 14, 2012
338
42
0
Staatsburg
Are you shore you are flashing recovery, because if you can't go in to recovery is mostly likely you aren't and without entering recovery the fix will not happen.

you can print the result of the fastboot command here so we can see what happens after you flash recovery.

To erase data and cache is from bootloader but yes via fastboot commands.



It command has a return "OK something" or "NOK something else" printed on the screen you can share it all so we can see what is going on.

Ok, fixed it, didn't do the "hit 0" step on initroot.. dumb me, thx!
 

acn89

Member
Dec 16, 2012
15
2
0
TWRP doesn't working

@fgl27,

I'm using RR Oreo and TWRP 3.2.3_mod4, but when I'm trying to boot in recovery mod, the TWRP logo screen freezes and it doesn't work.
I've already try to erase cache on fastboot mod.

PS: My RR Oreo still working normally.

Thanks
 

acn89

Member
Dec 16, 2012
15
2
0
I never see that happens, you may have a hw issue.

try others recovery version, include the stock from yours devices model
from the xml.zip files here you can extract the stock recovery
https://androidfilehost.com/?w=files&flid=39558
I've tried the Stock TWRP, not success.
I've tried the TWRP 3.1.1 mod 2, not success.
I've tried the stock recovery from Android Retail 6.0, show a "No command" screen.
I've flashed TWRP again and still not working.
 

EVNS

Senior Member
Apr 9, 2015
121
62
0
I've tried the Stock TWRP, not success.
I've tried the TWRP 3.1.1 mod 2, not success.
I've tried the stock recovery from Android Retail 6.0, show a "No command" screen.
I've flashed TWRP again and still not working.
Ok, now just reinstall a boot.img. I already got this issue, repaired with something very simple, try it, I don't remember exactly, but I'm sure something stock repaired. Aah if no work I will tell u to install a version of TWRP, going see in my OneDrive about the correct version.
 

acn89

Member
Dec 16, 2012
15
2
0
Ok, now just reinstall a boot.img. I already got this issue, repaired with something very simple, try it, I don't remember exactly, but I'm sure something stock repaired. Aah if no work I will tell u to install a version of TWRP, going see in my OneDrive about the correct version.
I've just tried flash retail recovery without success, is it necessary to flash boot too?
 

fgl27

Recognized Developer
Feb 27, 2014
3,623
9,418
263
Brazil...South of the south
I've just tried flash retail recovery without success, is it necessary to flash boot too?
only if you wanna use stock ROM (referring to the stock boot.img), the boot is attached to the system use the same as provide with the ROM you wanna to use.

have you try the gpt flash?
Code:
fastboot flash partition gpt.bin
that file is also in xml.zip
 
Last edited: