[Q] HTC One stuck in bootloop

Search This thread

ljp

Member
Oct 28, 2007
13
0
I have been given a HTC One which has been messed up by someone who has tried to root it.

The phone boots, gets to the welcome to Android screen and reboots.

The bootloader shows the following info:

Tampered
Unlocked
M7_UL PVT Ship S-ON RH
HBOOT-1.55.0000
RADIO-4T.21.3218.21
OpenDSP-v32.120.274.0909
OS-
eMMC-boot 2048 MB
Oct 17 2013.23:06:14.0

I can get into CWR (V6.0.4.6) but that is it - I cant recover from SDCARD as it says no files found. ADB says there is no device there if I try to push anything to it.

So a couple of questions.
Does the info above look correct for a UK based phone?
Any ideas how to get the phone to boot please?

Thanks.
 
Last edited:

ljp

Member
Oct 28, 2007
13
0
Cheers Alray,

Here is what it says:

bootloader version 0.5
version-bootloader 1.55.0000
version baseband 4t.21.3218.21
version cpld none
version microp none
version main
version misc PVT SHIP S-ON
meid 000000000000000
product m7_ul
platform hboot-8064
modelid PN0710000
cidnum HTC__304
battery status good
battery voltage 3763mV
partition layout generic
security on
build mode SHIP
boot mode FASTBOOT
commitno-bootloader: dirty-bb768ae1
hbootpreupdate 11
gencheckpt 0

Does that help?
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Cheers Alray,

Here is what it says:

bootloader version 0.5
version-bootloader 1.55.0000
version baseband 4t.21.3218.21
version cpld none
version microp none
version main
version misc PVT SHIP S-ON
meid 000000000000000
product m7_ul
platform hboot-8064
modelid PN0710000
cidnum HTC__304
battery status good
battery voltage 3763mV
partition layout generic
security on
build mode SHIP
boot mode FASTBOOT
commitno-bootloader: dirty-bb768ae1
hbootpreupdate 11
gencheckpt 0

Does that help?

your cid (HTC__304) is a EMEA cid (Europe, Midle-East and Africa) and generally from Spain. You should have no issue using it in the UK.

now for the bootloop do you want to go back to stock or you don't care? If you don't care about being stock, the easiest thing probably is to flash a custom rom like ARHD 51.0

please quote me or mention me (@alray) or I will not see you replied) just saw you posted back randomly
 

ljp

Member
Oct 28, 2007
13
0
your cid (HTC__304) is a EMEA cid (Europe, Midle-East and Africa) and generally from Spain. You should have no issue using it in the UK.

now for the bootloop do you want to go back to stock or you don't care? If you don't care about being stock, the easiest thing probably is to flash a custom rom like ARHD 51.0

please quote me or mention me (@alray) or I will not see you replied) just saw you posted back randomly

I don't really want a stock ROM at all. A Google Play ROM would be better I think.

Are you suggesting this ROM:

http://xdaforums.com/showthread.php?t=2356654

If so how do I get it onto the phone. I've tried pushing things to it and all I get it device not found.
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
I don't really want a stock ROM at all. A Google Play ROM would be better I think.

Are you suggesting this ROM:

http://xdaforums.com/showthread.php?t=2356654

No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.

was referring to this rom

http://xdaforums.com/showthread.php?t=2183023

If so how do I get it onto the phone. I've tried pushing things to it and all I get it device not found.

make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)

download twrp recovery 2.6.6.3 and flash it

Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader

then boot in recovery (twrp)

download the rom and place it in your adb/fastboot folder and push it to your phone

Code:
adb push name_of_rom.zip /sdcard/

then in twrp select install and chose the rom.zip you pushed
 

ljp

Member
Oct 28, 2007
13
0
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.

was referring to this rom

http://xdaforums.com/showthread.php?t=2183023



make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)

download twrp recovery 2.6.6.3 and flash it

Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader

then boot in recovery (twrp)

download the rom and place it in your adb/fastboot folder and push it to your phone

Code:
adb push name_of_rom.zip /sdcard/

then in twrp select install and chose the rom.zip you pushed

Cheers for that.

Is this the correct version of TWRP for my phone:

http://teamw.in/project/twrp2/164
 

ljp

Member
Oct 28, 2007
13
0
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.

was referring to this rom

http://xdaforums.com/showthread.php?t=2183023



make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)

download twrp recovery 2.6.6.3 and flash it

Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader

then boot in recovery (twrp)

download the rom and place it in your adb/fastboot folder and push it to your phone

Code:
adb push name_of_rom.zip /sdcard/

then in twrp select install and chose the rom.zip you pushed
@alray

I am struggling pushing the ROM to the phone.

I have got the recovery running and when I push the rom to the phone after a few minutes I get:

PROTOCOL FAILURE.

Am I doing something wrong?
 

ljp

Member
Oct 28, 2007
13
0
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.

was referring to this rom

http://xdaforums.com/showthread.php?t=2183023



make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)

download twrp recovery 2.6.6.3 and flash it

Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader

then boot in recovery (twrp)

download the rom and place it in your adb/fastboot folder and push it to your phone

Code:
adb push name_of_rom.zip /sdcard/

then in twrp select install and chose the rom.zip you pushed

I have copied the ROM to the phone (finally) and installed it.

Now all the phone will do is to start up, show the HTC screen, then the screen goes black and the phone reboots into recovery.

I have no idea what the problem is now. :crying:
 

parabelumm

Member
Dec 31, 2013
37
7
You must get correct recovery.
recovery-clockwork-touch-6.0.4.6-m7 or TWRP_2.6.3.0_m7 i dont remember now
Flash recovery

Download HTC toolkit.
Reboot to fastboot use sideload to install cm11
do wipe :)
must work .
 

ljp

Member
Oct 28, 2007
13
0
You must get correct recovery.
recovery-clockwork-touch-6.0.4.6-m7 or TWRP_2.6.3.0_m7 i dont remember now
Flash recovery

Download HTC toolkit.
Reboot to fastboot use sideload to install cm11
do wipe :)
must work .

That doesnt really answer my question but gives me more things to get wrong. ;)
 

SaHiLzZ

Senior Member
Jan 19, 2011
2,000
516
Can you try ARHD 31.6 and install that? I am suspecting that becuase of S-ON, your phone maybe not liking ARHD 51.x rom.

Post back how it goes.
 

Top Liked Posts