HTC one M9 won't boot. - One (M9) Q&A, Help & Troubleshooting

I got an unlocked HTC one M9, (sim unlocked not bootloader unlocked), I unlocked my bootloader to prevent it from wiping my data later, installed TWRP, and installed superSU from TWRP and now my phone refuses to boot. I get the HTC logo, then it vibrates and dumps me back at the boot loader with...
reboot reason: 0x776655aa
message: RPM:APPS NS-WD!
I have absolutely no idea what is going on, I can't find reboot reasons anywhere and I'm stuck. Before doing the twrp and supersu install the phone booted to android just fine.
I used TWRP 2.8.7.2 and superSU 2.71
I have attempted to reflash the stock backup I took as soon as i got the device and it always causes the exact same error, I don't know what to do but I can't replace the phone.
Please any help is appreciated.

Destari said:
I got an unlocked HTC one M9, (sim unlocked not bootloader unlocked), I unlocked my bootloader to prevent it from wiping my data later, installed TWRP, and installed superSU from TWRP and now my phone refuses to boot. I get the HTC logo, then it vibrates and dumps me back at the boot loader with...
reboot reason: 0x776655aa
message: RPM:APPS NS-WD!
I have absolutely no idea what is going on, I can't find reboot reasons anywhere and I'm stuck. Before doing the twrp and supersu install the phone booted to android just fine.
I used TWRP 2.8.7.2 and superSU 2.71
I have attempted to reflash the stock backup I took as soon as i got the device and it always causes the exact same error, I don't know what to do but I can't replace the phone.
Please any help is appreciated.
Click to expand...
Click to collapse
Ok, so I got the device to boot again by flashing only the boot partition and then wiping the cache before restart. But it returned to the exact same state when I tried to flash superSU again.
Am I using the wrong version of superSU? or should I not install it through TWRP?

Related

bootloop after flashing recovery

hey,
I wanted to root my nexus 5x too, first I tried to do so with the nexus tool kit....
it was all working until it came to the root process:
it said in the log:
Rooting....
Waiting for your device....
and nothing else happened anymore.
So I tried it manually with a guide.
As the bootloader was already unlocked, I continued with flashing the recovery (twrp 2.8.7.2) in fastboot.
Then it rebooted into the recovery.
Then twrp asked me for a password, (Mount) decrypt Data. I skip it without entering a password. And I didn't add a pattern or PIN to unlock my phone at the first boot up.
I allowed the system modification then... so then before rebooting, twrp wasn't asking me if I want to flash the SuperSu.
Since this I'm stuck in a bootloop.
I can boot into the bootloader and recovery, I also tried to do a factory wipe or also formating data. But none of them worked for me. I'm still stuck in the bootloop...
I have no idea what to do now....
I'm really thankfull for every kind of help!
sorry wrong subforum...
Try to reflash TWRP over adb-console(on your pc) and then Root- Systemless version.
If you have any questions ask!!
Vulkaistos said:
Try to reflash TWRP over adb-console(on your pc) and then Root- Systemless version.
If you have any questions ask!!
Click to expand...
Click to collapse
I have to add something which i forgot to mention.....after I flashed the recovery and booted into it for the first time, twrp asked me for a password, (Mount) decrypt Data. I skip it without entering a password. And I didn't add a pattern or PIN to unlock my phone at the first boot up.
I'm not able boot my phone up anymore.... I can try to flash the recovery with fastboot again...if this is what you mean?
okay i pushed the supersu zip onto the phone, and just flashed it. And my phone is booting normally now
thank you very very much. you saved me and my phone
That's nice to hear.
Have Fun with your Phone!!!!!!!!!!!!!!

SOLVED: Can't boot past bootloader/recovery after installing SuperSU (Moto G)

Hi, I have a Moto G (3rd gen.).
I successfully unlocked the bootloader and installed TWRP.
The OS booted and worked fine after this.
Then, to root, I installed SuperSU v2.65 via TWRP, and rebooted.
I used this file:
https://download.chainfire.eu/921/SuperSU/UPDATE-SuperSU-v2.65-20151226141550.zip
After that the phone does not boot past the screen with "Warning, bootloader unlocked".
I can get into recovery and TWRP, and ADB/FastBoot connects to the phone.
What can I do to save/restore my phone from here?
Do I need to flash a clean stock image, or can I fix the current state somehow?
EDIT: solved, by flashing cyanogenMod on it.

Unable to boot after unlocking bootloader and installing TWRP

Yesterday I decided to root my Nexus 7 2013 Wifi running stock 6.0.1 (build MOB30X). I first unlocked the bootloader, then immediately after that I flashed TWRP (twrp-3.0.2-0-flo.img). When I booted up, it would got stuck on a loop with TWRP running OpenRecoveryScript, saying something about unable to mount /data and renaming something, then reboot into TWRP again.
I did some research and it seemed I had to use a multirom TWRP version instead, so I went ahead and flashed it. Now I can go into TWRP, but when booting up I got stuck in the booting animation (the four spinning circles)
How can I fix this?
chinhodado said:
Yesterday I decided to root my Nexus 7 2013 Wifi running stock 6.0.1 (build MOB30X). I first unlocked the bootloader, then immediately after that I flashed TWRP (twrp-3.0.2-0-flo.img). When I booted up, it would got stuck on a loop with TWRP running OpenRecoveryScript, saying something about unable to mount /data and renaming something, then reboot into TWRP again.
I did some research and it seemed I had to use a multirom TWRP version instead, so I went ahead and flashed it. Now I can go into TWRP, but when booting up I got stuck in the booting animation (the four spinning circles)
How can I fix this?
Click to expand...
Click to collapse
Just run these two commands:
Code:
fastboot format cache
fastboot format userdata
Don't worry, you have lost all your data already while unlocking it.
The first boot and the booting animation will be initially longer than usual.
Incidentally, no need to use multirom-TWRP anymore because TWRP v3+ has been properly updated.
I actually solved this myself before k23m's reply by flashing the stock rom (MOB30X), then completed the initial setup, then reflashed TWRP (twrp-3.0.2-0-flo.img, not the multirom version). After that I booted up then restarted into recovery but then realized that TWRP had been wiped (only the android with the red triangle showing). So I re-flashed TWRP again and this time rebooted directly into recovery, and renamed the file recovery-from-boot.p into recovery-from-boot.backup. Then I flashed su and all went well.
k23m said:
Just run these two commands:
Code:
fastboot format cache
fastboot format userdata
Don't worry, you have lost all your data already while unlocking it.
The first boot and the booting animation will be initially longer than usual.
Incidentally, no need to use multirom-TWRP anymore because TWRP v3+ has been properly updated.
Click to expand...
Click to collapse
Thank you for the hint!

NEED HELP, CAN'T BOOT INTO RECOVERY/OS - One Plus 3

I was running an unlocked one plus 3 on OxygenOS 4.0.2 (Android Nougat) and have TWRP installed. As 4.0.3 got released yesterday, i tried installing it today but i accidentally hit install on the OTA update setting which caused my phone to reboot. Now my phone won't boot into the os, i get a black screen after 'powered by Android'. I tried getting into Recovery however i get the same response, a black screen. I do not think it is hardbricked as the Fastboot still works and when i go into fashtboot it states that the OEM is 'unlocked'. I have personal data on this device pls can someone help. I do not know what i should do> How do i boot into recovery without crashing?
Is it possible to install twrp again with the PC? I had once also the same problem, install it again and after that it booted again into recovery.
Just install TWRP from fastboot, then you'll have access to internal storage by TWRP
It's happening because it's trying to send you to recovery which is twrp 3. 0.4-1which is bugged so just go to fastboot and flash twrp 2.0.4-1 and then try booting in.. You can even update the phone by flashing the update zip by oneplus from recovery

HTC 10 Boot Loops After Trying To Root

I followed a tutorial on how to root the HTC 10 and I unlocked the bootloader but I had s-on, but I couldn't boot into the TWRP recovery they gave me so I got one from TWRP's website and that allowed me to boot to recovery just fine, then I backed up my system, and installed the supersu zip they gave me, I tapped reboot and then it got stuck in a boot loop, I booted into recovery and restored my backup, but that didn't fix it. So I went to wipe under TWRP and swiped to factory reset, but that still didn't fix it. I then restored my backup multiple times, but that didn't fix it. Please help me, I really screwed up my dad's $600 phone.
mason1920 said:
I followed a tutorial on how to root the HTC 10 and I unlocked the bootloader but I had s-on, but I couldn't boot into the TWRP recovery they gave me so I got one from TWRP's website and that allowed me to boot to recovery just fine, then I backed up my system, and installed the supersu zip they gave me, I tapped reboot and then it got stuck in a boot loop, I booted into recovery and restored my backup, but that didn't fix it. So I went to wipe under TWRP and swiped to factory reset, but that still didn't fix it. I then restored my backup multiple times, but that didn't fix it. Please help me, I really screwed up my dad's $600 phone.
Click to expand...
Click to collapse
What's Your CID and MID
I fixed it

Categories

Resources