Moto G3 boots into recovery every time I power on device - Moto G 2015 Q&A, Help & Troubleshooting

I have unlocked my bootloader. Every time I power on my Motorola Moto G3, it boots into the recovery screen. It isn't really a problem, it's more of an annoyance. I have to use the power / volume buttons to choose start and then it boots into the OS fine.
Any help would be greatly appreciated, thanks.

ItsWoffles said:
I have unlocked my bootloader. Every time I power on my Motorola Moto G3, it boots into the recovery screen. It isn't really a problem, it's more of an annoyance. I have to use the power / volume buttons to choose start and then it boots into the OS fine.
Any help would be greatly appreciated, thanks.
Click to expand...
Click to collapse
Look at this thread
https://forum.xda-developers.com/2015-moto-g/help/reboot-bootloader-mode-t3653547

melp57 said:
Look at this thread
https://forum.xda-developers.com/2015-moto-g/help/reboot-bootloader-mode-t3653547
Click to expand...
Click to collapse
Do I need to type in fastboot oem fb_mode_clear while re flashing stock firmware again like I would to relock the bootloader?

ItsWoffles said:
Do I need to type in fastboot oem fb_mode_clear while re flashing stock firmware again like I would to relock the bootloader?
Click to expand...
Click to collapse
Actually it's not an issue, the command
Code:
fastboot oem fb_mode_set
makes the phone boot into bootloader mode instead of starting android. To undo this, you'll just have to type in-
Code:
fastboot oem fb_mode_clear
. No need to flash the whole firmware again if this is the only problem.
Broadcasted from Zeta Reticuli

Gravemind2015 said:
Actually it's not an issue, the command
Code:
fastboot oem fb_mode_set
makes the phone boot into bootloader mode instead of starting android. To undo this, you'll just have to type in-
Code:
fastboot oem fb_mode_clear
. No need to flash the whole firmware again if this is the only problem.
Broadcasted from Zeta Reticuli
Click to expand...
Click to collapse
Where do I type this command in? Using ABD and fastboot? Do I just go into the bootloader and plug my phone into my PC, then open up ABD and fastboot and type in that command or what do I do? Is that the only command I need to type in? Sorry, I'm a noob to this kinda stuff!

ItsWoffles said:
Where do I type this command in? Using ABD and fastboot? Do I just go into the bootloader and plug my phone into my PC, then open up ABD and fastboot and type in that command or what do I do? Is that the only command I need to type in? Sorry, I'm a noob to this kinda stuff!
Click to expand...
Click to collapse
Reboot the phone into bootloader mode. To do this, power off the phone, press and hold power+volume down button till it shows up.
Plug the phone into PC, open command prompt from the folder where adb.exe and fastboot.exe are present, and type that command (only that one is needed). Disconnect the phone and try rebooting to see if it boots correctly.
Broadcasted from Zeta Reticuli

ItsWoffles said:
I have unlocked my bootloader. Every time I power on my Motorola Moto G3, it boots into the recovery screen. It isn't really a problem, it's more of an annoyance. I have to use the power / volume buttons to choose start and then it boots into the OS fine.
Any help would be greatly appreciated, thanks.
Click to expand...
Click to collapse
I think u flashed recovery to boot..

mg_jishad said:
I think u flashed recovery to boot..
Click to expand...
Click to collapse
If that was the case, you could never boot the phone into Android... the OP stated that he can select continue and start the device normally. It is most likely stuck in fastboot fb_mode like @Gravemind2015 stated.

Excuse any possible miss posting of My question.
Moto G 3 factory rom and rooted
Problem: Motorola security update action causes Moto to keep booting into twrp recovery loop.
Have tried to break the looping, but there is something I am missing or not doing correctly any help thanks.....

Uncle Waldo said:
Excuse any possible miss posting of My question.
Moto G 3 factory rom and rooted
Problem: Motorola security update action causes Moto to keep booting into twrp recovery loop.
Have tried to break the looping, but there is something I am missing or not doing correctly any help thanks.....
Click to expand...
Click to collapse
Now this sounds like you flashed TWRP in your boot image... Reflash the stock boot image with fastboot

acejavelin said:
Now this sounds like you flashed TWRP in your boot image... Reflash the stock boot image with fastboot
Click to expand...
Click to collapse
Shouldn't that make the phone stay at bootlogo as the kernel and ramdisk are overwritten by TWRP code? @Uncle Waldo stated that the phone is looping into TWRP after *moto update action*. So what I am able to figure out is that this is a OTA-on-stock-rom-with-custom-recovery situation. I am a litte doubtful though as google says the phone boots into kernel from recovery (which is evident here) instead of kernel from boot partiton (source), so you may be 100% correct here too
@Uncle Waldo : If that is indeed the case (i.e moto issued an update and since rebooting the phone it's just looping into TWRP and giving an error) then I'd recommend that-
Flash stock boot.img as @acejavelin suggested
Flash stock recovery.img (as TWRP can't nstall stock ROM updates)
This is assuming that the /system partition was never modified in any way. If the update still fails in stock revovery, I'd guess that the whole system has to be restored to a non-modified state (i.e flashing the full firmware). You can try flashing all without doing the 'fastboot erase' part though, but i'd recommend you to backup your files using TWRP when you can.
links-
Link to the flashing guide is here
Link to the firmware index is here
command to install recovery -
Code:
fastboot flash recovery recovery.img
command to flash boot.img-
Code:
fastboot flash boot boot.img

Uncle Waldo said:
Excuse any possible miss posting of My question.
Moto G 3 factory rom and rooted
Problem: Motorola security update action causes Moto to keep booting into twrp recovery loop.
Have tried to break the looping, but there is something I am missing or not doing correctly any help thanks.....
Click to expand...
Click to collapse
If it is because of an update, you can't accept it while on TWRP... If you did, try to access the TWRP menu and if you can't boot TWRP from.fadtboot (not flash) and wipe caches... It should boot normally after that.

ACE; moto has been operating for sometime now fine
acejavelin said:
Now this sounds like you flashed TWRP in your boot image... Reflash the stock boot image with fastboot
Click to expand...
Click to collapse
You believe this could be my problem as the moto boots just fine and it's only started this problem when I installed the following update.
Motorola > android security updates version 24.211.14.en.US
After this install and reboot it appears to work just fine and then shortly reboots into TWRP from here the only correcting action that stops the reboot loop is "RESTORE".
After restoring and reboot the moto is back to operating as before and at some point I get the same message to install the security updates and the dance begins anew.
If reflashing the stock boot image via fastboot could correct my problem > then I am all ears Ace, as it's been sometime since I ventured into android ville and any help in this matter thanks...

Uncle Waldo said:
You believe this could be my problem as the moto boots just fine and it's only started this problem when I installed the following update.
Motorola > android security updates version 24.211.14.en.US
After this install and reboot it appears to work just fine and then shortly reboots into TWRP from here the only correcting action that stops the reboot loop is "RESTORE".
After restoring and reboot the moto is back to operating as before and at some point I get the same message to install the security updates and the dance begins anew.
If reflashing the stock boot image via fastboot could correct my problem > then I am all ears Ace, as it's been sometime since I ventured into android ville and any help in this matter thanks...
Click to expand...
Click to collapse
You edited the original question after I replied... Read my follow-up answer. You can't take an OTA with TWRP installed, just start TWRP and wipe caches and then don't accept any further OTA.

Ace; I missed that one
acejavelin said:
You edited the original question after I replied... Read my follow-up answer. You can't take an OTA with TWRP installed, just start TWRP and wipe caches and then don't accept any further OTA.
Click to expand...
Click to collapse
Your correct I missed that one, a BC moment (before coffee) sorry.
Okay in the fog of my memory I do now remember the OTA prohibition as I said it's been a piece of time.
I've done as instructed and all is well again, but will this nag screen appear again as it has done.
Question > How do I shut the motorolia OTA update off, so I don't get their stupid never ending nag screen everytime that I look at phone?
Thanks for your help...
---------- Post added at 05:13 PM ---------- Previous post was at 04:33 PM ----------
Ace I figured it out thanks for all your help...

Related

flashed wrong recovery, now in boot loop- help!

I updated to the newest version from asus site Version WW_V10.6.1.8 and then by mistake flashed the latest version of TWRP recovery. now the tablet is in recovery boot loop. I tried the next command: "adb reboot bootloader" and managed ti get fastboot to work but adb shell does not work.
The weirdest thing is when I press the green android icon in boot loader screen, the system boots normally!!!! but!!! when i do restart it always boots into the twrp screen. the only way to boot the system is with your command. I tried to flash the patched recovery which works with the new firmware (the flash is ok) but i cant pass the recovery screen. How can I get rid of this recovery????
If fastboot is still working ok I would suggest re-flashing the stock 4.2.1 (10.6.1.8) system blob. After doing so you will be completely stock again, so you'll have stock recovery and no root. You can then root again & flash the patched twrp again.
Either of these two threads has the info & commands needed as well as links to the patched twrp for the 4.2.1 bootloader.
[GUIDE] Update/Recovery/Root/Downgrade Android 4.2.1 on Unlocked Devices
[HOW-TO] Upgrade or Downgrade to any stock JB Firmware
pjc21 said:
If fastboot is still working ok I would suggest re-flashing the stock 4.2.1 (10.6.1.8) system blob. After doing so you will be completely stock again, so you'll have stock recovery and no root. You can then root again & flash the patched twrp again.
Either of these two threads has the info & commands needed as well as links to the patched twrp for the 4.2.1 bootloader.
[GUIDE] Update/Recovery/Root/Downgrade Android 4.2.1 on Unlocked Devices
[HOW-TO] Upgrade or Downgrade to any stock JB Firmware
Click to expand...
Click to collapse
i did it. it still does the same thing. goes into recovery each time i turn on the tablet. it flashes but does nothing in the same time. is there any way to flash a new recovery or a new rom from inside the system??
tainka said:
i did it. it still does the same thing. goes into recovery each time i turn on the tablet. it flashes but does nothing in the same time. is there any way to flash a new recovery or a new rom from inside the system??
Click to expand...
Click to collapse
If when you flash the system blob via fastboot & you do not get the blue progress bar on the tablet this means that your fastboot is dead with no known fix. This seems to be caused be flashing the incorrect recovery on 4.2.1 (10.6.1.8) bootloader.
To test:
after running the command "fastboot -i 0x0b05 flash system blob" on the command prompt on pc it will say complete but you will get no progress bar on the tablet, after this command run "fastboot reboot" if the tablet does not reboot to this command then you are in the below group sorry.
http://forum.xda-developers.com/showthread.php?t=2179874
pjc21 said:
If when you flash the system blob via fastboot & you do not get the blue progress bar on the tablet this means that your fastboot is dead with no known fix. This seems to be caused be flashing the incorrect recovery on 4.2.1 (10.6.1.8) bootloader.
To test:
after running the command "fastboot -i 0x0b05 flash system blob" on the command prompt on pc it will say complete but you will get no progress bar on the tablet, after this command run "fastboot reboot" if the tablet does not reboot to this command then you are in the below group sorry.
http://forum.xda-developers.com/showthread.php?t=2179874
Click to expand...
Click to collapse
there is no blue progress bar. so there is no solution for that?
tainka said:
there is no blue progress bar. so there is no solution for that?
Click to expand...
Click to collapse
Sorry to say but no.
The only solution is to replace the motherboard, replace the tablet or send to asus for repair which will cost about the same as a new tablet.
Replacing the motherboard looks like the cheapest way to go as you can pick up a second hand tablet with a broken screen but still has a good motherboard for just over $100 on ebay.
pjc21 said:
Sorry to say but no.
The only solution is to replace the motherboard, replace the tablet or send to asus for repair which will cost about the same as a new tablet.
Replacing the motherboard looks like the cheapest way to go as you can pick up a second hand tablet with a broken screen but still has a good motherboard for just over $100 on ebay.
Click to expand...
Click to collapse
the funny thing is that the tablet boots in cold boot and works perfect. I just cant reboot it of turn it off. is it worth the motherboard replacement?
tainka said:
the funny thing is that the tablet boots in cold boot and works perfect. I just cant reboot it of turn it off. is it worth the motherboard replacement?
Click to expand...
Click to collapse
Well that's the thing, you can leave as is but now don't have the option to flash anything else until there is a fix that may or may not come along.
Seeing that you still have a working os it really depends on what you want out of the tab.
It is a very weird issue & I don't believe that the motherboards are actually fried in any way but rather locked up somehow in a conflict between the recovery & bootloader but not sure on that & not sure if there will be a solution for this. So it's really up to you. Sorry I could not be of more help here.

[Q] Can't flash recovery of Motorola Photon Q

Hi together,
I've got a Motorola Photon Q 4g LTE mobile phone and this afternoon I wanted to install CyanogemMod, but whatever I do, I stuck with the following problem:
I can't install any other Custom Recovery. I tried ClockworkMod and OpenRecovery, but I always get the s**t Motorola Bootloader, when I start in Recovery Mode. The Bootloader of my Phone is unlocked via Motorola Website, as told in many other threads.
I know that the users arrrghhh, shabbypenguin and Skrilax_CZ are great experts with firmware and such things, but I'm not allowed to write in developer's forums because I'm new here.
Has anybody got an idea for me, how to geht the Custom Recovery to work?
Btw: I tried to root the phone as well, but that wasn't posible. May be things come together or depend on each other.
Thanks for your help!
When you flash recovery (IE run the fastboot command) is it successful?
With the phone in fastboot/bootloader mode, type "fastboot devices" in the command prompt (where you run the fastboot flash command) and what does it output?
Also, try this.
arrrghhh said:
When you flash recovery (IE run the fastboot command) is it successful?
Click to expand...
Click to collapse
When I flash recovery, I just flash the Motorola given Recovery by Motoroloa Bootloader. The Phone restarts, a logo with the Android Man is shown (stomach opend with some engeniering tools in it) and after about 5-7 Minuten, the system starts normally.
I also managed it to change the "Unlocked Message" into a Motorola Logo by using fastboot flash logo xxxx.bin and I nearly destroyed the flash by flashing an unlikely file. So the phone was shortly out of order because oder "flash failure" (fastboot mode). After that, I managed to flash the "boot.img" file of an CyanogenMod, so the flash was rebuilt and I could use the phone normally.
arrrghhh said:
With the phone in fastboot/bootloader mode, type "fastboot devices" in the command prompt (where you run the fastboot flash command) and what does it output?
Click to expand...
Click to collapse
It shows the connected devices by showing a 8 or 9 ditigt number. It's almost the same view like I connected the phone without fastboot and use "adb devices".
arrrghhh said:
Also, try this.
Click to expand...
Click to collapse
This one I didn't tried yet, because I was so dissappointed of the mismatch with ClockworkMod & Open Recovery. Do you think, that trying this one will help, after two others failed?!
Thanks for you notice and your time. That's very helpful!
You need to boot to recovery after flashing it. There's a shell script that is re-flashing stock recovery - the dead Android dude with tools sticking out of him is stock recovery....
arrrghhh said:
You need to boot to recovery after flashing it. There's a shell script that is re-flashing stock recovery - the dead Android dude with tools sticking out of him is stock recovery....
Click to expand...
Click to collapse
Ah ja, now I'm one step closer. I did not know, that the dead Android dude is the sign for stock recovery.
I'll give it this afternoon another try and will report. A bunch of thanks to you at this time!
Hi, it's me again. I managed now the reboot to recovery, by holding the volume up button while doing the "fastboot reboot"-command with the command box. That worked and I could start Photon Q Open Recovery 2.06.
Unfortunately, I did something wrong or so and now the script re-flashed stock recovery again. Nevertheless, I now know how to operate and will do the rest by my own (hopefully).
@arrrghhh: Thank you very much for your help!
So, I finally did everyhting the right way (now with ClockworkMod Recovery), because I now have CyanogenMod running on my Motorola Photon Q
:victory:
@arrrghhh: Thank you very very much!

How to Downgrade bootloader 41.1A to 41.18 or 41.19

please..
i have problem with bootloader version 41.1A
i want to Downgrade to version 41.18 or 41.19
anyone know ..??
please share it
thank you
Up
Me too
My bootloader v 41.1A I downgrade 41.18 Help
Why do you need to downgrade? Messing with Bootloaders can destroy your phone.
even i want to downgrade... I cant flash custom recovery on 41.1A
poran123 said:
even i want to downgrade... I cant flash custom recovery on 41.1A
Click to expand...
Click to collapse
Bootloader cannot be downgraded. You're stuck on w/e version you have currently installed.
Okay so I'm stuck on 41.1A and my phone will continue to restart itself and then stuck in bootloop till the battery dies... and then when I connect it to the charger boot's up normally...
@lost101
Can you please let me know how to check bootloader version?
I am using Moto G XT1033 model(Asia).
It was updated to Lollipop 5.0.2 by Motorola Stock Lollipop update.
Later on I had unlocked bootloader and downgraded it to Kitkat 4.4.4 using this thread.
I don't have any clue about current version of bootloader in my Moto G.
I want to try Lollipop 5.1 Optimized stock rom link here, so just wanted to ensure compatibility of bootloader so that my phone works after flashing it.
kalpesh.fulpagare said:
@lost101
Can you please let me know how to check bootloader version?
Click to expand...
Click to collapse
Enter bootloader (hold volume-down while turning it on), read text on screen (second line).
I too want to know if there is a way to downgrade or at least reflash my damaged bootloader which is causing weird behaviour.
Sent from my Nexus 6P using Tapatalk
I have the exact same problem.
Stuck on 41.1A
Was on a slim6 rom before. Tried to return to STOCK_ASIA_RETAIL. All fastboot commands successfully executed but no apparent change. I have the exact same wallpaper, the same layers RRO navbars, everything. I would not need to go to STOCK but since the slim installation is unstable and everything force closes, the phone is unusable.
Additional note: Somehow even TWRP is stuck in the splash screen, so cant flash any other ROM. Even tried to access TWRP using adb, but the TWRP service fails to start.
I fastboot flashed phillz recovery, stock recovery & newer TWRP versions, but nothing happens. Phone still stuck in TWRP screen.
To my surprise I was able to pull my personal files from the internal SD using ADB (which still works btw).
But I'm left with a phone in a zombie unusable condition, it just doesn't react to anything.
Any help from the XDA community would be greatly appreciated. I am still keeping my fingers crossed, so that one day a guide comes up to brick my device (STOCK 5.1 bootloader) and unbrick it using some sort of unbrick tool.
Why is not possible to create a flashable zip with the bootloader inside? I want to downgrade to KitKat bootloader too
SLATE21&MOTOG said:
Why is not possible to create a flashable zip with the bootloader inside? I want to downgrade to KitKat bootloader too
Click to expand...
Click to collapse
Creating such a zip is possible, but flashing it may either not work or hard brick your phone.
How to install working recovery on 41.1A bootloader
I had the situation on my Moto G XT1039 where I had formatted the partitions on my phone (using my old CWM recovery), then flashed the 41.1A bootloader, but 41.1A would not allow me to flash any recovery.
So I had a working bootloader, but no recovery and no OS. And apparently no way to install a recovery, to install an OS...
I got the phone back like this:
- Flashed 4.4.4 stock manually using the bootloader (if you do this, DO NOT flash the 4.4.4 motoboot.img, according to everything on here that will permanently brick your phone; I am not sure about partition gpt.bin - I flashed this, but I was already on the 4.4.4 partition layout anyway). Do flash boot.img, that is the OS boot.
- So now I had a bootable phone OS (back on 4.4.4 again, with a flickering screen), but still no recovery.
- From the bootloader, I booted into an old recovery which I knew had previously worked with my phone:
Code:
fastboot boot clockworkmodrecovery.6051.peregrine.img
(this boots into a temporary copy of the recovery, without actually installing it on the recovery partition).
- Using that, I installed the SuperSU binary.
- Then I booted back into my 4.4.4 OS, installed the SuperSU app, checked it was working, then installed the TWRP Manager app (which requires root, hence the previous steps), then used that to successfully install the TWRP recovery on my phone.
From there I now had the correct recovery in place to flash the 5.1 Optimized distro (which I would definitely recommend - clean, stable, excellent battery life!).
Yay!
Bmju said:
- So now I had a bootable phone OS (back on 4.4.4 again, with a flickering screen), but still no recovery.
- From the bootloader, I booted into an old recovery which I knew had previously worked with my phone:
Code:
fastboot boot clockworkmodrecovery.6051.peregrine.img
(this boots into a temporary copy of the recovery, without actually installing it on the recovery partition).
- Using that, I installed the SuperSU binary.
- Then I booted back into my 4.4.4 OS, installed the SuperSU app, checked it was working, then installed the TWRP Manager app (which requires root, hence the previous steps), then used that to successfully install the TWRP recovery on my phone.
Click to expand...
Click to collapse
Why didn't you simply fastboot flash a TWRP image?
_that said:
Why didn't you simply fastboot flash a TWRP image?
Click to expand...
Click to collapse
I hope I haven't misunderstood, but isn't the whole point of this thread that the 41.1A bootloader won't let some poeple (including me) successfully flash anything to the recovery partition? You can run the command, but the recovery won't boot up. At least that's how it was for me.
Bmju said:
I hope I haven't misunderstood, but isn't the whole point of this thread that the 41.1A bootloader won't let some poeple (including me) successfully flash anything to the recovery partition? You can run the command, but the recovery won't boot up. At least that's how it was for me.
Click to expand...
Click to collapse
I see. So "fastboot boot" worked, but "fastboot flash" wouldn't write anything? In that case you could probably also have used fastboot boot with TWRP and then use TWRP's "install image" feature to flash it.
_that said:
I see. So "fastboot boot" worked, but "fastboot flash" wouldn't write anything? In that case you could probably also have used fastboot boot with TWRP and then use TWRP's "install image" feature to flash it.
Click to expand...
Click to collapse
Thanks! I definitely tried that first! Maybe this bit I didn't make clear in my post, but actually:
- fastboot boot was only working for me with older recovery ROMS, i.e. the older CWM recovery which I mentioned, which I had lying around from when I first rooted my phone on 4.4.4, and also - not that it's much use - with the recovery in the 4.4.4 image, which just brings up the dead Android logo
- fastboot flash recovery was not working at all, not even with the recovery roms which would boot with fastboot boot
- but fastboot flash to all the other partitions seemed to work fine (I could see that it seemed to be working because I was able to flash different logo.bin files to change the phone logo which shows before the phone tries to boot into recovery or OS) and as per my post this was how I was able to get my phone back eventually
This thread was the only place I could find which seems to represent people having the same set of problems, so I thought the above workaround might be useful in future to someone in the same situation.
Bmju said:
- fastboot flash recovery was not working at all, not even with the recovery roms which would boot with fastboot boot
Click to expand...
Click to collapse
So far nobody has posted a terminal transcript of "not working". Did it appear to succeed or did you get an error message?
Bmju said:
- but fastboot flash to all the other partitions seemed to work fine (I could see that it seemed to be working because I was able to flash different logo.bin files to change the phone logo which shows before the phone tries to boot into recovery or OS) and as per my post this was how I was able to get my phone back eventually
Click to expand...
Click to collapse
That doesn't make any sense. Not that I don't believe you, I just can't explain how fastboot could fail writing recovery but succeed in writing a different partition.
Bmju said:
This thread was the only place I could find which seems to represent people having the same set of problems, so I thought the above workaround might be useful in future to someone in the same situation.
Click to expand...
Click to collapse
Thanks for sharing your experience though, maybe it will help someone who has the same weird issue.
_that said:
So far nobody has posted a terminal transcript of "not working". Did it appear to succeed or did you get an error message?
Click to expand...
Click to collapse
It appears to succeed, except that it gives the 'mismatched partition size error' on the bootloader screen at the end of flashing. (Although other posts seem to state that this is normal for a non-strock recovery?)
Bmju said:
It appears to succeed, except that it gives the 'mismatched partition size error' on the bootloader screen at the end of flashing. (Although other posts seem to state that this is normal for a non-strock recovery?)
Click to expand...
Click to collapse
Yes, I've got that one too, but my flashed recovery then worked fine. However I upgraded my bootloader by installing the complete 5.1 stock ROM, maybe your bootloader update was somehow incomplete.

Trying to flash TRWP Moto Z recovery - not working

Hey everyone, longtime lurker here finally going to try to get involved more since I just got a new Moto Z and I don't have much of a background with motorola hardware/software. I'm trying to flash recoveries through fastboot and I can't seem to get it working. I'm probably going to wait a while before I try again since there is not much support for the moto z yet. I am running MPL24.246-45 v6.0.1 XT1650-03, I have unlocked the bootloader through the instructions on the motorola website.
On the bootloader screen I can confirm it is now unlocked, but everytime I flash the TRWP recovery through fastboot I get the error message: "<bootloader> img not working or corrupt". I am trying to flash the most recent twrp recoveries for moto Z (twrp-3.0.2-0-griffin.img) but wasn't able to successfully flash it.
Coming from a samsung background, I might be skipping a step or doing something wrong. I am running the bell canadian firmware. Since I messed up my partitions on my last phone I want to be careful with this one, I mostly want to figure out why I am getting this error while trying to flash the recovery when
my bootloader is unlocked and when I check "adb devices" my moto is being read.
Thanks!!
szork
spacezork said:
Hey everyone, longtime lurker here finally going to try to get involved more since I just got a new Moto Z and I don't have much of a background with motorola hardware/software. I'm trying to flash recoveries through fastboot and I can't seem to get it working. I'm probably going to wait a while before I try again since there is not much support for the moto z yet. I am running MPL24.246-45 v6.0.1 XT1650-03, I have unlocked the bootloader through the instructions on the motorola website.
On the bootloader screen I can confirm it is now unlocked, but everytime I flash the TRWP recovery through fastboot I get the error message: "<bootloader> img not working or corrupt". I am trying to flash the most recent twrp recoveries for moto Z (twrp-3.0.2-0-griffin.img) but wasn't able to successfully flash it.
Coming from a samsung background, I might be skipping a step or doing something wrong. I am running the bell canadian firmware. Since I messed up my partitions on my last phone I want to be careful with this one, I mostly want to figure out why I am getting this error while trying to flash the recovery when
my bootloader is unlocked and when I check "adb devices" my moto is being read.
Thanks!!
szork
Click to expand...
Click to collapse
didn't try it yet, but did you try renaming it to recovery.img (if on windows be sure extenstions are shown so it is not actually recovery.img.img) and run (didn't see which command you are using:
Code:
fastboot flash recovery recovery.img
but search around forums about encryption thing and similar
the ljubich said:
didn't try it yet, but did you try renaming it to recovery.img (if on windows be sure extenstions are shown so it is not actually recovery.img.img) and run (didn't see which command you are using:
Code:
fastboot flash recovery recovery.img
but search around forums about encryption thing and similar
Click to expand...
Click to collapse
I've tried both with the original twrp name and extension as well as with renaming it to recovery.img, didn't seem to make a difference. If I am connection to the device itself does that mean that adb/sideload is installed properly? I mean I was able to unlocked the bootloader so I would assume so.
szork
spacezork said:
I've tried both with the original twrp name and extension as well as with renaming it to recovery.img, didn't seem to make a difference. If I am connection to the device itself does that mean that adb/sideload is installed properly? I mean I was able to unlocked the bootloader so I would assume so.
szork
Click to expand...
Click to collapse
i really don't know then.. if you successfully unlocked bootloader then fastboot should be ok. you can check in device manager. it should be bootloader iterface not adb interface there (you got me confused with mentioning adb so I am just writing to be sure).
also check if your device is shown when typing
Code:
fastboot devices
or try redownloading twrp.
otherwise I am out of ideas, sorry.
the ljubich said:
i really don't know then.. if you successfully unlocked bootloader then fastboot should be ok. you can check in device manager. it should be bootloader iterface not adb interface there (you got me confused with mentioning adb so I am just writing to be sure).
also check if your device is shown when typing
Code:
fastboot devices
or try redownloading twrp.
otherwise I am out of ideas, sorry.
Click to expand...
Click to collapse
Sorry for my confusion with adb/sideload - from what I understand I need both to be able to connect to my device (correct me if im wrong). In the bootloader menu I see "flashing_unlocked" which I believe confirms my bootloader being unlocked, but then at the top of the text right under the dead android guy I see "AP Fastboot Flash Mode (Secure)" could that be an issue?
I can retry downloading the recovery from the TWRP site, but I know I'm downloading the official one already, just can't put my finger on why I'm getting that error message if others are doing it successfully.
thanks for helping :good:
Do you have the Verizon model?
samwathegreat said:
Do you have the Verizon model?
Click to expand...
Click to collapse
I have the canadian BELL model XT1650-03
spacezork said:
I have the canadian BELL model XT1650-03
Click to expand...
Click to collapse
You're at the bootloader, it says Flashing Unlock so yes your bootloader is unlocked and you should be able to flash TWRP no problem.
Did you recently install this .45 firmware? Are you sure that TWRP wasnt actually flashed? I see lots of errors like this from the bootloader and its usually just rubbish.
The twrp does not show the actual memory value of my cell phone and does not let me paste ROM backup, from insufficient memory? how to support it?
I updated my phone to .45 when I bought the phone I believe 1-2 weeks ago, it's definitely NOT flashed as the flashing process runs for 0.2 seconds and fails. I can even boot in the stock recovery afterwards confirming that nothing flashed. I wish I knew what I was doing wrong? possibility of drivers not installed properly?
Before I try and flash recovery I check USB debugging, OEM is unlocked, don't verify ADB files and accept Unknown sources. Is there anything I'm missing?
What if fastboot boot twrpname.img
It's really weird anyway...
enetec said:
What if fastboot boot twrpname.img
It's really weird anyway...
Click to expand...
Click to collapse
I've been doing fastboot flash twrpname.img after opening cmd terminal with SHIFT-MOUSE2 in the designated folder. I have not tried that command specifically what's the difference between doing fastboot flash/boot as far as flashing a recovery.img
edit: I've read on different articles that people sometimes try and flash from the recovery menu? I understood it has to be while your are on the bootloader screen, could it be something to do with that? Or is it still a possibility the drivers may not be installed properly.
spacezork said:
I've been doing fastboot flash twrpname.img after opening cmd terminal with SHIFT-MOUSE2 in the designated folder. I have not tried that command specifically what's the difference between doing fastboot flash/boot as far as flashing a recovery.img
edit: I've read on different articles that people sometimes try and flash from the recovery menu? I understood it has to be while your are on the bootloader screen, could it be something to do with that? Or is it still a possibility the drivers may not be installed properly.
Click to expand...
Click to collapse
With fastboot boot you send recovery to your phone and ask it to boot on it without really flashing it...
It's useful e.g. to take a full stock backup including original recovery, to test a recovery prior to flash it or to use TWRP to root BUT remain on stock recovery...
Not on all phones it works, but on Moto Z should....
P.S.: you have to be on fastboot screen not on recovery when flashing...
enetec said:
With fastboot boot you send recovery to your phone and ask it to boot on it without really flashing it...
It's useful e.g. to take a full stock backup including original recovery, to test a recovery prior to flash it or to use TWRP to root BUT remain on stock recovery...
Not on all phones it works, but on Moto Z should....
P.S.: you have to be on fastboot screen not on recovery when flashing...
Click to expand...
Click to collapse
by fastboot screen you mean the bootloader menu right?
I've been accessing cmd from designated folder with .img file in it
- adb fastboot recovery
- fastboot flash recovery.img..
and I get the "img not working or corrupt" after it tries to flash it (lasts 0.2 seconds) and nothing is done.
spacezork said:
by fastboot screen you mean the bootloader menu right?
I've been accessing cmd from designated folder with .img file in it
- adb fastboot recovery
- fastboot flash recovery.img..
and I get the "img not working or corrupt" after it tries to flash it (lasts 0.2 seconds) and nothing is done.
Click to expand...
Click to collapse
Right, bootloader screen. Enter on it by key-comb... not by command...
Even the real flash take same time... Sending seems to work, is something on verify that doesn't "like" it...
Try to download again recovery and/or check its MD5...
if reading correctly (and what I told you yesterday) command is
fastboot flash recovery recovery.img
and not
fastboot flash recovery.img
hi can any one help me i need to get back to stock and lock boot loader to update i have eu any one please ???????????
Troll amiga said:
hi can any one help me i need to get back to stock and lock boot loader to update i have eu any one please ???????????
Click to expand...
Click to collapse
try following this instructions: http://forum.xda-developers.com/showpost.php?p=69065373&postcount=14
and download eu rom from here: https://mirrors.lolinet.com/firmware/moto/griffin/official/RETEU/
i don't know from which ROM you are coming, don't know if downgrading works, but this was onl RETEU ROM i could find.
I have the exact same phone and I've upgraded to Nougat but I got my TWRP working. You need an unlocked bootloader and after upgrading to nougat, the option "unlock OEM" need to be enabled again.
I've used this TWRP : https://dl.twrp.me/griffin/twrp-3.0.2-0-griffin.img.html
Also I tried to only boot on it at first with the command fastboot boot twrp.img then I saw it was working, I flashed it with fastboot flash recovery twrp.img but got the error : (bootloader) image not signed or corrupt . But I booted the recovery from the bootloader and TWRP was working even with this error.
cilk said:
...I flashed it with fastboot flash recovery twrp.img but got the error : (bootloader) image not signed or corrupt . But I booted the recovery from the bootloader and TWRP was working even with this error.
Click to expand...
Click to collapse
Yeessss... I don't know how could I forgot it!!! :silly:
The message (I forgot I received too...) is *only* to indicate that recovery is not signed! But before there is a clear "Done" confirming the flash!
Just boot on it!

Pixel 2 Magisk Bug won't take pin

Pixel 2 XL is soft bricked at the moment and I can't for the life of me think of what I need to do to recover it. I unlocked my bootloader and rooted when I switched to Pie, (I saw people we're already able to use Android pay on a rooted device again and I just couldn't help myself.) I installed twrp accidentally tried to flash TWRP not realizing I needed to temporary boot it and pushing the zip over erasing the recovery I proceeded to just fastboot it and carry on with the normal procedure with my phone. after getting Magisk installed I had my phone all set up until the next time I turned it on and back off again It said I forgot my PIN which I know I didn't I think this was because a glitch with smartlock I just setup so I go to my recovery and wipe the Dalvik cache, cache, Internal storage, and data and low and behold my phone bootloops never making past the final stage before it gets to the lockscreen. I go to Fastboot screen on my phone and my mac can't list my phone as a device in adb and now I am having issues getting back into recovery which I think might be because I am on the stock kernel my Fastboot screen on my phone says Product Name - Taimen, Variant - MSM USF:SAMSUNG(64gig) DDR:SAMSUNG, Bootloader version - TM220j, Baseband version - g899800253-1805232234, my Serial number, Serure boot - Yes, Device status - Unlocked, Vart console - Disabled, HW version - rev_10
I can't get it to stop bootlooping and just turn off.
bump
xda Zed said:
bump
Click to expand...
Click to collapse
Try flashing the stock boot.img with Fastboot. That might get you out of it. Since you did all the wiping I can't say for sure. However, when you were at the point where it wouldn't take your password, that's all that needed to be done. I ran into the same thing. It's a Magisk bug. Magisk gets flashed to the boot partition so flashing the factory boot.img will fix it. TWRP also gets flashed to the boot partition so if you flashed it too, flashing a factory boot image will get rid of that too. ADB won't see the phone while it's in fastboot mode. You need to use "fastboot devices". You can download a factory image if you don't have one and extract the boot.img from it. Put it in the folder your fastboot is in, and then open a command prompt (terminal? I'm not a MAC person) from that folder and type "fastboot flash boot boot.img" (without the quotes). Make sure you use download the factory image that's the same as what you currently have installed on the phone.
robocuff said:
Try flashing the stock boot.img with Fastboot. That might get you out of it. Since you did all the wiping I can't say for sure. However, when you were at the point where it wouldn't take your password, that's all that needed to be done. I ran into the same thing. It's a Magisk bug. Magisk gets flashed to the boot partition so flashing the factory boot.img will fix it. TWRP also gets flashed to the boot partition so if you flashed it too, flashing a factory boot image will get rid of that too. ADB won't see the phone while it's in fastboot mode. You need to use "fastboot devices". You can download a factory image if you don't have one and extract the boot.img from it. Put it in the folder your fastboot is in, and then open a command prompt (terminal? I'm not a MAC person) from that folder and type "fastboot flash boot boot.img" (without the quotes). Make sure you use download the factory image that's the same as what you currently have installed on the phone.
Click to expand...
Click to collapse
I stopped my endless bootloop! Now it says my device is corrupt and cannot be trusted and may not work properly when I tried to start it I couldn't get past the google screen. When I plug it into charge now it doesn't automatically going into a bootloop that can only be stoped by going into the fastboot mode or running out of battery, but the the charging symbol on the screen won't go away. I might have wiped system when I was in TWRP when I couldn't boot back after the first wipe. And I accidentally tried fastbooting Telstra img first. Anyway to get past this white Google screen? Also when I trey to go to recovery now it's the android laying on it's back with a red triangle and it says no command. Should I execute the flash-all script?
Downloaded the stock img files and ran the flash all .sh and now I am back in Android ready to mess something up again I could not thank you enough for your help I am so happy right now
xda Zed said:
Downloaded the stock img files and ran the flash all .sh and now I am back in Android ready to mess something up again I could not thank you enough for your help I am so happy right now
Click to expand...
Click to collapse
Glad to hear you got it working again. As for the recovery screen that say no command, that't the way it works with the stock recovery. When you see that screen, press and hold power and volume up. That will get you into recovery. If you happen to try rooting again and get stuck in a bootloop or some such thing, just flash the stock boot image.. That should get you going again.

Categories

Resources