[SOLVED] Please Help! Android bricked and no recovery boot either!

Search This thread

dogasantos

Member
Feb 6, 2011
15
0
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.
 
Last edited:

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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!

Code:
fastboot boot recovery
only works on hboot 1.44

please answer all questions below:
  1. post the output of fastboot getvar all excluding imei and serialno
  2. what version of twrp are you using?
  3. what version of arhd?
  4. what you did before the phone bricked?
  5. if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
 
Last edited:
  • Like
Reactions: dogasantos

dogasantos

Member
Feb 6, 2011
15
0
Code:
fastboot boot recovery
only works on hboot 1.44

please answer all questions below:
  1. post the output of fastboot getvar all excluding imei and serialno
  2. what version of twrp are you using?
  3. what version of arhd?
  4. what you did before the phone bricked?
  5. if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
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


  • [*]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

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.
 
Last edited:

alray

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

  • [*]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:

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
 
  • Like
Reactions: dogasantos

dogasantos

Member
Feb 6, 2011
15
0
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?
A: yes, this is right. The TWRP doesn't show up

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
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>
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!!
 
Last edited:

dogasantos

Member
Feb 6, 2011
15
0
:laugh:

Your bootloader is locked or re-locked. you must have unlocked bootloader
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:


3goq.jpg
 
Last edited:

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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:


3goq.jpg

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.
 
  • Like
Reactions: dogasantos

dogasantos

Member
Feb 6, 2011
15
0
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.

the same happens with CWM recovery img :crying:
thanks anyway!
 

dogasantos

Member
Feb 6, 2011
15
0

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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.

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
 
  • Like
Reactions: dogasantos

dogasantos

Member
Feb 6, 2011
15
0
SOLVED

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

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!
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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!

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]
 
  • Like
Reactions: dogasantos

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    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!

    Code:
    fastboot boot recovery
    only works on hboot 1.44

    please answer all questions below:
    1. post the output of fastboot getvar all excluding imei and serialno
    2. what version of twrp are you using?
    3. what version of arhd?
    4. what you did before the phone bricked?
    5. if you fastboot erase cache then fastboot reboot-bootloader, are you able to boot in recovery mode?
    1

    • [*]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:

    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
    1
    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!!

    :laugh:

    Your bootloader is locked or re-locked. you must have unlocked bootloader
    1
    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:


    3goq.jpg

    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.
    1
    the same happens with CWM recovery img :crying:
    thanks anyway!

    try this recovery just in case: http://www.androidfilehost.com/?fid=23329332407590873