HTC Google Edition bricked Help! - One (M7) Q&A, Help & Troubleshooting

I was attempting to flash android revolution 71.0 and the phone has been stuck on the google logo and is able to get into fastboot. Im sort of a newb and the phone version is 2.14.1700.15. I have tried the RUUs available on varies threads here. I need help thanks guys. the error im getting
{
"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"
}

Igotfish said:
I was attempting to flash android revolution 71.0 and the phone has been stuck on the google logo and is able to get into fastboot. Im sort of a newb and the phone version is 2.14.1700.15. I have tried the RUUs available on varies threads here. I need help thanks guys. the error im getting View attachment 2759768
Click to expand...
Click to collapse
Output of fastboot getvar all ? most likely you are not S-Off

SaHiLzZ said:
Output of fastboot getvar all ? most likely you are not S-Off
Click to expand...
Click to collapse
how can i do that

Igotfish said:
how can i do that
Click to expand...
Click to collapse
in the command prompt:
Code:
fastboot getvar all

alray said:
in the command prompt:
Code:
fastboot getvar all
Click to expand...
Click to collapse
step by step instructions please
Edit:
(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.14.1700.15
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4319mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-21fde4b846
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0

Igotfish said:
step by step instructions please
Edit:
(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.14.1700.15
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: remove
(bootloader) imei: remove
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4319mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-21fde4b846
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
what ruu version are you trying to flash and what recovery (and version#) were you using when you attempted to flash arhd 71?
also edit you above post and remove imei and serialno

alray said:
what ruu version are you trying to flash and what recovery (and version#) were you using when you attempted to flash arhd 71?
also edit you above post and remove imei and serialno
Click to expand...
Click to collapse
latest version of cwm and this is only one i found for 2.14.1700.15
http://forum.xda-developers.com/showthread.php?t=2358781&page=36

Igotfish said:
latest version of cwm and this is only one i found for 2.14.1700.15
http://forum.xda-developers.com/showthread.php?t=2358781&page=36
Click to expand...
Click to collapse
this ruu is not signed so it can't be flashed with s-on.
if you still want to flash arhd 71, use TWRP 2.6.3.3 recovery not CWM.
edit: aslo be sure to check md5 value before flashing.
or you could use a signed .1700 ruu of same or higher version only.

alray said:
this ruu is not signed so it can't be flashed with s-on.
if you still want to flash arhd 71, use TWRP 2.6.3.3 recovery not CWM.
Click to expand...
Click to collapse
I reallt thank you for your help so far. But i cannot boot into recovery at this time. If i flash twrp will i able to get into a recovery?
If so can you provide me with a download link

Igotfish said:
I reallt thank you for your help so far. But i cannot boot into recovery at this time. If i flash twrp will i able to get into a recovery?
If so can you provide me with a download link
Click to expand...
Click to collapse
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then enter recovery
push the rom or use a usb otg cable with a usb drive
flash the rom

465
alray said:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then enter recovery
push the rom or use a usb otg cable with a usb drive
flash the rom
Click to expand...
Click to collapse
got FAILED (remote: signature verify fail)
when flashing twrp when i rebooted the device and selected recovery it went back to fastboot.

Igotfish said:
got FAILED (remote: signature verify fail)
when flashing twrp when i rebooted the device and selected recovery it went back to fastboot.
Click to expand...
Click to collapse
is your bootloader unlocked?

7706
alray said:
is your bootloader unlocked?
Click to expand...
Click to collapse
I was able to get into twrp currently in it know
how can i push android revolution rom to it? or should i install a different one

Igotfish said:
I was able to get into twrp currently in it know
how can i push android revolution rom to it? or should i install a different one
Click to expand...
Click to collapse
use adb push from twrp recovery
Code:
adb push name_or_rom.zip /sdcard/

alray said:
use adb push from twrp recovery
Code:
adb push name_or_rom.zip /sdcard/
Click to expand...
Click to collapse
gives me device not found been trying to fix that since yesterday
just ordered a otg cable from amazon with next day ship

Igotfish said:
gives me device not found been trying to fix that since yesterday
just ordered a otg cable from amazon with next day ship
Click to expand...
Click to collapse
your drivers are probably not installed correctly. when your phone is in twrp, what does it shows in windows devices manager?

alray said:
your drivers are probably not installed correctly. when your phone is in twrp, what does it shows in windows devices manager?
Click to expand...
Click to collapse
It shows this View attachment 2760992

IM having the same issue. Even when I direct it to the folder with the driver.
Sent from my SGH-T989 using XDA Premium 4 mobile app

Igotfish said:
It shows this View attachment 2760992
Click to expand...
Click to collapse
FAQ #2 here: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2

solved the issue using otg cable.

Related

[Q] Active cmdline overflow!

Hey guys,
I'm new with HTC one, I want to try something new but i got stuck.
I was installing my stock rom (This is the latest *stock* KitKat & HTC Sense 5.5 UI build 4.19.401.8 for the HTC One), and now I cannot do anything with my phone. I cannot get into the recovery (TWRP). When I try get into recovery, it just restart and come back bootloader. Would you guys please help me out?
(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: HT35TW901637
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4276mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-ea0bccbd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
This is all information from my phone, hope this help ><
Thank youuu
EvanLe said:
Hey guys,
I'm new with HTC one, I want to try something new but i got stuck.
I was installing my stock rom (This is the latest *stock* KitKat & HTC Sense 5.5 UI build 4.19.401.8 for the HTC One), and now I cannot do anything with my phone. I cannot get into the recovery (TWRP). When I try get into recovery, it just restart and come back bootloader. Would you guys please help me out?
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT35xxxxxxxxxxx
(bootloader) imei: 35xxxxxxxxxxxxxxxxx
(bootloader) product: m7_u
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
all: Done!
This is all information from my phone, hope this help ><
Thank youuu
Click to expand...
Click to collapse
1- remove IMEI from your post!!! that's personal info and shouldn't be shared
2- have you simply tried "fastboot erase cache" and then enter recovery
nkk71 said:
1- remove IMEI from your post!!! that's personal info and shouldn't be shared
2- have you simply tried "fastboot erase cache" and then enter recovery
Click to expand...
Click to collapse
Yes, I tried it but it doesn't work at all. Please help me ...
EvanLe said:
Yes, I tried it but it doesn't work at all. Please help me ...
Click to expand...
Click to collapse
link to the thread where you got your download from please.
nkk71 said:
link to the thread where you got your download from please.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2183023. This is where I downloaded, and I downloaded the Android 4.4.2 (KitKat) - latest *STOCK* ROMs without modifications ( Odexed )
EvanLe said:
http://forum.xda-developers.com/showthread.php?t=2183023. This is where I downloaded, and I downloaded the Android 4.4.2 (KitKat) - latest *STOCK* ROMs without modifications ( Odexed )
Click to expand...
Click to collapse
Hmm, that sounds weird, that ROM should be good. and it's strange why your "version-main" is blank.
Anyway, try reflashing TWRP:
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 on the download!! cause that site doesnt work with download managers.
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery, and reflash the ROM
35999662
nkk71 said:
Hmm, that sounds weird, that ROM should be good. and it's strange why your "version-main" is blank.
Anyway, try reflashing TWRP:
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 on the download!! cause that site doesnt work with download managers.
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery, and reflash the ROM
Click to expand...
Click to collapse
I downloaded the 2.6.3.4, and I cannot get into recovery ... When I installed the rom which I gave to you. I didn't flash the recovery.img which in the thread I gave ... Actually, when I installed that ROM, I was using ClockworkMod Touch v6.0.4.6. My bad on that ><
EvanLe said:
I downloaded the 2.6.3.4, and I cannot get into recovery ... When I installed the rom which I gave to you. I didn't flash the recovery.img which in the thread I gave ... Actually, when I installed that ROM, I was using ClockworkMod Touch v6.0.4.6. My bad on that ><
Click to expand...
Click to collapse
Question: you have:
modelid: PN0711000
cidnum: HTC__044
--> Taiwan? (3.63.707.4) variant?
nkk71 said:
Question: you have:
modelid: PN0711000
cidnum: HTC__044
--> Taiwan? (3.63.707.4) variant?
Click to expand...
Click to collapse
Yes, I think so because I bought my HTC one in Vietnam, and I think all of it from Taiwan, too
EvanLe said:
Yes, I think so because I bought my HTC one in Vietnam, and I think all of it from Taiwan, too
Click to expand...
Click to collapse
It's getting late for me, let's pick this up tomorrow....
or if someone else chimes in: I'm thinking of boot.img of (and/or) fw 3.63.707.4
nkk71 said:
It's getting late for me, let's pick this up tomorrow....
or if someone else chimes in: I'm thinking of boot.img of (and/or) fw 3.63.707.4
Click to expand...
Click to collapse
Ok, I will wait for you until tomorrow. Please help me out, I really don't want to lose my phone ><. Thank you
EvanLe said:
Ok, I will wait for you until tomorrow. Please help me out, I really don't want to lose my phone ><. Thank you
Click to expand...
Click to collapse
{
"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"
}
nkk71 said:
It's getting late for me, let's pick this up tomorrow....
or if someone else chimes in: I'm thinking of boot.img of (and/or) fw 3.63.707.4
Click to expand...
Click to collapse
This is also the picture which I took it from my phone
EvanLe said:
This is also the picture which I took it from my phone
Click to expand...
Click to collapse
Let's try this first:
extract "boot.img" from the file I sent you, and:
fastboot flash boot boot.img
fastboot reboot-bootloader
hope that get's rid of "Active cmdling...."
then try reflashing TWRP (including erase cache)
nkk71 said:
Let's try this first:
extract "boot.img" from the file I sent you, and:
fastboot flash boot boot.img
fastboot reboot-bootloader
hope that get's rid of "Active cmdling...."
then try reflashing TWRP (including erase cache)
Click to expand...
Click to collapse
It doesn't work, and I still get active cmdline ><. I extracted the file which you have me, and did reflash the TWRP.
EvanLe said:
It doesn't work, and I still get active cmdline ><. I extracted the file which you have me, and did reflash the TWRP.
Click to expand...
Click to collapse
this is not nice
the file I sent you is signed 3.63.707.4 firmware, and since it seems you have little choice (since you're S-On), you'll need to relock bootloader
then flash the firmware:
fastboot oem rebootRUU
fastboot flash zip 3.63.707.4-firmware.zip
fastboot flash zip 3.63.707.4-firmware.zip <- yes twice!
fastboot reboot-bootloader
and then unlock again, reflash TWRP, etc.
unless someone has a better idea?
nkk71 said:
this is not nice
the file I sent you is signed 3.63.707.4 firmware, and since it seems you have little choice (since you're S-On), you'll need to relock bootloader
then flash the firmware:
fastboot oem rebootRUU
fastboot flash zip 3.63.707.4-firmware.zip
fastboot flash zip 3.63.707.4-firmware.zip <- yes twice!
fastboot reboot-bootloader
and then unlock again, reflash TWRP, etc.
unless someone has a better idea?
Click to expand...
Click to collapse
Would you please tell me how to relock it correctly because I'm new with android ><
EvanLe said:
Would you please tell me how to relock it correctly because I'm new with android ><
Click to expand...
Click to collapse
fastboot oem lock
nkk71 said:
fastboot oem lock
Click to expand...
Click to collapse
It doesn't work ....
nkk71 said:
fastboot oem lock
Click to expand...
Click to collapse
Dear,
I saw my version-main.
(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: 3.63.707.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT35TW901637
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4272mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-ea0bccbd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
and also I saw the OS - 3.63.707.4 but I don't know how it doesn't work, and I still get active cmdline overflow ><

After brick - unable to flash ANYTHING -> signature verify fail

Hey Guys,
hope u can help me.
I have a HTC ONE M/_UL. It was rooted via HTC One Tool. Now the Update for Sense 6 was coming up. So i was trying to get it. I have flashed a stock firmware/recovery but the Sense 6 Update wasn´t install. After the half install process it canceld with an error.
Okay, i tought to flash a complete Stock Rom - and the problem begins.
I was trying to flash an Nandroid backup and copied all the stuf fto the device.
I flashed the boot.img sucessfully. But to flash the Nandroid i need CWM or TWRP. So i´ve unlocked the bootloader.. Oh wait. While unlocking the bootloader all files where deleted on the phone -.-
So i was fighting to get the nandroid back to the phone without any sucess. Nothing works.
So i was trying to do this stuff from the XDA Forum:
ype: fastboot oem lock (if your device is not relocked yet)
Type: fastboot oem rebootRUU and wait for device to reboot
Type: fastboot flash zip firmware.zip and wait for process to complete
Sometimes flashing for the first time doesn't work, so flash firmware.zip again just to make sure.
Type: fastboot flash zip firmware.zip and wait for process to complete
Type: fastboot reboot
Click to expand...
Click to collapse
Without any sucess.
At the moment i am unable to flash ANYTHING. NO boot.img, no firmware, no recovery, no nothing
I always get this error:
(bootloader) signature checking...
FAILED (remote: signature verify fail)
So, at the moment im very helpless, because nothing works.
Maybe you Guys are my last chance to get this phone working again? or is it bricked now and i can use it as a paperweight?
Here are some basic data from my device:
- Win 8.1 x64
- HTC Driver 4.10.0.001
Code:
C:\Android\android-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: SH3CPW900871
(bootloader) imei: 359405055461121
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4328mV
(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.048s
And here my Bootloader screen:
{
"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"
}
If you need any other informations please let me know!
Thank You
dervali said:
Hey Guys,
hope u can help me.
I have a HTC ONE M/_UL. It was rooted via HTC One Tool. Now the Update for Sense 6 was coming up. So i was trying to get it. I have flashed a stock firmware/recovery but the Sense 6 Update wasn´t install. After the half install process it canceld with an error.
Okay, i tought to flash a complete Stock Rom - and the problem begins.
I was trying to flash an Nandroid backup and copied all the stuf fto the device.
I flashed the boot.img sucessfully. But to flash the Nandroid i need CWM or TWRP. So i´ve unlocked the bootloader.. Oh wait. While unlocking the bootloader all files where deleted on the phone -.-
So i was fighting to get the nandroid back to the phone without any sucess. Nothing works.
So i was trying to do this stuff from the XDA Forum:
Without any sucess.
At the moment i am unable to flash ANYTHING. NO boot.img, no firmware, no recovery, no nothing
I always get this error:
(bootloader) signature checking...
FAILED (remote: signature verify fail)
So, at the moment im very helpless, because nothing works.
Maybe you Guys are my last chance to get this phone working again? or is it bricked now and i can use it as a paperweight?
Here are some basic data from my device:
- Win 8.1 x64
- HTC Driver 4.10.0.001
Code:
C:\Android\android-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: SH3CPW900871
(bootloader) imei: 359405055461121
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4328mV
(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.048s
And here my Bootloader screen:
If you need any other informations please let me know!
Thank You
Click to expand...
Click to collapse
You can't flash or do anything because your bootloader is relocked. Unlock again and flash TWRP 2.6.3.3
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Download a custom rom, ie ARHD or Viper rom to your PC and sideload or push it to your phone, then flash using twrp
Sent from my HTC One using XDA Premium 4 mobile app
bored_stupid said:
You can't flash or do anything because your bootloader is relocked. Unlock again and flash TWRP 2.6.3.3
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Download a custom rom, ie ARHD or Viper rom to your PC and sideload or push it to your phone, then flash using twrp
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No the relocked Bootloader wasn´t the problem, because i also tried it with unlocked bootloader.
I was trying around a little bit and i have found a solution.
I was downloading the OTA Zip File from the Sense 6 Update. Then i´ve extracted the firmware.zip file from this.
This FIrmware i was able to flash. After that i was able to install a Rom.
The Most important step was to format everything in TWRP, because without this step i was unable to flash a rom via sideload.
IT stucks with a error all the time and driving me crazy
But after i waas formatting everything via TWRP it works without any problem.
Thank You

HTC One M7 partially bricked!! *HELP*

I have a T-Mobile HTC One M7 that is partially bricked. When I purchased my phone, I wanted to try out the Google Play edition. After successfully running Android 4.4.2 for a few months, my camera got the purple tint. As a result, I have to send in my phone for a replacement. As part of the process to install the RUU file for Android 4.4 with Sense 6, which included enabling S-ON and relocking my device, my device does not detect a recovery nor a ROM. I tried unlocking my device again, but the device won't let me. My phone can still connect to ADB and fastboot. As of now, my phone is stuck in Relocked and S-ON. I will provide the fastboot getvar all text.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.21.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: (hidden for privacy)
(bootloader) imei: (hidden for privacy)
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 4313mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e82187e
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
Please provide me with all the help that you can give. My phone is now unusable.
Azn-Rice said:
I have a T-Mobile HTC One M7 that is partially bricked. When I purchased my phone, I wanted to try out the Google Play edition. After successfully running Android 4.4.2 for a few months, my camera got the purple tint. As a result, I have to send in my phone for a replacement. As part of the process to install the RUU file for Android 4.4 with Sense 6, which included enabling S-ON and relocking my device, my device does not detect a recovery nor a ROM. I tried unlocking my device again, but the device won't let me. My phone can still connect to ADB and fastboot. As of now, my phone is stuck in Relocked and S-ON. I will provide the fastboot getvar all text.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.21.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: (hidden for privacy)
(bootloader) imei: (hidden for privacy)
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 4313mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e82187e
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
Please provide me with all the help that you can give. My phone is now unusable.
Click to expand...
Click to collapse
s-on was the last step before sending the phone ... not before flashing the RUU
now your pretty much stuck. Also relocking the bootloader is not needed with s-off
start from the beginning
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_31.6.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Now use firewater to get s-off back and read @nkk71 Superguide to return to stock
Click to expand...
Click to collapse
Recovery installation fail
clsA said:
s-on was the last step before sending the phone ... not before flashing the RUU
now your pretty much stuck. Also relocking the bootloader is not needed with s-off
start from the beginning
Click to expand...
Click to collapse
FAILED: signature verify fail
Azn-Rice said:
FAILED: signature verify fail
Click to expand...
Click to collapse
yeah unlock your bootloader
Nothing Happens
clsA said:
yeah unlock your bootloader
Click to expand...
Click to collapse
I ran through the steps that is necessary to unlock the bootloader. Since I can't access my rom, my result will depend on fastboot. The installation went by alright, but I did not see the "Unlock Bootloader?" screen.
Azn-Rice said:
I ran through the steps that is necessary to unlock the bootloader. Since I can't access my rom, my result will depend on fastboot. The installation went by alright, but I did not see the "Unlock Bootloader?" screen.
Click to expand...
Click to collapse
I have no idea what your talking about ?
did you get the Unlock_code.bin file from the email and put it in the fastboot folder ?
after fastboot flash unlocktoken Unlock_code.bin
are you not seeing this screen ?
{
"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"
}
clsA said:
I have no idea what your talking about ?
did you get the unlock.bin file from the email and put it in the fastboot folder ?
Click to expand...
Click to collapse
After completing the process, my phone still displays "Relock" but this time with a "Security Warning". I'm trying to find the correct RUU file for this phone.
Azn-Rice said:
After completing the process, my phone still displays "Relock" but this time with a "Security Warning". I'm trying to find the correct RUU file for this phone.
Click to expand...
Click to collapse
RUU
http://shipped-roms.com/download.ph...03_10.38m.1157.04_release_336982_signed_2.zip
plus OTA
http://www.filefactory.com/file/41y...3.24.531.3_release_351678n41r1lfticqo8m4c.zip
but the method I posted above is much easier way to get s-off again
clsA said:
I have no idea what your talking about ?
did you get the Unlock_code.bin file from the email and put it in the fastboot folder ?
after fastboot flash unlocktoken Unlock_code.bin
are you not seeing this screen ?
Click to expand...
Click to collapse
I did not see this screen at all in my phone. It must be because I can't boot into Android. I'm trying to do everything in bootloader since this is the only place that I can access at the moment.
Azn-Rice said:
I did not see this screen at all in my phone. It must be because I can't boot into Android. I'm trying to do everything in bootloader since this is the only place that I can access at the moment.
Click to expand...
Click to collapse
the screen appears in the bootloader after the command fastboot flash unlocktoken Unlock_code.bin
it has nothing to do with booting up the phone
go back to post 2 and do the steps in order ... don't skip steps
clsA said:
the screen appears in the bootloader after the command fastboot flash unlocktoken Unlock_code.bin
Click to expand...
Click to collapse
I know what you are talking about. I saw this screen before when my phone was in perfect working condition. Now that I am stuck at the bootloader, I can't boot to Android nor access recovery. I even can't install a RUU without getting an error message (signature verify failed).
Azn-Rice said:
I know what you are talking about. I saw this screen before when my phone was in perfect working condition. Now that I am stuck at the bootloader, I can't boot to Android nor access recovery. I even can't install a RUU without getting an error message (signature verify failed).
Click to expand...
Click to collapse
do you have the black bootloader from the GPE ? do you have a active command line error on the bootloader screen? if you did s-on with the black bootloader your pretty much stuck
clsA said:
do you have the black bootloader from the GPE ? do you have a active command line error on the bootloader screen? if you did s-on with the black bootloader your pretty much stuck
Click to expand...
Click to collapse
I do have the black bootloader and S-ON. There should be some other options.
Azn-Rice said:
I do have the black bootloader and S-ON. There should be some other options.
Click to expand...
Click to collapse
here you go
http://forum.xda-developers.com/showthread.php?t=2547894

[SOLVE] HTC One M7 Stuck In Blank Screen

Hello i try to change mu MID but end up my phone like the photo below.
I cannot access bootloader anymore.. Any idea what happen and what should i do?
{
"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"
}
Thanks
Y.O.N said:
Hello i try to change mu MID but end up my phone like the photo below.
I cannot access bootloader anymore.. Any idea what happen and what should i do?
Thanks
Click to expand...
Click to collapse
will be easier to assist you in this thread. So you were trying to change MID using the ENG Hboot from here? There is another safer and easier way to do this, like stated in the OP of the guide you have followed to flash the hboot.
are you still able to use fastboot commands?
try "fastboot getvar all" and post the result here except imei and serialno
alray said:
will be easier to assist you in this thread. So you were trying to change MID using the ENG Hboot from here? There is another safer and easier way to do this, like stated in the OP of the guide you have followed to flash the hboot.
are you still able to use fastboot commands?
try "fastboot getvar all" and post the result here except imei and serialno
Click to expand...
Click to collapse
I cannot used the fastboot commands. It say usb mulfunction..
How could i access my sd card in this state?
Y.O.N said:
I cannot used the fastboot commands. It say usb mulfunction..
How could i access my sd card in this state?
Click to expand...
Click to collapse
what is your computer OS version? Win 7, 8, 8.1, MacOS, Linux?
alray said:
what is your computer OS version? Win 7, 8, 8.1, MacOS, Linux?
Click to expand...
Click to collapse
Sorry for late reply.. Need to wait 5 minutes between posts
I am using Win 8.1.. 64-bit..
Y.O.N said:
Sorry for late reply.. Need to wait 5 minutes between posts
I am using Win 8.. 64-bit..
Click to expand...
Click to collapse
look at post #2 of this thread
you also were warned not to use this method to change MID in post #1 (moderator edit)
now you'll need to get your hands on a win 7 computer or either use a live cd of ubuntu (12.04 32 bit version) so you'll be able to use fastboot to change your MID/CID and flash a RUU.
alray said:
look at post #2 of this thread
you also were warned not to use this method to change MID in post #1 (moderator edit)
now you'll need to get your hands on a win 7 computer or either use a live cd of ubuntu so you'll be able to use fastboot to change your MID/CID and flash a RUU.
Click to expand...
Click to collapse
I have MAC Air.. Do u know how?
Y.O.N said:
I have MAC Air.. Do u know how?
Click to expand...
Click to collapse
http://htc-one.wonderhowto.com/how-...-mac-os-x-send-commands-your-htc-one-0151178/
alray said:
http://htc-one.wonderhowto.com/how-...-mac-os-x-send-commands-your-htc-one-0151178/
Click to expand...
Click to collapse
Still can't connect to adb using MAC...
Y.O.N said:
Still can't connect to adb using MAC...
Click to expand...
Click to collapse
You can not use ADB commands, only FASTBOOT commands works from bootloader
alray said:
You can not use ADB commands, only FASTBOOT commands works from bootloader
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.39.2000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT ENG S-OFF
(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: 4243mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: ENG
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 080b6f61
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Just get the details.. What should i do next?
How to flash custom rom using mac?
Y.O.N said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.39.2000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT ENG S-OFF
(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: 4243mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: ENG
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 080b6f61
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Just get the details.. What should i do next?
How to flash custom rom using mac?
Click to expand...
Click to collapse
what was your goal with changing MID? What MID do you want and what software version do you want to run?
alray said:
what was your goal with changing MID? What MID do you want and what software version do you want to run?
Click to expand...
Click to collapse
Actually i want to restock my htc..
But i did not find any RUU.zip with CID: HTC__044 and MID: PN0714000
So i think to change the MID to PN071100
But now.. I just want to turn my HTC on.. I think just used the custom rom :crying:
Y.O.N said:
Actually i want to restock my htc..
But i did not find any RUU.zip with CID: HTC__044 and MID: PN0714000
So i think to change the MID to PN071100
But now.. I just want to turn my HTC on.. I think just used the custom rom :crying:
Click to expand...
Click to collapse
do you need to restock for warranty purpose or not (i.e sending the phone for repair under warranty?)
you cant use custom rom at this point, you need to run a ruu
alray said:
do you need to restock for warranty purpose or not (i.e sending the phone for repair under warranty?)
Click to expand...
Click to collapse
No.. I did not want to send for warranty.... The phone is good.. Just mess up with the software...
I don't think can run RUU in MAC..
Don't have win 7 pc now...
Y.O.N said:
No.. I did not want to send for warranty.... The phone is good.. Just mess up with the software...
Click to expand...
Click to collapse
So I recommend you to use the .401 RUU.zip WWE version (international version). download and save it to the same folder you have fastboot in. rename it ruu.zip, will be easier to typein the terminal
Code:
fastboot oem writemid PN0710000
fastboot oem writecid HTC__001
fastboot oem rebootRUU
fastboot flash zip ruu.zip
fastboot flash zip ruu.zip <--- yes you have to do the same command twice
fastboot reboot
then you'll be good to take all ota to latest version
stays s-off and unlocked.
---------- Post added at 02:22 PM ---------- Previous post was at 02:21 PM ----------
Y.O.N said:
I don't think can run RUU in MAC..
Don't have win 7 pc now...
Click to expand...
Click to collapse
yes you can flash ruu.zip using fastboot from terminal. only ruu.exe require windows OS
alray said:
So I recommend you to use the .401 RUU.zip WWE version (international version). download and save it to the same folder you have fastboot in. rename it ruu.zip, will be easier to typein the terminal
Click to expand...
Click to collapse
When i run: ./fastboot-mac oem rebootRUU
The screen just go off.. Did not show the htc silver logo... is it ok?
Y.O.N said:
When i run: ./fastboot-mac oem rebootRUU
The screen just go off.. Did not show the htc silver logo... is it ok?
Click to expand...
Click to collapse
try to flash the ruu and you'll see
alray said:
try to flash the ruu and you'll see
Click to expand...
Click to collapse
Yes bro.. Its work like a charm... Thank you so much..
Y.O.N said:
Yes bro.. Its work like a charm... Thank you so much..
Click to expand...
Click to collapse
so you are out of trouble now? If yes please edit your first post in this thread and add [Solved] please.
edit: nvm, just saw you already did it :good:

[Q] Updating Rooted m7 OTA

hi guys i have searched for this but no result
i have htc one m7
Code:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 3983mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and its 4.4.3 sense 6 TWRP recovery Elementalx 17 Kernel
now i want to update because i had an OTA update " 6.09.401.108" i downloaded it but cant install it due to custom recovery
wat should i do guys to update this m7 Please help!!!!:crying:
thanx a lot :highfive:
LilbrownMeko said:
hi guys i have searched for this but no result
i have htc one m7
Code:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 3983mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and its 4.4.3 sense 6 TWRP recovery Elementalx 17 Kernel
now i want to update because i had an OTA update " 6.09.401.108" i downloaded it but cant install it due to custom recovery
wat should i do guys to update this m7 Please help!!!!:crying:
thanx a lot :highfive:
Click to expand...
Click to collapse
you will probably need to reset your phone back to stock in order to take the ota.
you can go back to stock using a nandroid backup + stock recovery of your version or by using a RUU (easy with s-off)
alray said:
you will probably need to reset your phone back to stock in order to take the ota.
you can go back to stock using a nandroid backup + stock recovery of your version or by using a RUU (easy with s-off)
Click to expand...
Click to collapse
no i don't need that
in the last update i had the same problem , but i got the stock recovery only recovery.img i flashed it relock the bootloader then updated it , this worked just fine but now i can't do it cuase i get this after it restarts
{
"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"
}
so i need the recovery f my current frame i think, but it seems that i can't find it
LilbrownMeko said:
no i don't need that
in the last update i had the same problem , but i got the stock recovery only recovery.img i flashed it relock the bootloader then updated it , this worked just fine but now i can't do it cuase i get this after it restarts
so i need the recovery f my current frame i think, but it seems that i can't find it
Click to expand...
Click to collapse
press and hold vol up and then hit power and you'll see the error message in yellow, Post the error.
LilbrownMeko said:
no i don't need that
in the last update i had the same problem , but i got the stock recovery only recovery.img i flashed it relock the bootloader then updated it , this worked just fine but now i can't do it cuase i get this after it restarts
so i need the recovery f my current frame i think, but it seems that i can't find it
Click to expand...
Click to collapse
pretty much everything you need is here
6.09.401.5
http://forum.xda-developers.com/showpost.php?p=54894697&postcount=7526
I have same problem.
I don't want to go back to standard recovery, then again setup TW recovery. I don't know how to returt standard recovery.
I just need to delete this update or setup it with my teamwin recovery. Is it possible?
I hate this message with system update. Each hour it disturbs me.
GuitarFan said:
I have same problem.
I don't want to go back to standard recovery, then again setup TW recovery. I don't know how to returt standard recovery.
I just need to delete this update or setup it with my teamwin recovery. Is it possible?
I hate this message with system update. Each hour it disturbs me.
Click to expand...
Click to collapse
The only way to get the OTA update is to have stock recovery, stock rom and maybe some files in /preload/ directory. There is no way to flash the files in TWRP.
majmoz said:
The only way to get the OTA update is to have stock recovery, stock rom and maybe some files in /preload/ directory. There is no way to flash the files in TWRP.
Click to expand...
Click to collapse
Now i need stock recovery. I can spend many time for install it. Sometimes later i will need to use TWRP for some others purposes. I have to run back and forth.
GuitarFan said:
Now i need stock recovery. I can spend many time for install it. Sometimes later i will need to use TWRP for some others purposes. I have to run back and forth.
Click to expand...
Click to collapse
Post a fastboot getvar all except for imei and serialno or if you know what your version-main then you can look through this Collection of Stock Recoveries and download it.

Categories

Resources