Inconsistent firmware - One (M7) Q&A, Help & Troubleshooting

I tried to use a RUU with my HTC One M7, but it failed at parsing headers. Here is my device:
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 1.13.41.1209
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.22.557.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wlv
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4158mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Please note I changed the modelid from PN0731000 and cidnum from UTSI_005. I did this to try and be able to use a specific RUU, because it seems like I have an odd variant without an exact matching RUU. Either way, now my OS (firmware) shows up as: http://imgur.com/a/Zxiar Is there a way to make this correct again, and possibly even update it to 7.19.401.30?

cowboy1995 said:
I tried to use a RUU with my HTC One M7, but it failed at parsing headers. Here is my device:
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 1.13.41.1209
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.22.557.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wlv
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4158mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Please note I changed the modelid from PN0731000 and cidnum from UTSI_005. I did this to try and be able to use a specific RUU, because it seems like I have an odd variant without an exact matching RUU. Either way, now my OS (firmware) shows up as: http://imgur.com/a/Zxiar Is there a way to make this correct again, and possibly even update it to 7.19.401.30?
{
"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"
}
Click to expand...
Click to collapse
You can't use the GSM firmware on your CDMA variant. The OS line being red + another version in parenthesis is a symptom of an incomplete RUU/Firmware flash from 6.22.557.5 (UTStarcom CDMA) to 7.23.502.9 (AT&T GSM). Change your CID back to PN0731000 and flash the 6.22.557.5 RUU.
https://easy-firmware.com/index.php?a=browse&b=file&id=71767

alray said:
You can't use the GSM firmware on your CDMA variant. The OS line being red + another version in parenthesis is a symptom of an incomplete RUU/Firmware flash from 6.22.557.5 (UTStarcom CDMA) to 7.23.502.9 (AT&T GSM). Change your CID back to PN0731000 and flash the 6.22.557.5 RUU.
https://easy-firmware.com/index.php?a=browse&b=file&id=71767
Click to expand...
Click to collapse
Thank you for your reply! I will give that a shot, but first do you know a way to adapt this: https://forum.xda-developers.com/showthread.php?t=2535365&page=1 to change the model id back?

cowboy1995 said:
Thank you for your reply! I will give that a shot, but first do you know a way to adapt this: https://forum.xda-developers.com/showthread.php?t=2535365&page=1 to change the model id back?
Click to expand...
Click to collapse
Do you have a working TWRP on your phone?

alray said:
Do you have a working TWRP on your phone?
Click to expand...
Click to collapse
Yes I do.

@cowboy1995 If yes boot in TWRP recovery then select the "Advanced" menu and "Terminal". Type in this command in the terminal:
Code:
[B]echo -ne '\x50\x00\x4e\x00\x30\x00\x37\x00\x33\x00\x31\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384[/B]
Take your time and make sure there are no typo or this could brick your phone.
If you are 100% positive there is no typo, press the enter key and then reboot your phone in bootloader mode. Use "fastboot getvar all" to confirm your mid is back to PN0731000. You can leave the CID set to 11111111 and flash the RUU.

alray said:
@cowboy1995 If yes boot in TWRP recovery then select the "Advanced" menu and "Terminal". Type in this command in the terminal:
Code:
[B]echo -ne '\x50\x00\x4e\x00\x30\x00\x37\x00\x33\x00\x31\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384[/B]
Take your time and make sure there are no typo or this could brick your phone.
If you are 100% positive there is no typo, press the enter key and then reboot your phone in bootloader mode. Use "fastboot getvar all" to confirm your mid is back to PN0731000. You can leave the CID set to 11111111 and flash the RUU.
Click to expand...
Click to collapse
I feel its much too dangerous to try and type that 100%. Is it possible for me to open an adb shell from recovery, and execute this script: https://www.dropbox.com/s/fapmrj0nlo4wsp0/script.sh?dl=0 ?

cowboy1995 said:
I feel its much too dangerous to try and type that 100%. Is it possible for me to open an adb shell from recovery, and execute this script: https://www.dropbox.com/s/fapmrj0nlo4wsp0/script.sh?dl=0 ?
Click to expand...
Click to collapse
Or just boot your phone in twrp main menu, connect it to your computer with the usb cable, open an adb cmd window and type:
Code:
adb shell
Make sure you know have the # prompt and type (or copy/paste):
Code:
echo -ne '\x50\x00\x4e\x00\x30\x00\x37\x00\x33\x00\x31\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384
And finally
Code:
adb reboot bootloader
fastboot getvar all

alray said:
Or just boot your phone in twrp main menu, connect it to your computer with the usb cable, open an adb cmd window and type:
Code:
adb shell
Make sure you know have the # prompt and type (or copy/paste):
Code:
echo -ne '\x50\x00\x4e\x00\x30\x00\x37\x00\x33\x00\x31\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384
And finally
Code:
adb reboot bootloader
fastboot getvar all
Click to expand...
Click to collapse
Fantastic, worked great! Thank you so much. Finally, is the only way to get the RUU you mentioned previously is by paying the monthly fee? I searched for a bit elsewhere and couldn't find it. It seems quite rare.

cowboy1995 said:
Fantastic, worked great! Thank you so much. Finally, is the only way to get the RUU you mentioned previously is by paying the monthly fee? I searched for a bit elsewhere and couldn't find it. It seems quite rare.
Click to expand...
Click to collapse
I can't find it anywhere else sadly. You could also try the Verizon RUU 6.22.605.3 (it's also for PN0731000) which is available for free here: https://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944 see post #2

alray said:
I can't find it anywhere else sadly. You could also try the Verizon RUU 6.22.605.3 (it's also for PN0731000) which is available for free here: https://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944 see post #2
Click to expand...
Click to collapse
I tried it and i get this error, which I was experiencing before: http://imgur.com/a/CYMgX

cowboy1995 said:
I tried it and i get this error, which I was experiencing before: http://imgur.com/a/CYMgX
Click to expand...
Click to collapse
Are you using htc_fastboot.exe or fastboot.exe?

alray said:
Are you using htc_fastboot.exe or fastboot.exe?
Click to expand...
Click to collapse
I used the htc_fastboot provided under "How To Flash".

cowboy1995 said:
I used the htc_fastboot provided under "How To Flash".
Click to expand...
Click to collapse
You can try this one then
https://forum.xda-developers.com/verizon-htc-one/development/ruu-vzw-5-0-2-zip-exe-s-off-t3108076

alray said:
You can try this one then
https://forum.xda-developers.com/verizon-htc-one/development/ruu-vzw-5-0-2-zip-exe-s-off-t3108076
Click to expand...
Click to collapse
Thank you, this one worked!

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

HTC Google Edition bricked Help!

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.

How to update my HTC One 64GB?

Greetings Everyone,
I have lost my HTC One M7 phone last year in Manchester and I bought another one immediately. Which was used phone HTC ONE Black 64GB. (PN07140)
I'm writing this to tell you I have no clue if the first owner had rooted the phone or unlocked it because I have not experience in these things. I just notice that the OTA update is not working and I'm stuck with the Jellybean 4.2.2 version.
The phone details:
HTC ONE M7 64GB (Black)
TAMPERED
UNLOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
Android Version: 4.2.2
HTC Sense Version: 5.0
Software Number: 2.17.401.1
What I want?
I just want the OTA update works again to install the latest Android version with the original rom.
Please, explain in steps or refer to similar links I have been searching for 2 hours and I'm almost lost here!
Thanks for reading. Hope I was clear.
:angel:
Now my phone is Relocked and S-off.
But still couldn't find how to return to the original rom :crying:
Conako said:
Now my phone is Relocked and S-off.
But still couldn't find how to return to the original rom :crying:
Click to expand...
Click to collapse
AFAIK, the only 64gb version of the htc one is the developer edition so its look like the previous owner (badly) converted this phone to an WWE model.
with s-off, it will be easy to restore your phone to dev edition and update it to latest version.
start by posting the output of ''fastboot getvar all'' except the IMEI and serialno
do you have a custom recovery installed?
btw: never turn back s-on.
alray said:
AFAIK, the only 64gb version of the htc one is the developer edition so its look like the previous owner (badly) converted this phone to an WWE model.
with s-off, it will be easy to restore your phone to dev edition and update it to latest version.
start by posting the output of ''fastboot getvar all'' except the IMEI and serialno
do you have a custom recovery installed?
btw: never turn back s-on.
Click to expand...
Click to collapse
ah! finally a comment! Thanks!!
I'm already lost and can't figure which guide I have to follow or tool I need to use, Do I have to download firmware, OTA or stock from here? (cannot insert link) I just want it back like new with original rom.
btw: I will never buy a used phone!
Conako said:
ah! finally a comment! Thanks!!
I'm already lost and can't figure which guide I have to follow or tool I need to use, Do I have to download firmware, OTA or stock from here? (cannot insert link) I just want it back like new with original rom.
btw: I will never buy a used phone!
Click to expand...
Click to collapse
do you have adb and fastboot installed on your computer?
alray said:
do you have adb and fastboot installed on your computer?
Click to expand...
Click to collapse
Yes, I have downloaded miniadb_v1031.zip and installed it successfully!
Conako said:
Yes, I have downloaded miniadb_v1031.zip and installed it successfully!
Click to expand...
Click to collapse
so reboot your phone in bootloader mode (hold power + volume down)
use vol up/down to navigate to ''fastboot'' and hit power to enter fastboot mode
connect your phone to computer using usb cable
you should see FASTBOOT USB in red
open a command prompt from your adb/fastboot folder
type this command:
Code:
fastboot getvar all
copy/paste the ouput here except IMEI and SERIALNO
alray said:
so reboot your phone in bootloader mode (hold power + volume down)
use vol up/down to navigate to ''fastboot'' and hit power to enter fastboot mode
connect your phone to computer using usb cable
you should see FASTBOOT USB in red
open a command prompt from your adb/fastboot folder
type this command:
Code:
fastboot getvar all
copy/paste the ouput here except IMEI and SERIALNO
Click to expand...
Click to collapse
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\miniadb_m7>adb reboot bootloader
c:\miniadb_m7>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.707.16
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4311mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.075s
Conako said:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\asus>cd c:\miniadb_m7
c:\miniadb_m7>adb devices
List of devices attached
deleted device
c:\miniadb_m7>adb reboot bootloader
c:\miniadb_m7>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.707.16
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4311mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.075s
Click to expand...
Click to collapse
ok do you have a custom recovery installed
i.e TWRP or CWM recovery?
alray said:
ok do you have a custom recovery installed
i.e TWRP or CWM recovery?
Click to expand...
Click to collapse
No, and I don't know what do you mean, but I already downloaded stock_5.11.401.10 (1.1GB) and firmware_5.11.401.10 (44MB)
could these help?
Thanks again!
btw: please delete the SERIALNO from your quote of my comment.
Conako said:
No, and I don't know what do you mean,
Click to expand...
Click to collapse
in bootloader mode when you select ''recovery'' doest it boot to CWM recovery or TWRP recovery or is it just displaying a red triangle with a ''!'' inside?
alray said:
in bootloader mode when you select ''recovery'' doest it boot to CWM recovery or TWRP recovery or is it just displaying a red triangle with a ''!'' inside?
Click to expand...
Click to collapse
red triangle !
{
"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"
}
again: btw: please delete the SERIALNO from your quote of my comment.
Conako said:
red triangle !
again: btw: please delete the SERIALNO from your quote of my comment.
Click to expand...
Click to collapse
ok first unlock the bootloader again. dev edition phones come with an unlocked bootloader by default.
follow this tutorial to unlock bootloader:
then download TWRP 2.6.3.3 recovery from here and save it to the folder you have adb and fastboot in.
make sure the phone is in bootloader mode - fastboot usb
and type these commands:
Code:
fastboot flash recovery twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot
now your phone should be booted back in the OS
then dowload these 2 files and save it to the root of your sdcard:
http://www.htc1guru.com/?wpfb_dl=158
http://fs1.d-h.st/download/00084/w9V/MID_Change_1.01.zip
and reboot in twrp recovery:
Code:
adb reboot recovery
post back when you are booted back in twrp recovery
alray said:
then dowload these 2 files and save it to the root of your sdcard:
http://www.htc1guru.com/?wpfb_dl=158
http://fs1.d-h.st/download/00084/w9V/MID_Change_1.01.zip
and reboot in twrp recovery:
Code:
adb reboot recovery
post back when you are booted back in twrp recovery
Click to expand...
Click to collapse
Just to make sure, do I need to unzip these files before moving it to sdcard root?
anyway, I'm done already..
Team Win Recovery Project shows up!
What to do after?
at last no captcha code is required to write a comment!
Conako said:
Just to make sure, do I need to unzip these files before moving it to sdcard root?
anyway, I'm done already..
Click to expand...
Click to collapse
no you dont need to unzip them.
now in twrp recovery, select ''install'' then browse the /sdcard to find ''MID_Change_TOOL_v.1.01.zip'' (should be at the end of the list).
then ''swipe to confirm flash''
a graphical interface will show up (aroma installer)
click ''next''
select ''I agree with these Term of Use.'' and click next again
click next
select ''PN0712000'' and then ''next''
select ''install now''
wait for the install to complete and click ''next''
click finish
now you are back in twrp recovery, click ''back arrow'' twice and then ''reboot'' and chose ''bootloader''.
post back when you are back in bootloader mode
alray said:
now you are back in twrp recovery, click ''back arrow'' twice and then ''reboot'' and chose ''bootloader''.
post back when you are back in bootloader mode
Click to expand...
Click to collapse
Everything was done successfully! but only when I tried to return back again to bootloader mode a message shows up:
" install SuperSU? Your device does not appear to be rooted, this will root your device. Then: Do Not Install and Swipe to Install"
What to do?
Conako said:
Everything was done successfully! but only when I tried to return back again to bootloader mode a message shows up:
" install SuperSU? Your device does not appear to be rooted, this will root your device. Then: Do Not Install and Swipe to Install"
What to do?
Click to expand...
Click to collapse
no need to install SuperSU at the moment so you can ignore this.
when you are back in bootloader mode (fastboot usb)
do this command and be sure to type it correctly
Code:
fastboot oem writecid BS_US001
fastboot reboot-bootloader
BS_US001 must be capital letters, 8 characters total including the underscore
now post back an updated output of
Code:
fastboot getvar all
to confirm everything is ok before going any further.
---------- Post added at 03:51 PM ---------- Previous post was at 03:49 PM ----------
download this file, you will need it soon and its a 1.5gb file so better to start downloading it now so it will be ready when you will need it. save it to your desktop. Don't launch that file for now.
alray said:
no need to install SuperSU at the moment so you can ignore this.
when you are back in bootloader mode (fastboot usb)
do this command and be sure to type it correctly
Code:
fastboot oem writecid BS_US001
fastboot reboot-bootloader
BS_US001 must be capital letters, 8 characters total including the underscore
now post back an updated output of
Code:
fastboot getvar all
to confirm everything is ok before going any further.
Click to expand...
Click to collapse
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\miniadb_m7>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.707.16
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: BS_US001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4318mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.078s
Conako said:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\miniadb_m7>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.707.16
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: BS_US001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4318mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.078s
Click to expand...
Click to collapse
so good so far.
now we will remove ''TAMPERED'' flag from bootloader, steps are similar to what we have done previously so i'll go a little bit faster here
go back in twrp recovery
select install
choose Guru_Bootloader_Reset_1.0.zip
swipe to install.
follow instruction in the graphical interface, only choose to remove tampered flag, do not choose any other options
when this is complete, you can go back in bootloader to confirm the ''TAMPERED'' flag is gone.
now time to backup all your personnal/media file. the last step to do will wipe everything and set your phone back to default, like if it was brand new. Post back when you are ready (your files is backed-up and the download is completed)
btw: have you started to download the file I have posted above? see edited post.

Please Help Me... My Sprint HTC One M8 831C Soft Bricked

My phone giving IMAGE 159 ERROR and 41 model id error.my phone is soft bricked.4 days is trying to establish ROM.how to change model id with fastboot or cwm recovery.please help friends.i break my android os (
My Phone: Official Rom Sprint HTC One M8 831c Harman Kardon Edition
Unlocked
M8-WHL PVT SHIP S-OFF
CID-11111111
HBOOT-3.16.0.0000
RADIO-1.15.2133156.UA13G
OpenDSP-v38.2.2-00542-M8974.0311
OS-1.54.401.5
But not working i tryed more android os.please make model id change tool for htc one m8
Flash the HK RUU. I'm not sure how you ended up with that OS number, but it's not a Sprint software version.
i trying this rom before
Captain_Throwback said:
Flash the HK RUU. I'm not sure how you ended up with that OS number, but it's not a Sprint software version.
Click to expand...
Click to collapse
i tryed this rom flash and work.but later I do not know how it has changed my model id..this ruu now giving me model id 41 error.please help me with teamviewer or or or idk
murattari said:
i tryed this rom flash and work.but later I do not know how it has changed my model id..this ruu now giving me model id 41 error.please help me with teamviewer or or or idk
Click to expand...
Click to collapse
Are you sure you have a Sprint HK Edition?
What exactly have you flashed to the device?
Captain_Throwback said:
Are you sure you have a Sprint HK Edition?
What exactly have you flashed to the device?
Click to expand...
Click to collapse
C:\fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.15.2133156.UA13G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.54.401.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA444SF04237
(bootloader) imei: XXXXXXXXXXXX
(bootloader) imei2: Not Support
(bootloader) meid: 99000499050815
(bootloader) product: m8_whl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: ab0efa49
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.021s
yes im sure. http://forum.xda-developers.com/showthread.php?p=52145194 this rom could be installed 3 days ago.but now not installed.i try to install Android_Revolution_HD-One_M8_8.1 later softbricked my phone
murattari said:
C:\fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.15.2133156.UA13G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.54.401.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA444SF04237
(bootloader) imei: XXXXXXXXXXXX
(bootloader) imei2: Not Support
(bootloader) meid: 99000499050815
(bootloader) product: m8_whl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: ab0efa49
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.021s
yes im sure. http://forum.xda-developers.com/showthread.php?p=52145194 this rom could be installed 3 days ago.but now not installed.i try to install Android_Revolution_HD-One_M8_8.1 later softbricked my phone
Click to expand...
Click to collapse
Run fastboot oem ? and paste the contents please. I'm not sure if there's an easy way to change MID.
Captain_Throwback said:
Run fastboot oem ? and paste the contents please. I'm not sure if there's an easy way to change MID.
Click to expand...
Click to collapse
i think may improve the original android nandroid backup.i dont know
murattari said:
i think may improve the original android nandroid backup.i dont know
Click to expand...
Click to collapse
From what I'm reading from the One (M7) you'll have to run an echo command from a root shell to update the MID manually.
Do you have the output of that command?
EDIT: Found it.
Captain_Throwback said:
From what I'm reading from the One (M7) you'll have to run an echo command from a root shell to update the MID manually.
Do you have the output of that command?
Click to expand...
Click to collapse
i dont know commands.please help me.my phone's been asleep for 4 days
murattari said:
i dont know commands.please help me.my phone's been asleep for 4 days
Click to expand...
Click to collapse
I edited the above post with the link you need.
And I gave you the command - "fastboot oem ?"
Captain_Throwback said:
I edited the above post with the link you need.
And I gave you the command - "fastboot oem ?"
Click to expand...
Click to collapse
i know this commands.but for the operation of this command must be installed and running on any ROM.not working this commands in bootloader fastboot.i install now M8WHL_1.54.651.10_stock_rooted_CPTB-odexed ROM.this rom working but not full working.mean not working calling,initial setup and usb debugging
murattari said:
i know this commands.but for the operation of this command must be installed and running on any ROM.not working this commands in bootloader fastboot.i install now M8WHL_1.54.651.10_stock_rooted_CPTB-odexed ROM.this rom working but not full working.mean not working calling,initial setup and usb debugging
Click to expand...
Click to collapse
You only need a root shell to run those commands. You can do it while in recovery.
FYI, for the Sprint M8, the command you'll need for our Model ID is:
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x37\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
The rest of the commands you should take from the thread instructions. I just noticed there wasn't a section for the Sprint variant.
fastboot oem ? is just like fastboot getvar all - you run it from fastboot. But that was just for my own edification, so it isn't important. I was just wondering if there was an easier way to set MID, like if you were running the firewater HBOOT. But I digress (since you seem unwilling to post the output).
So you a rom working but the phone apk fc's and debugging doesn't work?
Captain_Throwback said:
You only need a root shell to run those commands. You can do it while in recovery.
FYI, for the Sprint M8, the command you'll need for our Model ID is:
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x37\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
The rest of the commands you should take from the thread instructions. I just noticed there wasn't a section for the Sprint variant.
fastboot oem ? is just like fastboot getvar all - you run it from fastboot. But that was just for my own edification, so it isn't important. I was just wondering if there was an easier way to set MID, like if you were running the firewater HBOOT. But I digress (since you seem unwilling to post the output).
Click to expand...
Click to collapse
i trying now.
Bradh024 said:
So you a rom working but the phone apk fc's and debugging doesn't work?
Click to expand...
Click to collapse
i installed M8WHL_1.54.651.10_stock_rooted_CPTB-odexed rom.later open usb debugging and write mid change commands.now my phone model id 0P6B70000 but not working phone apk how to fix
i relocked my phone and try to install http://forum.xda-developers.com/showthread.php?p=52145194 harman kardon rom.
modelid: 0P6B70000
cidnum: SPCS_004
mainver: 1.54.654.9
btype:1
aareport:1
hbootpreupdate:12
DelCache:1
murattari said:
yes not working phone apk ( how to fix
Click to expand...
Click to collapse
Once you fix the MID, run the RUU, and you should be back to normal (hopefully).
Captain_Throwback said:
You only need a root shell to run those commands. You can do it while in recovery.
FYI, for the Sprint M8, the command you'll need for our Model ID is:
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x37\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
The rest of the commands you should take from the thread instructions. I just noticed there wasn't a section for the Sprint variant.
fastboot oem ? is just like fastboot getvar all - you run it from fastboot. But that was just for my own edification, so it isn't important. I was just wondering if there was an easier way to set MID, like if you were running the firewater HBOOT. But I digress (since you seem unwilling to post the output).
Click to expand...
Click to collapse
woooow yehhuuuuuuuu thank u friend.really very very very thank uuuuuu ))))) now fully working rommmmmm ))))))
The Captain saves the day once again
Sent from my HTC M8

[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:

Categories

Resources