[SOLVED] Please Help! Android bricked and no recovery boot either! - One (M7) Q&A, Help & Troubleshooting

Hi folks,
i Have a HTC ONE with this configurations:
ROM: ANDROID REVOLUTION HD
HBOOT: 1.55 S-ON
Recovery: TWRP
When i start my device and android is starting, i get an message about System process isn't running. Yes, my android is completely dead.
So the logic thing to do is start in recovery TWRP and restore the last backup, right? Well... When I boot with hboot and press to enter on recovery mode...
I get the HTC logo and the "entering recovery" screen forever. Recovery TWRP is completely dead too.
Using adb i can start a shell, view all my files on the device, perform any task.
The fastboot.exe boot recovery.img freezes the device and flash recovery doesnt work too.
Flash the rom doent work too.
Anyone knows what can I do?
thanks!
UPDATE: The solution on the last post was: RUU.

dogasantos said:
Hi folks,
i Have a HTC ONE with this configurations:
ROM: ANDROID REVOLUTION HD
HBOOT: 1.55 S-ON
Recovery: TWRP
When i start my device and android is starting, i get an message about System process isn't running. Yes, my android is completely dead.
So the logic thing to do is start in recovery TWRP and restore the last backup, right? Well... When I boot with hboot and press to enter on recovery mode...
I get the HTC logo and the "entering recovery" screen forever. Recovery TWRP is completely dead too.
Using adb i can start a shell, view all my files on the device, perform any task.
The fastboot.exe boot recovery.img freezes the device and flash recovery doesnt work too.
Flash the rom doent work too.
Anyone knows what can I do?
thanks!
Click to expand...
Click to collapse
Code:
fastboot boot recovery
only works on hboot 1.44
please answer all questions below:
post the output of fastboot getvar all excluding imei and serialno
what version of twrp are you using?
what version of arhd?
what you did before the phone bricked?
if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?

alray said:
Code:
fastboot boot recovery
only works on hboot 1.44
please answer all questions below:
post the output of fastboot getvar all excluding imei and serialno
what version of twrp are you using?
what version of arhd?
what you did before the phone bricked?
if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
Click to expand...
Click to collapse
Hi ! thanks for your quick reply!
Here is the informations:
C:\mini-sdk>fastboot.exe getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: XXXXXXX
(bootloader) imei: XXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__203
(bootloader) battery-status: good
(bootloader) battery-voltage: 4288mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.067s
Click to expand...
Click to collapse
[*]what version of twrp are you using?
A: A recovery.log from last backup (2013) shows TWRP 2.6.3.3.
[*]what version of arhd?
A: ARHD 40.3 (android 4.4 + sense 5.5 + htc sdk api 5.65)
[*]what you did before the phone bricked?
A: A TWRP reset to default
[*]if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
A: reboot-bootloader get me to the fastboot and when i hit the recovery i get stuck on "entering recovery" screen forever.
As I mentioned above, i have a TWRP backup with this files:
boot.emmc.win
data.ext4.win
recovery.emmc
system.ext4.win000
system.ext4.win001
Click to expand...
Click to collapse
I see this as 2 problems, (1) android doesnt boot anymore due to system process failure and (2) recovery partition/firmware is corrupted somehow.
I really dont know what to do, I spent the last 12 hours looking for directions here and over internet but nothing works. What you think i can do?
Thanks for your help @alray.

dogasantos said:
[*]if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
A: reboot-bootloader get me to the fastboot and when i hit the recovery i get stuck on "entering recovery" screen forever.
As I mentioned above, i have a TWRP backup with this files:
Click to expand...
Click to collapse
just want to be sure:
in bootloader mode (fastboot) you did the following:
Code:
fastboot erase cache
fastboot reboot-bootloader
then you tried to boot the recovery and it still doesnt work?
try to download the recovery again from here
make sure md5 match: 72067aefb69541d40e8420d7aa46408d
Code:
then
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
and try to boot in recovery again
post a screenshot if you get any error

alray said:
just want to be sure:
in bootloader mode (fastboot) you did the following:
Code:
fastboot erase cache
fastboot reboot-bootloader
then you tried to boot the recovery and it still doesnt work?
Click to expand...
Click to collapse
A: yes, this is right. The TWRP doesn't show up
alray said:
try to download the recovery again from here
make sure md5 match: 72067aefb69541d40e8420d7aa46408d
Code:
then
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
and try to boot in recovery again
post a screenshot if you get any error
Click to expand...
Click to collapse
Hi @alray !
here is the sequence:
C:\mini-sdk>fastboot.exe flash recovery openrecovery-twrp-2.6.3.3-m7.img
target reported max download size of 1526722560 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.076s]
writing 'recovery'...
OKAY [ 0.702s]
finished. total time: 1.794s
C:\mini-sdk>fastboot.exe erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.047s]
finished. total time: 0.047s
C:\mini-sdk>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.031s]
finished. total time: 0.031s
C:\mini-sdk>
Click to expand...
Click to collapse
But.. when I select to enter RECOVERY on bootloader i got the same freezing screen
Thanks for your reply on this thread!! I really appreciated all your help!!

dogasantos said:
A: yes, this is right. The TWRP doesn't show up
Hi @alray !
let me post the error when flash this recovery version (the md5 hash match):
Thanks for your reply on this thread!! I really appreciated all your help!!
Click to expand...
Click to collapse
:laugh:
Your bootloader is locked or re-locked. you must have unlocked bootloader

alray said:
:laugh:
Your bootloader is locked or re-locked. you must have unlocked bootloader
Click to expand...
Click to collapse
LOL, yes, sorry.
i updated the previous post with the correct information (re-unlock with htc unlock)!
I try this step (relock) between your messages, but nothing new.
All sequence is OK, but i got the same freezing screen :crying:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

dogasantos said:
LOL, yes, sorry.
i updated the previous post with the correct information (re-unlock with htc unlock)!
I try this step (relock) between your messages, but nothing new.
All sequence is OK, but i got the same freezing screen :crying:
Click to expand...
Click to collapse
strange, maybe you could try with CWM recovery.
flash cwm recovery the same way you just did for twrp and see if it boot. don't forget to "fastboot erase cache" and "fastboot reboot-bootloader" before attempting to boot the recovery.

alray said:
strange, maybe you could try with CWM recovery.
flash cwm recovery the same way you just did for twrp and see if it boot. don't forget to "fastboot erase cache" and "fastboot reboot-bootloader" before attempting to boot the recovery.
Click to expand...
Click to collapse
the same happens with CWM recovery img :crying:
thanks anyway!

dogasantos said:
the same happens with CWM recovery img :crying:
thanks anyway!
Click to expand...
Click to collapse
try this recovery just in case: http://www.androidfilehost.com/?fid=23329332407590873

alray said:
try this recovery just in case: http://www.androidfilehost.com/?fid=23329332407590873
Click to expand...
Click to collapse
the same happens.
there is a way to format the recovery (raw) partition?
Maybe this could fix some corrupted data (if flashing new recovery doesn't do that)
What about trying RRU? I found this link
http://www.htc1guru.com/dld/ruu_m7_...0-38r-1157-04l_release_353069_signed_2-1-exe/
But the mirror is TOO SLOW down here, will take hours to download this file.

dogasantos said:
the same happens.
there is a way to format the recovery (raw) partition?
Maybe this could fix some corrupted data (if flashing new recovery doesn't do that)
What about trying RRU? I found this link
http://www.htc1guru.com/dld/ruu_m7_...0-38r-1157-04l_release_353069_signed_2-1-exe/
But the mirror is TOO SLOW down here, will take hours to download this file.
Click to expand...
Click to collapse
yes in theroy the ruu should do the job, but many users reported that ruu isn't working properly, anyway give it a try. htc1guru.com is sometime slow because too much traffic. Try to restart the download, sometime you can get a good/fast connection. make sure md5 match 9ad4111ce86981e3dffcce6d9ee80551
you can also download the ruu from here: http://androidruu.com/getdownload.p...10.38r.1157.04L_release_353069_signed_2-1.exe

SOLVED
alray said:
yes in theroy the ruu should do the job, but many users reported that ruu isn't working properly, anyway give it a try. htc1guru.com is sometime slow because too much traffic. Try to restart the download, sometime you can get a good/fast connection. make sure md5 match 9ad4111ce86981e3dffcce6d9ee80551
you can also download the ruu from here: http://androidruu.com/getdownload.p...10.38r.1157.04L_release_353069_signed_2-1.exe
Click to expand...
Click to collapse
Hi @alray !
yes, RUU do the trick ! Bring my phone back to life! haha
thanks for all your help, I really appreciated !!!
I performed the steps described here (for the users with similar problem in the future): http://www.andromods.com/unroot-locking/how-to-restore-to-stock-unbrick-unrooting-htc-one-m7.html
How i can tag this thread as SOLVED ?
cya!

dogasantos said:
Hi @alray !
yes, RUU do the trick ! Bring my phone back to life! haha
thanks for all your help, I really appreciated !!!
I performed the steps described here (for the users with similar problem in the future): http://www.andromods.com/unroot-locking/how-to-restore-to-stock-unbrick-unrooting-htc-one-m7.html
How i can tag this thread as SOLVED ?
cya!
Click to expand...
Click to collapse
glad it finally worked :highfive:
you can tag your thread with [solved] by editing your first post in this thread.
click "edit / delete" then click on "go advanced" and edit you thread title with [solved]

Related

[Q] Can't return to stock firmware

Currently S-OFF and UNLOCKED.
Just ran a 4.4.2 RUU via zip, rom is back to stock, but recovery isn't working, red triangle.
When I try to flash the firmware.zip, it returns
E:\Tools\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>fastboot flash zi
p firmware.zip
target reported max download size of 1514139648 bytes
sending 'zip' (42459 KB)...
OKAY [ 2.955s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 2.990s
Click to expand...
Click to collapse
I also tried extracting the boot.img and recovery.img and flashing them separately, but I still get the red triangle when trying to enter recovery.
Need to return my HTC One to 100% stock to fix the purple camera issue, tried everything I could find, please help!
(Warranty expires in a week)
An RUU.zip has to be run as follows, not from recovery
Make sure the RUU.zip is in your adb folder.
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip ruu.zip
Now the first time you issue a command to flash firmware/ruu in fastboot it only prepares the flash. *You have to issue the exact command again:
fastboot flash zip ruu.zip
The green status bar usually does not reach the 100% mark. *When the output in the command window is complete, you can reboot:
fastboot reboot
PS the red triangle is stock recovery
(Power button + volume up to enter recovery ).
Sent from my GT-I9505 using XDA Premium 4 mobile app
PLZ HELP
bored_stupid said:
An RUU.zip has to be run as follows, not from recovery
Make sure the RUU.zip is in your adb folder.
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip ruu.zip
Now the first time you issue a command to flash firmware/ruu in fastboot it only prepares the flash. *You have to issue the exact command again:
fastboot flash zip ruu.zip
The green status bar usually does not reach the 100% mark. *When the output in the command window is complete, you can reboot:
fastboot reboot
PS the red triangle is stock recovery
(Power button + volume up to enter recovery ).
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Just tried running both the firmware.zip and ruu.zip flash commands twice, same result!
Still can't return to stock recovery(the really simple one).
Current specs:
*** LOCKED ***
M7_U PUT SHIP S-OFF RH
CID-HTC__621
HBOOT-1.56.0000
RADIO-4A.23.3263.28
OpenDSP-v32.120.274.0909
OS-4.20.709.14
eMMC-boot 2048MB
Click to expand...
Click to collapse
Names of the files I used
firmware.zip [MD5:19c0fd52eb90d6e60ff2a6e9c1ee035a]
RUU_M7_U_K44_SENSE55_MR_hTC_Asia_TW_4.20.709.14.zip [MD5:04110c3e9152faf91ba661e68b34ec42]
Post a fastboot getvar all minus imei no and serial no. Post links to recovery's you have tried and links to RUU'S. and also commands you have tried to flash recovery and RUU's
Why was you trying to flash a firmware.zip.
Also if your trying to return to full stock for warranty purpose, your phone needs to be locked not relocked and you must also remove tampered.
Follow this guide to achieve this
http://forum.xda-developers.com/showthread.php?t=2541082
And also look here for stock rom
http://www.htc1guru.com/guides/return-stock-guide/
Sent from my GT-I9505 using XDA Premium 4 mobile app
bored_stupid said:
Post a fastboot getvar all minus imei no and serial no. Post links to recovery's you have tried and links to RUU'S. and also commands you have tried to flash recovery and RUU's
Why was you trying to flash a firmware.zip.
Also if your trying to return to full stock for warranty purpose, your phone needs to be locked not relocked and you must also remove tampered.
Follow this guide to achieve this
http://forum.xda-developers.com/showthread.php?t=2541082
And also look here for stock rom
http://www.htc1guru.com/guides/return-stock-guide/
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm trying to flash a firmware.zip because I failed at flashing the stock recovery individually.
Commands... I used just the usual ones, but tried them all at different states: LOCKED, RELOCKED, UNLOCKED...
fastboot flash recovery recovery.img
fastboot erase cache
LOCK/UNLOCK from this thread: http://forum.xda-developers.com/showthread.php?t=2475914
Also this corrupted data partition thing by Mike of ARHD: http://android-revolution-hd.blogspot.tw/2013/10/fix-data-htc-one.html
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.20.709.14
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__621
(bootloader) battery-status: good
(bootloader) battery-voltage: 4106mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
I can successfully flash TWRP recovery, but no luck with any other stock recovery...
(flashed the extracted boot.img from the same firmware.zip before flashing the recovery.img)
theplaypig said:
Just ran a 4.4.2 RUU via zip, rom is back to stock, but recovery isn't working, red triangle.
Click to expand...
Click to collapse
That is the stock recovery!!
nkk71 said:
That is the stock recovery!!
Click to expand...
Click to collapse
Isn't it supposed to be a very simple menu?
If it is stock recovery, how do I use it? I tried pressing POWER+VOL_UP as mentioned above but it just kept rebooting!
theplaypig said:
Isn't it supposed to be a very simple menu?
If it is stock recovery, how do I use it? I tried pressing POWER+VOL_UP as mentioned above but it just kept rebooting!
Click to expand...
Click to collapse
stock recovery:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
to get to this menu:
you need to briefly press POWER + VOLUP (or POWER+UP+DOWN), you may need to try a few times to get the timing correct.
nkk71 said:
stock recovery:
to get to this menu:
you need to briefly press POWER + VOLUP (or POWER+UP+DOWN), you may need to try a few times to get the timing correct.
Click to expand...
Click to collapse
Thanks I just looked it up and it's working. It was correct the whole time, I went full retard.
theplaypig said:
Thanks I just looked it up and it's working. It was correct the whole time, I went full retard.
Click to expand...
Click to collapse
no problem
nkk71 said:
no problem
Click to expand...
Click to collapse
When I reboot, I get a black background with red HTC and white text, and then I get the usual boot animation(with sound).
Is the first part stock or custom? Can't remember if I modded it...
theplaypig said:
When I reboot, I get a black background with red HTC and white text, and then I get the usual boot animation(with sound).
Is the first part stock or custom? Can't remember if I modded it...
Click to expand...
Click to collapse
Can you post a pic of the screen.
Did you follow nkk71's guide for returning to full stock?
Sent from my GT-I9505 using XDA Premium 4 mobile app
bored_stupid said:
Can you post a pic of the screen.
Did you follow nkk71's guide for returning to full stock?
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Here's a video: http://youtu.be/jUMIhA_mKE4
I had to downgrade my hboot from 1.56 to 1.44 to get S-ON, I suppose I should upgrade it to the latest version so it matches everything else?
Edit:
I followed this guide: http://www.htc1guru.com/guides/return-stock-guide/
theplaypig said:
Here's a video: http://youtu.be/jUMIhA_mKE4
I had to downgrade my hboot from 1.56 to 1.44 to get S-ON, I suppose I should upgrade it to the latest version so it matches everything else?
Edit:
I followed this guide: http://www.htc1guru.com/guides/return-stock-guide/
Click to expand...
Click to collapse
that video show's correct (stock) bootup and powerdown animations, but a (possibly) modded bootsplash.... that would be partition mmcblk0p13 and can't be flashed without S-Off
though an RUU should have taken care of that!!
PS: I say possibly, because maybe your version (HTC__621) is supposed to be like that.
nkk71 said:
that video show's correct (stock) bootup and powerdown animations, but a (possibly) modded bootsplash.... that would be partition mmcblk0p13 and can't be flashed without S-Off
though an RUU should have taken care of that!!
PS: I say possibly, because maybe your version (HTC__621) is supposed to be like that.
Click to expand...
Click to collapse
I ran the RUU via zip not exe, maybe that's the issue? I think I'll have to S-OFF again to fix it...
And the hboot part? Should I upgrade it to a matching version for a valid warranty?
theplaypig said:
I ran the RUU via zip not exe, maybe that's the issue? I think I'll have to S-OFF again to fix it...
And the hboot part? Should I upgrade it to a matching version for a valid warranty?
Click to expand...
Click to collapse
doesn't matter if it was a ruu.zip or ruu.exe both would/should change the bootsplash... can you check the zip if it has "splash1.nb0" that would be the bootsplash.
ruu (zip or exe) contain everything so hboot and bootsplash should already by stock.
maybe it's just supposed to be that way for you??
nkk71 said:
doesn't matter if it was a ruu.zip or ruu.exe both would/should change the bootsplash... can you check the zip if it has "splash1.nb0" that would be the bootsplash.
ruu (zip or exe) contain everything so hboot and bootsplash should already by stock.
maybe it's just supposed to be that way for you??
Click to expand...
Click to collapse
Checked the RUU zip and it doesn't have the bootsplash, a simplified version of RUU I guess...
So I decided to run a RUU exe, which should be more complete and thorough, 100% back to stock.
But since I couldn't S-ON yesterday, I downgraded my hboot from 1.56 to 1.44 (I thought upgrading it back to 1.56 would be simple).
Now I can't get S-OFF to run the RUU exe(can't use revone because it doesn't work with my version of something),
and some things don't match when I try to run it with S-ON.
I can't find any newer version of RUU or the latest hboot for download.
Overall, I ****ed up pretty bad and I think I'm about to send it back regardless of warranty...
Returning to stock is a lot harder than I thought, all this time put in to fix the purple camera thing...
playpig, i have the exact same fone as you and i also want to unroot my fone. can you please tell me where you found the stock recovery and how u unrooted your fone? thanks in advance

[Q] Need Help for No Os !! Only get into hboot & fastboot

Hi all ! my HTC one M7 is stuck on HTC logo and bootloop again ! I've unlocked my bootloader and can successfully flash custom recovery (TWRP/CWM/Philz) all the versions of recovery can successfully flash. However when I go into recovery it show only entering recovery and bootloop again & again. I've flash RUU but it say failed seem to be lower version. I can't find my current OS version and can't flash it. My device is S-on therefore I can't flash the other region or other lower hboot version. Let me know How can I fix this problem. I've searched in google and in XDA a whole day but I can't find the right solution. Please help me if you face that error.
My phone detail is -
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.707.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH3******728
(bootloader) imei: 35585*******7
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4297mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.046s
I hope someone can be explained and can help me
Best Regards;
Sorry for my English !
saiarkar said:
Hi all ! my HTC one M7 is stuck on HTC logo and bootloop again ! I've unlocked my bootloader and can successfully flash custom recovery (TWRP/CWM/Philz) all the versions of recovery can successfully flash. However when I go into recovery it show only entering recovery and bootloop again & again. I've flash RUU but it say failed seem to be lower version. I can't find my current OS version and can't flash it. My device is S-on therefore I can't flash the other region or other lower hboot version. Let me know How can I fix this problem. I've searched in google and in XDA a whole day but I can't find the right solution. Please help me if you face that error.
My phone detail is -
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-main: 2.24.707.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) product: m7_ul
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
Click to expand...
Click to collapse
Well there is no ruu for your model (except lower version, that wouldn't work with S-On), so you need to figure out why you can't enter recovery.
are you doing a "fastboot erase cache" and using a recovery for your phone 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)
2.7.0.4b: http://forum.xda-developers.com/showthread.php?t=2708134
or CWM: http://forum.xda-developers.com/showthread.php?t=2173863
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
nkk71 said:
Well there is no ruu for your model (except lower version, that wouldn't work with S-On), so you need to figure out why you can't enter recovery.
are you doing a "fastboot erase cache" and using a recovery for your phone 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)
2.7.0.4b: http://forum.xda-developers.com/showthread.php?t=2708134
or CWM: http://forum.xda-developers.com/showthread.php?t=2173863
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
Click to expand...
Click to collapse
Hi ! I've tried all of recovery from xda and google but there is no working recovery. I'm unluck :'( Before I posted a thread to XDA I've searched all HTC One forum and thread but there is no right solutions for me Can you give me the other ways
saiarkar said:
Hi ! I've tried all of recovery from xda and google but there is no working recovery. I'm unluck :'( Before I posted a thread to XDA I've searched all HTC One forum and thread but there is no right solutions for me Can you give me the other ways
Click to expand...
Click to collapse
1- how did you end up in this situation?
2- are checking MD5 on your downloads
3- can you copy/paste the command prompt when you flash custom recovery
4- can you post a screenshot of your bootloader
nkk71 said:
1- how did you end up in this situation?
2- are checking MD5 on your downloads
3- can you copy/paste the command prompt when you flash custom recovery
4- can you post a screenshot of your bootloader
Click to expand...
Click to collapse
C:\Users\User>fastboot flash recovery "D:\HTC One (802e) Recovery to root\recovery-clockwork-6.0.4.6-m7ul.img"
sending 'recovery' (9136 KB)...
OKAY [ 1.158s]
writing 'recovery'...
OKAY [ 0.845s]
finished. total time: 2.013s
C:\Users\User>fastboot erase cache
erasing 'cache'...
OKAY [ 0.468s]
finished. total time: 0.471s
C:\Users\User>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.036s]
finished. total time: 0.037s
Here is my command prompt !! After all I have reboot to recovery and it say "Entering Recovery" then stuck on HTC Log again & again. I can only access on bootloader and fastboot mode
saiarkar said:
C:\Users\User>fastboot flash recovery "D:\HTC One (802e) Recovery to root\recovery-clockwork-6.0.4.6-m7ul.img"
sending 'recovery' (9136 KB)...
OKAY [ 1.158s]
writing 'recovery'...
OKAY [ 0.845s]
finished. total time: 2.013s
C:\Users\User>fastboot erase cache
erasing 'cache'...
OKAY [ 0.468s]
finished. total time: 0.471s
C:\Users\User>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.036s]
finished. total time: 0.037s
Here is my command prompt !! After all I have reboot to recovery and it say "Entering Recovery" then stuck on HTC Log again & again. I can only access on bootloader and fastboot mode
Click to expand...
Click to collapse
and my question 1, 2 and 4?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
here is md5 i have flash and then reboot bootloader then enter the recovery but it is not working
Sent from my iPhone using Tapatalk
saiarkar said:
here is md5 i have flash and then reboot bootloader then enter the recovery but it is not working
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
a simple yes would have been enough, i do believe you , now still to answer is:
1- how did you end up in this situation?
and
4- can you post a screenshot of your bootloader
well this is my bootloader and i'm not understand your question no. (1). Can you ask me clearly! My english not as well.
Sent from my iPhone using Tapatalk
saiarkar said:
i'm not understand your question no. (1). Can you ask me clearly! My english not as well.
Click to expand...
Click to collapse
What I mean is why did this happen?
For example:
did you install something new?
did you flash anything new?
Basically: what changed from the time the phone was working to the time now?
nkk71 said:
What I mean is why did this happen?
For example:
did you install something new?
did you flash anything new?
Basically: what changed from the time the phone was working to the time now?
Click to expand...
Click to collapse
Nothing wrong for my device ! I use my camera to take photo and then this bootloop has been happened. So I've searched in google and test all recovery images but not working as well. Therefore I ask as a thread I've face too many error others devices and I have a little knowledge about soft brick devices. But I can't figure out what is happen this device
saiarkar said:
Nothing wrong for my device ! I use my camera to take photo and then this bootloop has been happened. So I've searched in google and test all recovery images but not working as well. Therefore I ask as a thread I've face too many error others devices and I have a little knowledge about soft brick devices. But I can't figure out what is happen this device
Click to expand...
Click to collapse
Well that doesn't sound good.... this could be a hardware problem
and CWM doesnt work either? sometimes twrp is sensitive when partitions are corrupt, but CWM recovery should work.
May be this is reason. When i have erase recovery partition with 'fastboot erase recovery' it show remote failed. This is may be corrupted recovery partition. Can you find me the right RUU for this device ??
Sent from my iPhone using Tapatalk
saiarkar said:
May be this is reason. When i have erase recovery partition with 'fastboot erase recovery' it show remote failed. This is may be corrupted recovery partition. Can you find me the right RUU for this device ??
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
Unfortunately there is no RUU for your model, and since you are S-On no other one will work (and you cannot get S-OFF without a ROM)
try CWM recovery: http://forum.xda-developers.com/showthread.php?t=2173863
fastboot flash <name of cwm>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter RECOVERY
If that doesn't work, try this recovery: http://www.androidfilehost.com/?fid=23329332407590873
same commands as above
Let me know if either one gets to recovery
PS: oh, and even try a stock recovery from here: http://forum.xda-developers.com/showthread.php?t=2463387
if there is no 2.24.707.1 stock recovery, get any 2.24.xxx.x version and try
nkk71 said:
Unfortunately there is no RUU for your model, and since you are S-On no other one will work (and you cannot get S-OFF without a ROM)
try CWM recovery: http://forum.xda-developers.com/showthread.php?t=2173863
fastboot flash <name of cwm>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter RECOVERY
If that doesn't work, try this recovery: http://www.androidfilehost.com/?fid=23329332407590873
same commands as above
Let me know if either one gets to recovery
PS: oh, and even try a stock recovery from here: http://forum.xda-developers.com/showthread.php?t=2463387
if there is no 2.24.707.1 stock recovery, get any 2.24.xxx.x version and try
Click to expand...
Click to collapse
Unfortunately there is no one work for me even stock recovery can't boot up. What can I do in this situation ?
saiarkar said:
Unfortunately there is no one work for me even stock recovery can't boot up. What can I do in this situation ?
Click to expand...
Click to collapse
sounds like a hardware problem, don't have any more ideas at the moment sorry
unless someone has any ideas, it looks like it should go to repair
nkk71 said:
sounds like a hardware problem, don't have any more ideas at the moment sorry
unless someone has any ideas, it looks like it should go to repair
Click to expand...
Click to collapse
Thanks @nkk71 for your time I be waiting here somebody can help me

S-OFF with no rom installed

Hello. Is it possible to s-off with completely no rom installed? Tried firewater method, but no success at all. I'm trying to s-off now to lock device (it's unlocked, s-on now)
I'm stuck at htc logo, phone restarts itself every ten seconds.
Fastboot works well, adb works only in cwm.
Twrp doesnt works (reboots when logo shows). Cwm recovery works, but every time i'm trying to wipe factory reset, it reboots. Seems like absolutely all data, system, cache is completely empty.
Tried sideload and push commands, but i get an error 99. Tried lots of times.
So my minimum objective is to make it locked again, and give it to warranty. Maximum obejctive- flash any rom :laugh:
tomaaado said:
Hello. Is it possible to s-off with completely no rom installed? Tried firewater method, but no success at all. I'm trying to s-off now to lock device (it's unlocked, s-on now)
I'm stuck at htc logo, phone restarts itself every ten seconds.
Fastboot works well, adb works only in cwm.
Twrp doesnt works (reboots when logo shows). Cwm recovery works, but every time i'm trying to wipe factory reset, it reboots. Seems like absolutely all data, system, cache is completely empty.
Tried sideload and push commands, but i get an error 99. Tried lots of times.
So my minimum objective is to make it locked again, and give it to warranty. Maximum obejctive- flash any rom :laugh:
Click to expand...
Click to collapse
no you cant s-off without a rom, you will also need a custom rom to try and s-off by firewater or rumrunner and to install a custom rom you need twrp 2.6.3.3, so try this:
Code:
fastboot erase cache
fastboot reboot-bootloader
then flash twrp 2.6.3.3 and run those 2 commands again, see if you can then get into twrp recovery, could you also post your fastboot getvar all without imei and serial number.
Tried that like you said now, everything went smooth until that moment, when i tried to boot into TWRP. Then phone restarted on TEAMWIN logo.
Nah, spent all day trying to resolve this, but no luck :/
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.423s]
finished. total time: 0.425s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.035s]
finished. total time: 0.036s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot flash recovery openrecovery-twrp-2.6.
3.3-m7.img
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.156s]
writing 'recovery'...
OKAY [ 0.754s]
finished. total time: 1.913s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.506s]
finished. total time: 0.508s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.035s]
finished. total time: 0.036s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ******************
(bootloader) imei: ********************
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 4141mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.067s
C:\Users\admin\Downloads\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x
86_64-20140702\sdk\platform-tools>
Click to expand...
Click to collapse
tomaaado said:
Tried that like you said now, everything went smooth until that moment, when i tried to boot into TWRP. Then phone restarted on TEAMWIN logo.
Nah, spent all day trying to resolve this, but no luck :/
Click to expand...
Click to collapse
that's very strange, the reason the RUU's etc don't work is you already have the latest firmware on there and cant backflash whilst s-on.
do you by any chance have active cmdline overflow xxxxkb on your bootloader screen ?
Seanie280672 said:
that's very strange, the reason the RUU's etc don't work is you already have the latest firmware on there and cant backflash whilst s-on.
do you by any chance have active cmdline overflow xxxxkb on your bootloader screen ?
Click to expand...
Click to collapse
sorry didnt understand your question ;/ any fastboot command to try?
at main window it shows
TAMPERED
UNLOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-
eMMC-boot 2048MB
Click to expand...
Click to collapse
Hello tomaaado
I had exactly the same problem and after all kinds of solutions i tried, i finally did flash a new ROM with sideload in twrp.
The trick was to keep your phone awake during sideload but you do need twrp working im afraid.
Louisvdbos
Sent from my One M8 using XDA Free mobile app
During the day, i managed to do so. I flashed CWM, then completely tried everything on mount/storage section, wipe/clean and etc., until i managed "somehow" to unmount data. then wiped data and flashed twrp.
Then sideloaded one of simple roms, flashed it. But in the end (after i got confirmation that flash completed) it said "cant mount /data" or smth.
So i believe problem is with /data folder. I cant unmount it now (if i try format mounted data through CWM, phone reboots).
ok after some cleaning/formating with cwm, i managed to flash twrp. what now to try?
Adb push rom /sdcard/
tomaaado said:
ok after some cleaning/formating with cwm, i managed to flash twrp. what now to try?
Click to expand...
Click to collapse
in cmd. Do adb push ~Rom~ /sdcard/~Rom~ .........Replacing ~Rom~ with the exact name of the file including .zip that you're trying to put onto your sdcard. Make sure the rom is in the same directory that your cmd is at, and ADB.
does it matter which ROM? must it be stock, or any custom?
tomaaado said:
does it matter which ROM? must it be stock, or any custom?
Click to expand...
Click to collapse
Any custom sense Rom is recommended, can't be a stock Rom.
Seanie280672 said:
Any custom sense Rom is recommended, can't be a stock Rom.
Click to expand...
Click to collapse
will this one fits? http://forum.xda-developers.com/showthread.php?t=2694142
dont want to make mistake from here.
no advertising, just found from search.
Thank you, everyone who tried to help, and helped me!
Pushed rom to sdcard, flashed and it works like a charm :good:
my mistake yesterday when pushing rom, was probably, that i put it in media/0/ folder.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now another question, can i make a FULL backup now, with system, data and etc? Should i do it from twrp, or use 3rd party software?
tomaaado said:
Thank you, everyone who tried to help, and helped me!
Pushed rom to sdcard, flashed and it works like a charm :good:
my mistake yesterday when pushing rom, was probably, that i put it in media/0/ folder.
Now another question, can i make a FULL backup now, with system, data and etc? Should i do it from twrp, or use 3rd party software?
Click to expand...
Click to collapse
Enter twrp recovery and select backup, select all of the tick boxes to make sure everything is backed up.
Once done, reboot your phone and then plug into your computer, copy the twrp folder to somewhere safe on your computer just in case, backups get wiped by accident all the time around here.
Seanie280672 said:
Enter twrp recovery and select backup, select all of the tick boxes to make sure everything is backed up.
Once done, reboot your phone and then plug into your computer, copy the twrp folder to somewhere safe on your computer just in case, backups get wiped by accident all the time around here.
Click to expand...
Click to collapse
backed everything up, but when i connected phone via usb, there is no folder named "BACKUPS" in twrp folder . only some small file 2kb. cant find backup from twrp file manager too.
tomaaado said:
backed everything up, but when i connected phone via usb, there is no folder named "BACKUPS" in twrp folder . only some small file 2kb. cant find backup from twrp file manager too.
Click to expand...
Click to collapse
In twrp did you actually swipe to begin the backup process or just select the tick boxes and then quit ?
Seanie280672 said:
In twrp did you actually swipe to begin the backup process or just select the tick boxes and then quit ?
Click to expand...
Click to collapse
I selected boxes and swiped. Took few minutes to backup, it told me that backup will be placed in twrp/backups or smth. After completion, it shown that, my backup size is 1500Mb.

HTC one ul after flash recovery 2.6.3.3 phone restart on twrp logo

Hi gus i have 2 htc one ul both wad stuck on logo so i decide to flash so i unlock boot loader and flash recover 2.6.3.3 on fastboot
i flash success, problem is now when i go to recover to push rom always restart on teamwin logo keep restring
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
can some one plz tell me what to do how do i solve this problem
thanks
mps5566 said:
Hi gus i have 2 htc one ul both wad stuck on logo so i decide to flash so i unlock boot loader and flash recover 2.6.3.3 on fastboot
i flash success, problem is now when i go to recover to push rom always restart on teamwin logo keep restring
can some one plz tell me what to do how do i solve this problem
thanks
Click to expand...
Click to collapse
Code:
[B]fastboot erase cache[/B]
nkk71 said:
Code:
[B]fastboot erase cache[/B]
Click to expand...
Click to collapse
Ala ready did fastboot erase catch still same
Is anyone had this problem before I have 2 htc one I really need some help
Thanks
mps5566 said:
Ala ready did fastboot erase catch still same
Click to expand...
Click to collapse
1- did you make sure you got the correct recovery for your phone
2- did you check MD5 on the download
nkk71 said:
1- did you make sure you got the correct recovery for your phone
2- did you check MD5 on the download
Click to expand...
Click to collapse
Here my htc
N I try this 2 recovery
Can u check n see is it ok
mps5566 said:
Here my htc
http://img.tapatalk.com/d/14/08/29/yjy2e9e7.jpg
N I try this 2 recovery
http://img.tapatalk.com/d/14/08/29/e9e5y4e5.jpg
Can u check n see is it ok
Click to expand...
Click to collapse
the file size is correct
did you reboot bootloader after erase cache
clsA said:
the file size is correct
did you reboot bootloader after erase cache
Click to expand...
Click to collapse
yes i did after flash recovery erase catch and then reboot
my md5 check show this 72067aefb69541d40e8420d7aa46408d
i try to download many time u think this is not right md5?
mps5566 said:
yes i did after flash recovery erase catch and then reboot
my md5 check show this 72067aefb69541d40e8420d7aa46408d
i try to download many time u think this is not right md5?
Click to expand...
Click to collapse
yes that code matches mine.
I would flash the stock recovery then factory reset then flash custom recovery again. You will loose data doing this
Post your fastboot getvar all minus serial and imei and I'll help you find the stock recovery
clsA said:
yes that code matches mine.
I would flash the stock recovery then factory reset then flash custom recovery again. You will loose data doing this
Click to expand...
Click to collapse
Hi can u plz tell me how do i flash custom recovery? i dont mind to loose data i just want to fix the phone
at this point i can only go to fastboot that's all,if you can guide me or if u have time can u show me on team viewer how to do?
it will be really help for me
my team viewer id is
thanks
mps5566 said:
Hi can u plz tell me how do i flash custom recovery? i dont mind to loose data i just want to fix the phone
at this point i can only go to fastboot that's all,if you can guide me or if u have time can u show me on team viewer how to do?
it will be really help for me
my team viewer id is **** **** **** password ****
thanks
Click to expand...
Click to collapse
I'll help you here please remove the team viewer info above
clsA said:
I'll help you here please remove the team viewer info above
Click to expand...
Click to collapse
removed
clsA said:
I'll help you here please remove the team viewer info above
Click to expand...
Click to collapse
you need fastboot and adb on your PC ( I assume your using a pc) I attached mine here.
extract it to c:\ .. now you have c:\fastboot
go into the folder and right click / command prompt here
in the command window type
fastboot getvar all
right click the window select all then left click it to copy it to clipboard. now post it in your reply and leave out the serialno and IMEI
clsA said:
you need fastboot and adb on your PC ( I assume your using a pc) I attached mine here.
extract it to c:\ .. now you have c:\fastboot
go into the folder and right click / command prompt here
in the command window type
fastboot getvar all
right click the window select all then left click it to copy it to clipboard. now post it in your reply and leave out the serialno and IMEI
Click to expand...
Click to collapse
here you go
• (bootloader) version: 0.5
• bootloader) version-
• bootloader: 1.57.0000
• (bootloader) version-baseband: 4T.27.3218.14
• (bootloader) version-cpld:
• bootloader) version-microp: None
• (bootloader) version-main: 5.11.980.9
• (bootloader) version-misc: PVT SHIP S-ON
• (bootloader) serialno:
• (bootloader) imei: 355808601
• (bootloader) meid: 00000000000000
• (bootloader) product: m7_ul
• (bootloader) platform: HBOOT-8064
• bootloader) modelid: PN0714000
• (bootloader) cidnum: HTC__039
• (bootloader) battery-status: good
• (bootloader) battery-voltage: 4322mV
• (bootloader) partition-layout: Generic
• (bootloader) security: on (bootloader) build-mode: SHIP
• (bootloader) boot-mode: FASTBOOT
• (bootloader) commitno-bootloader: dirty-e47fb74b
• (bootloader) hbootpreupdate: 11
• bootloader) gencheckpt: 0 all: Done!
mps5566 said:
here you go
(bootloader) version: 0.5
bootloader) version-
bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld:
bootloader) version-microp: None
(bootloader) version-main: 5.11.980.9
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei: 355808601
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__039
Done!
Click to expand...
Click to collapse
ok download This to the fastboot folder and flash it.
fastboot flash recovery recovery_5.11.980.9.img
fastboot erase cache
fastboot reboot-bootloader
when you get back to the bootloader choose factory reset
see if your phone will boot up
if yes let it boot up and run for a couple minutes
if no flash TWRP 2.6.3.3 again the same as above
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
go into twrp and do factory reset and exit and choose yes to root
you should boot up now
clsA said:
ok download This to the fastboot folder and flash it.
fastboot flash recovery recovery_5.11.980.9.img
fastboot erase cache
fastboot reboot-bootloader
when you get back to the bootloader choose factory reset
Click to expand...
Click to collapse
hi did what u said
fastboot flash recovery recovery_5.11.980.9.img
fastboot erase cache
fastboot reboot-bootloader
when i press factory reset htc logo comes then show teamwin logo and phone keep restart
what to do?
mps5566 said:
hi did what u said
fastboot flash recovery recovery_5.11.980.9.img
fastboot erase cache
fastboot reboot-bootloader
when i press factory reset htc logo comes then show teamwin logo and phone keep restart
what to do?
Click to expand...
Click to collapse
your bootloader is locked then the recovery did not flash
you need to unlock your bootloader @ htcdev.com
clsA said:
your bootloader is locked then the recovery did not flash
you need to unlock your bootloader @ htcdev.com
Click to expand...
Click to collapse
but on fastboot phone show unlocked
ok i try to unlock again n try
thanks
mps5566 said:
but on fastboot phone show unlocked
ok i try to unlock again n try
thanks
Click to expand...
Click to collapse
what was the error when you flashed recovery then ?
paste all your command window here so i can see the errors
also you photo shows hboot 1.55 / 3.63.980.2 and your getvar says 1.57 / 5.11.980.9.. how is this possible?
clsA said:
what was the error when you flashed recovery then ?
paste all your command window here so i can see the errors
also you photo shows hboot 1.55 and your getvar says 1.57 .. how is this possible?
Click to expand...
Click to collapse
there is no error when i flash recovery it can flash
it can erase catch
everything work
just when u go to factory reset thru the phone or when you try to go to recovery from the phone
it just show htc logo then show teamwin and keep restart

Twrp instalation 2.7+

I can't install any recovery TWRP from version 2.7.x.x+, etc, I can install, but when I try run recovery I see only Entering recovery, black screen for few seconds then again entering recovery and htc logo. When I install twrp 2.6.3.3 all works perfectly, I don't know what is wrong.. I trying fastboot metod and comend fastboot erase cache, didn't help. What Can I do now? I Try use flashify and more more more, I have a root, unlock bootloader, s-on. When I try instalation cwm or cwm touch the newest is the same problem, but I need this twrp, because I wanna try new rom port from Oneplus One.
THANK U VERY MUCH MAJMOZ AND ALRAY! If u will know how to install twrp 2.7.0.0+, message me
schizyk12 said:
I can't install any recovery TWRP from version 2.7.x.x+, etc, I can install, but when I try run recovery I see only Entering recovery, black screen for few seconds then again entering recovery and htc logo. When I install twrp 2.6.3.3 all works perfectly, I don't know what is wrong.. I trying fastboot metod and comend fastboot erase cache, didn't help. What Can I do now? I Try use flashify and more more more, I have a root, unlock bootloader, s-on. When I try instalation cwm or cwm touch the newest is the same problem, but I need this twrp, because I wanna try new rom port from Oneplus One.
Click to expand...
Click to collapse
Don't know why they are failing but 2.7.0.0 and 2.7.1.0 have caused problems before. And some people say that 2.7.1.1 can cause issues, I didn't have issue with it but not all phones are created equal. You can try 2.7.1.2, I have used it for the past month or so. I read the OP on the port and they stated the lastest TWRP but you could try the 2.6.3.3 if you cannot get the others to work. I am also assuming that you have a GSM phone not Sprint or Verizon.
majmoz said:
Don't know why they are failing but 2.7.0.0 and 2.7.1.0 have caused problems before. And some people say that 2.7.1.1 can cause issues, I didn't have issue with it but not all phones are created equal. You can try 2.7.1.2, I have used it for the past month or so. I read the OP on the port and they stated the lastest TWRP but you could try the 2.6.3.3 if you cannot get the others to work. I am also assuming that you have a GSM phone not Sprint or Verizon.
Click to expand...
Click to collapse
I try everyone, 2.7.1.3 beta also, everyone.. ;< What Can I do? 2.7.0.0+ and bootlop on htc logo when I try run recovery with inscription entering recovery.. I try flashify, fastboot and many aplications from play store to flash recovery. :< Can I flashed this rom, port from oneplus one other metod?
schizyk12 said:
I try everyone, 2.7.1.3 beta also, everyone.. ;< What Can I do? 2.7.0.0+ and bootlop on htc logo when I try run recovery with inscription entering recovery.. I try flashify, fastboot and many aplications from play store to flash recovery. :< Can I flashed this rom, port from oneplus one other metod?
Click to expand...
Click to collapse
Post a fastboot getvar all except the imei and serialno. What computer are you using Win 7 or Win 8?
majmoz said:
Post a fastboot getvar all except the imei and serialno. What computer are you using Win 7 or Win 8?
Click to expand...
Click to collapse
I use old computer with windows xp, because I post in the official twrp thread, I'm im collage and I use only tablet and phone.
schizyk12 said:
I use old computer with windows xp, because I post in the official twrp thread, I'm im collage and I use only tablet and phone.
Click to expand...
Click to collapse
Microsoft Windows XP [Wersja 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Adam>cd C:\fastboot
C:\fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.401.10
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 4118mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.047s
C:\fastboot>
schizyk12 said:
I use old computer with windows xp, because I post in the official twrp thread, I'm im collage and I use only tablet and phone.
Click to expand...
Click to collapse
Lets check the basics:
** Double check the MD5 of the recovery to see if it downloaded properly
** Place the recovery.img in the adb/fastboot folder
** Fast boot is disabled in Settings >> Power >> Fast boot
** Boot into Bootloader/FASTBOOT USB
** Type: fastboot devices
You should see your device listed.
** Type: fastboot flash recovery <file-name>.img Replace file name with the actual recovery name.
** Type: fastboot erase cache
** Type: fastboot reboot-bootloader
Now check to see if it worked!
majmoz said:
Lets check the basics:
** Double check the MD5 of the recovery to see if it downloaded properly
** Place the recovery.img in the adb/fastboot folder
** Fast boot is disabled in Settings >> Power >> Fast boot
** Boot into Bootloader/FASTBOOT USB
** Type: fastboot devices
You should see your device listed.
** Type: fastboot flash recovery <file-name>.img Replace file name with the actual recovery name.
** Type: fastboot erase cache
** Type: fastboot reboot-bootloader
Now check to see if it worked!
Click to expand...
Click to collapse
All installation complete final 100%. But twrp doesn't work ;<
schizyk12 said:
All installation complete final 100%. But twrp doesn't work ;<
Click to expand...
Click to collapse
Let try flashing the stock firmware for your phone.
** Find the unlock code you got from HTCDev when you unlocked your bootloader - "Unlock_code.bin" and place in your fastboot folder
** Download stock_firmware 5.11.401.10.zip and rename "firmware.zip" then place in your fastboot folder. Check the MD5: 3b7b13b52f75ed516c888b827710f29a
** Backup your phone to include all of your personal data and copy the files off of your phone.
** Put your phone in bootloader/FASTBOOT USB
Code:
fastboot erase cache
Code:
fastboot oem lock
Code:
[B][I]fastboot oem rebootRUU[/I][/B]
Note: You will see a silver HTC logo on the phone screen
Code:
fastboot flash zip firmware.zip
Note: This will fail with a please flush again message; repeat the same command:
Code:
fastboot flash zip firmware.zip
Note: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Code:
fastboot reboot-bootloader
Note: We need to unlock your bootloader to flash the custom recovery. Using your previous code:
Code:
fastboot flash unlocktoken Unlock_code.bin
Now you should try to flash TWRP, I would try 2.7.1.1 or 2.7.1.2
Hopefully by flashing the stock firmware, it will clean up past flashes to allow the custom recovery to work.
But i'm s-on. I have unlock bootloader, but I Have s-on and I dont know my unlock Code, because before me whose had my HTC and he unlock my device
Any idea?
schizyk12 said:
But i'm s-on. I have unlock bootloader, but I Have s-on and I dont know my unlock Code, because before me whose had my HTC and he unlock my device
Click to expand...
Click to collapse
Here is a step by step guide to unlock your HTC One. There is also a video of the process here. It is pretty straight forward and if you encounter a problem just ask.
But I dont have unlock code and I cant get it
majmoz said:
Here is a step by step guide to unlock your HTC One. There is also a video of the process here. It is pretty straight forward and if you encounter a problem just ask.
Click to expand...
Click to collapse
But I dont have unlock code, and I cant get it
schizyk12 said:
But I dont have unlock code, and I cant get it
Click to expand...
Click to collapse
The procedure in my last post is for getting the code after you flash the firmware!
majmoz said:
The procedure in my last post is for getting the code after you flash the firmware!
Click to expand...
Click to collapse
Hello! I try do it, but I can't flash this firmware. I try few time and I saw only error. What Can I do? I relock my bootloader, and next lock again, but it didn't help.
schizyk12 said:
Hello! I try do it, but I can't flash this firmware. I try few time and I saw only error. What Can I do? I relock my bootloader, and next lock again, but it didn't help.
Click to expand...
Click to collapse
What was the error and when did you get it? Did it look like this:
Code:
sending 'zip' (71868 KB)...
OKAY [4.936s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 6.410s
If so, then this is expected. You just need to run the command again.
Code:
fastboot flash zip firmware.zip
If not, can you post the error so we can see it?
majmoz said:
What was the error and when did you get it? Did it look like this:
Code:
sending 'zip' (71868 KB)...
OKAY [4.936s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 6.410s
If so, then this is expected. You just need to run the command again.
Code:
fastboot flash zip firmware.zip
If not, can you post the error so we can see it?
Click to expand...
Click to collapse
Ok, no problem. I do anything and is the same situation. Look post down.
schizyk12 said:
I have a big prolem ;< all is okay, flash succesed. Green line 100%, reboot-bootloader
and I try boot into recovery, and screen is black, soo volume down+power, and I can't now boot into bootloader mode, device only boot again and try run, But I Have a custom rom, and device can't boot to firmware, soo I must run it in bootloader mode and Try install recovery.
Click to expand...
Click to collapse
Nevermind, but all of your instruction done, I boot into bootloader mode and flash twrp, again entering recovery, 2-3sec black screen, and again entering recovery every time..
schizyk12 said:
Nevermind, but all of your instruction done, I boot into bootloader mode and flash twrp, again entering recovery, 2-3sec black screen, and again entering recovery every time..
Click to expand...
Click to collapse
After the firmware update you have to unlock your bootloader before you can install TWRP. Follow this guide for unlocking your bootloader. It was in my earlier post. After you unlock the bootloader, reboot the phone into bootloader/FASTBOOT USB:
Code:
[B][I]fastboot devices[/I][/B]
** You should see your device listed.
Code:
[B][I]fastboot flash recovery <file-name>.img[/I][/B]
** Replace file name with the actual recovery name.
Code:
fastboot erase cache
fastboot reboot-bootloader

Categories

Resources