Stuck in bootloader - One (M7) Q&A, Help & Troubleshooting

So my old m7, with S-OFF, and converted from AT&A to GPE, and locked, is now stuck in the boot loader and does not even appear to attempt to do a normal boot.
- Trying to enter recovery or do a factory reset results in the phone rebooting itself.
- Trying flashing fresh RUU or anything else just results in "FAILED (remote: not allowed)". -
- The phone is locked, so I also tried the HTC unlock services, which appears to be successful from fastboot, but I never get the prompt on the phone to accept it.
- Getting some weird error messages SD_HW_ERR sometimes when using fastboot.
Any ideas? [Put my getvar output on the bottom]
Flashing GPE RUU:
C:\Program Files\Android\platform-tools>fastboot oem rebootRUU
...
(bootloader) [ERR] Cmd18 polling status timed out, MCI_STATUS: 0x4C2000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [SD_HW_ERR] read data fail in CMD18
(bootloader) CMD18: cmd failed
(bootloader) [SD_HW_ERR] SD: Read data fail..
(bootloader) [ERR] partition_read_emmc(876): error 2
(bootloader) Start Verify: 0
(bootloader) [ERR] Cmd25 polling status timed out, MCI_STATUS: 0x4C0000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
OKAY [ 0.052s]
finished. total time: 0.053s
C:\Program Files\Android\platform-tools>fastboot flash zip c:\Temp\RUU-HTC_One_GE-5.0.1-5.11.1700.3.zip
target reported max download size of 1526722560 bytes
sending 'zip' (782880 KB)...
OKAY [ 28.789s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 28.825s
C:\Program Files\Android\platform-tools>fastboot flash zip c:\Temp\RUU-HTC_One_GE-5.0.1-5.11.1700.3.zip
target reported max download size of 1526722560 bytes
sending 'zip' (782880 KB)...
OKAY [ 28.789s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 28.825s
C:\Program Files\Android\platform-tools>fastboot reboot
rebooting...
finished. total time: 0.044s
Here is my getvar all output:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.04.1700.18
(bootloader) version-misc: PVT SHIP S-OFF
(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: 4277mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0ddc65a3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!

Related

Bricked - help please

I achieved S-OFF with rumrunner on m HTC 802d (Dual-Sim) variant. Reading around threads I realized that its ok to flash anything with S-OFF so decided to flash RUU Zip M7 HTC Google Edition_3.06.1700.10. However suddenly the phone switched off and I had an error on the fastboot screen. I tried to issue the command again but it did not work. The phone's display did not start no matter what I tried. Prior to flashing I had set supercid 11111111 on my device.
Things I tried:
1. Holding power button for 90 seconds or more, restarting. It only shows connectivity in fastboot. However when I issue command fastboot devices, I get this:
???????????? fastboot
2. Trying to unlock boot loader with fastboot flash unlocktoken Unlock_code.bin. Result:
C:\fastboot>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.002s]
writing 'unlocktoken'...
FAILED (remote: unlock token check failed)
finished. total time: 0.007s
3. I tried to generate a new key and unlock it again at HTCDev but I get an error with the new identifier.
4. Tried flashing custom recovery. Result:
C:\fastboot>fastboot flash recovery recovery.img
sending 'recovery' (16383 KB)...
OKAY [ 0.828s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 0.830s
5. Tried to re-run the RUU mode and flash, but the phone restarts and gets struck without returning. Output:
C:\fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: -1
OKAY [ 0.035s]
finished. total time: 0.036s
C:\fastboot>fastboot getvar all
< waiting for device >
6. Tried clearing cache: fastboot erase cache. Output:
C:\fastboot>fastboot erase cache
erasing 'cache'...
FAILED (remote: erasing error!)
finished. total time: 0.001s
7. Tried running stock RUU (exe), but it gets struck on "Verifying information on your Android phone..." forever.
8. Tried flashing the zip directly. Result:
C:\fastboot>fastboot flash zip RUU.zip
sending 'zip' (428998 KB)...
OKAY [ 21.698s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 21.701s
9. Issued the lock command
C:\fastboot>fastboot oem lock
...
(bootloader) Device was already locked!
OKAY [ 0.001s]
finished. total time: 0.002s
10. fastboot getvar all commands gives this:
C:\fastboot>fastboot getvar all
(bootloader) version-bootloader: 1.54.0000 <- earlier to attempting the flash this was 2.27.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN
(bootloader) serialno:
(bootloader) imei: myimeinumber
(bootloader) meid: 00000000000000
(bootloader) product:
(bootloader) platform: HBOOT-8064
(bootloader) modelid: *********
(bootloader) cidnum:
(bootloader) battery-status: good
(bootloader) battery-voltage: 3776mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: UNKNOWN
(bootloader) commitno-bootloader: dirty-94cf81a8fd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.020s
As you can see some fields are blank.
----
Please help me!
juicylife said:
I achieved S-OFF with rumrunner on m HTC 802d (Dual-Sim) variant. Reading around threads I realized that its ok to flash anything with S-OFF so decided to flash RUU Zip M7 HTC Google Edition_3.06.1700.10. However suddenly the phone switched off and I had an error on the fastboot screen. I tried to issue the command again but it did not work. The phone's display did not start no matter what I tried. Prior to flashing I had set supercid 11111111 on my device.
Things I tried:
1. Holding power button for 90 seconds or more, restarting. It only shows connectivity in fastboot. However when I issue command fastboot devices, I get this:
???????????? fastboot
2. Trying to unlock boot loader with fastboot flash unlocktoken Unlock_code.bin. Result:
C:\fastboot>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.002s]
writing 'unlocktoken'...
FAILED (remote: unlock token check failed)
finished. total time: 0.007s
3. I tried to generate a new key and unlock it again at HTCDev but I get an error with the new identifier.
4. Tried flashing custom recovery. Result:
C:\fastboot>fastboot flash recovery recovery.img
sending 'recovery' (16383 KB)...
OKAY [ 0.828s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 0.830s
5. Tried to re-run the RUU mode and flash, but the phone restarts and gets struck without returning. Output:
C:\fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: -1
OKAY [ 0.035s]
finished. total time: 0.036s
C:\fastboot>fastboot getvar all
< waiting for device >
6. Tried clearing cache: fastboot erase cache. Output:
C:\fastboot>fastboot erase cache
erasing 'cache'...
FAILED (remote: erasing error!)
finished. total time: 0.001s
7. Tried running stock RUU (exe), but it gets struck on "Verifying information on your Android phone..." forever.
8. Tried flashing the zip directly. Result:
C:\fastboot>fastboot flash zip RUU.zip
sending 'zip' (428998 KB)...
OKAY [ 21.698s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 21.701s
9. Issued the lock command
C:\fastboot>fastboot oem lock
...
(bootloader) Device was already locked!
OKAY [ 0.001s]
finished. total time: 0.002s
10. fastboot getvar all commands gives this:
C:\fastboot>fastboot getvar all
(bootloader) version-bootloader: 1.54.0000 <- earlier to attempting the flash this was 2.27.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN
(bootloader) serialno:
(bootloader) imei: myimeinumber
(bootloader) meid: 00000000000000
(bootloader) product:
(bootloader) platform: HBOOT-8064
(bootloader) modelid: *********
(bootloader) cidnum:
(bootloader) battery-status: good
(bootloader) battery-voltage: 3776mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: UNKNOWN
(bootloader) commitno-bootloader: dirty-94cf81a8fd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.020s
As you can see some fields are blank.
----
Please help me!
Click to expand...
Click to collapse
I got the same problem here! Did you find how to fix?
pdpascal said:
I got the same problem here! Did you find how to fix?
Click to expand...
Click to collapse
Would you mind posting what you get from "fastboot getvar all" but with your imei and MID removed? I may be able to help you
LightSpeedIII said:
Would you mind posting what you get from "fastboot getvar all" but with your imei and MID removed? I may be able to help you
Click to expand...
Click to collapse
Sure!
fastboot devices:
???????????? fastboot
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN
(bootloader) serialno:
(bootloader) meid: 00000000000000 (I tried to change the MID, my is the Chinese model. I used the Europe model MID to be able to apply the firmware)
(bootloader) product:
(bootloader) platform: HBOOT-8064
(bootloader) modelid: *********
(bootloader) cidnum:
(bootloader) battery-status: good
(bootloader) battery-voltage: 2703mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: UNKNOWN
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!./f
Thank you do much!
pdpascal said:
Sure!
fastboot devices:
???????????? fastboot
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN
(bootloader) serialno:
(bootloader) meid: 00000000000000 (I tried to change the MID, my is the Chinese model. I used the Europe model MID to be able to apply the firmware)
(bootloader) product:
(bootloader) platform: HBOOT-8064
(bootloader) modelid: *********
(bootloader) cidnum:
(bootloader) battery-status: good
(bootloader) battery-voltage: 2703mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: UNKNOWN
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!./f
Thank you do much!
Click to expand...
Click to collapse
The issue of the original thread starter "juicylife" is LOCKED bootloader, that's why he can't flash stock or custom recoveries and some ADB commands that needs unlocked bootloader will not work!
You are S-Off that's good.
1. Do you remember your original CID# or your software version? it is important to know from what region you belong.
2. Can you still access Fastboot or Recovery Menu?
eyeyousee said:
The issue of the original thread starter "juicylife" is LOCKED bootloader, that's why he can't flash stock or custom recoveries and some ADB commands that needs unlocked bootloader will not work!
You are S-Off that's good.
1. Do you remember your original CID# or your software version? it is important to know from what region you belong.
2. Can you still access Fastboot or Recovery Menu?
Click to expand...
Click to collapse
Hi there!
Mine is
M7C_DUG – Device ID: HTC 802w
Networks: Dual Sim W-CDMA/GSM
MID: PN0771000
Region: China, Russia, Europe
The problem is when I try "fastboot oem rebootRUU" :
...
(bootloader) Start Verify: -1
OKAY [ 0.043s]
finished. total time: 0.043s
If I try "fastboot flash zip room.zip":
OKAY [ 0.850s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 0.851s
It was HBoot 2.49 as well. Seems that after start the flash firmware process the phone's hardware is no longer recognized, the display for instance is not. Perhaps the eMMC needs a JTAG?

[Q]where can I get stock signed firmware for flashing on a S-on sprint m8 non-HK

I'm trying to RUU a sprint htc one m8, I am htcdev unlocked, and currently running sinless rom 3.4.2, and the latest TWRP, now I know I must relock my bootloader in order to RUU and I already tried that.
here is my output when I run fastboot oem lock
Code:
(bootloader) [PGFS] partition_update_pgfs: pg1fs_security
(bootloader) Lock successfully...
(bootloader) deinit_lcd
(bootloader) mipi display off
(bootloader) mdp_clock_off
(bootloader) turn off fd8c2308 failed 1 times. Try again...
(bootloader) disable_mmss_clk done
(bootloader) pll1_disable done
(bootloader) TZ_HTC_SVC_DISABLE ret = -1610744452 (0x9FFDFD7C)
(bootloader) [CRITICAL] SPMI write command failure: cmd_id = 0, error
(bootloader) = 4
(bootloader) [CRITICAL] SPMI write command failure: cmd_id = 0, error
(bootloader) = 4
(bootloader) [INFO] Rebooting device
ERROR: usb_read failed with status e00002ed
FAILED (status read failed (No such file or directory))
finished. total time: 1.251s
but on the bootloader I see the tampered flag and re-locked flag with "security warning below
now here's my "getvar all"
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.08.20.0612_4
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: **was actually blank**
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: **censored**
(bootloader) imei: **censored**
(bootloader) imei2: Not Support
(bootloader) meid: 99000499040678
(bootloader) product: m8_whl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B70000
(bootloader) cidnum: SPCS_001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: d4c3cae5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.007s
here is what happened when I tried to flash the full firmware from O.M.J.'s post
Code:
target reported max download size of 1830612992 bytes
sending 'zip' (6598 KB)...
OKAY [ 0.807s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.046s
and here is the output when i try to flash the rom.zip I extracted from htc's newest RUU exe
Code:
./fastboot flash zip rom.zip
target reported max download size of 1830612992 bytes
sending 'zip' (1652270 KB)...
OKAY [ 47.785s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 108.972s
any help is appreciated
What happened when you tried to run the RUU once you relocked your bootloader?
Magnum_Enforcer said:
What happened when you tried to run the RUU once you relocked your bootloader?
Click to expand...
Click to collapse
I did relocked before running the RUU the out put was this
Code:
./fastboot flash zip rom.zip
target reported max download size of 1830612992 bytes
sending 'zip' (1652270 KB)...
OKAY [ 47.785s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 108.972s
I got the "rom.zip" from htc's RUU exe
Managed to RUU through parallels desktop, here's what I did:
I relocked my bootloader (after doing this I got stucked on the bootloader)
I started parallels desktop on my mac and connected my phone in bootloader mode, assigning the device to the virtual machine
I ran the RUU exe (everything went fine)
profit

[Help] Htc One 802W - FAILED (remote: 32 header error)...

Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: U3.14.3509.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.21.1402.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7cdug
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0771000
(bootloader) cidnum: HTCCN703
(bootloader) battery-status: good
(bootloader) battery-voltage: 3831mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-f6d46eca
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.078s
Code:
E:\Android_Debug\ApkTool_2.0.0_Final>fastboot.exe flash zip E:\HTC\802W\PN07IMG_M7C_DUG_K44_SENSE60_MR_HTCCN_CHS_CU_5.15.1402.3_Radio_1237.28.34.0106_release_37
3024_signed_2.zip
target reported max download size of 1542111232 bytes
sending 'zip' (1150783 KB)...
OKAY [ 46.391s]
writing 'zip'...
(bootloader) zip header checking...
FAILED (remote: 32 header error)
finished. total time: 46.619s
Code:
E:\Android_Debug\ApkTool_2.0.0_Final>fastboot.exe flash zip E:\HTC\802W\PN07IMG_M7C_DUG_K443_SENSE60_MR_HTC_Europe_6.13.401.3_Radio_1237.28.35.0516_release_3918
92_signed.zip
target reported max download size of 1542111232 bytes
sending 'zip' (1257895 KB)...
OKAY [ 53.300s]
writing 'zip'...
(bootloader) zip header checking...
FAILED (remote: 32 header error)
finished. total time: 54.137s
Manh_IT said:
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: U3.14.3509.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.21.1402.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7cdug
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0771000
(bootloader) cidnum: HTCCN703
(bootloader) battery-status: good
(bootloader) battery-voltage: 3831mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-f6d46eca
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.078s
Code:
E:\Android_Debug\ApkTool_2.0.0_Final>fastboot.exe flash zip E:\HTC\802W\PN07IMG_M7C_DUG_K44_SENSE60_MR_HTCCN_CHS_CU_5.15.1402.3_Radio_1237.28.34.0106_release_37
3024_signed_2.zip
target reported max download size of 1542111232 bytes
sending 'zip' (1150783 KB)...
OKAY [ 46.391s]
writing 'zip'...
(bootloader) zip header checking...
FAILED (remote: 32 header error)
finished. total time: 46.619s
Code:
E:\Android_Debug\ApkTool_2.0.0_Final>fastboot.exe flash zip E:\HTC\802W\PN07IMG_M7C_DUG_K443_SENSE60_MR_HTC_Europe_6.13.401.3_Radio_1237.28.35.0516_release_3918
92_signed.zip
target reported max download size of 1542111232 bytes
sending 'zip' (1257895 KB)...
OKAY [ 53.300s]
writing 'zip'...
(bootloader) zip header checking...
FAILED (remote: 32 header error)
finished. total time: 54.137s
Click to expand...
Click to collapse
Remove your imei and serial number from your post above, those are 2 numbers you want to keep to yourself.
your bootloader must be locked or relocked to flash an RUU and also you must be booted into RUU mode to flash it, you may also need to use the htc_fastboot.exe: https://www.androidfilehost.com/?fid=95916177934550031
Seanie280672 said:
Remove your imei and serial number from your post above, those are 2 numbers you want to keep to yourself.
your bootloader must be locked or relocked to flash an RUU and also you must be booted into RUU mode to flash it, you may also need to use the htc_fastboot.exe: https://www.androidfilehost.com/?fid=95916177934550031
Click to expand...
Click to collapse
Thank

help me

any Roma who want to bag I give me FAILED (remote: 24 Android-info parsing fail) light up when the phone .. not enter the menu remains the HTC logo
(bootloader) Start Verify: 0
(bootloader) Input CID is super CID
(bootloader) Start Verify: 0
OKAY [ 0.056s]
finished. total time: 0.057s
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.401.10
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: OPTUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4017mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-b296905a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.092s
remove ur imei and SN
Uzzica said:
any Roma who want to bag I give me FAILED (remote: 24 Android-info parsing fail) light up when the phone .. not enter the menu remains the HTC logo
(bootloader) Start Verify: 0
(bootloader) Input CID is super CID
(bootloader) Start Verify: 0
OKAY [ 0.056s]
finished. total time: 0.057s
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.401.10
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: OPTUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4017mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-b296905a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.092s
Click to expand...
Click to collapse
I don't know what RUU version you are trying to flash but both your MID and CID numbers aren't matching your version-main. OPTUS001 / PN0714000 phones are supposed to run a x.xx.980.x version not the .401. If you want to flash the latest international RUU version (7.19.401.51) you'll need to change your MID to PN0710000 and your CID to HTC__001 (or supercid). Otherwise you can only flash a x.xx.980.x ruu, the latest available being 7.21.980.5.
https://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
edit: and before flashing a 7.xx.xxx.x ruu you'll first need to update your hboot to at least 1.57
help
target reported max download size of 1528188928 bytes
sending 'zip' (1418997 KB)...
OKAY [ 55.270s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 66.364s
Uzzica said:
help
target reported max download size of 1528188928 bytes
sending 'zip' (1418997 KB)...
OKAY [ 55.270s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 66.364s
Click to expand...
Click to collapse
Please post more information!
What file are you trying to flash? Are you using htc_fastboot.exe?

Unlock bootloader htc m7 mini

hello,
I have a htc m7 mini, and the phone is bricked.. i can't get boot the phone correcly. so i try to flash the rom..
but the bootloader is locked, i make all the process by HTC DEV but in the end when should appear on the phone display "Yes" or "no" to unlock bootloader dont appear anything... i already unlock other bootloaders but is this phone i think is impossible.....
There is any other way to unlock HTC bootloader instead of HTC DEV?
I need to flash new rom...
tanks
C:\>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.161s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.022s]
finished. total time: 0.190s
after this nothing appeands on the phone
Multiredes said:
C:\>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.161s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.022s]
finished. total time: 0.190s
after this nothing appeands on the phone
Click to expand...
Click to collapse
Is your phone able to reboot in ruu mode (black screen with silver HTC logo) with the "fastboot oem rebootRUU" command or it simply reboot normally? Can you also post your "fastboot getvar all" (hide imei and serial)
Hello,
Here:
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH39WWA0xxxx
(bootloader) imei: 3558660xxxxxxxx
(bootloader) meid:
(bootloader) product: m4_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5820000
(bootloader) cidnum: HTC__405
(bootloader) battery-status: good
(bootloader) battery-voltage: 3640mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and after fastboot oem rebootRUU:
(bootloader) [ERR] Cmd18 polling status timed out, MCI_STATUS: 0x4C2000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [SD_HW_ERR] read data fail in CMD18
(bootloader) CMD18: cmd failed
(bootloader) [SD_HW_ERR] SD: Read data fail..
(bootloader) [ERR] partition_read_emmc(876): error 2
(bootloader) Start Verify: 3
(bootloader) [ERR] Cmd25 polling status timed out, MCI_STATUS: 0x4C0000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
Multiredes said:
Hello,
Here:
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH39WWA0xxxx
(bootloader) imei: 3558660xxxxxxxx
(bootloader) meid:
(bootloader) product: m4_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5820000
(bootloader) cidnum: HTC__405
(bootloader) battery-status: good
(bootloader) battery-voltage: 3640mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and after fastboot oem rebootRUU:
(bootloader) [ERR] Cmd18 polling status timed out, MCI_STATUS: 0x4C2000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [SD_HW_ERR] read data fail in CMD18
(bootloader) CMD18: cmd failed
(bootloader) [SD_HW_ERR] SD: Read data fail..
(bootloader) [ERR] partition_read_emmc(876): error 2
(bootloader) Start Verify: 3
(bootloader) [ERR] Cmd25 polling status timed out, MCI_STATUS: 0x4C0000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
Click to expand...
Click to collapse
Probably a faulty emmc. HW_ERR = Hardware error

Categories

Resources