HTC One stuck while booting after ARHD update - One (M7) Q&A, Help & Troubleshooting

Hello guys after I unlocked my bootloader and installed ARHD 71.1 on the HTC One it's stuck in the boot screen (htc quietly brilliant)
**TAMPERED
UNLOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57
RADIO-4A.23.6363.28
OS-4.20.206.16
Now I can't even copy things onto the SD Card so I can install from zip ;C

Geo8 said:
Hello guys after I unlocked my bootloader and installed ARHD 71.1 on the HTC One it's stuck in the boot screen (htc quietly brilliant)
**TAMPERED
UNLOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57
RADIO-4A.23.6363.28
OS-4.20.206.16
Now I can't even copy things onto the SD Card so I can install from zip ;C
Click to expand...
Click to collapse
which recovery did you use to flash the rom ?

Seanie280672 said:
which recovery did you use to flash the rom ?
Click to expand...
Click to collapse
It was Clockwork Touch, latest version from this forum

Geo8 said:
It was Clockwork Touch, latest version from this forum
Click to expand...
Click to collapse
You MUST use TWRP, recommended is 2.6.3.3 but ive heard the latest one works too which is 2.7.1.1

Seanie280672 said:
You MUST use TWRP, recommended is 2.6.3.3 but ive heard the latest one works too which is 2.7.1.1
Click to expand...
Click to collapse
EDIT:
Now I downloaded the TWRP 2.6.3.3 and installed it with
fastboot flash recovery "name of img"
It was installed but still this problem...
It can't enter recovery, because after the recovery images comes up it reboots.

Geo8 said:
But how can I install it now all after this :crying:
Click to expand...
Click to collapse
if your stuck on the white HTC screen, hold down the power button and the volume down, lights on the bottom will blink 10 to 15 times, when the phone shuts off, let go of the power button and continue to hold down the volume down button, it should boot back to bootloader.
Download twrp recovery 2.6.3.3 from here: http://techerrata.com/browse/twrp2/m7
put it in the same folder as adb and fastboot on your computer
plug your phone into the computer, make sure it says fastboot USB on the phone screen, then type
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
---------- Post added at 05:14 PM ---------- Previous post was at 05:13 PM ----------
Geo8 said:
EDIT:
Now I downloaded the TWRP 2.6.3.3 and installed it with
fastboot flash recovery "name of img"
It was installed but still this problem...
It can't enter recovery, because after the recovery images comes up it reboots.
Click to expand...
Click to collapse
you need to download the rom again, push it to your sdcard, wipe then re-flash it.

I've done that now, it worked. But it still fails to boot and this is why I can't push the ROM into the SD Card folder. No usb connection because he cant boot.
Is there another way?
EDIT: At least now I can enter the recovery menu. There is still this Android_Revolution_HD-One_71.1.zip file which I now am installing again. Lets see what it does.
But I still cant connect via USB to push new ROMS

Geo8 said:
I've done that now, it worked. But it still fails to boot and this is why I can't push the ROM into the SD Card folder. No usb connection because he cant boot.
Is there another way?
Click to expand...
Click to collapse
go into recovery (main screen only, no sub menus)
put the rom in the same folder as adb and fastboot on your computer
open a command window in that folder and with your phone plugged into the computer type:
Code:
adb push NAME_OF_ROM.zip /sdcard/
takes a while so be patient, once done, factory reset and wipe, but don't wipe internal storage, unplug your phone before flashing it.

I love this forum. I love you.
It works now, thank you so much.

Geo8 said:
I love this forum. I love you.
It works now, thank you so much.
Click to expand...
Click to collapse
Your Welcome, and sorry I have a Mrs lol, easy when you know how. :good:

Related

HELP HTC One wont boot in recover or OS

Hi,
so today I tried flashing ARHD HD40.3 with cwm , so after It installed, it was stuck at the HTC logo with the red warnings on the
bottom.
So I tried booting in to recovery to restore my backup, but when i try to boot in cwm it is stuck for 1 second on a black screen with the version number of cwm on the bottom, and the it reboots..... So my Phone is unable to boot in the OS, AND unable to boot in CWM
Please someone help.
Thanks
pottemans said:
Hi,
so today I tried flashing ARHD HD40.3 with cwm , so after It installed, it was stuck at the HTC logo with the red warnings on the
bottom.
So I tried booting in to recovery to restore my backup, but when i try to boot in cwm it is stuck for 1 second on a black screen with the version number of cwm on the bottom, and the it reboots..... So my Phone is unable to boot in the OS, AND unable to boot in CWM
Please someone help.
Thanks
Click to expand...
Click to collapse
try to boot into the bootloader... then plug it in to your PC
then go to FASTBOOT and wait until it's written: FASTBOOT USB
then type this command:
Code:
fastboot erase cache
then flash a new recovery:
Code:
fastboot flash recovery customrecoveryname.img
Then boot into your recovery...
LibertyMarine said:
try to boot into the bootloader... then plug it in to your PC
then go to FASTBOOT and wait until it's written: FASTBOOT USB
then type this command:
Code:
fastboot erase cache
then flash a new recovery:
Code:
fastboot flash recovery customrecoveryname.img
Then boot into your recovery...
Click to expand...
Click to collapse
OMG first of all, thanks for helping me...
So when putt it in fastboot, it says FASTBOOT in red, not FASBOOTUSB...
LibertyMarine said:
try to boot into the bootloader... then plug it in to your PC
then go to FASTBOOT and wait until it's written: FASTBOOT USB
then type this command:
Code:
fastboot erase cache
then flash a new recovery:
Code:
fastboot flash recovery customrecoveryname.img
Then boot into your recovery...
Click to expand...
Click to collapse
And I don´t now anything about fastboot, adb and stuf.... SO PLEASE HELP ME:crying:
pottemans said:
OMG first of all, thanks for helping me...
So when putt it in fastboot, it says FASTBOOT in red, not FASBOOTUSB...
Click to expand...
Click to collapse
plug the phone into the PC then it changes to fastboot USB
pottemans said:
And I don´t now anything about fastboot, adb and stuf.... SO PLEASE HELP ME:crying:
Click to expand...
Click to collapse
I'll attach the fastboot / adb files, just extract to a folder called fastboot in your c:\
the commands he posted are done from command prompt from the folder where fastboot is
Edit: also did you update to TWRP 2.6.3.3 like the ARHD thread said to ?
clsA said:
plug the phone into the PC then it changes to fastboot USB
I'll attach the fastboot / adb files, just extract to a folder called fastboot in your c:\
the commands he posted are done from command prompt from the folder where fastboot is
Edit: also did you update to TWRP 2.6.3.3 like the ARHD thread said to ?
Click to expand...
Click to collapse
No, Thats the silly thing..... Can you bring me the TWRP 2.6.3.3 ZIP please
thanks
pottemans said:
No, Thats the silly thing..... Can you bring me the TWRP 2.6.3.3 ZIP please
thanks
Click to expand...
Click to collapse
I just posted it here for someone else
http://forum.xda-developers.com/showthread.php?p=48475110#post48475110
clsA said:
I just posted it here for someone else
http://forum.xda-developers.com/showthread.php?p=48475110#post48475110
Click to expand...
Click to collapse
OK, so everything is ready, but it keeps saying WAITING FOR DEVICE
pottemans said:
OK, so everything is ready, but it keeps saying WAITING FOR DEVICE
Click to expand...
Click to collapse
it means you don't have the drivers installed correctly
unplug the phone and try these
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
MD5: e2a21d71954d4164c1a116abb926a363
after install plug in the phone
clsA said:
it means you don't have the drivers installed correctly
unplug the phone and try these
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
MD5: e2a21d71954d4164c1a116abb926a363
after install plug in the phone
Click to expand...
Click to collapse
When I run it nothing happends....
I DO HAVE HTC SYNC INSTALLED
pottemans said:
When I run it nothing happends....
I DO HAVE HTC SYNC INSTALLED
Click to expand...
Click to collapse
dump sync but leave the driver's
what OS you on ?
and what was the last working version of android on your phone
clsA said:
dump sync but leave the driver's
what OS you on ?
and what was the last working version of android on your phone
Click to expand...
Click to collapse
Okay so I uninstalled the drivers and sync, then I installed the drivers you gave me but it still doesn´t find my Phone...
im on windows 8.1 and before i flashed the ARHD 40.3 I was on 31 Or somethng wich was Android 4.3....
pottemans said:
Okay so I uninstalled the drivers and sync, then I installed the drivers you gave me but it still doesn´t find my Phone...
im on windows 8.1 and before i flashed the ARHD 40.3 I was on 31 Or somethng wich was Android 4.3....
Click to expand...
Click to collapse
install the TWRP recovery and flash the rom again
and do the wipe/factory reset
clsA said:
install the TWRP recovery and flash the rom again
and do the wipe/factory reset
Click to expand...
Click to collapse
Uhhmmm.... I cant install TWRP when it still cant find my Phone
pottemans said:
Uhhmmm.... I cant install TWRP when it still cant find my Phone
Click to expand...
Click to collapse
it's a flashable zip flash it the same you do a rom
Edit: Instructions
copy TWRP_2.6.3.3_m7.zip to your fastboot/adb folder
boot phone to recovery wait a few seconds then from PC
adb push TWRP_2.6.3.3_m7.zip /data/media/0
wait for it to copy
now from CWM install zip
find the file you just pushed and install it
next you would reboot back to recovery again (TWRP)
choose install then find your rom
Click to expand...
Click to collapse
clsA said:
it's a flashable zip flash it the same you do a rom
Click to expand...
Click to collapse
Yeah I know, but i cant get into recovery AND the rom itself... SO when i want to boot in recovery, it gives me a black screen and then it reboots and i´m stuck at the HTC quietly brillant screen with the red warnings.... Thats my problem.... If i could boot into recovery, i could easily restore my backup, but it wont boot in recovery...
pottemans said:
Yeah I know, but i cant get into recovery AND the rom itself... SO when i want to boot in recovery, it gives me a black screen and then it reboots and i´m stuck at the HTC quietly brillant screen with the red warnings.... Thats my problem.... If i could boot into recovery, i could easily restore my backup, but it wont boot in recovery...
Click to expand...
Click to collapse
well if that's the case your going to need a windows 7 pc long enough to install twrp from fastboot
clsA said:
well if that's the case your going to need a windows 7 pc long enough to install twrp from fastboot
Click to expand...
Click to collapse
I do have iMac aswell...... any possibility to do this on a mac or something
pottemans said:
I do have iMac aswell...... any possibility to do this on a mac or something
Click to expand...
Click to collapse
sure all the commands are the same
you just need the mac versions of fastboot and adb
http://forum.xda-developers.com/showthread.php?t=2245782
clsA said:
sure all the commands are the same
you just need the mac versions of fastboot and adb
http://forum.xda-developers.com/showthread.php?t=2245782
Click to expand...
Click to collapse
okay so I flashed the TWRP recovery, but when I enter the recovery, it reboots again.... Do I need to install ARHD 31.6 via fast boot?
If so how?

Stock RUU need help

Hello. im new here and i ive just bricked my phone , and i wana get back to stock RUU and i dont know whick RUU to download anny sollutions how to check what RUU do i need? Ps.sorry for my bad english. Anny help would be awesome
ubas98 said:
Hello. im new here and i ive just bricked my phone , and i wana get back to stock RUU and i dont know whick RUU to download anny sollutions how to check what RUU do i need? Ps.sorry for my bad english. Anny help would be awesome
Click to expand...
Click to collapse
post the ouput of "fastboot getvar all" except the IMEI and SERIALNO so we can help you determine which RUU you can use if any available for your phone.
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP -v32.120.274.0909
OS-5.16.161.2 eMMC-boot 2048MB
Ive writed everything that i saw on my screen.if i mised anything please tell me
ubas98 said:
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP -v32.120.274.0909
OS-5.16.161.2 eMMC-boot 2048MB
Ive writed everything that i saw on my screen.if i mised anything please tell me
Click to expand...
Click to collapse
that's not your fastboot getvar all, however, the most important part is there which is your OS number, 5.16.161.2 is Vodafone, there is no RUU for your device, do you not have a backup ? how did you brick ?
Seanie280672 said:
that's not your fastboot getvar all, however, the most important part is there which is your OS number, 5.16.161.2 is Vodafone, there is no RUU for your device, do you not have a backup ? how did you brick ?
Click to expand...
Click to collapse
well ive wanted to get to stock so i unlocked my bootloader and tried to install ruu but it failed. and because i locked the bootloader ive somehow bricked my phone one cm11 loading screen. ive unlocked my bootloader and my recovery was all mesed up it couldnt load anny storage so i cant instal other rooms so im stuck here .i have no clue what to do
ubas98 said:
well ive wanted to get to stock so i unlocked my bootloader and tried to install ruu but it failed. and because i locked the bootloader ive somehow bricked my phone one cm11 loading screen. ive unlocked my bootloader and my recovery was all mesed up it couldnt load anny storage so i cant instal other rooms so im stuck here .i have no clue what to do
Click to expand...
Click to collapse
well as your s-on, you can forget about any RUU's at all for now.
I would recommend you flash twrp recovery, use 2.6.3.3 and then erase cache, then reboot bootloader (see commands below).
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
after that go into twrp recovery and select wipe then format data, this will completely wipe your phone of everything, but as its already messed up then it doesn't really matter, does it.
once that is done, download a sense rom from the development section and try and push it to your internal sdcard, if successful then flash it.
Seanie280672 said:
well as your s-on, you can forget about any RUU's at all for now.
I would recommend you flash twrp recovery, use 2.6.3.3 and then erase cache, then reboot bootloader (see commands below).
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
after that go into twrp recovery and select wipe then format data, this will completely wipe your phone of everything, but as its already messed up then it doesn't really matter, does it.
once that is done, download a sense rom from the development section and try and push it to your internal sdcard, if successful then flash it.
Click to expand...
Click to collapse
well everything worked but when i enter recovery mode it askes me a pasword and i dont know it anny solution?
ubas98 said:
well everything worked but when i enter recovery mode it askes me a pasword and i dont know it anny solution?
Click to expand...
Click to collapse
password ? never seen that before, could you post a photo of it ?
Seanie280672 said:
password ? never seen that before, could you post a photo of it ?
Click to expand...
Click to collapse
http://postimg.org/image/ucolu3a83/ here is the img
ubas98 said:
http://postimg.org/image/ucolu3a83/ here is the img
Click to expand...
Click to collapse
I have never seen that before in all my years of using TWRP, maybe one of the other guys can help you with that
Seanie280672 said:
I have never seen that before in all my years of using TWRP, maybe one of the other guys can help you with that
Click to expand...
Click to collapse
maybe i could use another recovery .if yes anny what is other best recovery?
ubas98 said:
maybe i could use another recovery .if yes anny what is other best recovery?
Click to expand...
Click to collapse
oh somehow the pasword screen went out and now im in the recovery in which folder i could trasfer my rom to the phone?
ubas98 said:
oh somehow the pasword screen went out and now im in the recovery in which folder i could trasfer my rom to the phone?
Click to expand...
Click to collapse
adb push it straight to the sdcard, make sure your phone is plugged into the computer and the rom is in the same folder as adb and fastboot files, then issue this command:
Code:
adb push (name of rom).zip /sdcard/
it will look like its not doing anything but will let you know when its done, then uplug your phone before flashing the rom.
and both TWRP and CWM have their good points, you need CWM to flash AOSP rom's and TWRP to flash sense rom's
Seanie280672 said:
well as your s-on, you can forget about any RUU's at all for now.
I would recommend you flash twrp recovery, use 2.6.3.3 and then erase cache, then reboot bootloader (see commands below).
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
after that go into twrp recovery and select wipe then format data, this will completely wipe your phone of everything, but as its already messed up then it doesn't really matter, does it.
once that is done, download a sense rom from the development section and try and push it to your internal sdcard, if successful then flash it.
Click to expand...
Click to collapse
Strangely this is exactly the position I'm in today too.
I wanted to revert to stock after trying cyanogen, relocked the bootloaded and tried to run an RUU. However it stopped with an 'unknown error'. So I tried to push a zip file to it but the adb can't connect to the device and the phone isn't showing up in the device manager (because it's in boot mode?).
I then tried your advice about twrp and tried a different RUU but still get an unknown error and still can't push to the device.
Any ideas of what to try next? My OS is now showing as empty, there was something there previously.
I figured it was time to get some help before I broke things any more.
SGSII_LEDnotify said:
Strangely this is exactly the position I'm in today too.
I wanted to revert to stock after trying cyanogen, relocked the bootloaded and tried to run an RUU. However it stopped with an 'unknown error'. So I tried to push a zip file to it but the adb can't connect to the device and the phone isn't showing up in the device manager (because it's in boot mode?).
I then tried your advice about twrp and tried a different RUU but still get an unknown error and still can't push to the device.
Any ideas of what to try next? My OS is now showing as empty, there was something there previously.
I figured it was time to get some help before I broke things any more.
Click to expand...
Click to collapse
first thing to do is unlock your bootloader again, if you've not already done that, then get TWRP 2.6.3.3 recovery on there, that maybe a problem though as your phone isn't showing in device manager.
So put your phone into the bootloader and see what device manager says then, it should say something if its detecting your phone, even if drivers arnt installed.
also, which HBOOT are you on ? and which Windows OS are you using ?
Seanie280672 said:
first thing to do is unlock your bootloader again, if you've not already done that, then get TWRP 2.6.3.3 recovery on there, that maybe a problem though as your phone isn't showing in device manager.
So put your phone into the bootloader and see what device manager says then, it should say something if its detecting your phone, even if drivers arnt installed.
also, which HBOOT are you on ? and which Windows OS are you using ?
Click to expand...
Click to collapse
I think I've unlocked the bootloader again, fastboot is available and it's showing 'unlocked' at the top. twrp is on there too and I've done the wipe again. The fastboot commands work but pushing doesn't
error: device not found
HBOOT is 1.55.0000 / win7 64 home
Btw Twrp said it couldn't find cache but the wipe was successful.
Thanks for the help.
SGSII_LEDnotify said:
I think I've unlocked the bootloader again, fastboot is available and it's showing 'unlocked' at the top. twrp is on there too and I've done the wipe again. The fastboot commands work but pushing doesn't
error: device not found
HBOOT is 1.55.0000 / win7 64 home
Btw Twrp said it couldn't find cache but the wipe was successful.
Thanks for the help.
Click to expand...
Click to collapse
ok I see what your saying now, what you need to do is boot into TWRP, main screen only, no sub menu's, at that point is your phone still detected in device manager ?
if so then............
put the rom you want to flash in the same folder as adb and fastboot files on your computer, then type:
Code:
adb push (name of rom).zip /sdcard/
you cant push files to your phone using fastboot or whilst its in the bootloader, that's strictly for flashing simple files like Radio's, HBOOTS, recoveries.
Seanie280672 said:
ok I see what your saying now, what you need to do is boot into TWRP, main screen only, no sub menu's, at that point is your phone still detected in device manager ?
if so then............
put the rom you want to flash in the same folder as adb and fastboot files on your computer, then type:
Code:
adb push (name of rom).zip /sdcard/
you cant push files to your phone using fastboot or whilst its in the bootloader, that's strictly for flashing simple files like Radio's, HBOOTS, recoveries.
Click to expand...
Click to collapse
Well at least I've got something in the device manager even if it is a SAMSUNG Android Phone and not my HTC!
The push command hasn't brought up an error, the cursor is just flashing on the next line. It appears to be doing nothing like you said. So I guess I'm playing the waiting game for ten minutes or so. Will there be a notification when it's completed?
---------- Post added at 08:03 PM ---------- Previous post was at 08:00 PM ----------
Ok, transfer complete
SGSII_LEDnotify said:
Well at least I've got something in the device manager even if it is a SAMSUNG Android Phone and not my HTC!
The push command hasn't brought up an error, the cursor is just flashing on the next line. It appears to be doing nothing like you said. So I guess I'm playing the waiting game for ten minutes or so. Will there be a notification when it's completed?
---------- Post added at 08:03 PM ---------- Previous post was at 08:00 PM ----------
Ok, transfer complete
Click to expand...
Click to collapse
ok, unplug your phone, then goto install and select the rom from the list you just pushed, follow the Aroma options and instructions and also id recommend when given the option, to wipe data.
Seanie280672 said:
ok, unplug your phone, then goto install and select the rom from the list you just pushed, follow the Aroma options and instructions and also id recommend when given the option, to wipe data.
Click to expand...
Click to collapse
I renamed the zip file because there were spaces in the name causing errors, would that cause a failure when trying to install?
skipping MD5 check: no md5 file found
Error flashing zip '/sdcard/****.zip'
updating partition details
failed

[Q] Htc One stuck at Htc Logo

Hey,
I have a huge problem and do not know what to do. I write what is in the bootloader:
Locked
M7 UL PVT Ship s-on rh
Hboot 1.57
Factory reset do not work. I did not find anything in the internet. It seems the mobile is not rooted or had a custom rom right?
It is from T mobile and when the T mobile logo appears it is like the graphic card has a problem, then it stucks when the htc logo is there.
anyone an idea? If someone find the problem he/she can have a goodie :crying::crying::crying::crying::crying:
lutoluto said:
Hey,
I have a huge problem and do not know what to do. I write what is in the bootloader:
Locked
M7 UL PVT Ship s-on rh
Hboot 1.57
Factory reset do not work. I did not find anything in the internet. It seems the mobile is not rooted or had a custom rom right?
It is from T mobile and when the T mobile logo appears it is like the graphic card has a problem, then it stucks when the htc logo is there.
anyone an idea? If someone find the problem he/she can have a goodie :crying::crying::crying::crying::crying:
Click to expand...
Click to collapse
your phone looks like to be stock (unmodified) so you should first contact t-mob to repair/replace the phone under warranty. If a factory reset has not solved the issue you'll probably have, at least, to unlock the bootloader and that may void your warranty.
You might also want to try this command from bootloader:
Code:
fastboot erase cache
fastboot reboot
and see if the phone can boot normally, if not ---> claim warranty, if no warranty ---> unlock bootloader a flash a rom to see if the phone can boot with a fresh install, if not ---> probably an hardware defect.
alray said:
your phone looks like to be stock (unmodified) so you should first contact t-mob to repair/replace the phone under warranty. If a factory reset has not solved the issue you'll probably have, at least, to unlock the bootloader and that may void your warranty.
You might also want to try this command from bootloader:
Code:
fastboot erase cache
fastboot reboot
and see if the phone can boot normally, if not ---> claim warranty, if no warranty ---> unlock bootloader a flash a rom to see if the phone can boot with a fresh install, if not ---> probably an hardware defect.
Click to expand...
Click to collapse
no warranty. any good tut for the flash unlock thingg?
lutoluto said:
no warranty. any good tut for the flash unlock thingg?
Click to expand...
Click to collapse
first try to clear cache as it will not wipe any of your data from the phone
Code:
fastboot erase cache
fastboot reboot
then if it doesnt work you can try to unlock the bootloader (will wipe everything) and test if another rom can boot.
alray said:
first try to clear cache as it will not wipe any of your data from the phone
Code:
fastboot erase cache
fastboot reboot
then if it doesnt work you can try to unlock the bootloader (will wipe everything) and test if another rom can boot.
Click to expand...
Click to collapse
I did it. in the cmd it asks if I meant formating this partition, but said ok. but it is stucking on the logo again.
I think it is a hardware thing. but do you know what to do now to unlock it and get a rom on it?
lutoluto said:
I did it. in the cmd it asks if I meant formating this partition, but said ok. but it is stucking on the logo again.
I think it is a hardware thing. but do you know what to do now to unlock it and get a rom on it?
Click to expand...
Click to collapse
first, follow these 2 video tutorials to unlock the bootloader and flash twrp recovery 2.6.3.3
alray said:
first, follow these 2 video tutorials to unlock the bootloader and flash twrp recovery 2.6.3.3
Click to expand...
Click to collapse
I think you forgot to post them !?:crying:
lutoluto said:
I think you forgot to post them !?:crying:
Click to expand...
Click to collapse
yeah sorry http://forum.xda-developers.com/htc-one#root
:laugh:
alray said:
yeah sorry http://forum.xda-developers.com/htc-one#root
:laugh:
Click to expand...
Click to collapse
So I did this and it worked. BUT! I am in Clockwork recovery blabla where I need to select something from sd cardnright? but it is htc one m7 xD there is no sd card or if I cant get the back open. Something is written here in recovery sendingvia sideload!? any idea if there is a way get a file on my phone?
lutoluto said:
So I did this and it worked. BUT! I am in Clockwork recovery blabla where I need to select something from sd cardnright? but it is htc one m7 xD there is no sd card or if I cant get the back open. Something is written here in recovery sendingvia sideload!? any idea if there is a way get a file on my phone?
Click to expand...
Click to collapse
You have flashed cwm recovery? like I said in post #6, you'll need to flash TWRP recovery 2.6.3.3. then you'll be able to adb push or adb sideload a rom to your phone.
alray said:
You have flashed cwm recovery? like I said in post #6, you'll need to flash TWRP recovery 2.6.3.3. then you'll be able to adb push or adb sideload a rom to your phone.
Click to expand...
Click to collapse
Oh ****, I just did what was in the videos. So now I have to download the new cwm and flash it?! Ok wait a minute
lutoluto said:
Oh ****, I just did what was in the videos. So now I have to download the new cwm and flash it?! Ok wait a minute
Click to expand...
Click to collapse
not the new cwm recovery.... TWRP recovery 2.6.3.3.
alray said:
first, follow these 2 video tutorials to unlock the bootloader and flash twrp recovery 2.6.3.3
Click to expand...
Click to collapse
alray said:
You have flashed cwm recovery? like I said in post #6, you'll need to flash TWRP recovery 2.6.3.3. then you'll be able to adb push or adb sideload a rom to your phone.
Click to expand...
Click to collapse
you can flash TWRP recovery 2.6.3.3 the same way you did for cwm, same procedure:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
lutoluto said:
I think you forgot to post them !?:crying:
Click to expand...
Click to collapse
Hey, it is not opening the 2.6.3.3 I have. you have a link?
lutoluto said:
Hey, it is not opening the 2.6.3.3 I have. you have a link?
Click to expand...
Click to collapse
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
alray said:
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Click to expand...
Click to collapse
okay and now?
lutoluto said:
okay and now?
Click to expand...
Click to collapse
boot in twrp recovery (bootloader ---> recovery)
when booted in twrp main menu, select "wipe" then wipe everything + format data
download this rom and save it in your adb/fastboot folder on your pc.
with your phone still booted in twrp enter this command:
Code:
adb push Android_Revolution_HD-One_71.1.zip /sdcard/
wait between 5-10 min untill the file is copied to your phone (no progress bar, just wait until you get back the command prompt)
then in twrp select "install" from the main menu then browse the sdcard to find Android_Revolution_HD-One_71.1.zip and select it, swipe to confirm flash, wait until the rom is flashed and reboot phone and hopefully it will boot correctly.
alray said:
boot in twrp recovery (bootloader ---> recovery)
when booted in twrp main menu, select "wipe" then wipe everything + format data
download this rom and save it in your adb/fastboot folder on your pc.
with your phone still booted in twrp enter this command:
Code:
adb push Android_Revolution_HD-One_71.1.zip /sdcard/
wait between 5-10 min untill the file is copied to your phone (no progress bar, just wait until you get back the command prompt)
then in twrp select "install" from the main menu then browse the sdcard to find Android_Revolution_HD-One_71.1.zip and select it, swipe to confirm flash, wait until the rom is flashed and reboot phone and hopefully it will boot correctly.
Click to expand...
Click to collapse
at format data he is unable to mount cache and when wipe he says not succesful. I will continue what you wrote and write then again
alray said:
boot in twrp recovery (bootloader ---> recovery)
when booted in twrp main menu, select "wipe" then wipe everything + format data
download this rom and save it in your adb/fastboot folder on your pc.
with your phone still booted in twrp enter this command:
Code:
adb push Android_Revolution_HD-One_71.1.zip /sdcard/
wait between 5-10 min untill the file is copied to your phone (no progress bar, just wait until you get back the command prompt)
then in twrp select "install" from the main menu then browse the sdcard to find Android_Revolution_HD-One_71.1.zip and select it, swipe to confirm flash, wait until the rom is flashed and reboot phone and hopefully it will boot correctly.
Click to expand...
Click to collapse
When I type in what you said there is just a message saying error: more than one device and emulator.... T_T
lutoluto said:
When I type in what you said there is just a message saying error: more than one device and emulator.... T_T
Click to expand...
Click to collapse
so you have any other android device connected on your pc? if yes disconnect the other device or you can also direct the adb command to the specified device (your htc one)
find the serial number corresponding to your phone and use it with the following command
Code:
adb -s your_serial_number push Android_Revolution_HD-One_71.1.zip /sdcard/
to find your serial number do
Code:
adb devices
lets say your phone sn is HT386W890355
Code:
adb -s HT386W890355 push Android_Revolution_HD-One_71.1.zip /sdcard/
alray said:
so you have any other android device connected on your pc? if yes disconnect the other device or you can also direct the adb command to the specified device (your htc one)
find the serial number corresponding to your phone and use it with the following command
Code:
adb -s your_serial_number push Android_Revolution_HD-One_71.1.zip /sdcard/
to find your serial number do
Code:
adb devices
lets say your phone sn is HT386W890355
Code:
adb -s HT386W890355 push Android_Revolution_HD-One_71.1.zip /sdcard/
Click to expand...
Click to collapse
Okay now a lot of text is ran under the command. I think that is a good sign, I will wait

Corrupted TWRP, red triangle when entering recovery

So I'm having a hard time here LOL.
I come from a soft brick and after some issues I got my m7_ul back to stock, which is great as it is alive again Now I want to flash a decent ROM, I have thought about ViperOne. However my TWRP 2.7.1.1 seems corrupted, I can't even enter it and I have had a couple of scary moments as the phone won't boot to system. Finally pressing the power button for like 30 seconds did the job and it booted to system. Stock ROM sucks but it is better than a brick haha.
My phone is international m7_ul, my HBOOT is 1.44 and I have Tampered and Unlocked labels, not sure what should I do exactly. Just want the basic strategy to get my custom ROM running and later on I will add a soundmod but that should be easier.
Dani84 said:
So I'm having a hard time here LOL.
I come from a soft brick and after some issues I got my m7_ul back to stock, which is great as it is alive again Now I want to flash a decent ROM, I have thought about ViperOne. However my TWRP 2.7.1.1 seems corrupted, I can't even enter it and I have had a couple of scary moments as the phone won't boot to system. Finally pressing the power button for like 30 seconds did the job and it booted to system. Stock ROM sucks but it is better than a brick haha.
My phone is international m7_ul, my HBOOT is 1.44 and I have Tampered and Unlocked labels, not sure what should I do exactly. Just want the basic strategy to get my custom ROM running and later on I will add a soundmod but that should be easier.
Click to expand...
Click to collapse
If you returned to stock you have re flash custom recovery
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7ul
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Suggest re-download, the re-flash TWRP, flash in fastboot fastboot flash recovery <name of recovery.img> and then fastboot erase cache, this should allow you to enter recovery.
wow that was fast thanks, problem solved, I'm now running TWRP 2.6.3.4
so now I just place the desired ROM flash it, wipe dalvik and cache, and voila, right? will try to find if viperone is compatible with m7ul, I had a problem with ARHD 71.1
Dani84 said:
wow that was fast thanks, problem solved, I'm now running TWRP 2.6.3.4
so now I just place the desired ROM flash it, wipe dalvik and cache, and voila, right? will try to find if viperone is compatible with m7ul, I had a problem with ARHD 71.1
Click to expand...
Click to collapse
They will both work great with your current recovery installed
clsA said:
If you returned to stock you have re flash custom recovery
Click to expand...
Click to collapse
Hello I flashed twrp recovery through twrp manager app which showed an error but after pressing reboot to twrp it did but I got a red triangle error sign his can I fix it?
CostasV23 said:
Hello I flashed twrp recovery through twrp manager app which showed an error but after pressing reboot to twrp it did but I got a red triangle error sign his can I fix it?
Click to expand...
Click to collapse
simply flash twrp using fastboot. Easy, fast and reliable.
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
​
alray said:
simply flash twrp using fastboot. Easy, fast and reliable.
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
The thing that did the trick for me was downloading the .img file from the twrp site and flashing with flashify after that it worked . thanks for your time
CostasV23 said:
​
The thing that did the trick for me was downloading the .img file from the twrp site and flashing with flashify after that it worked . thanks for your time
Click to expand...
Click to collapse
Yep, thats a way to do it, I prefer to use fastboot but if you don't have a computer to work with then its a good alternative. :good:
CostasV23 said:
Hello I flashed twrp recovery through twrp manager app which showed an error but after pressing reboot to twrp it did but I got a red triangle error sign his can I fix it?
Click to expand...
Click to collapse
alray said:
simply flash twrp using fastboot. Easy, fast and reliable.
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
wholly smokes this thread is 2 years old how did it come back ? I feel like Ive been resurrected
clsA said:
wholly smokes this thread is 2 years old how did it come back ? I feel like Ive been resurrected
Click to expand...
Click to collapse
That's my bad actually . I was searching how to install a recovery after the red triangle for the s4 mini plus which is a completely different device and it wasn't until later I realised this thread is for the m7 and I couldn't delete it afterwards so my bad yeah

Htc one stuck on loading screen

Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
Its a phone of a friend because he had some rom installed with like 0 apps option or anything at all...
I can'T access the SD card anymore... he told me it was rooted already and stuff.. so I checked it up on the fastboot
ITs Tampered and Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.000
RADIO-4T.27.3218.14
OPENDSP-V32.120.274.0909
OS-
eMMC-boot 2048MB
ok this is little info there.. the usb is probly not in debugging mode.. *sigh*
I tried to delete cache/dalvik and so on.. but it still doesnt want to load, the recovery is CWM
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
also HTC one Toolkits don't work it doesn'T find the device.. but it finds my Htc one... for some odd reason
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
but i can'T find anything for it as it works on my other HTC one but not on this one.. >->
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
no nothing there
dialgeta16 said:
Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
(...)
the recovery is CWM
Click to expand...
Click to collapse
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
the usb is probly not in debugging mode.. *sigh*
Click to expand...
Click to collapse
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
I tried to delete cache/dalvik and so on.. but it still doesnt want to load
Click to expand...
Click to collapse
It will not load unless you reflash it using twrp 2.6.3.3
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
Click to expand...
Click to collapse
not needed
also HTC one Toolkits don't work it doesn'T find the device..
Click to expand...
Click to collapse
don't use toolkit, use adb and fastboot directly from the command prompt
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
Click to expand...
Click to collapse
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
Click to expand...
Click to collapse
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
alray said:
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
It will not load unless you reflash it using twrp 2.6.3.3
not needed
don't use toolkit, use adb and fastboot directly from the command prompt
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
Click to expand...
Click to collapse
thanks now it doest atleast something but it enters always back to recovery mode now...
dialgeta16 said:
thanks now it doest atleast something but it enters always back to recovery mode now...
Click to expand...
Click to collapse
flash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
from twrp recovery (this will wipe your phone):
wipe everything
format data
reboot in recovery mode
then use adb to push the rom to your phone:
make sure your phone is booted in twrp main menu
make sure your rom in the same folder where you have adb and fastboot
Code:
adb push arhd.zip /sdcard/
the command prompt will be unresponsive for a few minutes.
when the push is completed, in twrp select "install" then select your arhd.zip and swipe to flash.
reboot your phone normally.
make sure the MD5 value of both the rom and the recovery are correct before flashing.

Categories

Resources