[Q] Troubleshooting, Hard Bricked? - One (M7) Q&A, Help & Troubleshooting

I did a full wipe on TWRP (EVERYTHING), and now I have no OS. My phone will only reboot into the HTC logo and I can't even get into the bootloader now, or turn the screen off. It just stays on the HTC logo. When I hold volume down and power, the buttons blink, but nothing else happens.

arattan said:
I did a full wipe on TWRP (EVERYTHING), and now I have no OS. My phone will only reboot into the HTC logo and I can't even get into the bootloader now, or turn the screen off. It just stays on the HTC logo. When I hold volume down and power, the buttons blink, but nothing else happens.
Click to expand...
Click to collapse
Try keeping the power button pressed for about 10-15 seconds till the phone completely shuts off. Then try going to bootloader?
Or does your phone reboot even if the power button is pressed for a while??

arattan said:
I did a full wipe on TWRP (EVERYTHING), and now I have no OS. My phone will only reboot into the HTC logo and I can't even get into the bootloader now, or turn the screen off. It just stays on the HTC logo. When I hold volume down and power, the buttons blink, but nothing else happens.
Click to expand...
Click to collapse
answered so many times, i'll just copy/paste
Force reboot: press and hold POWER + VOLDOWN (under a bright light, not kidding!!), after about 5 seconds or so buttons should start blinking, and after 30 seconds or so, the phone will reboot, let go of POWER, but keep holding VOLDOWN to get back to bootloader.
(you may need to try 2 or 3 times to get it right)
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
^^ choose whatever ROM you like
.

Related

HTC One > STUCK AT BOOTLOADER + PC DOES NOT RECOGNIZE

Hey guys, I'm frustrated as hell here, please help me out, I've raged too much for my own health.
What happened:
1: I had CYANOGENMOD installed and all was good
2: Didn't like it, and wanted to try out stock android, so I followed a video with the title : (Restore your HTC One to Sense 5 (Stock or Factory ROM)) by Sakitech
3: Once the video dude told me to write down in the CMD : fastboot oem lock , that's when this problem started, I've been trying to find a fix for this since 7 AM and it's already 6:22 PM, I haven't gotten up much at all except to eat and ****, so please don't think I haven't done my share of searching around.
I have:
-Attempted to "push" adb and fastboot but there's no device to push to because my PC does not recognize the HTC ONE, I've tried on a PC with Windows 8.1 + a PC with Windows 8 + a PC with Windows 7 + an iMac , none worked.
In the bootloader, when I go to Fastboot mode I can see (Fastboot usb) sometimes, only when I'm really lucky.
-Tried to go to recovery mode, but the bootloader only restarts and does nothing else.
-----------------------------------------------------------------------------------------------------------------------------------------------
FINAL SOLUTION:
1)Go to the XDA troubleshoot FAQ and follow the 2ND question in order to get your PC to recognize your phone.
2) Follow this:
bored_stupid said:
Download TWRP 2.6.3.3,(most stable) http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
Click to expand...
Click to collapse
3) Go to MOUNT and check Data only (IN TWRP) Then use a windows 7 PC and push a rom to your phone via recovery ( Have your rom renamed to ROM and put it in the folder containing ADB, then simply shift-rightclick and click on "Open command window here" then write this command down: adb push rom.zip /sdcard/ -The CMD window won't be showing you any progress, so just wait 5-10 mins until it gives you a small line of feedback containing the amount of KB/MB it has sent to your Phone.
4) Wipe both Cache's in the TWRP "Wipe" menu, then simply flash your ROM.
If the first time you restart your phone it's stuck at the splash screen, just restart again and it should work.
Huge thanks to bored_stupid and nkk71 for the help, I greatly appreciate it.
Aitelqadi said:
Hey guys, I'm frustrated as hell here, please help me out, I've raged too much for my own health.
What happened:
1: I had CYANOGENMOD installed and all was good
2: Didn't like it, and wanted to try out stock android, so I followed a video with the title : (Restore your HTC One to Sense 5 (Stock or Factory ROM)) by Sakitech
3: Once the video dude told me to write down in the CMD : fastboot oem lock , that's when this problem started, I've been trying to find a fix for this since 7 AM and it's already 6:22 PM, I haven't gotten up much at all except to eat and ****, so please don't think I haven't done my share of searching around.
I have:
-Attempted to "push" adb and fastboot but there's no device to push to because my PC does not recognize the HTC ONE, I've tried on a PC with Windows 8.1 + a PC with Windows 8 + a PC with Windows 7 + an iMac , none worked.
In the bootloader, when I go to Fastboot mode I can see (Fastboot usb) sometimes, only when I'm really lucky.
-Tried to go to recovery mode, but the bootloader only restarts and does nothing else.
WILL BE EDITING THIS LATER ON TO ADD WHAT I TRIED AND WHAT HAPPENED WITH THIS PROBLEM.
Click to expand...
Click to collapse
Do not follow Videos from youtube etc. Most are out of date and do not take into account your particular phone, ie, whether its rooted or not, S-On/S-off...
First of all get your phone recognized by your PC
take a look here...
http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Also unlock your bootloader again
bored_stupid said:
Do not follow Videos from youtube etc. Most are out of date and do not take into account your particular phone, ie, whether its rooted or not, S-On/S-off...
First of all get your phone recognized by your PC
take a look here...
http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Also unlock your bootloader again
Click to expand...
Click to collapse
I've unlocked the bootloader successfully, updated my HTC drivers just like in the FAQ, BUT, I cannot access my sd-card/phone files and the phone is stuck on the cyanogenmod splash screen and every now and then it restarts by itself.
/EDIT/
P.S. I was able to get into recovery mode, I have ClockworkMod Recovery v6.0.4.3
Aitelqadi said:
I've unlocked the bootloader successfully, updated my HTC drivers just like in the FAQ, BUT, I cannot access my sd-card/phone files and the phone is stuck on the cyanogenmod splash screen and every now and then it restarts by itself.
Click to expand...
Click to collapse
You need a working OS to do that.
Download TWRP 2.6.3.3,(most stable) http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
bored_stupid said:
You need a working OS to do that.
Download TWRP 2.6.3.3,(most stable)
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
Click to expand...
Click to collapse
Done, how do I reflash my custom rom if I don't have one (I wiped everything before when I was attempting to fix this), also my phone is still not recognized on the PC, also I'd like to put stock 4.4 android.
Aitelqadi said:
Done, how do I reflash my custom rom if I don't have one (I wiped everything before when I was attempting to fix this), also my phone is still not recognized on the PC, also I'd like to put stock 4.4 android.
Click to expand...
Click to collapse
you can use an OTG cable and a USB stick with a rom on it or use a windows 7 PC and push a rom to your phone via recovery.. have to go to work now.. but will help soon. Good luck
PS.. by the way.. your phone will only be recognised in fastboot or through your recovery using adb. Until you have a working rom installed
Sent from my GT-I9505 using Xparent Skyblue Tapatalk 2
bored_stupid said:
you can use an OTG cable and a USB stick with a rom on it or use a windows 7 PC and push a rom to your phone via recovery.. have to go to work now.. but will help soon. Good luck
PS.. by the way.. your phone will only be recognised in fastboot or through your recovery using adb. Until you have a working rom installed
Sent from my GT-I9505 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Ok so I'm trying to push insertcoin Sense 6 ROM , I have the ROM in the folder containing both fastbood and ADB, and I renamed the ROM to ROM and I'm using the command adb push ROM.zip /sdcard/, but whenever I press enter nothing happens in the CMD, but I see the ROM file almost instantly in the recovery sdcard, but I cannot use it, whenever I try to install it it fails, I'm guessing it's being copied but weirdly there;s no feedback in CMD ?
Aitelqadi said:
Ok so I'm trying to push insertcoin Sense 6 ROM , I have the ROM in the folder containing both fastbood and ADB, and I renamed the ROM to ROM and I'm using the command adb push ROM.zip /sdcard/, but whenever I press enter nothing happens in the CMD, but I see the ROM file almost instantly in the recovery sdcard, but I cannot use it, whenever I try to install it it fails, I'm guessing it's being copied but weirdly there;s no feedback in CMD ?
Click to expand...
Click to collapse
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
ublelyQ for
Alright was able to pull it off, will be editing the main post now.
895 99852933
nkk71 said:
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
God, it seems like whenever I fix a problem another one pops up....
I got my ROM installed and all was well, until I wasn't able to call/send messages, I put my sim card in another phone to check if that was the problem, but it wasn't. I also tried two different ROM's just to make sure, Insertcoin Sense 6 and Android Revolution HD .
Aitelqadi said:
God, it seems like whenever I fix a problem another one pops up....
I got my ROM installed and all was well, until I wasn't able to call/send messages, I put my sim card in another phone to check if that was the problem, but it wasn't. I also tried two different ROM's just to make sure, Insertcoin Sense 6 and Android Revolution HD .
Click to expand...
Click to collapse
APN problem?
nkk71 said:
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
nkk71 said:
APN problem?
Click to expand...
Click to collapse
Aren't APN's only for mobile internet?
EDIT
And I have the APN settings set according to my ISP, the problem is here that I cannot call at all, the phone detects there is a sim card, but it's not able to use it.
When I call it says "Out of Service Area" and drops the call almost instantly. If I remove the Sim the phone tells me that I removed the sim, same thing happens when I insert the sim.
Aitelqadi said:
Aren't APN's only for mobile internet?
EDIT
And I have the APN settings set according to my ISP, the problem is here that I cannot call at all, the phone detects there is a sim card, but it's not able to use it.
When I call it says "Out of Service Area" and drops the call almost instantly. If I remove the Sim the phone tells me that I removed the sim, same thing happens when I insert the sim.
Click to expand...
Click to collapse
OH GOD YES YES. Found the solution, man I was literally jumping up and down from happiness.
Had to go to Network Operators > Select Automatically. Thanks for the help again.

Recovery Help

I've done some searches and am at a loss. I am on Insertcoin 2.8. I upgraded TWRP to 2.7 and now it won't enter into recovery. It gets to the screen that has "Entering recovery" at the top, but it just stalls there and I have to press the power button until it restarts. I've tried using Flashify and Goomanager to re-install, but it just hangs up at the entering recovery page. Any help or links would be aprreciated.
A quick fix try installing a 2.6 version of twrp.
Try and boot into the bootloader, do a fastboot erase cache and then reboot into recovery and see if it works.
Sent from my HTC One using Tapatalk
Egrier said:
Try and boot into the bootloader, do a fastboot erase cache and then reboot into recovery and see if it works.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
I've never done that before. Can you suggest where I might find a link or a video? Thanks!
You have to have adb/fastboot on your computer. Boot your phone into bootloader. Hook it up to the computer and make sure the phone says 'fastboot usb'. Browse to where you have adb installed on the computer and open up a command prompt there. At the prompt, type in 'fastboot erase cache'. Then type in 'fastboot reboot-bootloader'. When your phone comes back up, try and get into recovery again.
Sent from my HTC One using Tapatalk
Egrier said:
You have to have adb/fastboot on your computer. Boot your phone into bootloader. Hook it up to the computer and make sure the phone says 'fastboot usb'. Browse to where you have adb installed on the computer and open up a command prompt there. At the prompt, type in 'fastboot erase cache'. Then type in 'fastboot reboot-bootloader'. When your phone comes back up, try and get into recovery again.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Thank you very much! I'll give it a try.
gpo1956 said:
Thank you very much! I'll give it a try.
Click to expand...
Click to collapse
I tried this and it says "fastboot is not recognized as an internal or external command, operable program or batch file". What am I doing wrong?
Do you have adb installed on your computer?
Sent from my HTC One using Tapatalk
Egrier said:
Do you have adb installed on your computer?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
yes
Did you get it to work?
Sent from my HTC One using Tapatalk
---------- Post added at 05:26 PM ---------- Previous post was at 05:22 PM ----------
Did you go to the folder with you adb files, shift+right click the folder that contains the adb files and select 'open command prompt here' then try the fastboot erase cache command?
Sent from my HTC One using Tapatalk
Egrier said:
Did you get it to work?
Sent from my HTC One using Tapatalk
---------- Post added at 05:26 PM ---------- Previous post was at 05:22 PM ----------
Did you go to the folder with you adb files, shift+right click the folder that contains the adb files and select 'open command prompt here' then try the fastboot erase cache command?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Nope.
I was able to erase cache and reboot, but it didn't fix it. Any other ideas to try? I cant seem to install a different veersion of twrp using the adb method.
You can only flash recovery by fastboot. Fastboot flash recovery....... I would flash twrp 2.6.3.3 seems to be the most stable and have the least amount of issues
Sent from my HTC One using XDA Premium 4 mobile app
nateboi81 said:
You can only flash recovery by fastboot. Fastboot flash recovery....... I would flash twrp 2.6.3.3 seems to be the most stable and have the least amount of issues
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK, I'm making progress. I'm in fastboot and try to flash recovery, but it says "error-cannot open twrp.img", What am I doing wrong?
gpo1956 said:
OK, I'm making progress. I'm in fastboot and try to flash recovery, but it says "error-cannot open twrp.img", What am I doing wrong?
Click to expand...
Click to collapse
cannot load = MyFileNameIsWrong.img.img
and copy/paste is so useful (so the below is an example ):
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
nkk71 said:
cannot load = MyFileNameIsWrong.img.img
and copy/paste is so useful (so the below is an example ):
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
now it just sits on "waiting for device".
gpo1956 said:
now it just sits on "waiting for device".
Click to expand...
Click to collapse
are you in bootloader with the red "FASTBOOT USB" showing?
and what does windows device manager show, check FAQ #2: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
nkk71 said:
are you in bootloader with the red "FASTBOOT USB" showing?
and what does windows device manager show, check FAQ #2: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Click to expand...
Click to collapse
Yes I'm in bootloader with the red fastboot USB showing. I'll try and reinstall the drivers and try again.
Thanks very much for your continued help.
gpo1956 said:
Yes I'm in bootloader with the red fastboot USB showing. I'll try and reinstall the drivers and try again.
Thanks very much for your continued help.
Click to expand...
Click to collapse
You'll also need to check Windows Device Manager, if it's listed as unknown or such, then you need to manually select the drivers as mentioned in FAQ#2.
and just in case you have an older version of adb/fastboot, here is 1.0.31: http://www.androidfilehost.com/?fid=23329332407585867
you can find out by typing "adb version"
nkk71 said:
You'll also need to check Windows Device Manager, if it's listed as unknown or such, then you need to manually select the drivers as mentioned in FAQ#2.
and just in case you have an older version of adb/fastboot, here is 1.0.31: http://www.androidfilehost.com/?fid=23329332407585867
you can find out by typing "adb version"
Click to expand...
Click to collapse
I'm at my wits end! It still says cannot open openrecovery..... Where should I put the recovery file? Maybe its not on the right place?

[Q] htc one m7 "set_metadata_recursive" please help

i get this in the recovery while flashing android revolution hd and i restored my phone back to the stock from the backup i did.
i tried flashing one_4.19.401.11_deodexed and the same problem showed up
>>> Setting permissions
set_metadata_recursive: some changes failed
E:Error in /data/media/0/one_4.19.401.11_deodexed.zip
Installation aborted
i tried multiple times, i downloaded the files again but the same message i get at the end of the log in cwm every time
any help, please and thank you so much
I'm running stock htc rom sense 5.5 android version 4.3
software number 3.62.401.1 rooted with custom recovery s-on
luckynesooo said:
set_metadata_recursive: some changes failed
Click to expand...
Click to collapse
next time please use the search function, this has been covered more than enough times, and all over the place
you're using an outdated recovery, get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
if the ROM is no longer on your phone:
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.

Need help my phone has stop ~~~

hi all i have htc one
s-ff
rooted
cmw recovery
i have flashed One_4.19.401.11_odexed after flashed my phone only boot to recovery any help
when i open my phone HTC Apeers then inter to recovery cmw idk why help plzzz
Does the CID of the device match with the CID of the ROM?
Idk MY CiD Is superCid
sadeg111 said:
Idk MY CiD Is superCid
Click to expand...
Click to collapse
This has been mentioned soooo many times mate, please use the search function!!
And the answer is:
your recovery doesn't work with 4.xx and 5.xx ROMs; assuming you have an M7_U or UL model, get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY if the rom is no longer on your phone:
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
can i flash android One_4.19.401.11_odexed from revHD
it said MD5 is missing ?
sadeg111 said:
can i flash android One_4.19.401.11_odexed from revHD
it said MD5 is missing ?
Click to expand...
Click to collapse
yes you can,
the "md5 is missing" is just a warning since there is no <name of file>.md5, you can safely disregard it; but obviously you should check the md5 on the file on your pc, to make sure it's not corrupt.
i make that right ?
C:\ADB3>adb push One_4.19.401.11_odexed.zip /sdcard/
rly rly rly thanks man for helping me
my phone back to life

Not able to boot into twrp

Code:
(base) [email protected]:~/miflash$ adb reboot bootloader
(base) [email protected]:~/miflash$ fastboot flash recovery twrp-3.3.1-0-cepheus.img
target reported max download size of 805306368 bytes
sending 'recovery' (65536 KB)...
OKAY [ 1.847s]
writing 'recovery'...
OKAY [ 0.174s]
finished. total time: 2.020s
(base) [email protected]:~/miflash$ fastboot boot twrp-3.3.1-0-cepheus.img
downloading 'boot.img'...
OKAY [ 1.792s]
booting...
OKAY [ 0.140s]
finished. total time: 1.931s
(base) [email protected]:~/miflash$
But still it did not boot into recovery and phone boot into normal system.
How do I boot into twrp.
GirishSharma said:
Code:
(base) [email protected]:~/miflash$ adb reboot bootloader
(base) [email protected]:~/miflash$ fastboot flash recovery twrp-3.3.1-0-cepheus.img
target reported max download size of 805306368 bytes
sending 'recovery' (65536 KB)...
OKAY [ 1.847s]
writing 'recovery'...
OKAY [ 0.174s]
finished. total time: 2.020s
(base) [email protected]:~/miflash$ fastboot boot twrp-3.3.1-0-cepheus.img
downloading 'boot.img'...
OKAY [ 1.792s]
booting...
OKAY [ 0.140s]
finished. total time: 1.931s
(base) [email protected]:~/miflash$
But still it did not boot into recovery and phone boot into normal system.
How do I boot into twrp.
Click to expand...
Click to collapse
Fastboot boot to recovery does not work
Upon flashing TWRP, press and keep pressing Vol+, execute:
fastboot reboot
disconnect USB and (while still pressing Vol+) wait to reboot to TWRP
Btw, you don't need miflash, fastboot (and ADB) can be executed from the small to download and simple to install "Minimal ADB and Fastboot"
zgfg said:
Fastboot boot to recovery does not work
Upon flashing TWRP, press and keep pressing Vol+, execute:
fastboot reboot
disconnect USB and (while still pressing Vol+) wait to reboot to TWRP
Btw, you don't need miflash, fastboot (and ADB) can be executed from the small to download and simple to install "Minimal ADB and Fastboot"
Click to expand...
Click to collapse
Thanks for your reply but really, I don't know when / at what moment I have to keep press Vol up (Am I right, it's up key or down?) and power key and when / what moment release them.
Kindly elaborate more.
GirishSharma said:
Thanks for your reply but really, I don't know when / at what moment I have to keep press Vol up (Am I right, it's up key or down?) and power key and when / what moment release them.
Kindly elaborate more.
Click to expand...
Click to collapse
Directly after flashing TWRP:
-press and keep pressing (read below when to release) Vol+ i.e. Vol Up (only Up, not Down)
- execute fastboot reboot and then disconnect USB (alternatively, disconnect USB and long press Pow)
- phone will start to boot, still keep pressing Vol+
- when you see that it boots to TWRP, only then release Vol+
zgfg said:
Directly after flashing TWRP:
-press and keep pressing (read below when to release) Vol+ i.e. Vol Up (only Up, not Down)
- execute fastboot reboot and then disconnect USB (alternatively, disconnect USB and long press Pow)
- phone will start to boot, still keep pressing Vol+
- when you see that it boots to TWRP, only then release Vol+
Click to expand...
Click to collapse
>- when you see that it boots to TWRP, only then release Vol+
Only Vol+ not works it works with power key. When I saw the logo of twrp I released Vol+ but it didn't showed any options and phone switched off by just showing twrp logo and some text in red color for fraction of second.
I downloaded the file correctly from twrp official link.
Any update please?
Finally, device booted into twrp but it's really a weird way to do the things. Let me elaborate.
Keep magisk zip file in your Download folder of sdcard.
Secrete becomes after issue the command of flashing twrp and fastboot reboot. Issue fastboot reboot, unplug cable from pc, keep press vol up + power button, device booted 3 times, keep press the keys, after boot of 3rd time screen will black, no message, no reboot, nothing... release vol up + power key. Take a breath...!! Just press power button, after 3 second, you will get into twrp. Just flash magisk zip file in download folder.
Reboot the system. You rooted your device. Just configure magisk app and if you wish to again boot into twrp then open magisk app, tap on left hand three horizontal lines, tap on modules, tap on right hand top 3 dots and tap on Reboot to recovery.
You done...!!
Power and Vol up, when see mi logo release power button and keep hold Vol up.

Categories

Resources