[Q] No android, no recovery, only bootloader... :(

Search This thread

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
Dear XDA,

I wanted to update my HTC One to Revolution HD. But there where some requirements before i could install that. Like updating the firmware and installing TWRP recovery. I needed to RELOCK my phone in order to update my firmware. So i did that using a tutorial. After that i only had to push the RUU and i would be back @ stock. And then i could flash Revolution HD to get 4.4!

But!... it went horribly wrong. As of right now, i can only enter fastboot. I cannot enter recovery, and there is no Android installed, so basically i'm screwed.

I do have some flashing experience and I'm not a complete newb, but this is out of my league. Perhaps there are some nice persons here that could help me out. I will try to summarise my phone settings:

My current settings in Fastboot:
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
May 3 2013,17:22:59:-1



CID: HTC_E11
MID: PN0710000



I have a nandroidback, but i can't get into recovery. I tried using ADB but my device is not recognised.... I get the feeling that S-ON needs to change to S-OFF. But if i use a toolkit (from Squabbi) i can't get my device S-OFF (device not recognised..).


As of right now, I'm sitting with my hands in my hair thinking i bricked my phone.


If someone could help me, you would save my day.


Lennard Breevaart.

ps: I'm using windows xp
 
Last edited:

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
Dear XDA,

I wanted to update my HTC One to Revolution HD. But there where some requirements before i could install that. Like updating the firmware and installing TWRP recovery. I needed to RELOCK my phone in order to update my firmware. So i did that using a tutorial. After that i only had to push the RUU and i would be back @ stock. And then i could flash Revolution HD to get 4.4!

But!... it went horribly wrong. As of right now, i can only enter fastboot. I cannot enter recovery, and there is no Android installed, so basically i'm screwed.

I do have some flashing experience and I'm not a complete newb, but this is out of my league. Perhaps there are some nice persons here that could help me out. I will try to summarise my phone settings:

My current settings in Fastboot:
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
May 3 2013,17:22:59:-1



CID: HTC_E11
MID: PN0710000



I have a nandroidback, but i can't get into recovery. I tried using ADB but my device is not recognised.... I get the feeling that S-ON needs to change to S-OFF. But if i use a toolkit (from Squabbi) i can't get my device S-OFF (device not recognised..).


As of right now, I'm sitting with my hands in my hair thinking i bricked my phone.


If someone could help me, you would save my day.


Lennard Breevaart.

ps: I'm using windows xp

is your bootloader unlocked ? do that first

what version of TWRP do you have (exact name)
do you have fastboot/adb on your pc and do you know how to use them ?
 
  • Like
Reactions: len.asdf

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
is your bootloader unlocked ? do that first
==> I think so, how can i check?


what version of TWRP do you have (exact name)
==> I have no recovery installed on my phone. But i have TWRP version 2.6.3.3. img on my computer, ready to push it to my phone (but it gives the error: device not found)


do you have fastboot/adb on your pc and do you know how to use them ?
==> I think i do. When i try to do adb shell in command window it replies with either device not found, or adb server out of date. Killing...



Thanks for replying btw!
 

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
is your bootloader unlocked ? do that first
==> I think so, how can i check?


what version of TWRP do you have (exact name)
==> I have no recovery installed on my phone. But i have TWRP version 2.6.3.3. img on my computer, ready to push it to my phone (but it gives the error: device not found)


do you have fastboot/adb on your pc and do you know how to use them ?
==> I think i do. When i try to do adb shell in command window it replies with either device not found, or adb server out of date. Killing...



Thanks for replying btw!

take these files
extract fastboot.zip to c:\fastboot
and install these drivers
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
MD5: e2a21d71954d4164c1a116abb926a363
and see if you can get:
fastboot getvar all

and post the results minus you serial no and IEMI
 

Attachments

  • fastboot.zip
    557.7 KB · Views: 12
  • Like
Reactions: len.asdf

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
take these files
extract fastboot.zip to c:\fastboot
and install these drivers
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
MD5: e2a21d71954d4164c1a116abb926a363
and see if you can get:
fastboot getvar all

and post the results minus you serial no and IEMI

Thanks! This is what i did to get my results:
1. Downloaded both the fastboot.zip and the drivers (and installed ofcourse).
2. Opened a command window on c:\fastboot
3. typed: fastboot getvar all



Results:

C:\fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.401.16
(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__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 4222mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.047s

C:\fastboot>
 

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
Thanks! This is what i did to get my results:
1. Downloaded both the fastboot.zip and the drivers (and installed ofcourse).
2. Opened a command window on c:\fastboot
3. typed: fastboot getvar all



Results:

C:\fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.401.16
(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__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 4222mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.047s

C:\fastboot>

Your phone is basically still stock andriod version 4.1.2
(this is good you can s-off pretty easy)

what RUU were you going to flash ?

this is the version of recovery you need
http://techerrata.com/browse/twrp2/m7ul

download it and put it in your fastboot folder
then to flash it:
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader

now you can enter recovery correct ?
 
Last edited:

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
Your phone is basically still stock andriod version 4.1.2
(this is good you can s-off pretty easy)

what RUU were you going to flash ?

The RUU i tried was this one: RUU M7 U JB 50 HTC Europe 1.29.401.2 R Radio 4A.14.3250.13 10.33.1150.01 Release 311663 Signed 2 4
(from: http://xdaforums.com/showthread.php?t=2428276)

While installing the RUU it gave me an an error that my CID and MID didn't match.
 

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
Your phone is basically still stock andriod version 4.1.2
(this is good you can s-off pretty easy)

what RUU were you going to flash ?

this is the version of recovery you need
http://techerrata.com/browse/twrp2/m7ul

download it and put it in your fastboot folder
then to flash it:
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader

now you can enter recovery correct ?


While in ADB it gave this error:


C:\fastboot>fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
sending 'recovery' (9840 KB)...
OKAY [ 1.297s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.891s

C:\fastboot>


edit: I cannot enter recovery yet. Just tried it :(
 
Last edited:

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
While in ADB it gave this error:


C:\fastboot>fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
sending 'recovery' (9840 KB)...
OKAY [ 1.297s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.891s

C:\fastboot>


edit: I cannot enter recovery yet. Just tried it :(

your bootloader is still locked
 

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
Unlocked my phone, and gonna flash the recovery aswell!

But to not make the same mistake twice. What is the best way to update my phone to 4.4?

I wanted to install Revolution HD. But maybe you have a better alternative?
 

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
And how can i properly thank you? I mean, you just saved my ass!

it's no problem
you should try and get s-off next
http://xdaforums.com/showthread.php?t=2314582 - revone
ARHD is great .. I also use ViperOne
just use the sideload feature in twrp being your phone is wiped

Quote:
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload name_of_rom.zip

or

adb push Rom.zip /data/media/0/
 
Last edited:

len.asdf

Senior Member
Apr 13, 2011
107
8
Antwerpen
it's no problem
you should try and get s-off next
http://xdaforums.com/showthread.php?t=2314582 - revone
ARHD is great .. I also use ViperOne
just use the sideload feature in twrp being your phone is wiped

I will get s-off through the HTC One All in one toolkit. But on the ARHD topic, this was posted aswell:

You need:
HTC One unlocked with htcdev.com (S-ON) or S-OFF
Custom recovery
Firmware package from here (recommended but not needed for now)
Read this flashing guide - [GUIDE] Complete Flashing Guide | Rooting | Going Back To Stock


So i tried to get the latest firmware, and that's where the problems started. But shouldn't it be better to have the latest firmware? I mean it stands there for a reason, right? Or am I wrong?

Anyway, i will try ARHD for now, it looks nice :)


Thanks again!
 

clsA

Senior Member
Aug 28, 2010
9,926
3,546
Central Florida
I will get s-off through the HTC One All in one toolkit. But on the ARHD topic, this was posted aswell:

You need:
HTC One unlocked with htcdev.com (S-ON) or S-OFF
Custom recovery
Firmware package from here (recommended but not needed for now)
Read this flashing guide - [GUIDE] Complete Flashing Guide | Rooting | Going Back To Stock


So i tried to get the latest firmware, and that's where the problems started. But shouldn't it be better to have the latest firmware? I mean it stands there for a reason, right? Or am I wrong?

Anyway, i will try ARHD for now, it looks nice :)


Thanks again!

firmware comes after s-off
and ARHD 31.6 is your best bet for now till your s-off
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Dear XDA,

    I wanted to update my HTC One to Revolution HD. But there where some requirements before i could install that. Like updating the firmware and installing TWRP recovery. I needed to RELOCK my phone in order to update my firmware. So i did that using a tutorial. After that i only had to push the RUU and i would be back @ stock. And then i could flash Revolution HD to get 4.4!

    But!... it went horribly wrong. As of right now, i can only enter fastboot. I cannot enter recovery, and there is no Android installed, so basically i'm screwed.

    I do have some flashing experience and I'm not a complete newb, but this is out of my league. Perhaps there are some nice persons here that could help me out. I will try to summarise my phone settings:

    My current settings in Fastboot:
    M7_UL PVT SHIP S-ON RH
    HBOOT-1.44.0000
    RADIO-4A.14.3250.13
    OpenDSP-v26.120.274.0202
    eMMC-boot
    May 3 2013,17:22:59:-1



    CID: HTC_E11
    MID: PN0710000



    I have a nandroidback, but i can't get into recovery. I tried using ADB but my device is not recognised.... I get the feeling that S-ON needs to change to S-OFF. But if i use a toolkit (from Squabbi) i can't get my device S-OFF (device not recognised..).


    As of right now, I'm sitting with my hands in my hair thinking i bricked my phone.


    If someone could help me, you would save my day.


    Lennard Breevaart.

    ps: I'm using windows xp

    is your bootloader unlocked ? do that first

    what version of TWRP do you have (exact name)
    do you have fastboot/adb on your pc and do you know how to use them ?
    1
    is your bootloader unlocked ? do that first
    ==> I think so, how can i check?


    what version of TWRP do you have (exact name)
    ==> I have no recovery installed on my phone. But i have TWRP version 2.6.3.3. img on my computer, ready to push it to my phone (but it gives the error: device not found)


    do you have fastboot/adb on your pc and do you know how to use them ?
    ==> I think i do. When i try to do adb shell in command window it replies with either device not found, or adb server out of date. Killing...



    Thanks for replying btw!

    take these files
    extract fastboot.zip to c:\fastboot
    and install these drivers
    http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
    MD5: e2a21d71954d4164c1a116abb926a363
    and see if you can get:
    fastboot getvar all

    and post the results minus you serial no and IEMI