[Q] Stuck in endless bootloop and recovery is not working either. - One (M7) Q&A, Help & Troubleshooting

Hi everyone
Since I restarted my phone last night, my phone has been in a endless bootloop and I can't even enter recovery, without it rebooting again and going into the same endless bootloop again, around 2 seconds after showing the "Teamwin" logo.
I'm using ARHD, and if I remember correctly it's version 71.1. TWRP is "openrecovery-twrp-2.6.3.3-m7" and running ElementalX kernel.
I expect my partition is somehow corrupted, but I'm at a loss of ideas as to how I can recover my phone again. I would apreciate if I could somehow manage to make a backup of my data, but it that's totaly hopeless, I'm thinking of going for the ArtMOD ROM instead and starting fresh.
Is there a helpfull soul out there, that could maybe give me some insights as to what I can do from here? Thanks in advance!

I was hoping I could install a stock ROM and start from scratch again, but I somehow suspect having used a modified ROM has gotten me in trouble now and the ROM Upgrade utility sees this as a downgrade. I've not been able to find a newer ROM for the .401. series than "RUU_M7_UL_K44_SENSE55_MR_HTC_Europe_4.19.401.9_R_Radio_4A.23.3263.28_10.38r.1157.04L_release_353069_signed_2-1.exe". Although the updater believes I'm updating from 4.19.401.11 (the ARHD ROM).
I can get into FASTBOOT USB and the phone goes to the black HTC logo screen when trying to update, but quickly fails on the PC during the process at "Updating 1/5". When unplugging the USB cable the phone shows:"
RUU
Security fail!
Update Fail!
I've attached two screenshots, to better explain
Can some kind soul out there please help me getting a working phone again? What ROM I'll end up with doesn't really matter

Since you're using unlocked bootloader, why don't you try RUU to get back on Stock ROM.
Here is the collection of ROMS
Download your ROM.
from Windows Command prompt
adb reboot bootloader #
If it didn't work, Press and Hold Power button along with Volume down of your phone,
When you reach to bootloader, get into fastboot mode.
Now follow the following commands to restore the STOCK Rom. (make sure your downloaded ROM are in the same directory where you have fastboot.exe, abd, and abdwin.api etc)
1) fastboot erase cache
2) fastboot oem rebootRUU
3) fastboot flash zip RUU.zip (RUU.zip is of course your downloaded Stock ROM). If it says Failed, try again.
4) fastboot erase cache
5) fastboot reboot-bootloader
6) fastboot reboot
Good Luck
Hope that helps.

Thank you so much for helping out!
After several tries, tries and retries, I finally managed to get the phone back up and running with the stock ROM. I believe what finaly did the trick, was to use "fastboot oem lock" to get the stock ROM installed. From here, I'm now able to unlock it again and install a custom recovery (TWRP) and ROM (I went for ARTMOD). Thanks again!!!

Related

[Q] Sprint HTC M8 stuck in boot loop and unable to access recovery

My m8 is stuck in a boot loop and i am unable to access the recovery to factory reset the phone. Its been like this for 2 days now, and i have not found any solid help on the matter. I can get into hboot, however fastboot does not work and i cannot get into the recovery (the options are there, but when i press them they just disappear and nothing happens). If i connect the phone to my pc, the fastboot usb option shows up.
What im looking for are some step by step instructions on how to fix the matter. Ive posted on the /r/techsupport subreddit, and ive been told to either use an RUU or try and reflash a recovery, but without the instructions on how to do so.
oats123 said:
My m8 is stuck in a boot loop and i am unable to access the recovery to factory reset the phone. Its been like this for 2 days now, and i have not found any solid help on the matter. I can get into hboot, however fastboot does not work and i cannot get into the recovery (the options are there, but when i press them they just disappear and nothing happens). If i connect the phone to my pc, the fastboot usb option shows up.
What im looking for are some step by step instructions on how to fix the matter. Ive posted on the /r/techsupport subreddit, and ive been told to either use an RUU or try and reflash a recovery, but without the instructions on how to do so.
Click to expand...
Click to collapse
You have some options
Non-s-off
fastboot flash a recovery with this command
Code:
fast boot flash recovery recovery.img
if your s-off
use caption_throwback's bootloader flashable twrp with your external SD card
use the Harman Kardon ruu
Sent From my Evo 3D with the dark Lords kernel

bootloader bricked. Ruu Failed. Need HELP!!!

Hi guys,
I am feeling quite panicked right now since I flash the wrong firmware (lower version) which leads me to failed RUU "Too many links" and then when i reboot to bootloader it constantly boot into four triangles and unable to fastboot oem rebootRUU at all to reflash and my bootloader are in a messed.
I have the same exact problem as this guy http://forum.xda-developers.com/showthread.php?t=2459221 but i don't really understand to solve the problem as i'm not an expertise in this type of problem.
I can still access my phone by manually using "Fastboot oem boot" but other than that i can't power up my phone or boot into bootloader as i have four triangles in each edge of my phone and orange-colored "RUU". I cant flash any rom or firmware or going into my TWRP.
My Phone is S-OFF and Unlocked bootloader.
Here's My partition 19 if needed to solve this issue.
Help me please !
ander427 said:
Hi guys,
I am feeling quite panicked right now since I flash the wrong firmware (lower version) which leads me to failed RUU "Too many links" and then when i reboot to bootloader it constantly boot into four triangles and unable to fastboot oem rebootRUU at all to reflash and my bootloader are in a messed.
I have the same exact problem as this guy http://forum.xda-developers.com/showthread.php?t=2459221 but i don't really understand to solve the problem as i'm not an expertise in this type of problem.
I can still access my phone by manually using "Fastboot oem boot" but other than that i can't power up my phone or boot into bootloader as i have four triangles in each edge of my phone and orange-colored "RUU". I cant flash any rom or firmware or going into my TWRP.
My Phone is S-OFF and Unlocked bootloader.
Here's My partition 19 if needed to solve this issue.
Help me please !
Click to expand...
Click to collapse
First before sending you the modified misc partition, can you please tell us what you have flashed exactly (provide link) and more info about your devices (fastboot getvar all) or at least your CID, MID, Version number you was on before flashing?
I see in your misc partition that the RUU flag is indeed active.
---------- Post added at 04:39 PM ---------- Previous post was at 04:24 PM ----------
however here it is: https://dl.dropboxusercontent.com/u/77459918/p19noRUUflag.img
Code:
fastboot oem boot
then copy the file to the root of your sdcard or you can push it using
Code:
adb push p19noRUUflag.img /sdcard
then to restore it to your misc partition
Code:
adb shell
su
dd if=/sdcard/p19noRUUflag.img of=/dev/block/mmcblk0p19
exit
adb reboot-bootloader
and then flash your RUU.zip and make sure to flash it correctly.
Code:
fastboot oem rebootRUU
fastboot flash zip name_of_ruu.zip
fastboot flash zip name_of_ruu.zip
fastboot reboot
Don't know what ruu you need, if you need help choosing one then post your "fasboot getvar all".
And be very very careful with the "dd" command. If you make a typo, you can brick your phone foor good (writing to the wrong parititon)
IT WORKED !! My Bootloader went back to normal !!! You are a savior and making my day better
Thanks !! Your explanations are really clear and very easy to understand that i able to follow all the steps correctly with ease : )
Well I was using ARHD 71.1 and planning to dirty flash to ARHD 90.0 if possible. Then I was using 5.x.401.x firmware that was used in ARHD 71.1. I have seen that the new ARHD 90.0 are using the latest 7.15.401.1 so i flash to that firmware directly before I plan to install the ROM. And I forgot to place the ROM to the SDCard which then requries me to boot to the O.S in order to access the storage. Then suddenly when i restart my phone, My Phone soft bricked where the phone is stuck at black screen constantly while usually the phone should properly goes to the "HTC One" Phrase and then goes to the O.S but in my case, It first boot into the htc green logo and after a while the screen goes black screen.
I thought the firmware is incompatible with my arhd 71.1 so i downgrade it again 5.x.401.x and then while updating the RUU, I receive "Failed : Too many Links" which quite made my worried so I restart the phone to try if downgrading to the older firmware would fix the issue. But then, the "Four Triangle" issue rise.
I am grateful that you have solve my issue regarding this matter and I cannot be more happier than this that everything went back to normal. Thank You So Much! :good: You are the best !
ander427 said:
IT WORKED !! My Bootloader went back to normal !!! You are a savior and making my day better
Thanks !! Your explanations are really clear and very easy to understand that i able to follow all the steps correctly with ease : )
Well I was using ARHD 71.1 and planning to dirty flash to ARHD 90.0 if possible. Then I was using 5.x.401.x firmware that was used in ARHD 71.1. I have seen that the new ARHD 90.0 are using the latest 7.15.401.1 so i flash to that firmware directly before I plan to install the ROM. And I forgot to place the ROM to the SDCard which then requries me to boot to the O.S in order to access the storage. Then suddenly when i restart my phone, My Phone soft bricked where the phone is stuck at black screen constantly while usually the phone should properly goes to the "HTC One" Phrase and then goes to the O.S but in my case, It first boot into the "Quietly Brilliant" htc green logo and after a while the screen goes black screen.
I thought the firmware is incompatible with my arhd 71.1 so i downgrade it again 5.x.401.x and then while updating the RUU, I receive "Failed : Too many Links" which quite made my worried so I restart the phone to try if downgrading to the older firmware would fix the issue. But then, the "Four Triangle" issue rise.
I am grateful that you have solve my issue regarding this matter and I cannot be more happier than this that everything went back to normal. Thank You So Much! :good: You are the best !
Click to expand...
Click to collapse
you're welcome!
alray said:
you're welcome!
Click to expand...
Click to collapse
damn.. I create another mistake.. I flash the RUU into 7.15.401.1 and I wanted to flash the ARHD 90.0 ROM but suddenly its still in stock recovery, forgot to flash the TWRP.. Now I restart the phone wanting to boot into bootloader fastboot and now i unable to get into the bootlaoder and constantly forced to go into the HTC Green logo screen. And Now It stays on the "Red Triangle Exclamation Mark". What did i do wrong ??
ander427 said:
damn.. I create another mistake.. I flash the RUU into 7.15.401.1 and I wanted to flash the ARHD 90.0 ROM but suddenly its still in stock recovery, forgot to flash the TWRP.. Now I restart the phone wanting to boot into bootloader fastboot and now i unable to get into the bootlaoder and constantly forced to go into the HTC Green logo screen. And Now It stays on the "Red Triangle Exclamation Mark". What did i do wrong ??
Click to expand...
Click to collapse
hold power and volume down until you are in bootloader mode then reflash your custom recovery and after arhd 90
alray said:
hold power and volume down until you are in bootloader mode then reflash your custom recovery and after arhd 90
Click to expand...
Click to collapse
I have tried doing that countinously and the phone wont boot into the bootloader mode in fact it keep restarting normally somehow goes to the HTC Green Logo. Now after continous restart, I able to boot the phone normally into the O.S with Safe Mode. Which Step should I do? to be able to boot into the bootloader.
ander427 said:
I have tried doing that countinously and the phone wont boot into the bootloader mode in fact it keep restarting normally somehow goes to the HTC Green Logo. Now after continous restart, I able to boot the phone normally into the O.S with Safe Mode. Which Step should I do? to be able to boot into the bootloader.
Click to expand...
Click to collapse
when booted in safe mode, open a command prompt and type
Code:
adb reboot bootloader
alray said:
when booted in safe mode, open a command prompt and type
Code:
adb reboot bootloader
Click to expand...
Click to collapse
Thanks For Reminding the way, I forgot that part haha
Thanks now my phone is back to normal !! ThankYou once again Sir !
ander427 said:
Thanks For Reminding the way, I forgot that part haha
Thanks now my phone is back to normal !! ThankYou once again Sir !
Click to expand...
Click to collapse
So your firmware is 7.15.401.1 and you have flashed arhd 90 and everything works fine now?
alray said:
So your firmware is 7.15.401.1 and you have flashed arhd 90 and everything works fine now?
Click to expand...
Click to collapse
Yes! Everything works fine the way it should now

[Q]Stuck in boot after root attempt, even after factory reset. Help!

Hey guys, last night I tried to root my device (XT1058) following the guide [here](http://forum.xda-developers.com/moto-x/general/howto-root-moto-x-ver-4-4-4-xt1060-t3118342). Stupid me decided I wouldn't need to go back to stock ROM like it says in the first step. I continue with the guide, follow every step, until I reboot. After rebooting my Moto X gets stuck at the white screen with the blue circle M. I panicked, read a lot of things online, followed them, and nothing worked. I reset the cache partition in recovery mode when rebooting into fastboot, still nothing. I also noticed that my device is no longer detected in ADB at all, even in fastboot. So after just giving up, I read online in multiple places going to recovery mode, and wiping the whole phone/factory resetting would fix it. It still is not recognized by ADB or finishing booting. I realize I should've been more careful. Please help!
First thing... when the phone is in Fastboot AP menu, you can't use ADB. ADB wont work and wont see your phone unless the phone is fully booted. (i.e. adb.exe and fastboot.exe use two different modes on the phone).
Next, I've seen that symptom before, but I don't recall how to fix.
I would really consider asking in the thread for the process you were following.
If no one gives you any suggestion, you could always try re-flashing the stock image for your phone that matches the highest version you've had installed on your phone. (On fastboot screen you can see bootloader version, so match you stock version to that. see the list of known bootloader versions at -> http://forum.xda-developers.com/moto-x/general/info-warning-risks-downgrading-impacts-t3058202 ) And use mfastboot to flash it (follow option 5 in the 2nd post at -> http://forum.xda-developers.com/moto-x/general/faq-how-to-prepare-ota-update-carriers-t3126425 )
I'm pretty sure I saw this on reddit. You had a mac right?
You need fastboot installed on your mac:
http://forum.xda-developers.com/showthread.php?t=1917237
Assuming you have fastboot working on your mac and your phone this thread method two:
http://forum.xda-developers.com/moto-x/general/guide-moto-x-return-to-100-stock-using-t2446515
Use fastboot instead of mfastboot for the sytem.img file.
If you receive an error with flashing system you could try:
Code:
fastboot -S 0 flash system system.img
If u can still enter recovery mode, factory data reset from it , if u can't boot still after resetting , u have to flash the full stock ROM.....
Sent from my HM NOTE 1LTE using XDA Free mobile app

Cannot connect to fastboot through ADB

Hi guys. I've had my HTC one for a while now and it had TWRP flashed on it. About a week ago I flashed the android revolution rom, worked well but my camera went really weird if I looked back at some recordings. So I wanted to revert back to stock everything. I flashed a stock recovery for the M7, after that I had the problem of not being able to connect my device to the computer when I fastboot mode. Simply wouldn't pick it up when I typed ADB devices in cmd. My device wouldn't show up after installing stock recovery. And it doesn't want to restore any roms either in stock recovery mode. I can't even access my folders in that mode to flash any roms. I click either apply from sd card, apply from phone storage. Says for a split second check CID failed or something and reboots itself.
I cannot flash TWRP back cause my computer since it can't pick it up. I've tried everything. Changing USB ports, uninstalling my drives for htc. Changing computers, unlocking, relocking bootloader. No result. I'm screwed cause I'm stuck on this android revolution rom, rooted. Just wanna flash custom recovery. I can connect it to my computer, access folders and add things to it but soon as I turn it off and go into fastboot mode it says fastboot usb and can hear the noise when its connected but it doesn't show up in adb devices and when I flash the TWRP it starts send then comes up with FAILED. Help please, would be appreciated!
Stevo001457 said:
Hi guys. I've had my HTC one for a while now and it had TWRP flashed on it. About a week ago I flashed the android revolution rom, worked well but my camera went really weird if I looked back at some recordings. So I wanted to revert back to stock everything. I flashed a stock recovery for the M7, after that I had the problem of not being able to connect my device to the computer when I fastboot mode. Simply wouldn't pick it up when I typed ADB devices in cmd. My device wouldn't show up after installing stock recovery. And it doesn't want to restore any roms either in stock recovery mode. I can't even access my folders in that mode to flash any roms. I click either apply from sd card, apply from phone storage. Says for a split second check CID failed or something and reboots itself.
I cannot flash TWRP back cause my computer since it can't pick it up. I've tried everything. Changing USB ports, uninstalling my drives for htc. Changing computers, unlocking, relocking bootloader. No result. I'm screwed cause I'm stuck on this android revolution rom, rooted. Just wanna flash custom recovery. I can connect it to my computer, access folders and add things to it but soon as I turn it off and go into fastboot mode it says fastboot usb and can hear the noise when its connected but it doesn't show up in adb devices and when I flash the TWRP it starts send then comes up with FAILED. Help please, would be appreciated!
Click to expand...
Click to collapse
Adb only works if you'te booted to OS or custom recovery. Command you're looking for in bootloader menu is "fastboot devices"
Fala Puno. Ja sam raditi sada. I'm of Croatian decent in Australia. I'll try this later when I return home
Fixed it! I'm an idiot, I didn't realise I was flashing the m8 twrp instead of m7. That's why it failed. Lol. Anyway thanks

boot loop? soft-brick? HELP!

Hi all,
Any help I can get would be greatly appreciated. I have a Sprint HTC One M7 that was previously rooted. Currently it is relocked with S-On, but at some point an OTA update was downloaded and now my phone keeps restarting itself and boots to this "android is upgrading..." screen. It keeps doing this loop over and over. It restarts itself, and then goes to this "android is upgrading..." I've spent hours in the forum this afternoon and I've tried numerous things and nothing seems to be working. Everything I've tried keeps giving me errors. At this point I would simply like to go back to the stock ROM and have a working phone. Can anyone help?
FYI...
I've tried using the .exe method from an RUU, but that isn't working because when it reboots to bootloader at the very beginning of the process my phone boots to android and I get the "android is upgrading..." message.
I've tried extracting the rom.zip and sideloading it, but I can't sideload because installing the TWRP.img recovery fails every time.
I've tried a factory reset and that fails. Again, I get the "android is upgrading..." loop.
Basically, everything I've done to run RUU fails because my phone reboots to android instead of rebooting to the bootloader, and everything I've tried to work around that problem fails.
I'm currently running 6.23.651.7 and I'm trying to flash 6.23.651.10.
Again, any help would be massively appreciated. I'm desperate...
johnnycr said:
I've tried extracting the rom.zip and sideloading it, but I can't sideload because installing the TWRP.img recovery fails every time.
Click to expand...
Click to collapse
You can't flash a rom.zip extracted frin a ruu.exe using TWRP, it must be flashed using fastboot with the phone booted in RUU mode.
Basically, everything I've done to run RUU fails because my phone reboots to android instead of rebooting to the bootloader
Click to expand...
Click to collapse
Holding power and volume down doesn't work? This should get you in bootloader mode. If your phone can't boot to a stable bootloader there is nothing you can do. Once in bootloader there are many options to unbrick your phone.
alray said:
You can't flash a rom.zip extracted frin a ruu.exe using TWRP, it must be flashed using fastboot with the phone booted in RUU mode.
Holding power and volume down doesn't work? This should get you in bootloader mode. If your phone can't boot to a stable bootloader there is nothing you can do. Once in bootloader there are many options to unbrick your phone.
Click to expand...
Click to collapse
I first tried flashing the rom.zip using fastboot, but when the phone is supposed to display the HTC logo screen my phone just reboots and goes back to the "android is upgrading..." page.
I can get into bootloader when I hold power and volume down, but I haven't been able to successfully do anything from there. I tried flashing TWRP so that I could attempt to sideload a ROM, but I got an error when flashing TWRP.img.
johnnycr said:
I first tried flashing the rom.zip using fastboot, but when the phone is supposed to display the HTC logo screen my phone just reboots and goes back to the "android is upgrading..." page.
I can get into bootloader when I hold power and volume down, but I haven't been able to successfully do anything from there. I tried flashing TWRP so that I could attempt to sideload a ROM, but I got an error when flashing TWRP.img.
Click to expand...
Click to collapse
What is the error when flashing twrp?
fastboot oem rebootRUU doesnt work?
Is your bootloader still relocked? If it is, you can't flash custom recovery. The only thing you can do is run RUU in that state
alray said:
What is the error when flashing twrp?
fastboot oem rebootRUU doesnt work?
Click to expand...
Click to collapse
Well, I was just going to try and do this again, but now my PC can't even find it when I run "fastboot devices." I have the SDK and ADB driver installed, so I don't know why it can't find it all of a sudden.
I can't install the RUU by running the .exe, because when I do and it gets to the "waiting for bootloader..." screen my phone reboots and loads android and goes to the "android is upgrading" screen. So I need to flash the RUU via fastboot, but now my PC isn't recognizing my device in CMD...
Okay... so I finally got adb and fastboot working again. When I run "fastboot oem rebootRUU" the phone reboots to Android and goes to the "android is upgrading..." screen.
Update: So... I was able to successfully use adb and fastboot to unlock my HTC One again. I then tried to flash a custom recovery via fastboot, but I kept getting "FAILED (remote: signature verify fail)". I tried flashing TWRP, CWM, and stock HTC recovery and got the same failed message for each one. I'm just trying to find a way to break this stupid boot loop... HELP!
Update: So, my phone even restarts itself when I boot into safe mode... not good. Can anyone help me out?

Categories

Resources