HTC 802w probably soft brıcked - One (M7) Q&A, Help & Troubleshooting

Hi guys after i change mid and cid my phone is bricked please help me. Adb shell wont work. Ruu's room's wont work what should i do? Ty, by the way sorry for my bad english.
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: T3.16.1229.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.15.1403.32
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: HC35KW907694
(bootloader) imei: 828501246923291
(bootloader) meid: 00000000000000
(bootloader) product: m7cdtu
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__A07
(bootloader) battery-status: good
(bootloader) battery-voltage: 4285mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!

abyo1993 said:
Hi guys after i change mid and cid my phone is bricked please help me. Adb shell wont work. Ruu's room's wont work what should i do? Ty, by the way sorry for my bad english.
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: T3.16.1229.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.15.1403.32
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: HC35KW907694
(bootloader) imei: 828501246923291
(bootloader) meid: 00000000000000
(bootloader) product: m7cdtu
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__A07
(bootloader) battery-status: good
(bootloader) battery-voltage: 4285mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
Click to expand...
Click to collapse
Your phone is a M7CDTU not a M7_UL, these are 2 completely different phone using different hardware. changing the MID and CID will not magically transform your DTU in a UL variant. Write back your original CID and MID numbers and flash the only RUU that will work on your phone, a M7CDTU ruu.
Sent from my HTC One using XDA Labs

alray said:
Your phone is a M7CDTU not a M7_UL, these are 2 completely different phone using different hardware. changing the MID and CID will not magically transform your DTU in a UL variant. Write back your original CID and MID numbers and flash the only RUU that will work on your phone, a M7CDTU ruu.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
Thanks.
Well i cant reach recovery and changing mid is failing all the time.
I tried this echo -n -e "\x50\x00\x4e\x00\x30\x00\x37\x00\x38\x00\x30\x00\x30\x00\x30\x00\x30" | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384 conv=notrunc but adb shell does not recognise my phone fastboot does.
Click to expand...
Click to collapse

abyo1993 said:
Thanks.
Well i cant reach recovery and changing mid is failing all the time.
Click to expand...
Click to collapse
adb commands are not supported when in bootloader mode only when booted in a rom with usb debugging turned on or when booted in a custom recovery (usb debug on/off doesn't matters)
Try to reflash a custom recovery (a M7CDTU compatible recovery) so you can use an adb shell to restore your MID. you should be able to restore the CID since its done using fastboot commands.

alray said:
adb commands are not supported when in bootloader mode only when booted in a rom with usb debugging turned on or when booted in a custom recovery (usb debug on/off doesn't matters)
Try to reflash a custom recovery (a M7CDTU compatible recovery) so you can use an adb shell to restore your MID. you should be able to restore the CID since its done using fastboot commands.
Click to expand...
Click to collapse
Thanks. I will try. Can you please send me example of a M7CDTU compatible recovery. Ty

abyo1993 said:
Thanks. I will try. Can you please send me example of a M7CDTU compatible recovery. Ty
Click to expand...
Click to collapse
https://dl.twrp.me/m7cdtu/

alray said:
adb commands are not supported when in bootloader mode only when booted in a rom with usb debugging turned on or when booted in a custom recovery (usb debug on/off doesn't matters)
Try to reflash a custom recovery (a M7CDTU compatible recovery) so you can use an adb shell to restore your MID. you should be able to restore the CID since its done using fastboot commands.
Click to expand...
Click to collapse
Now i have acces twrp and i change my mid and cid. But i cant install stock rom for my device.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip rom.zip
target reported max download size of 1542111232 bytes
sending 'zip' (1437114 KB)...
OKAY [ 58.237s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) shift signature_size for header checking...
FAILED (remote: 32 header error)
finished. total time: 58.472s
Click to expand...
Click to collapse
also;
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: U3.19.3509.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.17.401.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: 435434514434907694
(bootloader) imei: 45923127524902291
(bootloader) meid: 00000000000000
(bootloader) product: m7cdtu
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0780000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4303mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
i changed fastboot with htc_fastboot and try both and here is the problem;
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip bela.zip
sending 'zip'... (835665 KB) OKAY
sending time = 33.209 secs
writing 'zip'... (bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (status read failed (Too many links))
Execution time is 37(s)
Click to expand...
Click to collapse

Related

HTC one brick

So I have an HTC One s-off rooted with cm11.Two days ago it suddenly turned off.Now I can't:
-reboot,it just shows the logo thn turns of
-go to recovery.When I press recovery in bootloader,it just reboots to the bootloader
-cannot flash recovery via fastboot
sending 'recovery' (4336 KB)... OKAY [ 0.391s]
writing 'recovery'... FAILED (remote: image update error)
finished. total time: 1.281s
Please help!
Trinity99 said:
So I have an HTC One s-off rooted with cm11.Two days ago it suddenly turned off.Now I can't:
-reboot,it just shows the logo thn turns of
-go to recovery.When I press recovery in bootloader,it just reboots to the bootloader
-cannot flash recovery via fastboot
sending 'recovery' (4336 KB)... OKAY [ 0.391s]
writing 'recovery'... FAILED (remote: image update error)
finished. total time: 1.281s
Please help!
Click to expand...
Click to collapse
Try to flash a RUU for your original OS version. This should return you back to stock rom and firmware.
majmoz said:
Try to flash a RUU for your original OS version. This should return you back to stock rom and firmware.
Click to expand...
Click to collapse
How can I decide witch RUU is suitable for my phone?
Trinity99 said:
How can I decide witch RUU is suitable for my phone?
Click to expand...
Click to collapse
post your fastboot getvar all without imei and serial number
Seanie280672 said:
post your fastboot getvar all without imei and serial number
Click to expand...
Click to collapse
(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:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 4309mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
here it is , thanks for the help.
Trinity99 said:
(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:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 4309mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
here it is , thanks for the help.
Click to expand...
Click to collapse
You should be able to use this RUU: ruu_m7_ul_k44_sense55_mr_htc_europe_4-19-401-9_r_radio_4a-23-3263-28_10-38r-1157-04l_release_353069_signed_2-1-exe
There is all so an OTA update you can get if it doesn't automatically down load.
Thanks I try it
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\username\Data>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
(bootloader) SD: write failed in CMD25.
OKAY [ 1.073s]
finished. total time: 1.075s
This is the error I get when trying to get in RUU mode
Any ideas?
Trinity99 said:
Any ideas?
Click to expand...
Click to collapse
just run the exe file in windows with your phone in fastboot USB mode, let the RUU do the rest.
Seanie280672 said:
just run the exe file in windows with your phone in fastboot USB mode, let the RUU do the rest.
Click to expand...
Click to collapse
When the installer restarts the phone and "waiting for bootloader" appears the phone doesent boots.Manual boot does nonthing cause the program cannot see the device
Trinity99 said:
When the installer restarts the phone and "waiting for bootloader" appears the phone doesent boots.Manual boot does nonthing cause the program cannot see the device
Click to expand...
Click to collapse
check the drivers in device manager, does it say MyHTC ? even whilst in the bootloader.
Seanie280672 said:
check the drivers in device manager, does it say MyHTC ? even whilst in the bootloader.
Click to expand...
Click to collapse
Yes

[Q] TWRP and other Recoverys won't boot

Hi,
my HTC One won't boot in any Recovery after the TWRP 2.6.0.1. The Recoverys before are working. The broken recoverys are in the 'Entering Recovery...' Loop, they're showing the splashscreen, give a kind of 2 seconds blackscreen and show the 'Entering Recovery...' Splashscreen again
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.401.16
(bootloader) version-misc: PVT SHIP S-OFF
***
(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: 4293mV
(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.083s
I tried it with the newest radio, with the oldest radio, with reinstall the ruu, with Lock it and writesecureflag 3. ROM is Stock, because I can't flash another ROM^^
Can you help me pls?
try "fastboot erase cache" after flashing recovery
I've done it, still in bootloop
you have a pretty old firmware running. maybe your old bootloader is your problem. check out vomer´s guide. and watch out, there were some problems when you update such old firmware
and erase your imei from your info
I flashed every firmware that i have found, no other results there^^ And thank you
btw: I updated my firmware last night
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.17.401.1
(bootloader) version-misc: PVT SHIP S-OFF
***
(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: 3942mV
(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
all: Done!
Selfmade Rulez said:
I flashed every firmware that i have found, no other results there^^ And thank you
btw: I updated my firmware last night
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.17.401.1
(bootloader) version-misc: PVT SHIP S-OFF
***
(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: 3942mV
(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
all: Done!
Click to expand...
Click to collapse
I think your problem stems from having a hboot 1.57 and firmware that is three versions below it. Follow these steps to get you back to present day.
Install Custom recovery
Download TWRP 2.6.3.3 from here: http://techerrata.com/browse/twrp2/m7
Download and flash 4.19.401.9 firmware; place firmware in your fastboot/adb folder and rename to firmware.zip. Ensure you have moved all of your personal items off of your phone this firmware will wipe your phone. Open a command window in your fastboot/adb folder and type:
Code:
[B][I]adb reboot bootloader[/I][/B]
After that, type:
Code:
[B][I]fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
[B][I]fastboot reboot[/I][/B]
Run this RUU: http://www.htc1guru.com/dld/ruu_m7_ul_k44_sense55_mr_htc_europe_4-19-401-9_r_radio_4a-23-3263-28_10-38r-1157-04l_release_353069_signed_2-1-exe/
There is no need to lock/relock bootloader with S-OFF, and do not even THINK about going back to S-ON!!!
Now you can receive the OTAs or flash them manually.
OTA_M7_UL_K44_SENSE55_MR_HTC_Europe_4.19.401.11-4.19.401.9_R_release_355954met8o678uio0omu3.zip
OTA_M7_UL_K44_SENSE60_MR_HTC_Europe_5.11.401.10-4.19.401.11_release_372404wj19h95c0x6oa19n.zip
OTA_M7_UL_K443_SENSE60_MR_HTC_Europe_6.09.401.5-5.11.401.10_release_386803.zip
OTA_M7_UL_K443_SENSE60_MR_HTC_Europe_6.09.401.10-6.09.401.5_release_397712mm1f6dd6rksg0p3s.zip
Click to expand...
Click to collapse
majmoz said:
I think your problem stems from having a hboot 1.57 and firmware that is three versions below it. Follow these steps to get you back to present day.
Click to expand...
Click to collapse
still in recovery bootloop, except with the original recovery.
Selfmade Rulez said:
still in recovery bootloop, except with the original recovery.
Click to expand...
Click to collapse
Output of fastboot getvar all?
SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.9
(bootloader) version-misc: PVT SHIP S-OFF
***
(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: 3843mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.086s
Selfmade Rulez said:
still in recovery bootloop, except with the original recovery.
Click to expand...
Click to collapse
Did you install the RUU? It looks like you flashed the firmware OK, were there any issues with the flash?
majmoz said:
Did you install the RUU? It looks like you flashed the firmware OK, were there any issues with the flash?
Click to expand...
Click to collapse
no, there were not any issues and yes I flashed the RUU too^^
majmoz said:
Did you install the RUU? It looks like you flashed the firmware OK, were there any issues with the flash?
Click to expand...
Click to collapse
sorry for the double post. The sh*t that is confusing me is that the twrp 2.6.0.1 is already working, but every recovery that is newer is trolling my phone. Now I'm on Super CID too. Does it have anything to do with the boot.img or something? New log of getvar all: "uuu.img" is 2.8.1.0 "reco.img" is 2.6.0.1
Code:
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-OFF
***
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3821mV
(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
all: Done!
finished. total time: 0.064s
C:\adb>fastboot flash recovery uuu.img
target reported max download size of 1514139648 bytes
sending 'recovery' (11864 KB)...
OKAY [ 1.538s]
writing 'recovery'...
OKAY [ 0.932s]
finished. total time: 2.470s
C:\adb>fastboot flash recovery reco.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8014 KB)...
OKAY [ 1.079s]
writing 'recovery'...
OKAY [ 0.784s]
finished. total time: 1.863s
Selfmade Rulez said:
sorry for the double post. The sh*t that is confusing me is that the twrp 2.6.0.1 is already working, but every recovery that is newer is trolling my phone. Now I'm on Super CID too. Does it have anything to do with the boot.img or something? New log of getvar all: "uuu.img" is 2.8.1.0 "reco.img" is 2.6.0.1
Code:
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-OFF
***
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3821mV
(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
all: Done!
finished. total time: 0.064s
C:\adb>fastboot flash recovery uuu.img
target reported max download size of 1514139648 bytes
sending 'recovery' (11864 KB)...
OKAY [ 1.538s]
writing 'recovery'...
OKAY [ 0.932s]
finished. total time: 2.470s
C:\adb>fastboot flash recovery reco.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8014 KB)...
OKAY [ 1.079s]
writing 'recovery'...
OKAY [ 0.784s]
finished. total time: 1.863s
Click to expand...
Click to collapse
Did you use the command: fastboot erase cache
After you flashed the recovery? If not the recovery will not take.
majmoz said:
Did you use the command: fastboot erase cache
After you flashed the recovery? If not the recovery will not take.
Click to expand...
Click to collapse
for sure I've used it
majmoz said:
Did you use the command: fastboot erase cache
After you flashed the recovery? If not the recovery will not take.
Click to expand...
Click to collapse
LOL, I think I've found the issue. The Theme doesn't work. I've flashed TWRP with the Venom Theme and it's working.
Edit: Mhm, Venom Theme with TWRP Version 2.6.3.3 is working, 2.6.3.4 is not
Edit2: I'm at the point that I want. I'm on the Rec. Version where I can install todays ROMs (Viper One 7.0.1), Thank You guys

Can´t find correct HTC One (m7) ROM

I need help! I have a HTC One (m7) Unlocked/Developer 32GB. By the moment it was rebooting from Android Lollipop 5.0 Update, the screen froze on HTC logo. It seemed to be Half Bricked. I tryed to FACTORY RESET, but it didn´t work. My last chance is recoverying by Stock ROM. I know how to do it, but I can´t find the correct RUU.
Please help me find It, I need my phone back.
OBS:
- I have all HTC drivers installed.
-I have found the correct version of kernel on HTCdev only.
IMAGE [imagizer.imageshack.us/v2/956x318q90/905/7QHKkc.jpg]
URL [dl4.htc.com/RomCode/Source_and_Binaries/m7u-3.4.10-gf0dbc5b.zip]
-Other Image versions doesn´t work.
SPECS:
M7_U PVT SHIP S-ON RH
RADIO-4T.27.3218.14
OS-5.13.599.101
What can I do to solve this problem?
better if you post the result of:
fastboot getvar all
thank you
yurielkadi said:
I need help! I have a HTC One (m7) Unlocked/Developer 32GB. By the moment it was rebooting from Android Lollipop 5.0 Update, the screen froze on HTC logo. It seemed to be Half Bricked. I tryed to FACTORY RESET, but it didn´t work. My last chance is recoverying by Stock ROM. I know how to do it, but I can´t find the correct RUU.
Please help me find It, I need my phone back.
OBS:
- I have all HTC drivers installed.
-I have found the correct version of kernel on HTCdev only.
IMAGE [imagizer.imageshack.us/v2/956x318q90/905/7QHKkc.jpg]
URL [dl4.htc.com/RomCode/Source_and_Binaries/m7u-3.4.10-gf0dbc5b.zip]
-Other Image versions doesn´t work.
SPECS:
M7_U PVT SHIP S-ON RH
RADIO-4T.27.3218.14
OS-5.13.599.101
What can I do to solve this problem?
Click to expand...
Click to collapse
I will upload a RUU that should work: 6.15.599.101 which is the 4.4.3 ruu, I'll contact you back tomorrow when its ready with link to download and instructions how to flash.
@yurielkadi
https://www.androidfilehost.com/?fid=24052804347843559
download this ruu and save it in t he same folder where you have adb and fastboot installed on your computer.
Connect the phone with the original usb cable (or any other usb cable already known to be correctly working with adb/fastboot)
reboot in boorloader mode by holding power and volume down
In the bootloader mode, select the 'fastboot' mode and make sure ''fastboot usb' is shown in red
open a terminal window from your adb/fastboot folder
Code:
fastboot oem rebootRUU
fastboot flash zip PN07IMG_M7_U_K443_SENSE60_MR_HTC_LA_SPA_6.15.599.101_Radio_4T.28.3218.04_10.33E.1718.01D_release_388532_signed.zip
fastboot flash zip PN07IMG_M7_U_K443_SENSE60_MR_HTC_LA_SPA_6.15.599.101_Radio_4T.28.3218.04_10.33E.1718.01D_release_388532_signed.zip
fastboot reboot
If your phone is S-ON, you must make sure that your bootloader is locked or relocked before flashing the ruu. If its unlocked, relock it using
Code:
fastboot oem lock
Lux80 said:
better if you post the result of:
fastboot getvar all
thank you
Click to expand...
Click to collapse
C:\Android\Fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.13.599.101
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT35PW915109
(bootloader) imei: 354435054303615
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__332
(bootloader) battery-status: good
(bootloader) battery-voltage: 3780mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
@alray,
It didn´t work fine...
Code:
C:\Android\Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.034s]
finished. total time: 0.035s
C:\Android\Fastboot>fastboot flash zip PN07IMG_M7_U_K443_SENSE60_MR_HTC_LA_SPA_6.15.599.101_Radio_4T.28.3218.04_10.33E.1718.01D_release_388532_signed.zip
target reported max download size of 1514139648 bytes
Invalid sparse file format at header magi
yurielkadi said:
@alray,
It didn´t work fine...
Code:
C:\Android\Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.034s]
finished. total time: 0.035s
C:\Android\Fastboot>fastboot flash zip PN07IMG_M7_U_K443_SENSE60_MR_HTC_LA_SPA_6.15.599.101_Radio_4T.28.3218.04_10.33E.1718.01D_release_388532_signed.zip
target reported max download size of 1514139648 bytes
Invalid sparse file format at header magi
Click to expand...
Click to collapse
try to flash it using htc_fastboot.exe
instruction here: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
alray said:
try to flash it using htc_fastboot.exe
instruction here: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
Click to expand...
Click to collapse
Code:
C:\Android\Fastboot>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 35(ms)
C:\Android\Fastboot>fastboot flash zip RUU.zip
sending 'zip'... (42551 KB) OKAY
sending time = 2.698 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
...
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 596<s>
Then I rebooted and now it is woking fine.
@alray, Thanks a lot. You saved my phone. I will register a paypal account to donate you as soon as I can. You are the best!
OBS: It only worked with Windows 7!!!
please help me
i fllash wrong file and my imei is gone please give me the link of file
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.151
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34VW908132
(bootloader) imei: 354435050593664
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4203mV
(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
all: Done!
paagalguyno2 said:
i fllash wrong file and my imei is gone please give me the link of file
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.151
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34VW908132
(bootloader) imei: 354435050593664
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4203mV
(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
all: Done!
Click to expand...
Click to collapse
https://androidfilehost.com/?fid=24391638059058554
thanks bro i will try

[Q] Restoring Phone to default factory including os

I got a HTC ONE M7 O2 UK. I fully unlocked and installed ROM ViperOne.
Today I want to sell my phone and put it back everything where it was or including better. I had bad experience with ViperOne, so I want WWE last ROM.
I went to htc1guru and got the lastest RRU, but everytime I try to upgrade it, it get stuck on "Sending...".
Was thinking thats maybe because I'm trying to downgrade and isnt possible. but when it starts it says 1.9.401.2 or something like that, and the one im trying to installe it seems latest version over the one I have.
So what I should do? I tryed opening the RUU and get the rom.zip from temp folder and put it on the card but it says its corrupted, redownloaded it again and same thing.
Im doing something wrong? Or whats the best thing I can do ?
S-OFF device CID 02 001
os 2.24.206.7
Greetings
Stefanot04 said:
I got a HTC ONE M7 O2 UK. I fully unlocked and installed ROM ViperOne.
Today I want to sell my phone and put it back everything where it was or including better. I had bad experience with ViperOne, so I want WWE last ROM.
I went to htc1guru and got the lastest RRU, but everytime I try to upgrade it, it get stuck on "Sending...".
Was thinking thats maybe because I'm trying to downgrade and isnt possible. but when it starts it says 1.9.401.2 or something like that, and the one im trying to installe it seems latest version over the one I have.
So what I should do? I tryed opening the RUU and get the rom.zip from temp folder and put it on the card but it says its corrupted, redownloaded it again and same thing.
Im doing something wrong? Or whats the best thing I can do ?
S-OFF device CID 02 001
os 2.24.206.7
Greetings
Click to expand...
Click to collapse
Hi, please post the output of "fastboot getvar all" (hide your imei and serialno before posting)
alray said:
Hi, please post the output of "fastboot getvar all" (hide your imei and serialno before posting)
Click to expand...
Click to collapse
I cant, everytime I try i get "waiting for device"
Stefanot04 said:
I cant, everytime I try i get "waiting for device"
Click to expand...
Click to collapse
is your phone in bootloader ---> fastboot usb mode ?
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.22.3263.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.206.7
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: O2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3931mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d959c75800
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Stefanot04 said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.22.3263.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.206.7
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: O2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3931mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d959c75800
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
1-Change your CID:
Code:
fastboot oem writecid HTC__001
fastboot reboot-bootloader
2-Update your firmware
Code:
fastboot oem rebootRUU
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
fastboot reboot-bootloader
3-Flash the 7.19.401.51 RUU:
Code:
fastboot oem rebootRUU
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.51_Radio_4T.35.3218.16_10.33Q.1718.01L_release_458803_signed.zip
fastboot reboot
4-Sell your phone as an up-to-date WWE M7
* You must use htc_fastboot.exe to flash the ruu (htc_fastboot flash zip ruu.zip). Just save htc_fastboot.exe in the same folder you already have adb.exe and fastboot.exe on your computer.
PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.51_Radio_4T.35.3218.16_10.33Q.1718.01L_release_458803_signed.zip
M7_UL_Firmware_7.19.401.2.zip
htc_fastboot.exe​
DONE, thank you very much.
User will be able to do OTA updates?
Greetings
Stefanot04 said:
DONE, thank you very much.
User will be able to do OTA updates?
Greetings
Click to expand...
Click to collapse
yes
Hi
Hi I'm back, got another HTC One, tried the same and Im getting an error. Cant continue.
After fastboot oem rebootRUU when I try to flash the zip I get error 99 unknown.
getvar info (OF NEW PHONE HERE)
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3947mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.040s
Click to expand...
Click to collapse
I was trying to S-OFF.
The idea was to put device on s-off, install everything I need, and install:
*PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.51_Radio_4T.35.3218.16_10.33Q.1718.01L_release_458803_signed
*M7_UL_Firmware_7.19.401.2
Like I did for my old htc one. (this post)
Now Im stuck on HTC One white screen. (every time I do a normal boot I get that screen, cant load phone back after installing super su via TWRP (was trying to s-off it)), only to bootloader menu access.
(Apart from this I tried to Soff it using firewater... i get till adb push firewater... then adb shell.. till there excellent... then.. su enter and it says su not found.. so i jump that step and continue with chmod 755 /data/local/tmp/fire till there ok.. then the next command /data/local/tmp/fire and it says sintax error... while its perfectly fine.. expecting ")"... so well. I cant soff it.. tried all day... neigher doing what it says on the post... only trying to leave the phone on the last firmware update.)
Thanks in advance
Stefanot04 said:
Hi I'm back, got another HTC One, tried the same and Im getting an error. Cant continue.
After fastboot oem rebootRUU when I try to flash the zip I get error 99 unknown.
getvar info (OF NEW PHONE HERE)
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3947mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.040s
I was trying to S-OFF.
The idea was to put device on s-off, install everything I need, and install:
*PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.51_Radio_4T.35.3218.16_10.33Q.1718.01L_release_458803_signed
*M7_UL_Firmware_7.19.401.2
Like I did for my old htc one. (this post)
Now Im stuck on HTC One white screen. (every time I do a normal boot I get that screen, cant load phone back after installing super su via TWRP (was trying to s-off it)), only to bootloader menu access.
(Apart from this I tried to Soff it using firewater... i get till adb push firewater... then adb shell.. till there excellent... then.. su enter and it says su not found.. so i jump that step and continue with chmod 755 /data/local/tmp/fire till there ok.. then the next command /data/local/tmp/fire and it says sintax error... while its perfectly fine.. expecting ")"... so well. I cant soff it.. tried all day... neigher doing what it says on the post... only trying to leave the phone on the last firmware update.)
Thanks in advance
Click to expand...
Click to collapse
You don't need soff to flash a ruu on this phone. If you absolutely want s-off your must use Sunshine S-off (25$ USD) , firewater is discontinued, will not work even if you have the file, it need online resources that are not available anymore to do its magic. And even if it was still working, you can't just skip some steps like that... Firewater was designed to work when booted in a rooted rom and all steps was required. Relock the bootloader and flash a 7.19.401.x ruu using htc_fastboot.exe.
Sent from my HTC One using XDA Labs
alray said:
You don't need soff to flash a ruu on this phone. If you absolutely want s-off your must use Sunshine S-off (25$ USD) , firewater is discontinued, will not work even if you have the file, it need online resources that are not available anymore to do its magic. And even if it was still working, you can't just skip some steps like that... Firewater was designed to work when booted in a rooted rom and all steps was required. Relock the bootloader and flash a 7.19.401.x ruu using htc_fastboot.exe.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
open cmd, wrote htc_fastboot zip europe.zip
and got
C:\Users\Tefa\AppData\Local\Android\android-sdk\platform-tools>htc_fastboot flas
h zip oficialeurope.zip
sending 'zip'... (50228 KB) OKAY
sending time = 3.078 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 8(s)
Click to expand...
Click to collapse
(already locked bootloader)
Here its a get var.
C:\Users\Tefa\AppData\Local\Android\android-sdk\platform-tools>fastboot getvar a
ll
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH34JW906050
(bootloader) imei: 354436055366916
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3835mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.085s
Click to expand...
Click to collapse
Greetings
Stefanot04 said:
open cmd, wrote htc_fastboot zip europe.zip
and got
C:\Users\Tefa\AppData\Local\Android\android-sdk\platform-tools>htc_fastboot flas
h zip oficialeurope.zip
sending 'zip'... (50228 KB) OKAY
sending time = 3.078 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 8(s)
(already locked bootloader)
Here its a get var.
C:\Users\Tefa\AppData\Local\Android\android-sdk\platform-tools>fastboot getvar a
ll
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH34JW906050
(bootloader) imei: 354436055366916
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3835mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.085s
Greetings
Click to expand...
Click to collapse
Was the phone in ruu mode (black screen + silver htc logo)?
Sent from my HTC One using XDA Labs
alray said:
Was the phone in ruu mode (black screen + silver htc logo)?
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
Done, thanks.
Update in minutes to confirm succesful flash.
Stefanot04 said:
Done, thanks.
Update in minutes to confirm succesful flash.
Click to expand...
Click to collapse
Edit: Perfect. Thanks

bricked htc m7 unlocked s on, help !

Hello guys
i bricked my phone and now it has no os
i can only boot to recovery and fastboot
pelase help me install any os. its not working at all
here are the information of the phone
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.102
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT44CW901001
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 3809mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
please help me unbrick the phone
alawiishiro said:
Hello guys
i bricked my phone and now it has no os
i can only boot to recovery and fastboot
pelase help me install any os. its not working at all
here are the information of the phone
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.102
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT44CW901001
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 3809mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
please help me unbrick the phone
Click to expand...
Click to collapse
flash the 7.19.401.102 ruu. File and instructions here: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
when i try to flash i get
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip C:\Users\xxx\
Desktop\xxx..zip
target reported max download size of 1514139648 bytes
Invalid sparse file format at header magi
error: write_sparse_skip_chunk: don't care size 75916613 is not a multiple of th
e block size 4096
sending sparse 'zip' (1478648 KB)...
Click to expand...
Click to collapse
:i dont know whats the problem
Any help ??
alawiishiro said:
when i try to flash i get
:i dont know whats the problem
Click to expand...
Click to collapse
read step #5 again (you are simply not using the correct fastboot version)
alray said:
read step #5 again (you are simply not using the correct fastboot version)
Click to expand...
Click to collapse
it worked, thank you so much.
btw is there anyway to s off my htc m7 ?
it would be so useful if you can help me with this
alawiishiro said:
it worked, thank you so much.
btw is there anyway to s off my htc m7 ?
it would be so useful if you can help me with this
Click to expand...
Click to collapse
Sunshine s-off is the only way

Categories

Resources