I did a full wipe and unroot on the phone. The phone boots but does not boot into any other recovery other than the stock one but that freezes sometimes. I want to know if there is a way to format this partition not wipe it but format it. I also tried rooting it with Htc one toolkit v.3.1.2 and i got this when pushing the su.
adb push SU/SU.zip /sdcard/
6630 KB/s (1175983 bytes in 0.173s)
adb push SU/openrecoveryscript /cache/recovery/
failed to copy 'SU/openrecoveryscript' to '/cache/recovery/': Permission denied
adb reboot recovery
After this it gets stuck on entering recovery splash screen.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.10.531.9
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: HT352W906618
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 3854mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
have you try using the adb cmd to fastboot it?
fastboot erase cache <--on the command.
Yes i have. before trying to flash recovery and after flashing one. I was able to ruu the phone again but when i try to flash one even with apps i check the logs and it seems that their is an error with the partition but i dont now and have not found any guides to fix the recovery partition.
GreenNation said:
Yes i have. before trying to flash recovery and after flashing one. I was able to ruu the phone again but when i try to flash one even with apps i check the logs and it seems that their is an error with the partition but i dont now and have not found any guides to fix the recovery partition.
Click to expand...
Click to collapse
Try using the Minimal ADB & Fastboot Tool.
Then get TWRP from: http://techerrata.com/browse/twrp2/m7
(make sure MD5 is correct, that site does not play nice with download managers)
In bootloader/FASTBOOT USB:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
majmoz said:
Try using the Minimal ADB & Fastboot Tool.
Then get TWRP from: http://techerrata.com/browse/twrp2/m7
(make sure MD5 is correct, that site does not play nice with download managers)
In bootloader/FASTBOOT USB:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Yea still not working for some reason it only seems to want to work with openrecovery-twrp-2.6.3.3-m7.img but the problem with this one is it bugs out a lot , like its always freezing. I was able to sideload a rom into it which is the viper rom and it works but recovery seems like it wants to boot but it doesn't. screen turns black after entering recovery screen pops out but then goes back to to entering recovery screen and is suck there.
GreenNation said:
Yea still not working for some reason it only seems to want to work with openrecovery-twrp-2.6.3.3-m7.img but the problem with this one is it bugs out a lot , like its always freezing. I was able to sideload a rom into it which is the viper rom and it works but recovery seems like it wants to boot but it doesn't. screen turns black after entering recovery screen pops out but then goes back to to entering recovery screen and is suck there.
Click to expand...
Click to collapse
Since you are on T-Mobile try running the latest RUU 6.10.531.10 it will wipe your phone so you need to copy all of your files and backups off of the phone. The recovery partition only hold one recovery at a time and when you flash a new one it replaces the old one. Hopefully, the complete wipe by the RUU will clear things up.
majmoz said:
Since you are on T-Mobile try running the latest RUU 6.10.531.10 it will wipe your phone so you need to copy all of your files and backups off of the phone. The recovery partition only hold one recovery at a time and when you flash a new one it replaces the old one. Hopefully, the complete wipe by the RUU will clear things up.
Click to expand...
Click to collapse
Ok so i did so that and the stock recovery boots but when i try to install anything else it doesn't work unless its an older recovery. I was reading on this forum mmcblk0p19 But no luck still get the same problem but im pretty sure its that partition. I just need one that will work.
GreenNation said:
Ok so i did so that and the stock recovery boots but when i try to install anything else it doesn't work unless its an older recovery. I was reading on this forum mmcblk0p19 But no luck still get the same problem but im pretty sure its that partition. I just need one that will work.
Click to expand...
Click to collapse
are you saying that even after full RUU the phone won't boot into ROM?
maybe you can add a bit more details about how this all happened?
you could try flashing an old decrypted RUU: https://www.androidfilehost.com/?fid=23501681358544978
fastboot oem rebootRUU
fastboot flash zip <name of RUU>.zip
fastboot flash zip <name of RUU>.zip <- yes twice!!
fastboot reboot-bootloader
example output:
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot oem rebootRUU[/COLOR][/B]
...
(bootloader) Start Verify: 0
OKAY [ 0.047s]
finished. total time: 0.047s
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot flash zip ruu.zip[/COLOR][/B]
sending 'zip' (1033216 KB)...
OKAY [ 41.559s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
[B][COLOR="Red"]FAILED (remote: 90 hboot pre-update! please flush image again immediately)[/COLOR][/B]
finished. total time: 43.118s
^^ as expected "flush again"
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot flash zip ruu.zip[/COLOR][/B]
< waiting for device >
sending 'zip' (1033216 KB)...
OKAY [ 41.912s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(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[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,15
(bootloader) [RUU]UZ,boot,27
(bootloader) [RUU]UZ,boot,41
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,81
(bootloader) [RUU]UZ,boot,95
(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[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[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[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[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-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[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,83
(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[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,5
(bootloader) [RUU]UZ,dzdata,14
(bootloader) [RUU]UZ,dzdata,19
(bootloader) [RUU]UZ,dzdata,29
(bootloader) [RUU]UZ,dzdata,38
(bootloader) [RUU]UZ,dzdata,47
(bootloader) [RUU]UZ,dzdata,52
(bootloader) [RUU]UZ,dzdata,57
(bootloader) [RUU]UZ,dzdata,66
(bootloader) [RUU]UZ,dzdata,71
(bootloader) [RUU]UZ,dzdata,76
(bootloader) [RUU]UZ,dzdata,81
(bootloader) [RUU]UZ,dzdata,90
(bootloader) [RUU]UZ,dzdata,97
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,11
(bootloader) [RUU]WP,dzdata,23
(bootloader) [RUU]WP,dzdata,36
(bootloader) [RUU]WP,dzdata,70
(bootloader) [RUU]WP,dzdata,77
(bootloader) [RUU]WP,dzdata,98
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,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[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,11
(bootloader) [RUU]UZ,recovery,21
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,72
(bootloader) [RUU]UZ,recovery,85
(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[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,1
(bootloader) [RUU]UZ,system,2
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,4
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,9
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,12
(bootloader) [RUU]UZ,system,14
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,1
(bootloader) [RUU]WP,system,2
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,4
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,9
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,12
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,14
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,17
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,19
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,21
(bootloader) [RUU]UZ,system,22
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,26
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,28
(bootloader) [RUU]UZ,system,29
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,17
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,19
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,21
(bootloader) [RUU]WP,system,22
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,26
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,28
(bootloader) [RUU]WP,system,29
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,33
(bootloader) [RUU]UZ,system,34
(bootloader) [RUU]UZ,system,35
(bootloader) [RUU]UZ,system,37
(bootloader) [RUU]UZ,system,38
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,43
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,45
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,35
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,37
(bootloader) [RUU]WP,system,38
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,40
(bootloader) [RUU]WP,system,40
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,44
(bootloader) [RUU]WP,system,45
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,50
(bootloader) [RUU]UZ,system,51
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,53
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,57
(bootloader) [RUU]UZ,system,58
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,60
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,62
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,51
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,53
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,57
(bootloader) [RUU]WP,system,58
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,60
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,62
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]UZ,system,65
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,67
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,69
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,74
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]WP,system,65
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,67
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,69
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,74
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,76
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,78
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,81
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,85
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,81
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,85
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,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,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,96
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,99
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(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[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[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,7
(bootloader) [RUU]UZ,radio,13
(bootloader) [RUU]UZ,radio,20
(bootloader) [RUU]UZ,radio,26
(bootloader) [RUU]UZ,radio,33
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,53
(bootloader) [RUU]UZ,radio,60
(bootloader) [RUU]UZ,radio,67
(bootloader) [RUU]UZ,radio,73
(bootloader) [RUU]UZ,radio,79
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,93
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,26
(bootloader) [RUU]WP,radio,53
(bootloader) [RUU]WP,radio,79
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
[B](bootloader) ...... Successful
OKAY [200.187s]
finished. total time: 242.101s[/B]
okay, so the progress bar didn't go all the way, but the command reported "Successful" (check the command prompt output above, I've highlighted it in bold), so let's reboot:
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.037s]
finished. total time: 0.037s
capture the output, so we can see if anything is wrong with yours
and finally "fastboot reboot" to boot the ROM
nkk71 said:
are you saying that even after full RUU the phone won't boot into ROM?
maybe you can add a bit more details about how this all happened?
you could try flashing an old decrypted RUU: https://www.androidfilehost.com/?fid=23501681358544978
fastboot oem rebootRUU
fastboot flash zip <name of RUU>.zip
fastboot flash zip <name of RUU>.zip <- yes twice!!
fastboot reboot-bootloader
example output:
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot oem rebootRUU[/COLOR][/B]
...
(bootloader) Start Verify: 0
OKAY [ 0.047s]
finished. total time: 0.047s
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot flash zip ruu.zip[/COLOR][/B]
sending 'zip' (1033216 KB)...
OKAY [ 41.559s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
[B][COLOR="Red"]FAILED (remote: 90 hboot pre-update! please flush image again immediately)[/COLOR][/B]
finished. total time: 43.118s
^^ as expected "flush again"
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot flash zip ruu.zip[/COLOR][/B]
< waiting for device >
sending 'zip' (1033216 KB)...
OKAY [ 41.912s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(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[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,15
(bootloader) [RUU]UZ,boot,27
(bootloader) [RUU]UZ,boot,41
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,68
(bootloader) [RUU]UZ,boot,81
(bootloader) [RUU]UZ,boot,95
(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[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[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[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[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-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[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,83
(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[dzdata] unzipping & flushing...
(bootloader) [RUU]UZ,dzdata,0
(bootloader) [RUU]UZ,dzdata,5
(bootloader) [RUU]UZ,dzdata,14
(bootloader) [RUU]UZ,dzdata,19
(bootloader) [RUU]UZ,dzdata,29
(bootloader) [RUU]UZ,dzdata,38
(bootloader) [RUU]UZ,dzdata,47
(bootloader) [RUU]UZ,dzdata,52
(bootloader) [RUU]UZ,dzdata,57
(bootloader) [RUU]UZ,dzdata,66
(bootloader) [RUU]UZ,dzdata,71
(bootloader) [RUU]UZ,dzdata,76
(bootloader) [RUU]UZ,dzdata,81
(bootloader) [RUU]UZ,dzdata,90
(bootloader) [RUU]UZ,dzdata,97
(bootloader) [RUU]UZ,dzdata,100
(bootloader) [RUU]WP,dzdata,0
(bootloader) [RUU]WP,dzdata,11
(bootloader) [RUU]WP,dzdata,23
(bootloader) [RUU]WP,dzdata,36
(bootloader) [RUU]WP,dzdata,70
(bootloader) [RUU]WP,dzdata,77
(bootloader) [RUU]WP,dzdata,98
(bootloader) [RUU]WP,dzdata,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,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[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,11
(bootloader) [RUU]UZ,recovery,21
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,72
(bootloader) [RUU]UZ,recovery,85
(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[system] unzipping & flushing...
(bootloader) [RUU]UZ,system,0
(bootloader) [RUU]UZ,system,1
(bootloader) [RUU]UZ,system,2
(bootloader) [RUU]UZ,system,3
(bootloader) [RUU]UZ,system,4
(bootloader) [RUU]UZ,system,5
(bootloader) [RUU]UZ,system,6
(bootloader) [RUU]UZ,system,7
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,8
(bootloader) [RUU]UZ,system,9
(bootloader) [RUU]UZ,system,10
(bootloader) [RUU]UZ,system,11
(bootloader) [RUU]UZ,system,12
(bootloader) [RUU]UZ,system,14
(bootloader) [RUU]UZ,system,15
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,0
(bootloader) [RUU]WP,system,1
(bootloader) [RUU]WP,system,2
(bootloader) [RUU]WP,system,3
(bootloader) [RUU]WP,system,4
(bootloader) [RUU]WP,system,5
(bootloader) [RUU]WP,system,6
(bootloader) [RUU]WP,system,7
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,8
(bootloader) [RUU]WP,system,9
(bootloader) [RUU]WP,system,10
(bootloader) [RUU]WP,system,11
(bootloader) [RUU]WP,system,12
(bootloader) [RUU]WP,system,13
(bootloader) [RUU]WP,system,14
(bootloader) [RUU]WP,system,15
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,16
(bootloader) [RUU]UZ,system,17
(bootloader) [RUU]UZ,system,18
(bootloader) [RUU]UZ,system,19
(bootloader) [RUU]UZ,system,20
(bootloader) [RUU]UZ,system,21
(bootloader) [RUU]UZ,system,22
(bootloader) [RUU]UZ,system,23
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,24
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,26
(bootloader) [RUU]UZ,system,27
(bootloader) [RUU]UZ,system,28
(bootloader) [RUU]UZ,system,29
(bootloader) [RUU]UZ,system,30
(bootloader) [RUU]UZ,system,31
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,16
(bootloader) [RUU]WP,system,17
(bootloader) [RUU]WP,system,18
(bootloader) [RUU]WP,system,19
(bootloader) [RUU]WP,system,20
(bootloader) [RUU]WP,system,21
(bootloader) [RUU]WP,system,22
(bootloader) [RUU]WP,system,23
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,24
(bootloader) [RUU]WP,system,25
(bootloader) [RUU]WP,system,26
(bootloader) [RUU]WP,system,27
(bootloader) [RUU]WP,system,28
(bootloader) [RUU]WP,system,29
(bootloader) [RUU]WP,system,30
(bootloader) [RUU]WP,system,31
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,32
(bootloader) [RUU]UZ,system,33
(bootloader) [RUU]UZ,system,34
(bootloader) [RUU]UZ,system,35
(bootloader) [RUU]UZ,system,37
(bootloader) [RUU]UZ,system,38
(bootloader) [RUU]UZ,system,39
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,40
(bootloader) [RUU]UZ,system,41
(bootloader) [RUU]UZ,system,42
(bootloader) [RUU]UZ,system,43
(bootloader) [RUU]UZ,system,44
(bootloader) [RUU]UZ,system,45
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,47
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,32
(bootloader) [RUU]WP,system,33
(bootloader) [RUU]WP,system,34
(bootloader) [RUU]WP,system,35
(bootloader) [RUU]WP,system,36
(bootloader) [RUU]WP,system,37
(bootloader) [RUU]WP,system,38
(bootloader) [RUU]WP,system,39
(bootloader) [RUU]WP,system,40
(bootloader) [RUU]WP,system,40
(bootloader) [RUU]WP,system,41
(bootloader) [RUU]WP,system,42
(bootloader) [RUU]WP,system,43
(bootloader) [RUU]WP,system,44
(bootloader) [RUU]WP,system,45
(bootloader) [RUU]WP,system,46
(bootloader) [RUU]WP,system,47
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,48
(bootloader) [RUU]UZ,system,49
(bootloader) [RUU]UZ,system,50
(bootloader) [RUU]UZ,system,51
(bootloader) [RUU]UZ,system,52
(bootloader) [RUU]UZ,system,53
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,55
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,56
(bootloader) [RUU]UZ,system,57
(bootloader) [RUU]UZ,system,58
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,60
(bootloader) [RUU]UZ,system,61
(bootloader) [RUU]UZ,system,62
(bootloader) [RUU]UZ,system,63
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,48
(bootloader) [RUU]WP,system,49
(bootloader) [RUU]WP,system,50
(bootloader) [RUU]WP,system,51
(bootloader) [RUU]WP,system,52
(bootloader) [RUU]WP,system,53
(bootloader) [RUU]WP,system,54
(bootloader) [RUU]WP,system,55
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,56
(bootloader) [RUU]WP,system,57
(bootloader) [RUU]WP,system,58
(bootloader) [RUU]WP,system,59
(bootloader) [RUU]WP,system,60
(bootloader) [RUU]WP,system,61
(bootloader) [RUU]WP,system,62
(bootloader) [RUU]WP,system,63
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]UZ,system,64
(bootloader) [RUU]UZ,system,65
(bootloader) [RUU]UZ,system,66
(bootloader) [RUU]UZ,system,67
(bootloader) [RUU]UZ,system,68
(bootloader) [RUU]UZ,system,69
(bootloader) [RUU]UZ,system,70
(bootloader) [RUU]UZ,system,71
(bootloader) [RUU]UZ,system,72
(bootloader) [RUU]UZ,system,73
(bootloader) [RUU]UZ,system,74
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,77
(bootloader) [RUU]UZ,system,78
(bootloader) [RUU]UZ,system,79
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]WP,system,64
(bootloader) [RUU]WP,system,65
(bootloader) [RUU]WP,system,66
(bootloader) [RUU]WP,system,67
(bootloader) [RUU]WP,system,68
(bootloader) [RUU]WP,system,69
(bootloader) [RUU]WP,system,70
(bootloader) [RUU]WP,system,71
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,72
(bootloader) [RUU]WP,system,73
(bootloader) [RUU]WP,system,74
(bootloader) [RUU]WP,system,75
(bootloader) [RUU]WP,system,76
(bootloader) [RUU]WP,system,77
(bootloader) [RUU]WP,system,78
(bootloader) [RUU]WP,system,79
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,81
(bootloader) [RUU]UZ,system,82
(bootloader) [RUU]UZ,system,83
(bootloader) [RUU]UZ,system,84
(bootloader) [RUU]UZ,system,85
(bootloader) [RUU]UZ,system,86
(bootloader) [RUU]UZ,system,87
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,89
(bootloader) [RUU]UZ,system,90
(bootloader) [RUU]UZ,system,91
(bootloader) [RUU]UZ,system,92
(bootloader) [RUU]UZ,system,93
(bootloader) [RUU]UZ,system,94
(bootloader) [RUU]UZ,system,95
(bootloader) [RUU]UZ,system,96
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,80
(bootloader) [RUU]WP,system,81
(bootloader) [RUU]WP,system,82
(bootloader) [RUU]WP,system,83
(bootloader) [RUU]WP,system,84
(bootloader) [RUU]WP,system,85
(bootloader) [RUU]WP,system,86
(bootloader) [RUU]WP,system,87
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,88
(bootloader) [RUU]WP,system,89
(bootloader) [RUU]WP,system,90
(bootloader) [RUU]WP,system,91
(bootloader) [RUU]WP,system,92
(bootloader) [RUU]WP,system,93
(bootloader) [RUU]WP,system,94
(bootloader) [RUU]WP,system,95
(bootloader) [RUU]WP,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,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,96
(bootloader) [RUU]WP,system,97
(bootloader) [RUU]WP,system,98
(bootloader) [RUU]WP,system,99
(bootloader) [RUU]WP,system,100
(bootloader) ...... Successful
(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[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[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,7
(bootloader) [RUU]UZ,radio,13
(bootloader) [RUU]UZ,radio,20
(bootloader) [RUU]UZ,radio,26
(bootloader) [RUU]UZ,radio,33
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,53
(bootloader) [RUU]UZ,radio,60
(bootloader) [RUU]UZ,radio,67
(bootloader) [RUU]UZ,radio,73
(bootloader) [RUU]UZ,radio,79
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,93
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,26
(bootloader) [RUU]WP,radio,53
(bootloader) [RUU]WP,radio,79
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
[B](bootloader) ...... Successful
OKAY [200.187s]
finished. total time: 242.101s[/B]
okay, so the progress bar didn't go all the way, but the command reported "Successful" (check the command prompt output above, I've highlighted it in bold), so let's reboot:
Code:
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.037s]
finished. total time: 0.037s
capture the output, so we can see if anything is wrong with yours
and finally "fastboot reboot" to boot the ROM
Click to expand...
Click to collapse
OK rom boots and i successfully updated to 4.4.3 OTA. I Unlocked the bootloader again and rooted the phone but still same issue. I cannot boot recovery unless its either TWRP 2.6.3.3 or stock. It wont boot with any other recovery just stays black or stays stuck on entering recovery. The problem with 2.6.3.3 is it freezes alot when installing a rom or wiping so i semi works but its annoying.
My Name is Kiran Kotian
My HTC One Max was rooted & S-Off with Super CID 11111111
My HTC One Max original Details
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.61.707.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA3C4WG02224
(bootloader) imei: 357312050086469
(bootloader) meid: 00000000000000
(bootloader) product: t6u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: 0P3P60000
(bootloader) cidnum: HTC__038
(bootloader) battery-status: good
(bootloader) battery-voltage: 3738mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-f6d46eca
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
hboot Detasils as follows :
T6U PVT SHIP S-OFF RH
CID-11111111
HBOOT-2.49.0000
QSC-
OS-4.13.707.7
eMMC-boot 2048MB
Jun 1 2015,15:40:33.0
Was operating on Stock Rom 'Stock_Rooted_T6UL_4.13.401.7'
Then i installed hk-3.sh.zip using cmd console via FastBoot
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
The phone rebooted & Showed Android optimising 1 of 232 apps.
then after a certian apps were optimised, the phone remained in that mode overnight.
then rebooting the phone, now the phone is going into a reboot loop after the HTC One Screen.
Tried various method to get my phone back from this semi bricked state.
installed TWRP recovery and restored 2.61.707.1 Stock ROM Unrooted - 2014-06-17--17-34-28 KOT49H release-keys
then installed firmaware T6_UL_L50_MR_hTC_Asia_WWE_3.14.707.3(stock HBOOT, Recovery, System etc)
Then using stock Recovery 3.14.707.3, applied following OTAs:
OTA_T6_UL_L50_MR_hTC_Asia_WWE_3.14.707.3_2.61.707.1.zip
OTA_T6_UL_L50_MR_hTC_Asia_WWE_3.23.707.1-3.14.707.3.zip
OTA_T6_UL_L50_MR_hTC_Asia_WWE_4.13.707.7-3.23.707.1.zip
All OTAs upgraded perfectly in Recovery mode, but my phone still reboots in loop after HTC ONE Screen.
Have noted the following Abnormalities during Firmware ugrades;
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-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
-----------------------------------
snap shot as under :
writing 'zip'...
(bootloader) zip header checking...
(bootloader) shift signature_size for header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,14
(bootloader) [RUU]UZ,boot,24
(bootloader) [RUU]UZ,boot,34
(bootloader) [RUU]UZ,boot,46
(bootloader) [RUU]UZ,boot,57
(bootloader) [RUU]UZ,boot,67
(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[hboot] unzipping & flushing...
(bootloader) [RUU]UZ,hboot,0
(bootloader) [RUU]UZ,hboot,50
(bootloader) [RUU]UZ,hboot,100
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,13
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,27
(bootloader) [RUU]UZ,recovery,33
(bootloader) [RUU]UZ,recovery,38
(bootloader) [RUU]UZ,recovery,51
(bootloader) [RUU]UZ,recovery,58
(bootloader) [RUU]UZ,recovery,65
(bootloader) [RUU]UZ,recovery,72
(bootloader) [RUU]UZ,recovery,80
(bootloader) [RUU]UZ,recovery,86
(bootloader) [RUU]UZ,recovery,92
(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[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[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[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[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[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 [ 23.758s]
finished. total time: 26.721s
My Phone current info is as follows:
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.13.707.7
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA3C4WG02224
(bootloader) imei: 357312050086469
(bootloader) meid: 00000000000000
(bootloader) product: t6u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: 0P3P52000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4295mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.078s
Please, need Urgent Help to resolve this issue and get my HTC One Max to Normal.
Try install again with twrp, and I bellive you need to wipe data before installing this one. You need a rom on your phone to dirtyflash over, but wipe data before that.
Now My HTC One Max T6U appears bricked.
jaypeg123 said:
Try install again with twrp, and I bellive you need to wipe data before installing this one. You need a rom on your phone to dirtyflash over, but wipe data before that.
Click to expand...
Click to collapse
Sorry, Now I am in bigger problem,
I flashed a Ruu of a HTC Sprint M7 model and now my HTC One Max T6U appears hard bricked;
does not turn on, No Blinking lights when Vol + Power buttons are held
adb devices shows
List of devices attached
fastboot devices shows
???????????? fastboot
After fastboot oem rebootRUU,
fastboot flash zip firmware.zip shows
< waiting for device >
Disconnecting & re-connecting devices does not help.
Now if if Hold Vol+Power butoons and Hard reset the phone then it shows
target reported max download size of 452980736 bytes
sending 'zip' (47960 KB)...
OKAY [ 1.937s]
writing 'zip'...
FAILED (remote: not allowed)
fastboot oem writecid 11111111 command shows
...
(bootloader) Start Verify: -1
(bootloader) Input CID is super CID
(bootloader) Start Verify: -1
OKAY [ 0.079s]
finished. total time: 0.081s
which proves that phone is actually alive in fasboot & fastboot oem mode.
fastboot update OTA_T6_UL_2.61.707.1-3.14.707.3.zip shows
archive does not contain 'android-info.txt'
archive does not contain 'android-product.txt'
error: update package has no android-info.txt or android-product.txt
Suspect bootloader is locked.
fastboot oem get_identifier_token shows
...
(bootloader)
(bootloader) < Please cut following message >
(bootloader) <<<< Identifier Token Start >>>>
(bootloader) 24CF21A32FF8D12F3461275B677157F8
(bootloader) 5FA173DC0612A7E216C1DC7989001579
(bootloader) 01FA1B42C244B988DC03CEAF791513FE
(bootloader) 09A3F36E21A48FADA8C7F43885C93E67
(bootloader) F6AB794A2249EEA180F419685C9F3435
(bootloader) 35CE9EECF4987FD29D588A4E1E88993C
(bootloader) 2B25F9EAE09193BE48DAABCEDA21B913
(bootloader) C288AF1B3824E057C6CA4AC2C8316C17
(bootloader) 8E891BDBE3A0EE95941D24AA53F3419D
(bootloader) 698FC89A496F41A3C38DDA40DAB44622
(bootloader) 0426A24BB1381523D933D970326222CA
(bootloader) A9585D275EAEA7FF6EA7B1F71D735703
(bootloader) 230F4FD7F7A1BCD6F40490F7555A92FD
(bootloader) 52BFCA9983AEB1BA13C1DB7282645968
(bootloader) 12535FF5959B7A83789CD41ACBA5F4CA
(bootloader) E78497EE64D77812520D98ADCAB537F8
(bootloader) <<<<< Identifier Token End >>>>>
OKAY [ 0.008s]
finished. total time: 0.008s
but
when this above token is pasted at htc dev unlock token area and submitted,
following error is displayed:
Unlocking Bootloader Failed!
Error Code: 154.
Error Reason: Token Information not complete (SN).
fastboot getvar all shows
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: UNKNOWN
(bootloader) serialno:
(bootloader) imei: 355195000000010
(bootloader) meid: 00000000000000
(bootloader) product:
(bootloader) platform: HBOOT-8064
(bootloader) modelid: *********
(bootloader) cidnum:
(bootloader) battery-status: good
(bootloader) battery-voltage: 3535mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: UNKNOWN
(bootloader) commitno-bootloader: dirty-371c4f408e
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.037s
Please help me solve this problem. Thanks
How to Re-Partition HTC One Max T6U and RAW Flash Android ?
Is anybody aware of a method How to re-partition my HTC One Max T6U and then RAW Flash / Install Android images into those partitions ?
(Probably like how Mobile companies do after the Hardware of a Phone is just assembled & ready for Android to be installed on it for the very first time).
Did it realy go through flashing the m7 ruu? Does it not do a device check?
jaypeg123 said:
Did it realy go through flashing the m7 ruu? Does it not do a device check?
Click to expand...
Click to collapse
Actually I had modified the android-info.txt file in the RUU.zip to match my device model Id & CID. That's why the flashing went through.
Also had deleted the assert entries in the META-INF/com/google/android file, to prevent errors and then the impending abort.
First gave a .txt extension to the META-INF/com/google/android file and then deleted all the assert entries. Then again removed the .txt extension.
example of the assert entries as follows :
assert(check_cid(getprop("ro.cid"), "00000000" , "11111111" ,
"22222222" , "33333333" , "44444444" , "55555555" , "66666666" ,
"77777777" , "88888888" , "99999999" , "HTC__001" , "HTC__E11" ,
"HTC__203" , "HTC__102" , "HTC__405" , "HTC__Y13" , "HTC__A07" ,
"HTC__304" , "HTC__M27" , "HTC__032" ,
"HTC__016") == "t");
. . . and many more . . .
You set the bar high for us, cant beat this one
jaypeg123 said:
You set the bar high for us, cant beat this one
Click to expand...
Click to collapse
There are ways to flash the partitions of HTC devices using Linux (Ubuntu) where the SIM, Memory Card & Battery of the device has to be removed first, & then the device has to be flashed. I am now trying to do some R&D on that. Linux by default is able to see the partitions of Android (because Android is also based on Linux) and the partitions in the emmc are formatted as ext3.
Only problem I am facing right now is that I cannot physically disconnect the battery of my HTC One Max as it has a non-removable battery which is also embedded very deep within the phone. Am not aware of disconnecting the battery any other way. Now since the battery is connected, every time I connect my phone to the PC, the bootloader (hboot) comes into action and thus blocks any attempt to flash software into the existing partitions.
Will post any findings if I manage to break the ice.
Thanks for your help though.