Hi there! To start off I've already attempted to restart using power+volume down/volume up, combined, separate, starting the bootloader, using fastboot, recovery mode, wiping cache partition, all that. Even tried draining the battery till it died all the way, restarted, nope. Held it under a bright light, restarted, nothing.
Either way, it gets stuck on the white HTC screen after starting and just sits forever. Not sure really what to do, and I've been holding off on a hard reset just for the small chance I can salvage all my personal stuff that ISN'T backed up on the phone. I have experience with computers/software/programming but haven't done much in the android field. I do know that when I run the recovery mode from the bootloader the following errors appear on the bottom in this order. . .
E:missing bitmap oem_unlock_bg (Code -1)
E:missing bitmap oem_unlock_bg_yes (Code -1)
E:missing bitmap oem_unlock_bg_no (Code -1)
E:missing bitmap icon_ruu (Code -1)
E:failed to mount /data (No such file or directory).. try emc mount
handle_cota_install: Can't mount /data
E:failed to mount /cache (No such file or directory).. try mmc mount
E:Can't find device node for mount point /cache
. . . Some I can guess on what they mean, but at the same time not really sure what would cause the issue or how to fix it. Although, my recent idea is that it's possibly a firmware corruption. . . . only problem is I have no way of connecting the phone to my computer and accessing it in its current state, and I had little to no success finding the correct drivers or tools to connect my old phone to Windows 10. Also I have not rooted it, never tampered with anything, it still says locked on the top and S-ON, and all the default stuff. Not sure if that changes anything but any help would be appreciated.
On a side note I'm probably only going to give this till the weekend or so before I just do a hard reset it and live with all my photos and what not being destroyed, but if there's a chance to save them I'd do anything!
Thanks for any help and for taking the time to read this!
Also if any additional information is required please just let me know how or where to get that information as again I haven't worked much with androids besides just having/using one. <3
SLY985 said:
when I run the recovery mode from the bootloader the following errors appear on the bottom in this order. . .
E:missing bitmap oem_unlock_bg (Code -1)
E:missing bitmap oem_unlock_bg_yes (Code -1)
E:missing bitmap oem_unlock_bg_no (Code -1)
E:missing bitmap icon_ruu (Code -1)
E:failed to mount /data (No such file or directory).. try emc mount
handle_cota_install: Can't mount /data
E:failed to mount /cache (No such file or directory).. try mmc mount
E:Can't find device node for mount point /cache
Click to expand...
Click to collapse
The "missing bitmap" errors are normal, the "failed to mount /cache is normal after wiping the cache.
only problem is I have no way of connecting the phone to my computer and accessing it in its current state
Click to expand...
Click to collapse
The only way you can communicate with you phone at this point is using fastboot commands from the bootloader. Forget about ADB or anything else like MTP.
and I had little to no success finding the correct drivers or tools to connect my old phone to Windows 10.
Click to expand...
Click to collapse
HTC drivers are supporting Win 10... install the latest version from htc's website and uninstall any other drivers you've tried before.
The latest driver version, afaik, is 4.17.0.001.
all my photos and what not being destroyed, but if there's a chance to save them I'd do anything!
Click to expand...
Click to collapse
There is no way to access data if you're stuck outside the OS with a locked and s-on bootloader and its to late to unlock it since the operation will wipe your phone anyway.
Also if any additional information is required please just let me know how or where to get that information
Click to expand...
Click to collapse
Post the output of "fastboot getvar all" (hide your imei and serialno) we'll try to find a RUU or something else to flash your phone, you'll loose all data but at least it should be able to come back to life.
Also post all the info you can see from the bootloader screen.
alray said:
The only way you can communicate with you phone at this point is using fastboot commands from the bootloader. Forget about ADB or anything else like MTP.
Click to expand...
Click to collapse
Can you explain a little as to why this is? I've seen other people discussing that after a firmware update has gone wrong that they were able to use ADB to backup data on the phone. I'm not doubting you or anything I'm just trying to understand what might've happened/is going on with my phone is all.
HTC drivers are supporting Win 10... install the latest version from htc's website and uninstall any other drivers you've tried before.
The latest driver version, afaik, is 4.17.0.001.
Click to expand...
Click to collapse
Alright I will look into this and post here whatever I find, I did install the latest HTC Sync (not sure if I would need to uninstall this). Also, do I need the Windows Media Feature Pack? I read somewhere that in-order to communicate with the phone via USB that I would need this or something. I can find the post if needed.
Post the output of "fastboot getvar all" (hide your imei and serialno) we'll try to find a RUU or something else to flash your phone, you'll loose all data but at least it should be able to come back to life.
Click to expand...
Click to collapse
And odd question, but would this effect the sim card in my phone at all? I only ask because one, I don't want to lose any information on that, and two, I don't want to void any warranty's with my service provider.
Once again, thanks for your time!
SLY985 said:
Can you explain a little as to why this is? I've seen other people discussing that after a firmware update has gone wrong that they were able to use ADB to backup data on the phone. I'm not doubting you or anything I'm just trying to understand what might've happened/is going on with my phone is all.
Click to expand...
Click to collapse
ADB commands only works from a booted OS (with the "USB debugging" option turned on) or from a custom recovery (not stock recovery).
You can't access your rom cause your phone is bootlooping
Flashing a custom recovery requires an unlocked bootloader (yours is locked). Unlocking the bootloader will wipe your phone so after unlocking it and booting in a custom recovery, adb will work but there will be no data to backup anymore.
So the only thing left is fastboot commands from the bootloader, and you can't pull data from your phone storage at this stage (security feature, otherwise anyone could backup your phone without your permission, without any password from the bootloader... Thats also why your phone is wiped when unlocking the bootloader, otherwise you could bypass the password to steal data from a custom recovery)
Alright I will look into this and post here whatever I find, I did install the latest HTC Sync (not sure if I would need to uninstall this). Also, do I need the Windows Media Feature Pack? I read somewhere that in-order to communicate with the phone via USB that I would need this or something. I can find the post if needed.
Click to expand...
Click to collapse
You don't need any Media pack to use fastboot/adb/mtp
And odd question, but would this effect the sim card in my phone at all? I only ask because one, I don't want to lose any information on that, and two, I don't want to void any warranty's with my service provider.
Click to expand...
Click to collapse
It will not affect the sim card at all, the sim card is not even initiated at this stage. the "fastboot getvar all" is a read only command, it will output your phone information. As long as your bootloader is locked (not unlocked or relocked) you warranty is valid.
alray said:
Post the output of "fastboot getvar all" (hide your imei and serialno) we'll try to find a RUU or something else to flash your phone, you'll loose all data but at least it should be able to come back to life.
Click to expand...
Click to collapse
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(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.605.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ************
(bootloader) imei: ************
(bootloader) meid: 99000428259460
(bootloader) product: m7_wlv
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0731000
(bootloader) cidnum: VZW__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3843mV
(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!
Also post all the info you can see from the bootloader screen.
Click to expand...
Click to collapse
*** LOCKED ***
M7_WLV PVT SHIP S-ON RH
HBOOT-1.61.0000
RADIO-1.13.41.1209
OpenDSP-v35.120.274.0718
OS-6.22.605.6
eMMC-boot 2048MB
Nov 30 2015, 16:34:38.0
HBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
FASTBOOT
RECOVERY
FACTORY RESET
SIMLOCK
CHECK SMARTSD
IMAGE CRC
SHOW BARCODE
alray said:
It will not affect the sim card at all, the sim card is not even initiated at this stage. the "fastboot getvar all" is a read only command, it will output your phone information. As long as your bootloader is locked (not unlocked or relocked) you warranty is valid.
Click to expand...
Click to collapse
And so none of my backed up contacts and what not will be effected right? And is there anyway to back it up just in case? Or would my service provider have to do that themselves?
SLY985 said:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(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.605.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ************
(bootloader) imei: ************
(bootloader) meid: 99000428259460
(bootloader) product: m7_wlv
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0731000
(bootloader) cidnum: VZW__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3843mV
(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!
*** LOCKED ***
M7_WLV PVT SHIP S-ON RH
HBOOT-1.61.0000
RADIO-1.13.41.1209
OpenDSP-v35.120.274.0718
OS-6.22.605.6
eMMC-boot 2048MB
Click to expand...
Click to collapse
The ruu you need: https://www.androidfilehost.com/?fid=24367857647222996
Instructions how to flash it at post #1 of this thread
And so none of my backed up contacts and what not will be effected right? And is there anyway to back it up just in case? Or would my service provider have to do that themselves?
Click to expand...
Click to collapse
If your contacts are stored on the sim card they won't be touched. If you want to backup your contacts, sync them with your google account, hey will even be restored automatically if you change to another phone. You can also remove the sim card if you're scared that something will happen to it when flashing the ruu. Sim card is only needed when the phone is booted in the OS.
alray said:
The ruu you need: https://www.androidfilehost.com/?fid=24367857647222996
Instructions how to flash it at post #1 of this thread
Click to expand...
Click to collapse
Alright so I did everything here's everything that appeared. . .
-------------------------------------------------------------------------------------
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.040s]
finished. total time: 0.041s
C:\Program Files (x86)\Minimal ADB and Fastboot>flash zip RUU.zip
'flash' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip RUU.zip
target reported max download size of 1514139648 bytes
sending 'zip' (1459031 KB)...
OKAY [ 65.006s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 199.068s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.035s]
finished. total time: 0.063s
C:\Program Files (x86)\Minimal ADB and Fastboot>
-------------------------------------------------------------------------------------
... I then powered down afterwards and restarted and it seemed like nothing changed. It still seems to just be stuck on the white HTC screen.
I could be wrong, unfortunately my computer shut down to do an automatic update so I couldn't try something but I overlooked the step about downloading the HTC specific fastboot.exe so I downloaded that and I'm going to rerun the flash and post on here.
alray said:
The ruu you need: https://www.androidfilehost.com/?fid=24367857647222996
Instructions how to flash it at post #1 of this thread
Click to expand...
Click to collapse
Alright so I redid the flash process and this time came up with results that I think are correct, there was too much for the command prompt to keep everything so I could copy paste it but there were some failures when doing like verification on a couple (at the beginning mostly) and for a couple of part in the middle. Not sure what that means exactly. Here's what I could copy. . .
-----------------------------------------------------------
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,16
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,30
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,81
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,23
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,55
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,8
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,25
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,42
(bootloader) [RUU]UZ,radio,47
(bootloader) [RUU]UZ,radio,55
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,72
(bootloader) [RUU]UZ,radio,77
(bootloader) [RUU]UZ,radio,86
(bootloader) [RUU]UZ,radio,94
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,34
(bootloader) [RUU]WP,radio,68
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,100
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,100
(bootloader) ...... Successful
(bootloader) start image[emmc_fw32] unzipping & flushing...
(bootloader) ...... Successful
OKAY
sending 'zip'... (531411 KB) OKAY
sending time = 30.658 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (616811 KB) OKAY
sending time = 29.031 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,85
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,85
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (257343 KB) OKAY
sending time = 12.676 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,22
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,33
(bootloader) [RUU]UZ,system,38
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,50
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,22
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,38
(bootloader) [RUU]WP,system,44
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (6988 KB) OKAY
sending time = 1.173 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,23
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,55
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 502(s)
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 36(ms)
C:\Program Files (x86)\Minimal ADB and Fastboot>
-----------------------------------------------------------
... Also, so just to make sure, should I NOT turn my phone back on with OUT my sim card? Because I was going to turn it on and check to see if it was running correctly first, then if everything's good to go, then put the sim card back in and reboot. Wasn't sure. To be honest I'm worried something went wrong in the flash just because of the few "error-looking" statements I saw pop up during the whole process.
SLY985 said:
Alright so I redid the flash process and this time came up with results that I think are correct, there was too much for the command prompt to keep everything so I could copy paste it but there were some failures when doing like verification on a couple (at the beginning mostly) and for a couple of part in the middle. Not sure what that means exactly. Here's what I could copy. . .
-----------------------------------------------------------
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,16
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,30
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,81
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,23
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,55
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,8
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,25
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,42
(bootloader) [RUU]UZ,radio,47
(bootloader) [RUU]UZ,radio,55
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,72
(bootloader) [RUU]UZ,radio,77
(bootloader) [RUU]UZ,radio,86
(bootloader) [RUU]UZ,radio,94
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,34
(bootloader) [RUU]WP,radio,68
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,100
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,100
(bootloader) ...... Successful
(bootloader) start image[emmc_fw32] unzipping & flushing...
(bootloader) ...... Successful
OKAY
sending 'zip'... (531411 KB) OKAY
sending time = 30.658 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (616811 KB) OKAY
sending time = 29.031 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,85
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,85
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (257343 KB) OKAY
sending time = 12.676 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,22
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,33
(bootloader) [RUU]UZ,system,38
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,50
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,22
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,38
(bootloader) [RUU]WP,system,44
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (6988 KB) OKAY
sending time = 1.173 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,23
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,55
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 502(s)
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 36(ms)
C:\Program Files (x86)\Minimal ADB and Fastboot>
-----------------------------------------------------------
... Also, so just to make sure, should I NOT turn my phone back on with OUT my sim card? Because I was going to turn it on and check to see if it was running correctly first, then if everything's good to go, then put the sim card back in and reboot. Wasn't sure. To be honest I'm worried something went wrong in the flash just because of the few "error-looking" statements I saw pop up during the whole process.
Click to expand...
Click to collapse
If you got "flash zip complete" at the end, everything worked correctly. It's normal that some sbl images were bypassed.
alray said:
If you got "flash zip complete" at the end, everything worked correctly. It's normal that some sbl images were bypassed.
Click to expand...
Click to collapse
Alright, so after all of that I shutdown the phone from the fastboot screen and left it a lone for a little. I then turned the phone back on with NO sim card and it seems that the phone is still just sitting on the white HTC screen....
SLY985 said:
Alright, so after all of that I shutdown the phone from the fastboot screen and left it a lone for a little. I then turned the phone back on with NO sim card and it seems that the phone is still just sitting on the white HTC screen....
Click to expand...
Click to collapse
How long did you waited? The first boot after flashing can be longer than usual. You can stop worrying about the sim card, not related.
alray said:
How long did you waited? The first boot after flashing can be longer than usual. You can stop worrying about the sim card, not related.
Click to expand...
Click to collapse
Ya I found out anyways that contacts aren't stored on the sim card (even though I was told by my service provider they were...) so ya I don't really care about the sim card anymore. And I actually left some place and came back, so I'd say about 20+ minutes or so that it just sat on the white screen. I shut it off unsure of what to do and I wasn't sure how I should proceed. I just turned the phone back on and I'll leave it on to see if anything happens but I'm not sure if it'll boot up.
alray said:
How long did you waited? The first boot after flashing can be longer than usual. You can stop worrying about the sim card, not related.
Click to expand...
Click to collapse
Alright so I've now had the phone on since I last posted, and its still just sitting on the white HTC screen. Not sure what to do, should I attempt to flash it again? And what steps should I take? I feel that other post describing how to flash wasn't very clear on what to do before and after flashing.
alray said:
How long did you waited? The first boot after flashing can be longer than usual. You can stop worrying about the sim card, not related.
Click to expand...
Click to collapse
So when I boot up into recovery it seems I'm still getting the same errors...
E:missing bitmap oem_unlock_bg (Code -1)
E:missing bitmap oem_unlock_bg_yes (Code -1)
E:missing bitmap oem_unlock_bg_no (Code -1)
E:missing bitmap icon_ruu (Code -1)
E:failed to mount /data (No such file or directory).. try emc mount
handle_cota_install: Can't mount /data
E:failed to mount /cache (No such file or directory).. try mmc mount
E:Can't find device node for mount point /cache
...does this mean I didn't flash it properly ?
SLY985 said:
Alright so I've now had the phone on since I last posted, and its still just sitting on the white HTC screen. Not sure what to do, should I attempt to flash it again? And what steps should I take? I feel that other post describing how to flash wasn't very clear on what to do before and after flashing.
Click to expand...
Click to collapse
Flash the ruu again:
Code:
fastboot oem rebootRUU
fastboot flash zip "file-name".zip
fastboot reboot
If the ruu is flashing fine again and you're still stuck at the white htc screen, then it might be an hardware problem.
alray said:
Flash the ruu again:
Code:
fastboot oem rebootRUU
fastboot flash zip "file-name".zip
fastboot reboot
If the ruu is flashing fine again and you're still stuck at the white htc screen, then it might be an hardware problem.
Click to expand...
Click to collapse
I actually did do that and it seems to still be stuck. I guess I'm just going to send it in, I probably should've done that to start haha but I was curious and wanted to learn about androids anyways
X)
Anyways, I appreciate all the help and I guess I'll find out what's wrong soon. I appreciate the help/patience and the fast replies.
Thanks again!
Related
****To any possible flamers****
I don't create thread or make posts unless i really need help or require suggestions (Please check my posting history for proof). I have read numerous threads and post in the M7 forum as well. Searched all over Google.
History: My smart ass friend had to wipe the OS of the GPE edition by trying to install an OTA and now is stuck in between Hboot 1.54 with locked bootloader. I don't know how the OS got wiped. Maybe it did not get to the OS installation at all.
But the phone boots into Google splash, gets stuck and then reboots again displaying the Google splash.
It even tries to install the drivers for MTP on the PC while plugged in during the time of Google splash
I am able to get into Bootloader as well as recovery. Both fastboot and ADB works. This is what's displayed in bootloader. Yes its never been tempered with in anyway as i pretty well know he doesn't know any of the S-OFF or bootloader unlocking techniques or tools. But he just had to install OTA for lollipop one day without asking me.
Also it has stock recovery, pretty much evident from the LOCKED state.
Code:
****LOCKED****
M7_UL PVT SHIP S-ON RH
HBOOT 1.54.0000
RADIO-4T.30.3218.21
OpenDSP-v34.120.274.0429
OS-5.11.1700.3
eMMC-boot 2048MB
Dec 2 2014,22:11:20.0
Yes, HBOOT <VOL UP>....and all the rest including FASTBOOT are also displayed in the bootloader mode. I just didnt type it above
But whenever i try to unlock the bootloader via htcdev or by using the below command, the disclaimer splash never appears. Might be cos i can't enable debugging mode cos i can't boot into OS.
Code:
fastboot oem unlock
Here is the getvar all
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.30.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.1700.3
(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: 4302mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e135dbf9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.109s
Does anyone know any solution that has been found, that can be used to unlock the bootloader?
ayyu3m said:
****To any possible flamers****
I don't create thread or make posts unless i really need help or require suggestions (Please check my posting history for proof). I have read numerous threads and post in the M7 forum as well. Searched all over Google.
History: My smart ass friend had to wipe the OS of the GPE edition by trying to install an OTA and now is stuck in between Hboot 1.54 with locked bootloader. I don't know how the OS got wiped. Maybe it did not get to the OS installation at all.
But the phone boots into Google splash, gets stuck and then reboots again displaying the Google splash.
It even tries to install the drivers for MTP on the PC while plugged in during the time of Google splash
I am able to get into Bootloader as well as recovery. Both fastboot and ADB works. This is what's displayed in bootloader. Yes its never been tempered with in anyway as i pretty well know he doesn't know any of the S-OFF or bootloader unlocking techniques or tools. But he just had to install OTA for lollipop one day without asking me.
Also it has stock recovery, pretty much evident from the LOCKED state.
Code:
****LOCKED****
M7_UL PVT SHIP S-ON RH
HBOOT 1.54.0000
RADIO-4T.30.3218.21
OpenDSP-v34.120.274.0429
OS-5.11.1700.3
eMMC-boot 2048MB
Dec 2 2014,22:11:20.0
Yes, HBOOT <VOL UP>....and all the rest including FASTBOOT are also displayed in the bootloader mode. I just didnt type it above
But whenever i try to unlock the bootloader via htcdev or by using the below command, the disclaimer splash never appears. Might be cos i can't enable debugging mode cos i can't boot into OS.
Code:
fastboot oem unlock
Here is the getvar all
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.30.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.1700.3
(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: 4302mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e135dbf9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.109s
Does anyone know any solution that has been found, that can be used to unlock the bootloader?
Click to expand...
Click to collapse
You have 3 options:
Send it to HTC for repair
Try to achieve S-OFF using a java card
wait and hope that a higher version ruu will be released.
GPE bootloader can not be unlocked on that version because of a firmware bug, its a well known issue and there is no solution yet. You need s-off or your need to send it for repair.
http://forum.xda-developers.com/showthread.php?t=2547894
@alray thanks for the information and suggestions. appreciate it.
i never heard about the java card till now. from their video for the 1.54 hboot it looks promising but i was wondering if anyone here had tried their service and succeeded.
ayyu3m said:
@alray but i was wondering if anyone here had tried their service and succeeded.
Click to expand...
Click to collapse
From the same thread:
http://forum.xda-developers.com/showpost.php?p=53215483&postcount=91
http://forum.xda-developers.com/showpost.php?p=53379692&postcount=95
ayyu3m said:
@alray thanks for the information and suggestions. appreciate it.
i never heard about the java card till now. from their video for the 1.54 hboot it looks promising but i was wondering if anyone here had tried their service and succeeded.
Click to expand...
Click to collapse
Yup, I used that service, I had to, Sunshine S-off wasnt about then and no matter what I tried, Firewater didnt work, they are a great bunch of guys, im up in Sheffield alot so took my phone into them, it took them 5 mins to s-off it for me and would recommend them to anyone.
alray said:
You have 3 options:
Send it to HTC for repair
Try to achieve S-OFF using a java card
wait and hope that a higher version ruu will be released.
GPE bootloader can not be unlocked on that version because of a firmware bug, its a well known issue and there is no solution yet. You need s-off or your need to send it for repair.
http://forum.xda-developers.com/showthread.php?t=2547894
Click to expand...
Click to collapse
@ayyu3m
You are lucky, there is new RUU for GPE (same version as yours): https://drive.google.com/file/d/0B17smFr95pleX29Wamg2c3pRWTQ/view
save it the same folder where you have fastboot installed on your computer, rename it to "ruu",will be easie rin the command prompt. Boot the phone in bootloader mode/fastboot usb.
Code:
fastboot oem rebootRUU
^^case sensitive, your phone will now reboot at a black screen with silver HTC logo.
Code:
fastboot flash zip ruu.zip
first flash will report something like "failed, flush image again immediately". So do the same command again:
Code:
fastboot flash zip ruu.zip
Make sure fastboot report "successul" and then you can reboot the phone:
Code:
fastboot reboot
Give a it a try!
This will obviously not solve your locked bootlaoder issue but at least your phone should boot to an OS.
If it work, I would suggest then to s-off and unlock the bootloader using sunshine to avoid similar issue in the future.
@alray
Thanks. Will report after flashing this.
@alray
RUU works great! It flashed successfully, but the M7 still refuses to boot to the OS. It just boots to the Google logo and then switches off again.
Here is the cmd prompt output
Code:
D:\FLASH>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.031s]
finished. total time: 0.031s
D:\FLASH>fastboot flash zip ruu.zip
target reported max download size of 1526722560 bytes
sending 'zip' (614463 KB)...
OKAY [ 22.745s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 91.822s
D:\FLASH>fastboot flash zip ruu.zip
target reported max download size of 1526722560 bytes
sending 'zip' (614463 KB)...
OKAY [ 23.868s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,32
(bootloader) [RUU]UZ,boot,43
(bootloader) [RUU]UZ,boot,56
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,15
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,25
(bootloader) [RUU]UZ,recovery,34
(bootloader) [RUU]UZ,recovery,39
(bootloader) [RUU]UZ,recovery,46
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,65
(bootloader) [RUU]UZ,recovery,71
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,94
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,13
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY [227.090s]
finished. total time: 250.958s
D:\FLASH>fastboot reboot
rebooting...
ayyu3m said:
@alray
RUU works great! It flashed successfully, but the M7 still refuses to boot to the OS. It just boots to the Google logo and then switches off again.
Here is the cmd prompt output
Code:
D:\FLASH>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.031s]
finished. total time: 0.031s
D:\FLASH>fastboot flash zip ruu.zip
target reported max download size of 1526722560 bytes
sending 'zip' (614463 KB)...
OKAY [ 22.745s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 91.822s
D:\FLASH>fastboot flash zip ruu.zip
target reported max download size of 1526722560 bytes
sending 'zip' (614463 KB)...
OKAY [ 23.868s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,32
(bootloader) [RUU]UZ,boot,43
(bootloader) [RUU]UZ,boot,56
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,15
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,25
(bootloader) [RUU]UZ,recovery,34
(bootloader) [RUU]UZ,recovery,39
(bootloader) [RUU]UZ,recovery,46
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,65
(bootloader) [RUU]UZ,recovery,71
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,94
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,13
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY [227.090s]
finished. total time: 250.958s
D:\FLASH>fastboot reboot
rebooting...
Click to expand...
Click to collapse
Very strange, maybe an hardware issue...? It looks like the RUU did not flashed correctly. Secondary bootloader failed to flash:
Code:
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) [COLOR="Red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) [COLOR="red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
Everything else flashed fine... First time I see this....
@nkk71 @Danny201281 @clsA:
Any idea? OP is stuck in bootloader, GPE variant with the infamous non-unlockable bootloader bug. Trying to flash the same version RUU so it could at least boot to the OS but SBL1-1 and SBL1-2 don't flash and phone still stuck in bootloader. hardware issue or bad RUU? Maybe a problem with mmcblk0p1 / 0p2 ?
alray said:
Very strange, maybe an hardware issue...? It looks like the RUU did not flashed correctly. Secondary bootloader failed to flash:
Code:
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) [COLOR="Red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) [COLOR="red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
Everything else flashed fine... First time I see this....
@nkk71 @Danny201281 @clsA:
Any idea? OP is stuck in bootloader, GPE variant with the infamous non-unlockable bootloader bug. Trying to flash the same version RUU so it could at least boot to the OS but SBL1-1 and SBL1-2 don't flash and phone still stuck in bootloader. hardware issue or bad RUU? Maybe a problem with mmcblk0p1 / 0p2 ?
Click to expand...
Click to collapse
Only one of the SBL1 variants will flash, which it did, (the -3 one) so the ruu flash looks good to me, I'll take a closer look at the thread when I m on the PC later
Sent from my HTC One_M8 using Tapatalk
alray said:
Very strange, maybe an hardware issue...? It looks like the RUU did not flashed correctly. Secondary bootloader failed to flash:
Code:
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) [COLOR="Red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) [COLOR="red"]verified fail[/COLOR]
(bootloader) ..... [COLOR="red"]Bypassed[/COLOR]
Everything else flashed fine... First time I see this....
@nkk71 @Danny201281 @clsA:
Any idea? OP is stuck in bootloader, GPE variant with the infamous non-unlockable bootloader bug. Trying to flash the same version RUU so it could at least boot to the OS but SBL1-1 and SBL1-2 don't flash and phone still stuck in bootloader. hardware issue or bad RUU? Maybe a problem with mmcblk0p1 / 0p2 ?
Click to expand...
Click to collapse
Better wait for @nkk71 to confirm this but I think it's normal for the RUU to bypass certain parts depending on the device.
When it shuts of at the Google logo, is it an instant power off? As in, like the battery was pulled out?
---------- Post added at 04:25 PM ---------- Previous post was at 04:03 PM ----------
nkk71 said:
Only one of the SBL1 variants will flash, which it did, (the -3 one) so the ruu flash looks good to me, I'll take a closer look at the thread when I m on the PC later
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Lol looks like nkk71 beat me to it, didn't see your post there m8
I'm thinking corrupt data partition. Unfortunately not much can be done about that with the bootloader locked. And being GPE there's no way to unlock without sunshine. Hope you got a better idea for him :good:
nkk71 said:
Only one of the SBL1 variants will flash, which it did, (the -3 one) so the ruu flash looks good to me
Click to expand...
Click to collapse
Danny201281 said:
Better wait for @nkk71 to confirm this but I think it's normal for the RUU to bypass certain parts depending on the device.
Click to expand...
Click to collapse
Good to know, never noticed that "failed --> bypass" message before even if I have flashed ruu.zip many times.
---------- Post added at 11:06 AM ---------- Previous post was at 10:37 AM ----------
Danny201281 said:
And being GPE there's no way to unlock without sunshine.
Click to expand...
Click to collapse
Can't believe HTC still not have fixed this issue with the bootloader, I have read a story from a guy who had the same issue (can't remember if it was on xda or on another forum). Apparently, a nice guy at HTC helped him by making a signed zip which flashed the pgfs partition to unlock the bootloader. Can't say if its true or not, but I think its possible. Problem is that anyone having this file could unlock your phone without wiping p37 and then acess your data using a custom recovery....
alray said:
Good to know, never noticed that "failed --> bypass" message before even if I have flashed ruu.zip many times.
---------- Post added at 11:06 AM ---------- Previous post was at 10:37 AM ----------
Can't believe HTC still not have fixed this issue with the bootloader, I have read a story from a guy who had the same issue (can't remember if it was on xda or on another forum). Apparently, a nice guy at HTC helped him by making a signed zip which flashed the pgfs partition to unlock the bootloader. Can't say if its true or not, but I think its possible. Problem is that anyone having this file could unlock your phone without wiping p37 and then acess your data using a custom recovery....
Click to expand...
Click to collapse
I remember reading that same thread a while ago, as you say because of the security risk I doubt the zip was made available anywhere.
But it does seem like the device needs a format or e2fsck running on it. I don't think an ruu actually formats the partitions it's just a normal wipe which isn't enough to repair bad blocks
Hey guys, hope all is well
Danny201281 said:
Better wait for @nkk71 to confirm this but I think it's normal for the RUU to bypass certain parts depending on the device.
When it shuts of at the Google logo, is it an instant power off? As in, like the battery was pulled out?
---------- Post added at 04:25 PM ---------- Previous post was at 04:03 PM ----------
Lol looks like nkk71 beat me to it, didn't see your post there m8
I'm thinking corrupt data partition. Unfortunately not much can be done about that with the bootloader locked. And being GPE there's no way to unlock without sunshine. Hope you got a better idea for him :good:
Click to expand...
Click to collapse
Dont think the data partition is corrupt, cause the dzdata would have fixed/wiped that.
alray said:
Good to know, never noticed that "failed --> bypass" message before even if I have flashed ruu.zip many times.
Click to expand...
Click to collapse
yeah it's a safety procedure, especially for SBL1 .... you flash (dd) the wrong one in there, and the device will be bricked
(the 7.x series firmware even has 5 different versions of SBL1)
ayyu3m said:
@alray
RUU works great! It flashed successfully, but the M7 still refuses to boot to the OS. It just boots to the Google logo and then switches off again.
D:\FLASH>fastboot reboot
rebooting...
Click to expand...
Click to collapse
the ruu flash looks good to me, can you try it again, but instead of directly rebooting, reboot to bootloader
Code:
fastboot reboot -> [B]fastboot reboot-bootloader[/B]
then do a factory reset
after that try booting it, but connect it to the PC and run a logcat
Code:
adb logcat
it will start with <waiting for device> and after a while it should start dumping the bootup process (provided it does actually get to that part)
but honestly, since it was never unlocked/messed with in any way, it does sound like a hardware problem
Good luck
Hey thanks @alray for informing the great gang on board
@nkk71 @Danny201281 @clsA thanks for the inputs.
@Danny201281 It is not an instant off like when a battery is pulled or when battery goes 0%
Just right after i flash the RUU and reboot, the Google logo splash loads, then the lollipop boot animation loads for about 4-5 secs and then like freezes for a 1 sec and the device switches off.
And after that the phone switches back ON, displays the Google logo and then switches off. The device never reaches the boot animation part after the first instant as above.
Sometimes the Google logo splash may stay on for about 1-2 secs or 3-5 sec before switching off.
@alray Yeah i wrote and had a chat with HTC almost 6 days back, was told the higher technical department will contact me within 7-10 working days. So yep they still haven't fixed the problem or rather had not collaborated with Google to find a fix.
And yeah guys i am starting to feel there maybe some hardware issue. But i receive no error whatsoever when in fastboot, adb / recovery modes.
@nkk71 gonna do what you suggested and come up with log.
@nkk71 I tried as per your instructions and no luck in fetching the logs.
When i did a factory reset from the bootloader menu, the device restarted to Google logo splash, stayed on it for abt 3 minutes, rebooted twice again to Google logo and then started the boot animation and switched off after 3-5 secs.
After that i switched the device ON again while connected to PC and had the adb command running but it just stayed at <waiting for device> as the phone went into Google logo splash boot loop and never actually made it to the OS or nearer as evident from Windows trying to install HTC MTP Device resulting each time with Failed as in screenshot.
Here is the cmd promp output with the adb command last.
Code:
D:\FLASH>htc_fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.025s]
finished. total time: 0.026s
D:\FLASH>htc_fastboot.exe flash zip RUU.zip
sending 'zip'... (614463 KB) OKAY
sending time = 24.391 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device HT36JW9015
43...
sending 'zip'... (614463 KB) OKAY
sending time = 24.332 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,32
(bootloader) [RUU]UZ,boot,43
(bootloader) [RUU]UZ,boot,56
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,15
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,25
(bootloader) [RUU]UZ,recovery,34
(bootloader) [RUU]UZ,recovery,39
(bootloader) [RUU]UZ,recovery,46
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,65
(bootloader) [RUU]UZ,recovery,71
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,94
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,13
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 248(s)
D:\FLASH>htc_fastboot.exe reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 54(ms)
D:\FLASH>adb logcat
- waiting for device -
I guess its becoming more and more evident something's wrong in hardware
ayyu3m said:
@nkk71 I tried as per your instructions and no luck in fetching the logs.
When i did a factory reset from the bootloader menu, the device restarted to Google logo splash, stayed on it for abt 3 minutes, rebooted twice again to Google logo and then started the boot animation and switched off after 3-5 secs.
After that i switched the device ON again while connected to PC and had the adb command running but it just stayed at <waiting for device> as the phone went into Google logo splash boot loop and never actually made it to the OS or nearer as evident from Windows trying to install HTC MTP Device resulting each time with Failed as in screenshot.
Here is the cmd promp output with the adb command last.
Code:
D:\FLASH>htc_fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.025s]
finished. total time: 0.026s
D:\FLASH>htc_fastboot.exe flash zip RUU.zip
sending 'zip'... (614463 KB) OKAY
sending time = 24.391 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device HT36JW9015
43...
sending 'zip'... (614463 KB) OKAY
sending time = 24.332 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,32
(bootloader) [RUU]UZ,boot,43
(bootloader) [RUU]UZ,boot,56
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,92
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,15
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,25
(bootloader) [RUU]UZ,recovery,34
(bootloader) [RUU]UZ,recovery,39
(bootloader) [RUU]UZ,recovery,46
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,65
(bootloader) [RUU]UZ,recovery,71
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,94
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,13
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 248(s)
D:\FLASH>htc_fastboot.exe reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 54(ms)
D:\FLASH>adb logcat
- waiting for device -
I guess its becoming more and more evident something's wrong in hardware
Click to expand...
Click to collapse
Yeah it does seem that this is more to do with hardware
It sounds similar to an issue I had with a friend's M7 O2uk. Although with that one, if left to it's own devices after about 25 mins of bootlooping would eventually boot the OS. Then it seemed fine untill at some point it would randomly reboot and start the loop again.
The best I could do was return it to stock. Surprisingly although it was out of warranty she took it to the O2 shop and they replaced it over the counter as she was still inside her contract.
@ceesheim @Stephen
Can any MOD please close the thread only as i know vital information is in this thread and needs no posts to be deleted. Thanks
Moderator information,
Thread has been closed at OP's request.
Hello all,
i wouldn't write this post if would't tried everything what's written here. My Problem: After a rom update on my HTC One M7 my device always reebots while booting.
When I go into bootloader it says:
*** TAMPERED ***
*** UNLOCKED ***
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-
eMMC-boot 2048MB
May 5 2014,23:16:29,0
fastboot oem readcid returns HTC__102
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH36XXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXX
(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: 4302mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s
It doesn't matter which rom I try to install, either the devices stays in bootloop or I receive errors.
Last try I tried to install "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"
After starting the tool my device boots into htc dev mode and the tool says "refreshing... (1 / 5) checking header" and i get a windows error box "htc_fastboot.exe not working probably" ...
WHich rom can I download and install or what did I miss that I am not able to install any rom?
Any help appriciated
JM25 said:
Hello all,
i wouldn't write this post if would't tried everything what's written here. My Problem: After a rom update on my HTC One M7 my device always reebots while booting.
When I go into bootloader it says:
*** TAMPERED ***
*** UNLOCKED ***
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-
eMMC-boot 2048MB
May 5 2014,23:16:29,0
fastboot oem readcid returns HTC__102
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH36XXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXX
(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: 4302mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s
It doesn't matter which rom I try to install, either the devices stays in bootloop or I receive errors.
Last try I tried to install "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"
After starting the tool my device boots into htc dev mode and the tool says "refreshing... (1 / 5) checking header" and i get a windows error box "htc_fastboot.exe not working probably" ...
WHich rom can I download and install or what did I miss that I am not able to install any rom?
Any help appriciated
Click to expand...
Click to collapse
Download latest RUU from here 7.19.401.22
yatindroid said:
Download latest RUU from here 7.19.401.22
Click to expand...
Click to collapse
Downloaded the RUU "PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip"
Code:
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip
sending 'zip'... (50280 KB) OKAY
sending time = 3.258 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)
JM25 said:
Downloaded the RUU "PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip"
Code:
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip
sending 'zip'... (50280 KB) OKAY
sending time = 3.258 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
Your phone is S-ON so you must relock the bootloader before flashing a RUU
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
fastboot oem rebootRUU
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip
fastboot reboot
don't forget to use htc_fastboot at least for flashing the zip.
alray said:
Your phone is S-ON so you must relock the bootloader before flashing a RUU
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
fastboot oem rebootRUU
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip
fastboot reboot
don't forget to use htc_fastboot at least for flashing the zip.
Click to expand...
Click to collapse
Okay - update succeeded without any errors - but still in bootloop
New Bootloader information:
Code:
*** RELOCKED ***
M7_UL PVT SHIP S-ON RH
H-BOOT-1.61.0000
RADIO-4T.35.3218.16
OpenDSP-v35.120.274.0718
OS-7.19.401.22
eMMC-boot 2048MB
Apr 30 2015,14:10:49.0
JM25 said:
Okay - update succeeded without any errors - but still in bootloop
New Bootloader information:
Code:
*** RELOCKED ***
M7_UL PVT SHIP S-ON RH
H-BOOT-1.61.0000
RADIO-4T.35.3218.16
OpenDSP-v35.120.274.0718
OS-7.19.401.22
eMMC-boot 2048MB
Apr 30 2015,14:10:49.0
Click to expand...
Click to collapse
Bootloop or stuck at htc splash screen?
Flashing a ruu should fix any software and firmware issue so it might ba an hardware problem.
alray said:
Bootloop or stuck at htc splash screen?
Flashing a ruu should fix any software and firmware issue so it might ba an hardware problem.
Click to expand...
Click to collapse
When I turn off my device and turn it on, the HTC splash screens comes up for a second and then the device turns to black screen.
When I enter bootloader and select reboot phone, the HTC splash comes up for approx 20 seconds and then rebbots (perm. bootloop)
JM25 said:
When I turn off my device and turn it on, the HTC splash screens comes up for a second and then the device turns to black screen.
When I enter bootloader and select reboot phone, the HTC splash comes up for approx 20 seconds and then rebbots (perm. bootloop)
Click to expand...
Click to collapse
try to reflash the RUU again a post a screenshot of the cmd prompt.
alray said:
try to reflash the RUU again a post a screenshot of the cmd prompt.
Click to expand...
Click to collapse
Here we go:
fastboot erase cache
Click to expand...
Click to collapse
Code:
erasing 'cache'...
OKAY [ 0.050s]
finished. total time: 0.060s
fastboot oem lock
Click to expand...
Click to collapse
Code:
...
(bootloader) Lock successfully...
(bootloader) mipi display off
(bootloader) mipi_dsi_cmds_tx_ext
(bootloader) pm8921_vreg_disable function, vreg_id = 38
(bootloader) pm8921_vreg_disable function, vreg_id = 1
(bootloader) TZ_HTC_SVC_DISABLE ret = 534642044 (0x1FDDFD7C)
(bootloader) Use PSHOLD to reset device.
FAILED (status read failed (Too many links))
finished. total time: 1.101s
Also there is an error message, the device was RELOCKED afterwards.
fastboot reboot-bootloader
Click to expand...
Click to collapse
Code:
< waiting for device >
rebooting into bootloader...
OKAY [ 0.030s]
finished. total time: 0.030s
fastboot oem rebootRUU
Click to expand...
Click to collapse
Code:
...
(bootloader) Start Verify: 3
OKAY [ 0.030s]
finished. total time: 0.030s
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.22_Radio_4T.35.3218.16_10.33Q.1718.01L_release_430964_signed.zip
Click to expand...
Click to collapse
Code:
sending 'zip'... (50280 KB) OKAY
sending time = 3.278 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device SH36GW9061
23...
sending 'zip'... (50280 KB) OKAY
sending time = 3.304 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,43
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,91
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
sending 'zip'... (521911 KB) OKAY
sending time = 31.553 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (552057 KB) OKAY
sending time = 25.851 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,19
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,43
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,19
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (25442 KB) OKAY
sending time = 2.185 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,17
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,57
(bootloader) [RUU]UZ,system,65
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,58
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (499308 KB) OKAY
sending time = 23.595 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,9
(bootloader) [RUU]UZ,dzdata,15
(bootloader) [RUU]UZ,dzdata,21
(bootloader) [RUU]UZ,dzdata,29
(bootloader) [RUU]UZ,dzdata,36
(bootloader) [RUU]UZ,dzdata,45
(bootloader) [RUU]UZ,dzdata,50
(bootloader) [RUU]UZ,dzdata,59
(bootloader) [RUU]UZ,dzdata,64
(bootloader) [RUU]UZ,dzdata,73
(bootloader) [RUU]UZ,dzdata,79
(bootloader) [RUU]UZ,dzdata,89
(bootloader) [RUU]UZ,dzdata,98
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,6
(bootloader) [RUU]WP,dzdata,17
(bootloader) [RUU]WP,dzdata,25
(bootloader) [RUU]WP,dzdata,32
(bootloader) [RUU]WP,dzdata,39
(bootloader) [RUU]WP,dzdata,45
(bootloader) [RUU]WP,dzdata,50
(bootloader) [RUU]WP,dzdata,59
(bootloader) [RUU]WP,dzdata,65
(bootloader) [RUU]WP,dzdata,75
(bootloader) [RUU]WP,dzdata,83
(bootloader) [RUU]WP,dzdata,89
(bootloader) [RUU]WP,dzdata,94
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 522(s)
fastboot reboot
Click to expand...
Click to collapse
Code:
rebooting...
finished. total time: 0.040s
JM25 said:
Here we go:
Code:
erasing 'cache'...
OKAY [ 0.050s]
finished. total time: 0.060s
Code:
...
(bootloader) Lock successfully...
(bootloader) mipi display off
(bootloader) mipi_dsi_cmds_tx_ext
(bootloader) pm8921_vreg_disable function, vreg_id = 38
(bootloader) pm8921_vreg_disable function, vreg_id = 1
(bootloader) TZ_HTC_SVC_DISABLE ret = 534642044 (0x1FDDFD7C)
(bootloader) Use PSHOLD to reset device.
FAILED (status read failed (Too many links))
finished. total time: 1.101s
Also there is an error message, the device was RELOCKED afterwards.
Code:
< waiting for device >
rebooting into bootloader...
OKAY [ 0.030s]
finished. total time: 0.030s
Code:
...
(bootloader) Start Verify: 3
OKAY [ 0.030s]
finished. total time: 0.030s
Code:
sending 'zip'... (50280 KB) OKAY
sending time = 3.278 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device SH36GW9061
23...
sending 'zip'... (50280 KB) OKAY
sending time = 3.304 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,43
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,91
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
sending 'zip'... (521911 KB) OKAY
sending time = 31.553 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (552057 KB) OKAY
sending time = 25.851 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,19
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,43
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,19
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (25442 KB) OKAY
sending time = 2.185 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,17
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,57
(bootloader) [RUU]UZ,system,65
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,58
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (499308 KB) OKAY
sending time = 23.595 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,9
(bootloader) [RUU]UZ,dzdata,15
(bootloader) [RUU]UZ,dzdata,21
(bootloader) [RUU]UZ,dzdata,29
(bootloader) [RUU]UZ,dzdata,36
(bootloader) [RUU]UZ,dzdata,45
(bootloader) [RUU]UZ,dzdata,50
(bootloader) [RUU]UZ,dzdata,59
(bootloader) [RUU]UZ,dzdata,64
(bootloader) [RUU]UZ,dzdata,73
(bootloader) [RUU]UZ,dzdata,79
(bootloader) [RUU]UZ,dzdata,89
(bootloader) [RUU]UZ,dzdata,98
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,6
(bootloader) [RUU]WP,dzdata,17
(bootloader) [RUU]WP,dzdata,25
(bootloader) [RUU]WP,dzdata,32
(bootloader) [RUU]WP,dzdata,39
(bootloader) [RUU]WP,dzdata,45
(bootloader) [RUU]WP,dzdata,50
(bootloader) [RUU]WP,dzdata,59
(bootloader) [RUU]WP,dzdata,65
(bootloader) [RUU]WP,dzdata,75
(bootloader) [RUU]WP,dzdata,83
(bootloader) [RUU]WP,dzdata,89
(bootloader) [RUU]WP,dzdata,94
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 522(s)
Code:
rebooting...
finished. total time: 0.040s
Click to expand...
Click to collapse
well everything looks fine, the ruu flashed correctly so its not a software or a firmware problem...
alray said:
well everything looks fine, the ruu flashed correctly so its not a software or a firmware problem...
Click to expand...
Click to collapse
Any possibility to check if hardware is okay or where the problem might be?
JM25 said:
Any possibility to check if hardware is okay or where the problem might be?
Click to expand...
Click to collapse
you could also flash twrp recovery and flash another custom rom to see if the phone still refuse to boot, after that I have no more ideas
JM25 said:
Any possibility to check if hardware is okay or where the problem might be?
Click to expand...
Click to collapse
i think you missed last step fastboot reboot-bootlader
Yes it is final step
& you used fastboot reboot
Try again with this
alray said:
you could also flash twrp recovery and flash another custom rom to see if the phone still refuse to boot, after that I have no more ideas
Click to expand...
Click to collapse
After some investigations, why the rom update fails, i saw that the rom udate utility writes a logfile to disc. At the end of the log file i find the following lines:
Code:
<DEBUG>
<OUT>INFORead zipped android_info fail</OUT>
</DEBUG>
<DEBUG>
<OUT>FAILED (status read failed (Too many links))</OUT>
</DEBUG>
The same error message (too many links) i also receive when i execute the command "fastboot oem lock" (see post #9).
Does anyone know this error?
JM25 said:
After some investigations, why the rom update fails, i saw that the rom udate utility writes a logfile to disc. At the end of the log file i find the following lines:
Code:
INFORead zipped android_info fail
FAILED (status read failed (Too many links))
The same error message (too many links) i also receive when i execute the command "fastboot oem lock" (see post #9).
Does anyone know this error?
Click to expand...
Click to collapse
Check your HTC drivers. Are you using an old driver? It usually only normal to see this with hboot 1.44. Most other times I've seen it with older hboots it's been driver related.
Update your htc drivers and flash the ruu again :fingers-crossed:
What OS are you using on your pc? Also make sure when you open your command prompt it has Administrator Rights.
Sent from my SM-T230 using Tapatalk
Usually I never post for help, because I can always find help by searching thro the thread. But this time is so unlike. I spent the last 12hrs stuck, and I gave up. I can't fix it this time.
I'm on a bootloop, here is the getvar:
(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.402.55
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT49HW900730
(bootloader) imei: 351523064111855
(bootloader) meid: 00000000000000
(bootloader) product: m7cdug
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0771000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4296mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
TruculentFTW said:
Usually I never post for help, because I can always find help by searching thro the thread. But this time is so unlike. I spent the last 12hrs stuck, and I gave up. I can't fix it this time.
I'm on a bootloop, here is the getvar:
(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.402.55
(bootloader) meid: 00000000000000
(bootloader) product: m7cdug
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0771000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4296mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(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
Do you have twrp recovery installed on your phone?
alray said:
Do you have twrp recovery installed on your phone?
Click to expand...
Click to collapse
Yes I do, and I can fastfoot CWM too, and tried with it, then went back to TWRP.
TruculentFTW said:
Yes I do, and I can fastfoot CWM too, and tried with it, then went back to TWRP.
Click to expand...
Click to collapse
There is a 7.17.402.5 RUU available, to flash it you either need S-OFF or you'll need to modify your version-main number in the MISC partition. Not sure if the MISC partition of the M7CDUG is located at the same place as the M7_UL so before messing with it, better to take a look:
Boot in twrp recovery and then do these commands to dump the p19 partition which should be the MISC partition: edit: MISC is located a p20 on the M7C
Code:
adb shell
dd if=/dev/block/mmcblk0[COLOR="Red"]p20[/COLOR] of=/sdcard/misc_backup.img
exit
Then send me the misc_backup.img file, I'll take a look at it to confirm everything and reply with the correct commands to change your version-main from 7.17.402.55 to 7.17.402.5 so you can flash the RUU.
Be careful when using "dd" commands, a typo could brick your phone. Better to copy/paste the command.
alray said:
There is a 7.17.402.5 RUU available, to flash it you either need S-OFF or you'll need to modify your version-main number in the MISC partition. Not sure if the MISC partition of the M7CDUG is located at the same place as the M7_UL so before messing with it, better to take a look:
Boot in twrp recovery and then do these commands to dump the p19 partition which should be the MISC partition:
Code:
adb shell
dd if=/dev/block/mmcblk0p19 of=/sdcard/misc_backup.img
exit
Then send me the misc_backup.img file, I'll take a look at it to confirm everything and reply with the correct commands to change your version-main from 7.17.402.55 to 7.17.402.5 so you can flash the RUU.
Be careful when using "dd" commands, a typo could brick your phone. Better to copy/paste the command.
Click to expand...
Click to collapse
I seriously can't thank you enough for helping me out. I promise to spend the next couple weeks thanking and worshiping you. :laugh:
Now, you mentioned anything wrong could "brick" my phone, so I'm being cautious now. First off, where should I be typing those commands? thro CMD on my pc? and if so, shouldnt I be on fastboot on mobile to do so and not on twrp? I have no idea what is MISC partation nor "p19 partation". also i'm not S-off sadly.
TruculentFTW said:
Now, you mentioned anything wrong could "brick" my phone, so I'm being cautious now.
Click to expand...
Click to collapse
A typo made in the command starting with "dd" could be dangerous.
First off, where should I be typing those commands? thro CMD on my pc?
Click to expand...
Click to collapse
Yes from a CMD window from your PC, just like you did when posting your "fastboot getvar all".
and if so, shouldnt I be on fastboot on mobile to do so and not on twrp?
Click to expand...
Click to collapse
In fastboot mode, only commands starting with "fastboot" will work. "adb" commands must be done from a custom recovery (twrp) or from a booted rom, so yes do the above when booted in twrp recovery.
I have no idea what is MISC partation nor "p19 partation". also i'm not S-off sadly.
Click to expand...
Click to collapse
The MISC partition (located at position p19 on the M7_UL variant) is where your version-main number is stored. When a phone is S-ON, you can only flash same or newer RUU version than your current version-main. The only RUUs available are older versions than your version-main number and would normally requires S-OFF to be flashed. We can bypass this by manually modifying your version-main in the MISC partition allowing us to flash the 7.17.402.5 RUU on your 7.17.402.55 phone and this can be done without having S-OFF. The commands posted above will make a copy of your P19 partition and save it as a "misc_backup.img" file on your phone storage (/sdcard). I need to take a look a this file to confirm that the p19 partition of your M7CDUG is also, like the M7_UL, the MISC partition. When confirmed, I'll be able to send your the correct commands to change your version-main from 7.17.402.55 to 7.17.402.5 so you can use the 7.17.401.5 RUU even if your phone is S-ON.
Here is:
mediafire.com/download/ywbci0ye0wl51e5/misc_backup.rar
Thanks so much for taking the time and efforts. I can't thank you enough.
@TruculentFTW
ok so after looking at your MISC partition which is located at p20 on the M7CDUG, you can change your version main to 7.17.402.5 using these commands when booted in twrp:
Code:
adb shell
echo -ne "7.17.402.5\x00" | dd of=/dev/block/mmcblk0p20 bs=1 seek=160
exit
adb reboot bootloader
Again, better to copy/paste the "dd" command to avoid any typo
Once rebooted in bootloader, confirm your version-main is now 7.17.402.5.
You can then flash the 7.17.402.5 RUU, see post #2 of this thread for the RUU, post #1 for instructions how to flash it. Once flashed, you should be able to update your phone using ota so you'll be back on 7.17.402.55
alray said:
@TruculentFTW
ok so after looking at your MISC partition which is located at p20 on the M7CDUG, you can change your version main to 7.17.402.5 using these commands when booted in twrp:
Code:
adb shell
echo -ne "7.17.402.5\x00" | dd of=/dev/block/mmcblk0p20 bs=1 seek=160
exit
adb reboot bootloader
Again, better to copy/paste the "dd" command to avoid any typo
Once rebooted in bootloader, confirm your version-main is now 7.17.402.5.
You can then flash the 7.17.402.5 RUU, see post #2 of this thread for the RUU, post #1 for instructions how to flash it. Once flashed, you should be able to update your phone using ota so you'll be back on 7.17.402.55
Click to expand...
Click to collapse
I have done all as you mentioned, except updating using OTA to 7.17.402.55. its necessarily?
Also my CMD command was ready to insert the last "adb reboot bootloader" while my phone was still have that green installing bar at about 80% or something. I waited couple minutes it never moved, so I typed the command in CMD and it restarted. I hope I didnt mess up in this step xd
Also when the CMD screen ended loading/installing the ruu.zip, it said something about 12 signature verifying failed or something, i thought u might want to know.
So now what? phone rebooted and its on the fastboot menu, also when going to recovery, its the stock recovery. I dont know how to boot into the stock rom to get the phone up. But anyway so far its alot of improvement i believe!
TruculentFTW said:
I have done all as you mentioned, except updating using OTA to 7.17.402.55. its necessarily?
Click to expand...
Click to collapse
Its up to you.
Also my CMD command was ready to insert the last "adb reboot bootloader" while my phone was still have that green installing bar at about 80% or something. I waited couple minutes it never moved, so I typed the command in CMD and it restarted. I hope I didnt mess up in this step xd
Click to expand...
Click to collapse
Thats fine, the green progress bar never reach 100% when manually flashing a RUU (ruu.zip)
Also when the CMD screen ended loading/installing the ruu.zip, it said something about 12 signature verifying failed or something, i thought u might want to know.
Click to expand...
Click to collapse
Can you copy/paste the entire command window? The RUU should end with "Finished. Total time: xx sec". Did you relocked the bootloader before flashing the RUU and are you usig htc_fastboot.exe to flash it?
when going to recovery, its the stock recovery.
Click to expand...
Click to collapse
Yup, the RUU flashed back the stock recovery.
I dont know how to boot into the stock rom to get the phone up. But anyway so far its alot of improvement i believe!
Click to expand...
Click to collapse
Well if the RUU didn't flashed completely, it will probably not boot..
alray said:
Its up to you.
Thats fine, the green progress bar never reach 100% when manually flashing a RUU (ruu.zip)
Can you copy/paste the entire command window? The RUU should end with "Finished. Total time: xx sec". Did you relocked the bootloader before flashing the RUU and are you usig htc_fastboot.exe to flash it?
Yup, the RUU flashed back the stock recovery.
Well if the RUU didn't flashed completely, it will probably not boot..
Click to expand...
Click to collapse
Well, I go to the folder of my fastboot and adb stuff, and open a CMD from there by "shift right click >> open command window here". I tried to download your htc_fastboot but its still a "fastboot", no "htc_". so i did it from the CMD using the fastboot commands. And yes the RUU ended with "finished total sec: xx". and yes i did relock. my phone say " TEMPERED", "RELOCKED" and "SECURITY WARNING"
TruculentFTW said:
Well, I go to the folder of my fastboot and adb stuff, and open a CMD from there by "shift right click >> open command window here". I tried to download your htc_fastboot but its still a "fastboot", no "htc_". so i did it from the CMD using the fastboot commands. And yes the RUU ended with "finished total sec: xx". and yes i did relock. my phone say " TEMPERED", "RELOCKED" and "SECURITY WARNING"
Click to expand...
Click to collapse
Well if the ruu flashed fine (ended with "finished, total time xx) you should be able to boot the phone normally to the OS by selecting "reboot" from the bootloader menu or by using the "fastboot reboot" command. But what was that error you were talking about?
alray said:
Well if the ruu flashed fine (ended with "finished, total time xx) you should be able to boot the phone normally to the OS by selecting "reboot" from the bootloader menu or by using the "fastboot reboot" command. But what was that error you were talking about?
Click to expand...
Click to collapse
The error is something in the middle of the process of the flashing. Sometimes it would say something like
signature veryfing.... failed
... bypass..
then by the end of the procress, there was 12 signature veriyfing errors, and then finished and time.
Now when im rebooting, it just go to the fastboot menu directly. i dont even have to press volume down. should i flash the RUU again?
TruculentFTW said:
The error is something in the middle of the process of the flashing. Sometimes it would say something like
signature veryfing.... failed
... bypass..
then by the end of the procress, there was 12 signature veriyfing errors, and then finished and time.
Now when im rebooting, it just go to the fastboot menu directly. i dont even have to press volume down. should i flash the RUU again?
Click to expand...
Click to collapse
There are some partitions that are bypassed when flashing the RUU and this is normal (like the sbl for example). Yes flash the RUU again and copy/paste the command window after its done so I can see if there is something wrong.
alray said:
There are some partitions that are bypassed when flashing the RUU and this is normal (like the sbl for example). Yes flash the RUU again and copy/paste the command window after its done so I can see if there is something wrong.
Click to expand...
Click to collapse
Here is all of it! I tried again and same happening.
C:\Phone>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 39(ms)
C:\Phone>fastboot flash zip RUU.zip
sending 'zip'... (45421 KB) OKAY
sending time = 2.434 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] unzipping & flushing...
(bootloader) [RUU]UZ,hboot,0
(bootloader) [RUU]UZ,hboot,50
(bootloader) [RUU]UZ,hboot,100
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[wcnss] unzipping & flushing...
(bootloader) [RUU]UZ,wcnss,0
(bootloader) [RUU]UZ,wcnss,45
(bootloader) [RUU]UZ,wcnss,88
(bootloader) [RUU]UZ,wcnss,100
(bootloader) [RUU]WP,wcnss,0
(bootloader) [RUU]WP,wcnss,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[qsc] unzipping & flushing...
(bootloader) [RUU]UZ,qsc,0
(bootloader) [RUU]UZ,qsc,10
(bootloader) [RUU]UZ,qsc,20
(bootloader) [RUU]UZ,qsc,30
(bootloader) [RUU]UZ,qsc,41
(bootloader) [RUU]UZ,qsc,51
(bootloader) [RUU]UZ,qsc,63
(bootloader) [RUU]UZ,qsc,74
(bootloader) [RUU]UZ,qsc,84
(bootloader) [RUU]UZ,qsc,94
(bootloader) [RUU]UZ,qsc,100
(bootloader) [RUU]WP,qsc,0
(bootloader) [RUU]WP,qsc,10
(bootloader) [RUU]WP,qsc,20
(bootloader) [RUU]WP,qsc,30
(bootloader) [RUU]WP,qsc,40
(bootloader) [RUU]WP,qsc,50
(bootloader) [RUU]WP,qsc,61
(bootloader) [RUU]WP,qsc,71
(bootloader) [RUU]WP,qsc,81
(bootloader) [RUU]WP,qsc,91
(bootloader) [RUU]WP,qsc,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,13
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,33
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,56
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,82
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,8
(bootloader) [RUU]UZ,radio,16
(bootloader) [RUU]UZ,radio,24
(bootloader) [RUU]UZ,radio,32
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,48
(bootloader) [RUU]UZ,radio,56
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,72
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,88
(bootloader) [RUU]UZ,radio,96
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,32
(bootloader) [RUU]WP,radio,64
(bootloader) [RUU]WP,radio,96
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY
sending 'zip'... (513003 KB) OKAY
sending time = 18.029 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (612652 KB) OKAY
sending time = 21.336 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
FAIL12 signature verify fail
FAILED (remote: 12 signature verify fail)
Execution time is 491(s)
C:\Phone>fastboot reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 43(ms)
C:\Phone>
TruculentFTW said:
Here is all of it! I tried again and same happening.
C:\Phone>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 39(ms)
C:\Phone>fastboot flash zip RUU.zip
sending 'zip'... (45421 KB) OKAY
sending time = 2.434 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] unzipping & flushing...
(bootloader) [RUU]UZ,hboot,0
(bootloader) [RUU]UZ,hboot,50
(bootloader) [RUU]UZ,hboot,100
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[wcnss] unzipping & flushing...
(bootloader) [RUU]UZ,wcnss,0
(bootloader) [RUU]UZ,wcnss,45
(bootloader) [RUU]UZ,wcnss,88
(bootloader) [RUU]UZ,wcnss,100
(bootloader) [RUU]WP,wcnss,0
(bootloader) [RUU]WP,wcnss,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[qsc] unzipping & flushing...
(bootloader) [RUU]UZ,qsc,0
(bootloader) [RUU]UZ,qsc,10
(bootloader) [RUU]UZ,qsc,20
(bootloader) [RUU]UZ,qsc,30
(bootloader) [RUU]UZ,qsc,41
(bootloader) [RUU]UZ,qsc,51
(bootloader) [RUU]UZ,qsc,63
(bootloader) [RUU]UZ,qsc,74
(bootloader) [RUU]UZ,qsc,84
(bootloader) [RUU]UZ,qsc,94
(bootloader) [RUU]UZ,qsc,100
(bootloader) [RUU]WP,qsc,0
(bootloader) [RUU]WP,qsc,10
(bootloader) [RUU]WP,qsc,20
(bootloader) [RUU]WP,qsc,30
(bootloader) [RUU]WP,qsc,40
(bootloader) [RUU]WP,qsc,50
(bootloader) [RUU]WP,qsc,61
(bootloader) [RUU]WP,qsc,71
(bootloader) [RUU]WP,qsc,81
(bootloader) [RUU]WP,qsc,91
(bootloader) [RUU]WP,qsc,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,13
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,33
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,56
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,82
(bootloader) [RUU]UZ,recovery,89
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,8
(bootloader) [RUU]UZ,radio,16
(bootloader) [RUU]UZ,radio,24
(bootloader) [RUU]UZ,radio,32
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,48
(bootloader) [RUU]UZ,radio,56
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,72
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,88
(bootloader) [RUU]UZ,radio,96
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,32
(bootloader) [RUU]WP,radio,64
(bootloader) [RUU]WP,radio,96
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]UZ,rcdata,42949671
(bootloader) [RUU]WP,rcdata,0
(bootloader) [RUU]WP,rcdata,42949671
(bootloader) ...... Successful
OKAY
sending 'zip'... (513003 KB) OKAY
sending time = 18.029 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (612652 KB) OKAY
sending time = 21.336 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
FAIL12 signature verify fail
FAILED (remote: 12 signature verify fail)
Execution time is 491(s)
C:\Phone>fastboot reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 43(ms)
C:\Phone>
Click to expand...
Click to collapse
Do you have an sd card? If yes, make sure its formatted in FAT32, rename the RUU file "PN071IMG" (PN071IMG.zip), save it at the root of your external sd card and reboot the phone in bootloader mode (fastboot reboot-bootloader). Your phone should detect the PN071IMG.zip file and ask you if you want to flash it (update) select yes.
If it still not working there something else we can try.
alray said:
Do you have an sd card? If yes, make sure its formatted in FAT32, rename the RUU file "PN071IMG" (PN071IMG.zip), save it at the root of your external sd card and reboot the phone in bootloader mode (fastboot reboot-bootloader). Your phone should detect the PN071IMG.zip file and ask you if you want to flash it (update) select yes.
If it still not working there something else we can try.
Click to expand...
Click to collapse
I renamed and copied to the root level of my ext. sd, sadly didnt detect it! why is that?
TruculentFTW said:
I renamed and copied to the root level of my ext. sd, sadly didnt detect it! why is that?
Click to expand...
Click to collapse
Don't know, really strange. I guess its time to try the twrp nandroid backup instead of the RUU
https://www.androidfilehost.com/?fid=23991606952613697.
Re-unlock the bootloader, flash twrp and restore this backup of 7.17.402.5
alray said:
Don't know, really strange. I guess its time to try the twrp nandroid backup instead of the RUU
https://www.androidfilehost.com/?fid=23991606952613697.
Re-unlock the bootloader, flash twrp and restore this backup of 7.17.402.5
Click to expand...
Click to collapse
Downloading that.
Thanks alot for your help so far. I would have given up while ago if you wasnt around <3
alray said:
Don't know, really strange. I guess its time to try the twrp nandroid backup instead of the RUU
https://www.androidfilehost.com/?fid=23991606952613697.
Re-unlock the bootloader, flash twrp and restore this backup of 7.17.402.5
Click to expand...
Click to collapse
I unlocked and flashed TWRP. On my PC I can only see my external sdcard. cant see the internal one. I realier before the RUU attempt could.
Anyway i googled how to make the TWRP structure for the backup/restore and I can see the backup on the restore tab now, but when trying to restore I get some error while wiping data:
Wiping dataa...
E: Unable to mount '/data'
E: unknown MTP message type: 1
EDIT: I did data wipe and that appear to fix this problem. Phone is restoring the nandroid as i'm typing this. I will let you know.
NEWER EDIT: DUDE! IT WORKED! IT REALLY DID!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I can't thank you enough. Seriously. I'm speechless. Are you an angel? I'm so can't thank you enough. Thanks again )))))))
So now, humans are so hard to be satisfied. Couple minutes ago I only just wanted my phone to just work and I will be so satsifed, I was thinking I wont ever attempt to root it again! but sadly that it works now, I want to root it xD so what did I do wrong for all that to happen? was it something about deleting particular stuff while wiping before flashing rom? I remember I wiped out system, cache, delvak and data. I don't know if I should be content with my working phone, but I can't. I'm addict xd
Hi all,
I've tried various RUU stock files for HTC One M7, however all have failed soon after inputting fastboot flash zip rom.zip in the fastboot rebootRUU section.
I've tried a few .exe files too, which indicate i'm trying to use the wrong cid/version. Currently the phone boots to HTC logo and hangs.
Anyhow, having found the getvar all command, i'm hoping someone can point me in the right direction.
Any help is greatly appreciated.
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA35NW922795
(bootloader) imei: 354436058209170
(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: 3814mV
(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!
finished. total time: 0.078s
kierant516 said:
Hi all,
I've tried various RUU stock files for HTC One M7, however all have failed soon after inputting fastboot flash zip rom.zip in the fastboot rebootRUU section.
I've tried a few .exe files too, which indicate i'm trying to use the wrong cid/version. Currently the phone boots to HTC logo and hangs.
Anyhow, having found the getvar all command, i'm hoping someone can point me in the right direction.
Any help is greatly appreciated.
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA35NW922795
(bootloader) imei: 354436058209170
(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: 3814mV
(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!
finished. total time: 0.078s
Click to expand...
Click to collapse
7.19.401.51
use instructions of post #1
http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
I just downloaded and tried flashing following the how to flash instructions.
This is the error message i've received:
C:\mini-sdk>fastboot flash zip RUU.zip
sending 'zip'... (50228 KB) OKAY
sending time = 3.154 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAIL99 unknown fail
FAILED (remote: 99 unknown fail)
Execution time is 10(s)
kierant516 said:
I just downloaded and tried flashing following the how to flash instructions.
This is the error message i've received:
C:\mini-sdk>fastboot flash zip RUU.zip
sending 'zip'... (50228 KB) OKAY
sending time = 3.154 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAIL99 unknown fail
FAILED (remote: 99 unknown fail)
Execution time is 10(s)
Click to expand...
Click to collapse
Are you using htc_fastboot.exe or fastboot.exe ?
The htc fastboot, i downloaded through the link, it came already named as fastboot.exe
Edit:
Seem to have some progress now, just waiting to see if it works.
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,16
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,83
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,26
(bootloader) [RUU]UZ,boot,36
(bootloader) [RUU]UZ,boot,47
(bootloader) [RUU]UZ,boot,58
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
sending 'zip'... (521930 KB) OKAY
sending time = 23.184 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (552062 KB) OKAY
sending time = 24.830 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,19
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,36
(bootloader) [RUU]UZ,system,43
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,19
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,97
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,98
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,99
(bootloader) [RUU]UZ,system,100
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,96
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
OKAY
sending 'zip'... (25433 KB) OKAY
sending time = 2.134 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,17
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,35
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,60
(bootloader) [RUU]UZ,system,65
(bootloader) [RUU]UZ,system,73
Do i need to worry about this?:
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device FA35NW9227
95...
hello guys, i have m7 ul i tried several RUU.zip and RUU.exe from official htc website and they are all doesn't work for me
here my getvar all info please tell me what to do i need to flash my phone cause it's doing UN normal operation like opening internet from itself ...etc
thanksin advance and sorry for bad LANG
(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.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: 123456789012
(bootloader) imei: 354436057728922
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4043mV
(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!
Execution time is 86(ms)
altayeb hoota said:
hello guys, i have m7 ul i tried several RUU.zip and RUU.exe from official htc website and they are all doesn't work for me
here my getvar all info please tell me what to do i need to flash my phone cause it's doing UN normal operation like opening internet from itself ...etc
thanksin advance and sorry for bad LANG
(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.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: 123456789012
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4043mV
(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!
Execution time is 86(ms)
Click to expand...
Click to collapse
First you should remove your imei number from your post. You want to keep this number private. There is a sticky thread in the M7 general section with all recent RUU. Your phone should accept 7.19.401.2, 7.19.401.21, 7.19.401.30 or the latest one 7.19.401.51. Follow instructions from that thread (post #1) to flash the ruu (i.e. using the correct fastboot version).
alray said:
First you should remove your imei number from your post. You want to keep this number private. There is a sticky thread in the M7 general section with all recent RUU. Your phone should accept 7.19.401.2, 7.19.401.21, 7.19.401.30 or the latest one 7.19.401.51. Follow instructions from that thread (post #1) to flash the ruu (i.e. using the correct fastboot version).
Click to expand...
Click to collapse
thanks for your replay, i tried 7.19.401.22 but it gives me error when flashing done
sending 'zip'... (50280 KB) OKAY
sending time = 3.634 secs
writing 'zip'... (bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,99
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) [RUU]WP,sbl2,0
(bootloader) [RUU]WP,sbl2,100
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) [RUU]WP,sbl3,0
(bootloader) [RUU]WP,sbl3,100
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,0
(bootloader) [RUU]WP,tz,100
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) [RUU]WP,rpm,0
(bootloader) [RUU]WP,rpm,100
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flus
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) [RUU]WP,sbl1-3,0
(bootloader) [RUU]WP,sbl1-3,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Failed
(bootloader) start image[recovery] unzipping & flushing..
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,43
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,91
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
FAIL51 partition update fail
FAILED (remote: 51 partition update fail)
Execution time is 63(s)
i think the archive is corrupted cause when i open it with winrar it's give me error i re-downloaded it twice
now i will try version's you said one by one and see whats happen.
thanks bro for help
also my phone is now stuck on htc Ruu screen i can't even go to bootloader menu
alray said:
First you should remove your imei number from your post. You want to keep this number private. There is a sticky thread in the M7 general section with all recent RUU. Your phone should accept 7.19.401.2, 7.19.401.21, 7.19.401.30 or the latest one 7.19.401.51. Follow instructions from that thread (post #1) to flash the ruu (i.e. using the correct fastboot version).
Click to expand...
Click to collapse
i tried 7.19.401.2 also the archive it's corrupted when i flash it it's give this error
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device 123456789012...
altayeb hoota said:
i tried 7.19.401.2 also the archive it's corrupted when i flash it it's give this error
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
For "hboot-preupdate" response, restart the same procedure for device 123456789012...
Click to expand...
Click to collapse
The RUU aren't corrupted, these are encrypted files you can't just open one using winrar or any other program.
Problem is with your phone, the CIR partition can't be flashed and because of that your phone is stuck in RUU mode waiting for a complete flash.
reflash the 7.19.401.51 RUU, it will still give you a fail at the end because of the CIR problem. Then flash this firmware right after and your phone will leave ruu mode and you should be able to boot it normally.
htc_fastboot oem rebootRUU
htc_fastboot flash zip ruu.zip
htc_fastboot reboot bootloader
fastboot oem rebotRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.sip
fastboot reboot
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Failed
(bootloader) start image[recovery] unzipping & flushing..
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,43
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,84
(bootloader) [RUU]UZ,recovery,91
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
FAIL51 partition update fail
FAILED (remote: 51 partition update fail)
Click to expand...
Click to collapse
alray said:
The RUU aren't corrupted, these are encrypted files you can't just open one using winrar or any other program.
Problem is with your phone, the CIR partition can't be flashed and because of that your phone is stuck in RUU mode waiting for a complete flash.
reflash the 7.19.401.51 RUU, it will still give you a fail at the end because of the CIR problem. Then flash this firmware right after and your phone will leave ruu mode and you should be able to boot it normally.
htc_fastboot oem rebootRUU
htc_fastboot flash zip ruu.zip
htc_fastboot reboot bootloader
fastboot oem rebotRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.sip
fastboot reboot
Click to expand...
Click to collapse
thank you, i did what you said but when i done flashing and reboot the device only white screen with htc logo comes and then comes black screen nothing else.!
i can only get into bootloader now device won't boot up
really thank you for your help i've been searching for 12 hours to fix my device i think it's dead
by the way the firmware you gave me also gives me error when flashing it
sending 'zip'... (20185 KB) OKAY
sending time = 2.654 secs
writing 'zip'... (bootloader) zip header checki
(bootloader) shift signature_size for header ch
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for p
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image aga
FAILED (remote: 90 hboot pre-update! please flu
For "hboot-preupdate" response, restart the sam
sending 'zip'... (20185 KB) OKAY
sending time = 2.654 secs
writing 'zip'... (bootloader) zip header checki
(bootloader) shift signature_size for header ch
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[boot] unzipping & flus
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,26
(bootloader) [RUU]UZ,boot,36
(bootloader) [RUU]UZ,boot,47
(bootloader) [RUU]UZ,boot,58
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping &
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,16
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,83
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & fl
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 9(s)
C:\adb>fastboot reboot
rebooting...
Execution time is 40(ms)
C:\adb>
should i unlock bootloader and try again? my bootloader is relocked
@alray
altayeb hoota said:
by the way the firmware you gave me also gives me error when flashing it
sending 'zip'... (20185 KB) OKAY
sending time = 2.654 secs
writing 'zip'... (bootloader) zip header checki
(bootloader) shift signature_size for header ch
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for p
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image aga
FAILED (remote: 90 hboot pre-update! please flu
For "hboot-preupdate" response, restart the sam
sending 'zip'... (20185 KB) OKAY
sending time = 2.654 secs
writing 'zip'... (bootloader) zip header checki
(bootloader) shift signature_size for header ch
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[boot] unzipping & flus
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,26
(bootloader) [RUU]UZ,boot,36
(bootloader) [RUU]UZ,boot,47
(bootloader) [RUU]UZ,boot,58
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,91
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping &
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,16
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,83
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,96
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & fl
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 9(s)
Click to expand...
Click to collapse
Can't see any error, its even reporting "Successful, OKAY, Flash Zip Complete" which basically mean there were no error at all...
altayeb hoota said:
should i unlock bootloader and try again? my bootloader is relocked
Click to expand...
Click to collapse
Bootloader status doesn't matters when S-OFF.
Might want to try this RUU. This is 7.19.401.51 with the CIR image removed from it. It was posted by Slim Jim Guy a few days ago for someone with the same problem but we had no feedback from that person yet.
---------- Post added at 09:56 AM ---------- Previous post was at 09:50 AM ----------
I found really strange that it is not booting after flashing the 7.19.401.51 ruu and the firmware because the error you are having is only caused by the CIR (CIR is for Consumer InfraRed, its the drivers for the IR blaster) not correctly flashing. Other ppl were able to bypass this problem by flashing a firmware.zip (without the CIR.img packed in).
Alternatively you could unlock your bootloader again, flash twrp and flash a custom rom or even restore a 7.19.401.51 nandroid backup if you want your phone running te stock rom.
OK i will download it now and tell you what's happen
altayeb hoota said:
OK i will download it now and tell you what's happen
Click to expand...
Click to collapse
Were you at least able to leave RUU mode (is the OS line from bootloader red or green) ?
alray said:
Can't see any error, its even reporting "Successful, OKAY, Flash Zip Complete" which basically mean there were no error at all...
Bootloader status doesn't matters when S-OFF.
Might want to try this RUU. This is 7.19.401.51 with the CIR image removed from it. It was posted by Slim Jim Guy a few days ago for someone with the same problem but we had no feedback from that person yet.
---------- Post added at 09:56 AM ---------- Previous post was at 09:50 AM ----------
I found really strange that it is not booting after flashing the 7.19.401.51 ruu and the firmware because the error you are having is only caused by the CIR (CIR is for Consumer InfraRed, its the drivers for the IR blaster) not correctly flashing. Other ppl were able to bypass this problem by flashing a firmware.zip (without the CIR.img packed in).
Alternatively you could unlock your bootloader again, flash twrp and flash a custom rom or even restore a 7.19.401.51 nandroid backup if you want your phone running te stock rom.
Click to expand...
Click to collapse
should i continue downloading ruu 7.9.401.51 without cid you gave me and flash it or should i looking for nandroid back up?
yeah after i flashed firmware.zip i can get into bootloader from the RUU mode
OS is green here the info
*** RELOCKED ***
M7_UL. PVT SHIP S-OFF RH
CID-11111111
HBoot-1.61.0000
RADIO-4T.35.3218.16
OpenDSP-v.35.120.274.0718
os-7.19.401.51
eMMC-boot 2048MB
@alray
is your issue resolved,
yes @zeeraxis by installing custom ROM
big thanks to @alray