bootloop after update - One (M7) Q&A, Help & Troubleshooting

Hi Xda members ,
I'm new with htc devices as i only used xperia and nexus 5 before So my htc one m7_UL is softBricked but i don't know which RUU package i should install.
Here is a picture of what i get in bootloader mode , can you confirm me if ( 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) package is ok to be installed considering the information in the picture .
Thank you for your help .

Kzeran said:
Hi Xda members ,
I'm new with htc devices as i only used xperia and nexus 5 before So my htc one m7_UL is softBricked but i don't know which RUU package i should install.
Here is a picture of what i get in bootloader mode , can you confirm me if ( 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) package is ok to be installed considering the information in the picture .
Thank you for your help .
Click to expand...
Click to collapse
you'll need to post the output of "fastboot getvar all"
don't post imei and serialno

alray said:
you'll need to post the output of "fastboot getvar all"
don't post imei and serialno
Click to expand...
Click to collapse
here we go
C:\Users\Kzeran\Desktop\ADB>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.13.3231.27
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.28.401.7
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3853mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 2.351s

Kzeran said:
here we go
C:\Users\Kzeran\Desktop\ADB>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.13.3231.27
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.28.401.7
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3853mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 2.351s
Click to expand...
Click to collapse
You'll need to relock your bootloader first (you can't flash a ruu with an unlocked bootloader when the phone is S-ON).
Code:
fastboot oem lock
fastboot reboot-bootloader
Confirm bootloader is now relocked
Then you have 2 options:
Flash the 1.28.401.7 ruu.exe (easy), will restore you device back to stock but you'll have to do a tons of ota updates to be on the latest version (7.19.401.2). To flash the ruu, simply download the ruu.exe and execute it with the phone connected to your computer and booted in bootloader / fastboot usb mode.
OR
You can flash the 7.19.401.2 firmware.zip and then the 7.19.401.2 ruu.zip. A little harder but you'll then be on the latest version without having to take all ota updates:
To flash the firmware, make sure your phone is booted in bootloader /fastboot usb mode. Download and save the firmware zip file in the same folder where adb and fastboot are installed on your computer. Open a command window and type:
Code:
fastboot oem rebootRUU
phone will reboot in ruu mode, a black screen with silver htc logo.
Code:
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
First flash will report somethimg like "failed, flush image again immediately" so do the same command again:
Code:
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
Now it should report sucessful (the green progress bar on the phone might not reached 100% but its ok to proceed with the next command if fastboot reported sucessfull)
Code:
fastboot reboot-bootloader
Now your phone will reboot in bootloader mode. Confirm your version-main is now 7.19.401.2.
Now that the 7.19.401.2 firmware is installed, you can flash the 7.19.401.2 ruu. Save the ruu.zip in the same folder where you have adb and fastboot on your computer. For that one, you must use HTC's version of fastboot. The normal version will not work to flash the ruu. Download htc's version of fastboot and save it in the same folder where the normal fastboot was (you can rename the normal fastboot to "fastboot_backup" to prevent it to be overwritten by the HTC's fastboot).
with the phone still in bootloader mode and using htc's fastboot:
Code:
fastboot oem rebootRUU
fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.2_Radio_4T.35.3218.16_10.33Q.1718.01L_release_421790_signed.zip
fastboot reboot

but my bootloader is not unlocked ? am i right ? @alray

Kzeran said:
but my bootloader is not unlocked ? am i right ? @alray
Click to expand...
Click to collapse
Look at your picture at post #1 it says ****UNLOCKED**** in pink. So you must relock it first.

alray said:
Look at your picture at post #1 it says ****UNLOCKED**** in pink. So you must relock it first.
Click to expand...
Click to collapse
Ok because i buyed it today for 75€ to a men who bricked the phone and was unable to repair it himself.But i didn't know he unlocked it .

Kzeran said:
Ok because i buyed it today for 75€ to a men who bricked the phone and was unable to repair it himself.But i didn't know he unlocked it .
Click to expand...
Click to collapse
Well it should be pretty easy to fix if you follow my instructions above. 75€ is good price if you can fix it. Post here if you have any other questions, I'll help you.

alray said:
Well it should be pretty easy to fix if you follow my instructions above. 75€ is good price if you can fix it. Post here if you have any other questions, I'll help you.
Click to expand...
Click to collapse
Well i'm used to flash things and softbrick with my xperia u , m2 and my nexus 5 but i was a bit confused with all the ruu version on the htc ..

alray said:
Well it should be pretty easy to fix if you follow my instructions above. 75€ is good price if you can fix it. Post here if you have any other questions, I'll help you.
Click to expand...
Click to collapse
all finished succesfully but it always bootloop . Any ideas ?

Kzeran said:
all finished succesfully but it always bootloop . Any ideas ?
Click to expand...
Click to collapse
What ruu version did you flashed?

alray said:
What ruu version did you flashed?
Click to expand...
Click to collapse
the one wich you linked . what can i do ? @alray
Now i got this C:\Users\Kzeran\Desktop\ADB>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3895mV
(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.100s

Kzeran said:
the one wich you linked . what can i do ? @alray
Now i got this C:\Users\Kzeran\Desktop\ADB>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3895mV
(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.100s
Click to expand...
Click to collapse
YOu have flashed the firmware and then the ruu ? Whats the output of fastboot after flashing the ruu?

alray said:
YOu have flashed the firmware and then the ruu ? Whats the output of fastboot after flashing the ruu?
Click to expand...
Click to collapse
I closed the windows but i redownloaded the RUU from another server because i was not able to open the info.txt in the RUU.zip . So maybe a bad package . Can i only reflash the ruu ? without flashing the firmware ?

Kzeran said:
I closed the windows but i redownloaded the RUU from another server because i was not able to open the info.txt in the RUU.zip . So maybe a bad package .
Click to expand...
Click to collapse
signed ruu = encrypted. You can't open it, its encrypted. Just check the MD5 value to be sure.
Can i only reflash the ruu ? without flashing the firmware ?
Click to expand...
Click to collapse
Was the firmware flash sucessful? (confirmed by fastboot?)
Was the ruu flash sucessful? (confirmed by fastboot?)
What kind of bootloop are you experiencing? Its booting at a white screen the rebooting? Stuck at a white screen?

alray said:
signed ruu = encrypted. You can't open it, its encrypted. Just check the MD5 value to be sure.
Was the firmware flash sucessful? (confirmed by fastboot?)
Was the ruu flash sucessful? (confirmed by fastboot?)
What kind of bootloop are you experiencing? Its booting at a white screen the rebooting? Stuck at a white screen?
Click to expand...
Click to collapse
- Yes
-Yes
-Booting at the white HTC screen with powered by android on the bottom then rebooting again and again .

Kzeran said:
- Yes
-Yes
-Booting at the white HTC screen with powered by android on the bottom then rebooting again and again .
Click to expand...
Click to collapse
Then it might be an hardware problem. Flashing a ruu would have fixed everything software/firmware side.
Would try to reflash the ruu
or
unlock the bootloader again, flash a custom recovery and flash a custom rom and see if its booting.

alray said:
Then it might be an hardware problem. Flashing a ruu would have fixed everything software/firmware side.
Would try to reflash the ruu
or
unlock the bootloader again, flash a custom recovery and flash a custom rom and see if its booting.
Click to expand...
Click to collapse
can you give me a custom recoverie + custom rom guide ? thank you man .
edit: tried reflashing ruu got an error with partition
C:\Users\Kzeran\Desktop\ADB>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 40(ms)
C:\Users\Kzeran\Desktop\ADB>fastboot flash zip PN07IMG_M7_UL_L50
Europe_7.19.401.2_Radio_4T.35.3218.16_10.33Q.1718.01L_release_42
sending 'zip'... (43286 KB) OKAY
sending time = 3.569 secs
writing 'zip'... (bootloader) adopting the signature contained i
(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 im
For "hboot-preupdate" response, restart the same procedure for d
71...
sending 'zip'... (43286 KB) OKAY
sending time = 3.007 secs
writing 'zip'... (bootloader) adopting the signature contained i
(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) ...... Successful
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) ...... Successful
(bootloader) start image[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Failed
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,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,76
(bootloader) [RUU]UZ,recovery,85
(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[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 67(s)
C:\Users\Kzeran\Desktop\ADB>

Kzeran said:
can you give me a custom recoverie + custom rom guide ? thank you man .
Click to expand...
Click to collapse
To unlock the bootloader, follow instructions @ htcdev.com/bootloader
once unlocked, flash twrp recovery:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
Then in bootloader, select "recovery". once booted in recovery mode, you should see your phone as a removable storage drive on your computer. copy/paste the rom on the root of your phone storage. Then in twrp, select "install" and install the rom. you can try this one

alray said:
To unlock the bootloader, follow instructions @ htcdev.com/bootloader
once unlocked, flash twrp recovery:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
Then in bootloader, select "recovery". once booted in recovery mode, you should see your phone as a removable storage drive on your computer. copy/paste the rom on the root of your phone storage. Then in twrp, select "install" and install the rom. you can try this one
Click to expand...
Click to collapse
I tried to reflash ruu and i got an error ( see edit on the previous post )
Now i have the HTC with 4 triangle in each corners .

Related

HTC ONE softbricked flashing wrong firmware

I am creating this thread as suggested by @nkk71 to solve a softbricked HTC ONE. I usually deal with samsung and Sony androids so this is to find community help.
Issue, I have recently received an HTC ONE which has been rooted, TWRP installed and was S-ON. The baseband was lost, with 4.4.2 verizone version flashed.
Here are the details:
version: 0.5
version-bootloader: 1.54.0000
version-baseband: 1.12.42.1104
version-cpld: None
version-microp: None
version-main:
version-misc: PVT SHIP S-ON
serialno: HT36xxxxxxxxxxx <----removed
imei: 35xxxxxxxxxxxxx < ---removed
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0712000
cidnum: GOOGL001
battery-status: good
battery-voltage: 4317mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-94cf81a8fd
hbootpreupdate: 11
gencheckpt: 0
Some initial remarks from @nkk71 :
1- radio is a CDMA version (from the looks of it)
2- version-main is missing
3- the device is now S-ON, very likely it was S-OFF at one point, and s(he) went S-On because of panic (which was probably the worst idea ever)
---
Notes:
I did re-flash CWM touch and also flashed a CWM flashable stock ROM
Code:
Stock_Rooted_4.4.2_KOT49H.H1_Odex.zip
I also relocked the boot (as seen in the pic, to hopefully flash a stock RUU
Current status:
The phone boots
I can also access the OS fully load but reboot just about a second or two on home screen.
dogmatism said:
version-bootloader: 1.54.0000
version-baseband: 1.12.42.1104
version-cpld: None
version-microp: None
version-main:
version-misc: PVT SHIP S-ON
product: m7_ul
modelid: PN0712000
cidnum: GOOGL001
Click to expand...
Click to collapse
Sooner or later, you're going to need to S-Off the device, if you want to return it to stock (whatever that was ), but for that you'll need a functioning ROM.
Since you're relocked at the moment, let's try flashing a GPE firmware,
so get 3.06.1700.10 (let's try with lowest version first), from here: http://xda7.androidrevolution.nl/db_mirror/Firmware/index.php?dir=HTC/HTC_One/1700/
then in bootloader/FASTBOOT USB:
fastboot oem rebootRUU
fastboot flash zip 3.06.1700.10.zip
fastboot flash zip 3.06.1700.10.zip <- yes twice
fastboot reboot-bootloader
fastboot getvar all
copy/paste the command prompt output of all the above commands.
EDIT: or you can try this ruu.zip https://mega.co.nz/#!3cwxzAoR!cNNlvVTqzO1wTnmZLytV2mIHtrtOOFXGMyMQjH-KsIo
(though I don't know if that's signed, I don't think so)
here goes @nkk71 :
Code:
C:\ADB and Fastboot - minimal>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.040s]
finished. total time: 0.040s
C:\ADB and Fastboot - minimal>fastboot flash zip 3.06.1700.10.zip
target reported max download size of 1526722560 bytes
sending 'zip' (41566 KB)...
OKAY [ 2.950s]
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: 10.050s
C:\ADB and Fastboot - minimal>fastboot flash zip 3.06.1700.10.zip
target reported max download size of 1526722560 bytes
sending 'zip' (41566 KB)...
OKAY [ 2.940s]
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[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[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,14
(bootloader) [RUU]UZ,boot,26
(bootloader) [RUU]UZ,boot,40
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,66
(bootloader) [RUU]UZ,boot,86
(bootloader) [RUU]UZ,boot,98
(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[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,47
(bootloader) [RUU]UZ,pg2fs_spcustom,99
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,11
(bootloader) [RUU]UZ,recovery,23
(bootloader) [RUU]UZ,recovery,33
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,57
(bootloader) [RUU]UZ,recovery,67
(bootloader) [RUU]UZ,recovery,80
(bootloader) [RUU]UZ,recovery,90
(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[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(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[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[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,12
(bootloader) [RUU]UZ,radio,18
(bootloader) [RUU]UZ,radio,24
(bootloader) [RUU]UZ,radio,31
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,43
(bootloader) [RUU]UZ,radio,49
(bootloader) [RUU]UZ,radio,55
(bootloader) [RUU]UZ,radio,62
(bootloader) [RUU]UZ,radio,68
(bootloader) [RUU]UZ,radio,74
(bootloader) [RUU]UZ,radio,81
(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,24
(bootloader) [RUU]WP,radio,49
(bootloader) [RUU]WP,radio,74
(bootloader) [RUU]WP,radio,99
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
OKAY [ 27.560s]
finished. total time: 30.500s
C:\ADB and Fastboot - minimal>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.040s]
finished. total time: 0.040s
C:\ADB and Fastboot - minimal>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.18.3263.15
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.06.1700.10
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT3xxxxxxxxxxx
(bootloader) imei: 35xxxxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3893mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-94cf81a8fd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s
C:\ADB and Fastboot - minimal>
dogmatism said:
here goes @nkk71 :
Code:
C:\ADB and Fastboot - minimal>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.040s]
finished. total time: 0.040s
C:\ADB and Fastboot - minimal>fastboot flash zip 3.06.1700.10.zip
.....
(bootloader) ...... Successful
OKAY [ 27.560s]
finished. total time: 30.500s
C:\ADB and Fastboot - minimal>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.040s]
finished. total time: 0.040s
C:\ADB and Fastboot - minimal>fastboot getvar all
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.18.3263.15
(bootloader) version-main: 3.06.1700.10
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
C:\ADB and Fastboot - minimal>
Click to expand...
Click to collapse
is the ROM stable now?
It is showing the following blue screen once i boot,...
First it shows google splash screen...
after that no animation but this blue screen.
dogmatism said:
It is showing the following blue screen once i boot,...
First it shows google splash screen...
after that no animation but this blue screen.
Click to expand...
Click to collapse
doesn't look nice
can you still unlock bootloader? (fastboot oem unlock)
Yeah I can log in the bootloader fastboot etc.
dogmatism said:
Yeah I can log in the bootloader fastboot etc.
Click to expand...
Click to collapse
1- can you UNLOCK bootloader? not log it.
if you have a GPE version, then issue a "fastboot oem unlock"
2- what ROM are you on? thread please.
Sorry for late replies, am driving home,
Yes its unlocked now, with that command.
states,
tampered
unlocked
Click to expand...
Click to collapse
nkk71 said:
2- what ROM are you on? thread please.
Click to expand...
Click to collapse
http://www.androidfilehost.com/?fid=23269279319195735\
that was the one last flashed via cwm.
dogmatism said:
Sorry for late replies, am driving home,
Yes its unlocked now, with that command.
states,
Click to expand...
Click to collapse
drive safe,
let me know when you're online, if i'm still up i'll try to help.
keep that bootloader unlocked!!
PS: if there is a chance of fixing this, replies every 3 hours+ is not helping.
---------- Post added at 09:14 PM ---------- Previous post was at 09:13 PM ----------
dogmatism said:
http://www.androidfilehost.com/?fid=23269279319195735\
that was the one last flashed via cwm.
Click to expand...
Click to collapse
i need the thread, not the file
Should i download any other ROM? specific?
UPDATE
this is the link @nkk71
http://forum.xda-developers.com/showthread.php?t=2568879
dogmatism said:
Should i download any other ROM? specific?
UPDATE
this is the link @nkk71
http://forum.xda-developers.com/showthread.php?t=2568879
Click to expand...
Click to collapse
as expected for (newer) GPE ROMs
-S-Off is required
Click to expand...
Click to collapse
are you online now? and ready to give this some time? otherwise, just keep bootloader unlocked, and we'll do it some other time...
Sorry. Am at home. My home connection is slower so would b a pain to download roms if necessary. Would continue tomorrow hopefully. Should have enough time to tackle. Thanks @nkk71
Besides I have placed it on charge.
Sent from my SM-N9005 using XDA Premium 4 mobile app
@nkk71 you around?
dogmatism said:
@nkk71 you around?
Click to expand...
Click to collapse
depends
well how to proceed?
dogmatism said:
well how to proceed?
Click to expand...
Click to collapse
1- if i remember correctly, last PM was to get a functioning ROM, do you have one?
2- if yes -> are you S-Off, yet?
3-
I'm not sure if this is you day job, but it's not mine
i just do this to help out
so if you're going to come back in 3 days with "how to proceed" (no status update, no nothing)
and actually expect an answer
if you want help, that's fine, myself and many others are helping out plenty, but do you expect us to be sitting and waiting for your post
​
@nkk71 yes I am now s-off via rumrunner, and on this ROM, InsertCoin 5.0-1
So first after relocked and I flashed, RUU 3.06.1700.10
Flashed latest CWM touch
and then flashed the rom, insertcoin-htc-one-v3-0-5-googleedition-android-4-3
I regained baseband with successful flash.
then I updated to 4.4.2 rom, InsertCoin 5.0-1

Custom roms about HTC One 801n ?

Hello guys, I got a HTC One 801n Unlocked , will i be able to flash any rom from this site : http://forum.xda-developers.com/htc-one/development
??
Xhemal1325 said:
Hello guys, I got a HTC One 801n Unlocked , will i be able to flash any rom from this site : http://forum.xda-developers.com/htc-one/development
??
Click to expand...
Click to collapse
Flash roms that are compatible with your htc one variant.
The 801n is the international (M7_UL) variant
alray said:
Flash roms that are compatible with your htc one variant.
The 801n is the international (M7_UL) variant
Click to expand...
Click to collapse
Ok, thank you very much sir, So the 801n is the M7_UL Variant ?? right ?
Xhemal1325 said:
Ok, thank you very much sir, So the 801n is the M7_UL Variant ?? right ?
Click to expand...
Click to collapse
yes the 801n is the M7_UL variant, the international version with LTE
alray said:
yes the 801n is the M7_UL variant, the international version with LTE
Click to expand...
Click to collapse
ok thank you very much is there any site where i can download the latest stock rom for this variant ?
Xhemal1325 said:
ok thank you very much is there any site where i can download the latest stock rom for this variant ?
Click to expand...
Click to collapse
this variant have many different software versions. Post the output of "fastboot getvar all" (edit out your imei and serial)
alray said:
this variant have many different software versions. Post the output of "fastboot getvar all" (edit out your imei and serial)
Click to expand...
Click to collapse
ok ill do that as soon i get my phone, but is there any offical site that supports those downloads ?
Xhemal1325 said:
ok ill do that as soon i get my phone, but is there any offical site that supports those downloads ?
Click to expand...
Click to collapse
htcdev.com
htc1guru.com
androidruu.com
androidfilehost.com
http://d-h.st/
mega.co.nz
alray said:
htcdev.com
htc1guru.com
androidruu.com
androidfilehost.com
http://d-h.st/
mega.co.nz
Click to expand...
Click to collapse
well, im coming from a samsung device, and for samsung we had sammobile, for downloading firmwares i dont know how its with HTC, but i dont think that HTC upload their firmwares the : mega.co.nz, or androidfilehost.com ...., is there offical site where HTC upload their latest firmwares ?
htc1guru.com, - is dead
So to not make you very busy, can you tell me where you download your firmware for HTC, if u want to get back 100% to stock !
Xhemal1325 said:
well, im coming from a samsung device, and for samsung we had sammobile, for downloading firmwares i dont know how its with HTC, but i dont think that HTC upload their firmwares the : mega.co.nz, or androidfilehost.com ...., is there offical site where HTC upload their latest firmwares ?
Click to expand...
Click to collapse
htcdev.com is HTC's official page
So to not make you very busy, can you tell me where you download your firmware for HTC, if u want to get back 100% to stock !
Click to expand...
Click to collapse
It all depend for what files you are looking for and the state of your phone (s-on/s-off, locked/unlocked). A RUU, even if posted on afh, mega or androidruu can be the official one (signed with HTC's encryption key)
htcdev.com
htc1guru.com
androidruu.com
androidfilehost.com
http://d-h.st/
mega.co.nz
Dont know about samsung but here with HTC if you want something to restore your phone then you have to search on these websites. HTC is not really up-to-date on HTCdev.com
alray said:
htcdev.com is HTC's official page
It all depend for what files you are looking for and the state of your phone (s-on/s-off, locked/unlocked). A RUU, even if posted on afh, mega or androidruu can be the official one (signed with HTC's encryption key)
htcdev.com
htc1guru.com
androidruu.com
androidfilehost.com
http://d-h.st/
mega.co.nz
Dont know about samsung but here with HTC if you want something to restore your phone then you have to search on these websites. HTC is not really up-to-date on HTCdev.com
Click to expand...
Click to collapse
ok, thank you very much, looks like htc is different, one last think, i live in europe, and i have 801n (internacional version ), is this the right version for EUROPE, ? if not, can you tell me which version it is ?
Im asking this because in samsung devices, it depends alot !
Help please
I have HTC One 801n too and I want to un-root it and return it to the original rom can you please help me ?
I can't find my original rom I found out that I have to change my cid but to do that i need to s-off my htc first and to do it I have to download sunshine ( 25$) because my hboot is 1.61.
I need anyway to un-root it and return it to the original rom please
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA39TW906310
(bootloader) imei: 359405050143195
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4285mV
(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.200s
Hossam.Ali said:
I have HTC One 801n too and I want to un-root it and return it to the original rom can you please help me ?
I can't find my original rom I found out that I have to change my cid but to do that i need to s-off my htc first and to do it I have to download sunshine ( 25$) because my hboot is 1.61.
I need anyway to un-root it and return it to the original rom please
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA39TW906310
(bootloader) imei: 359405050143195
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 4285mV
(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.200s
Click to expand...
Click to collapse
Relock your bootloader and flash the 7.19.401.2 ruu, there is no need for s-off or to change your Cid. You can find the ruu in the general section (see sticky threads)
alray said:
Relock your bootloader and flash the 7.19.401.2 ruu, there is no need for s-off or to change your Cid. You can find the ruu in the general section (see sticky threads)
Click to expand...
Click to collapse
sure that will work ? Relock the bootloader then flash 7.19.401.2 ruu just like that ? and exe or zip ?
and please can you give me with your facebook link please ? i am so new at this and I am afraid to do something wrong I am so sorry
---------- Post added at 08:10 PM ---------- Previous post was at 08:07 PM ----------
[/COLOR]
alray said:
Relock your bootloader and flash the 7.19.401.2 ruu, there is no need for s-off or to change your Cid. You can find the ruu in the general section (see sticky threads)
Click to expand...
Click to collapse
is this the right link ? 7.19.401.22
https://www.androidfilehost.com/?fid=24052804347763626
or this
http://forum.xda-developers.com/htc-one/development/rom-100-pure-stock-5-0-2-7-19-401-2-t3044041
alray said:
Relock your bootloader and flash the 7.19.401.2 ruu, there is no need for s-off or to change your Cid. You can find the ruu in the general section (see sticky threads)
Click to expand...
Click to collapse
this is what I got after trying this one http://forum.xda-developers.com/htc-one/development/rom-100-pure-stock-5-0-2-7-19-401-2-t3044041
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem lock
...
(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.160s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 99(ms)
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip rom.zip
sending 'zip'... (1264453 KB) OKAY
sending time = 55.396 secs
writing 'zip'... (bootloader) signature checking...
FAIL12 signature verify fail
FAILED (remote: 12 signature verify fail)
Execution time is 197(s)
Hossam.Ali said:
this is what I got after trying this one http://forum.xda-developers.com/htc-...401-2-t3044041
Click to expand...
Click to collapse
I said the RUU was in the sticky thread in the General section so its obviously not that one, thats not even a RUU, its a rom. The second one you have linked 2 posts above is the correct file
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem lock
...
(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.160s
Click to expand...
Click to collapse
Everything is ok here
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 99(ms)
Click to expand...
Click to collapse
Still ok
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash zip rom.zip
sending 'zip'... (1264453 KB) OKAY
sending time = 55.396 secs
writing 'zip'... (bootloader) signature checking...
FAIL12 signature verify fail
FAILED (remote: 12 signature verify fail)
Execution time is 197(s)
Click to expand...
Click to collapse
And here you are not using the right file and you also need to use htc_fastboot.exe to flash it like explained in the RUU thread. You'll find the correct fastboot version and ruu there.
alray said:
I said the RUU was in the sticky thread in the General section so its obviously not that one, thats not even a RUU, its a rom. The second one you have linked 2 posts above is the correct file
Everything is ok here
Still ok
And here you are not using the right file and you also need to use htc_fastboot.exe to flash it like explained in the RUU thread. You'll find the correct fastboot version and ruu there.
Click to expand...
Click to collapse
(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[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,76
(bootloader) [RUU]UZ,recovery,85
(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[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'... (519170 KB) OKAY
sending time = 23.590 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'... (552944 KB) OKAY
sending time = 24.859 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'... (22907 KB) OKAY
sending time = 2.038 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,16
(bootloader) [RUU]UZ,system,25
(bootloader) [RUU]UZ,system,33
(bootloader) [RUU]UZ,system,38
(bootloader) [RUU]UZ,system,46
(bootloader) [RUU]UZ,system,54
(bootloader) [RUU]UZ,system,59
(bootloader) [RUU]UZ,system,67
(bootloader) [RUU]UZ,system,75
(bootloader) [RUU]UZ,system,80
(bootloader) [RUU]UZ,system,88
(bootloader) [RUU]UZ,system,96
(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 = 22.502 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,12
(bootloader) [RUU]UZ,boot,22
(bootloader) [RUU]UZ,boot,33
(bootloader) [RUU]UZ,boot,44
(bootloader) [RUU]UZ,boot,56
(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 530(s)
so is this all okay ?

[Q] One M7 AT&T 4.3 update to stock 5.0

Hi guys!
I have read this topic: http://forum.xda-developers.com/htc-one/help/htc-one-m7-verizon-4-4-2-to-5-0-2-t3224351 and as I saw there I got S-Off, bootloader unlocked, changed my CID to 11111111 from HTC__001. Then downloaded RUU_M7_UL_L50_SENSE60_MR_BrightstarUS_WWE_7.17.1540.7_Radio_4T.35.3218.16_10.33Q.1718.01L_release_420191_signed_2 from HTC. But unfortunately it stuck at 16% and sending. What is that I am missing?
Thanks for any help!
ervinke2 said:
Hi guys!
I have read this topic: http://forum.xda-developers.com/htc-one/help/htc-one-m7-verizon-4-4-2-to-5-0-2-t3224351 and as I saw there I got S-Off, bootloader unlocked, changed my CID to 11111111 from HTC__001. Then downloaded RUU_M7_UL_L50_SENSE60_MR_BrightstarUS_WWE_7.17.1540.7_Radio_4T.35.3218.16_10.33Q.1718.01L_release_420191_signed_2 from HTC. But unfortunately it stuck at 16% and sending. What is that I am missing?
Thanks for any help!
Click to expand...
Click to collapse
post the output of "fastboot getvar all" (not your imei/sn)
alray said:
post the output of "fastboot getvar all" (not your imei/sn)
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.708.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3813mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-9df5faa7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
ervinke2 said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.708.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3813mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-9df5faa7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
Click to expand...
Click to collapse
You will need to change your MID from PN0710000 to PN0712000 and you'll also need to update your firmware.
to change the mid boot the phone in a rooted OS (or custom recovery) and use these commands:
Code:
adb shell
su
echo -ne '\x50\x00\x4e\x00\x30\x00\x37\x00\x31\x00\x32\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p6 bs=1 seek=16384
exit
adb reboot bootloader
Then confirm your MID is now PN0712000:
Code:
fastboot getvar all
If yes then you are ready to update the firmware:
Code:
fastboot oem rebootRUU
Will get you in RUU mode, a black screen with silver HTC logo.
Code:
fastboot flash zip Firmware_6.07.1540.2.zip
First flash is only a pre-update and will report an error, go ahead and flash again using the same command:
Code:
fastboot flash zip Firmware_6.07.1540.2.zip
Then reboot in bootloader again:
Code:
fastboot reboot-bootloader
and launch the ruu.exe
Firmware_6.07.1540.2.zip
(save it in the same folder where you have fastboot and adb on your computer)
FAILED (remote: 51 partition update fail)
finished. total time: 66.924s
After the second run I got this error, and now I got the silver htc logo and four triangle in the corners.
ervinke2 said:
FAILED (remote: 51 partition update fail)
finished. total time: 66.924s
After the second run I got this error, and now I got the silver htc logo and for triangle in the corners.
Click to expand...
Click to collapse
post the complete output please and also an updated "fastboot getvar all"
alray said:
post the complete output please and also an updated "fastboot getvar all"
Click to expand...
Click to collapse
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47650 KB)...
OKAY [ 3.352s]
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
(bootloader) start image[hboot] flushing...
(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 a
finished. total time: 5.051s
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47650 KB)...
OKAY [ 3.350s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,6
(bootloader) [RUU]UZ,adsp,13
(bootloader) [RUU]UZ,adsp,20
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,33
(bootloader) [RUU]UZ,adsp,40
(bootloader) [RUU]UZ,adsp,46
(bootloader) [RUU]UZ,adsp,53
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,66
(bootloader) [RUU]UZ,adsp,73
(bootloader) [RUU]UZ,adsp,80
(bootloader) [RUU]UZ,adsp,86
(bootloader) [RUU]UZ,adsp,93
(bootloader) [RUU]UZ,adsp,99
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,26
(bootloader) [RUU]WP,adsp,53
(bootloader) [RUU]WP,adsp,79
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,14
(bootloader) [RUU]UZ,boot,27
(bootloader) [RUU]UZ,boot,39
(bootloader) [RUU]UZ,boot,62
(bootloader) [RUU]UZ,boot,79
(bootloader) [RUU]UZ,boot,93
(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[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Failed
(bootloader) start image[pg2fs_spcustom] unzipping & flus
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,23
(bootloader) [RUU]UZ,pg2fs_spcustom,45
(bootloader) [RUU]UZ,pg2fs_spcustom,67
(bootloader) [RUU]UZ,pg2fs_spcustom,88
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing..
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,17
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,67
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,81
(bootloader) [RUU]UZ,recovery,90
(bootloader) [RUU]UZ,recovery,97
(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[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[sbl1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1,0
(bootloader) [RUU]UZ,sbl1,100
(bootloader) signature checking...
(bootloader) [RUU]WP,sbl1,0
(bootloader) [RUU]WP,sbl1,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[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,26
(bootloader) [RUU]UZ,sp1,50
(bootloader) [RUU]UZ,sp1,75
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,51
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,0
(bootloader) [RUU]WP,tz,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,5
(bootloader) [RUU]UZ,radio,10
(bootloader) [RUU]UZ,radio,16
(bootloader) [RUU]UZ,radio,21
(bootloader) [RUU]UZ,radio,26
(bootloader) [RUU]UZ,radio,32
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,42
(bootloader) [RUU]UZ,radio,48
(bootloader) [RUU]UZ,radio,53
(bootloader) [RUU]UZ,radio,58
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,74
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,85
(bootloader) [RUU]UZ,radio,90
(bootloader) [RUU]UZ,radio,96
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,21
(bootloader) [RUU]WP,radio,42
(bootloader) [RUU]WP,radio,63
(bootloader) [RUU]WP,radio,85
(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
FAILED (remote: 51 partition update fail)
finished. total time: 66.667s
The output. And the var log:
C:\Android>fastboot getvar all
(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: 5.12.708.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3836mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
ervinke2 said:
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47650 KB)...
OKAY [ 3.352s]
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
(bootloader) start image[hboot] flushing...
(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 a
finished. total time: 5.051s
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47650 KB)...
OKAY [ 3.350s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,6
(bootloader) [RUU]UZ,adsp,13
(bootloader) [RUU]UZ,adsp,20
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,33
(bootloader) [RUU]UZ,adsp,40
(bootloader) [RUU]UZ,adsp,46
(bootloader) [RUU]UZ,adsp,53
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,66
(bootloader) [RUU]UZ,adsp,73
(bootloader) [RUU]UZ,adsp,80
(bootloader) [RUU]UZ,adsp,86
(bootloader) [RUU]UZ,adsp,93
(bootloader) [RUU]UZ,adsp,99
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,26
(bootloader) [RUU]WP,adsp,53
(bootloader) [RUU]WP,adsp,79
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,14
(bootloader) [RUU]UZ,boot,27
(bootloader) [RUU]UZ,boot,39
(bootloader) [RUU]UZ,boot,62
(bootloader) [RUU]UZ,boot,79
(bootloader) [RUU]UZ,boot,93
(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[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Failed
(bootloader) start image[pg2fs_spcustom] unzipping & flus
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,23
(bootloader) [RUU]UZ,pg2fs_spcustom,45
(bootloader) [RUU]UZ,pg2fs_spcustom,67
(bootloader) [RUU]UZ,pg2fs_spcustom,88
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing..
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,7
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,17
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,32
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,44
(bootloader) [RUU]UZ,recovery,67
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,81
(bootloader) [RUU]UZ,recovery,90
(bootloader) [RUU]UZ,recovery,97
(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[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[sbl1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1,0
(bootloader) [RUU]UZ,sbl1,100
(bootloader) signature checking...
(bootloader) [RUU]WP,sbl1,0
(bootloader) [RUU]WP,sbl1,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[sp1] unzipping & flushing...
(bootloader) [RUU]UZ,sp1,0
(bootloader) [RUU]UZ,sp1,26
(bootloader) [RUU]UZ,sp1,50
(bootloader) [RUU]UZ,sp1,75
(bootloader) [RUU]UZ,sp1,100
(bootloader) [RUU]WP,sp1,0
(bootloader) [RUU]WP,sp1,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,51
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,0
(bootloader) [RUU]WP,tz,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,5
(bootloader) [RUU]UZ,radio,10
(bootloader) [RUU]UZ,radio,16
(bootloader) [RUU]UZ,radio,21
(bootloader) [RUU]UZ,radio,26
(bootloader) [RUU]UZ,radio,32
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,42
(bootloader) [RUU]UZ,radio,48
(bootloader) [RUU]UZ,radio,53
(bootloader) [RUU]UZ,radio,58
(bootloader) [RUU]UZ,radio,64
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,74
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,85
(bootloader) [RUU]UZ,radio,90
(bootloader) [RUU]UZ,radio,96
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,21
(bootloader) [RUU]WP,radio,42
(bootloader) [RUU]WP,radio,63
(bootloader) [RUU]WP,radio,85
(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
FAILED (remote: 51 partition update fail)
finished. total time: 66.667s
The output. And the var log:
C:\Android>fastboot getvar all
(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: 5.12.708.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3836mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
Click to expand...
Click to collapse
Don't forget to remove your IMEI/SN each time you post a "fastboot getvar all"
Seems like your phone have a problem with the CIR partition, not sure why but you are not the first one. You can bypass the CIR flash so the rest of the firmware can flash fine. You'll also probably need to do the same thing when flashing a RUU
Try this:
Open the firmware zip file, remove the cir.img file from the zip file and try to flash again.
alray said:
Don't forget to remove your IMEI/SN each time you post a "fastboot getvar all"
Seems like your phone have a problem with the CIR partition, not sure why but you are not the first one. You can bypass the CIR flash so the rest of the firmware can flash fine. You'll also probably need to do the same thing when flashing a RUU
Try this:
Open the firmware zip file, remove the cir.img file from the zip file and try to flash again.
Click to expand...
Click to collapse
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47647 KB)...
OKAY [ 3.341s]
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
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 5.041s
C:\Android>fastboot flash zip Firmware_6.07.1540.2.zip
sending 'zip' (47647 KB)...
Now when I try to flash for the second time I got this. :/ It stays there.
ervinke2 said:
Now when I try to flash for the second time I got this. :/ It stays there.
Click to expand...
Click to collapse
Never mind. It finished succesfully. How can I remove the cir.img from the exe RUU?
ervinke2 said:
Never mind. It finished succesfully. How can I remove the cir.img from the exe RUU?
Click to expand...
Click to collapse
well you'll need to decrypt the ruu.zip using linux so you can remove the cir.img file
http://forum.xda-developers.com/showpost.php?p=58238595&postcount=177
Or the other option is to flash the firmware update from 6.07.1540.2 to 7.17.1540.7, flash a custom recovery, restore the 7.17.1540.7 twrp nandroid backup and reflash the 7.17.1540.7 stock recovery
alray said:
well you'll need to decrypt the ruu.zip using linux so you can remove the cir.img file
http://forum.xda-developers.com/showpost.php?p=58238595&postcount=177
Or the other option is to flash the firmware update from 6.07.1540.2 to 7.17.1540.7, flash a custom recovery, restore the 7.17.1540.7 twrp nandroid backup and reflash the 7.17.1540.7 stock recovery
Click to expand...
Click to collapse
Is there a ZIP version of the RUU? I downloaded from HTC an exe version. Let's say I get a zip, remove the img, how can I flash it?
ervinke2 said:
Is there a ZIP version of the RUU? I downloaded from HTC an exe version. Let's say I get a zip, remove the img, how can I flash it?
Click to expand...
Click to collapse
Even if you find a zip version, it must be decrypted if you want to remove the cir.img file. All ruu.zip with their name ending with "signed.zip" like this one or any other ruu.zip extracted from a ruu.exe must be decrypted. I can't find any recent Dev edition ruu that are already decrypted. Probably easier to go for the nandroid backup method.
alray said:
Even if you find a zip version, it must be decrypted if you want to remove the cir.img file. All ruu.zip with their name ending with "signed.zip" like this one or any other ruu.zip extracted from a ruu.exe must be decrypted. I can't find any recent Dev edition ruu that are already decrypted. Probably easier to go for the nandroid backup method.
Click to expand...
Click to collapse
Well, I can decrypt it if it's necessary. But if you say it would be easier to go the other method, I believe you. Actually I wouldn't mind if I had a custom rom, so I don't really stick to it. So if you could help me finish this, I would really appreciate it!
ervinke2 said:
Well, I can decrypt it if it's necessary. But if you say it would be easier to go the other method, I believe you. Actually I wouldn't mind if I had a custom rom, so I don't really stick to it. So if you could help me finish this, I would really appreciate it!
Click to expand...
Click to collapse
Download the 7.17.1540.7 firmware patch https://www.androidfilehost.com/?fid=95916177934523570. (you don't need to remove the cir.img from it since this patch doesn't include any cir update)
Code:
fastboot oem rebootRUU
fastboot flash zip 7.17.1540.7firmware.zip
fastboot flash zip 7.17.1540.7firmware.zip
fastboot reboot-bootloader
Then flash twrp recovery
Code:
fastboot flash recovery twrp-2.8.7.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
Boot in twrp main menu, restore the 7.17.1540.7 twrp nandroid backup using the restore menu.
Once restored, reboot in bootloader and reflash the 7.17.1540.7 stock recovery:
Code:
fastboot flash recovery 7.17.1540.7recovery.img
fastboot erase cache
fastboot reboot
Setup your phone then go in settings --> about --> software update. You should receive to ota update, one for 7.17.1540.21 and another one for 7.17.1540.35 which is the newest version.
btw if you don't know how to restore a nandroid backup, its explained in my dev edition thread (see link in my signature) at post #2, FAQ #5
alray said:
Download the 7.17.1540.7 firmware patch https://www.androidfilehost.com/?fid=95916177934523570. (you don't need to remove the cir.img from it since this patch doesn't include any cir update)
Code:
fastboot oem rebootRUU
fastboot flash zip 7.17.1540.7firmware.zip
fastboot flash zip 7.17.1540.7firmware.zip
fastboot reboot-bootloader
Then flash twrp recovery
Code:
fastboot flash recovery twrp-2.8.7.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
Boot in twrp main menu, restore the 7.17.1540.7 twrp nandroid backup using the restore menu.
Once restored, reboot in bootloader and reflash the 7.17.1540.7 stock recovery:
Code:
fastboot flash recovery 7.17.1540.7recovery.img
fastboot erase cache
fastboot reboot
Setup your phone then go in settings --> about --> software update. You should receive to ota update, one for 7.17.1540.21 and another one for 7.17.1540.35 which is the newest version.
btw if you don't know how to restore a nandroid backup, its explained in my dev edition thread (see link in my signature) at post #2, FAQ #5
Click to expand...
Click to collapse
Well now it's stuck when I want to flash for the second time. Whatever I do it's not doing it. Here is the var log:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.07.1540.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3841mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-eff4f609
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.067s
alray said:
Download the 7.17.1540.7 firmware patch https://www.androidfilehost.com/?fid=95916177934523570. (you don't need to remove the cir.img from it since this patch doesn't include any cir update)
Code:
fastboot oem rebootRUU
fastboot flash zip 7.17.1540.7firmware.zip
fastboot flash zip 7.17.1540.7firmware.zip
fastboot reboot-bootloader
Then flash twrp recovery
Code:
fastboot flash recovery twrp-2.8.7.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
Boot in twrp main menu, restore the 7.17.1540.7 twrp nandroid backup using the restore menu.
Once restored, reboot in bootloader and reflash the 7.17.1540.7 stock recovery:
Code:
fastboot flash recovery 7.17.1540.7recovery.img
fastboot erase cache
fastboot reboot
Setup your phone then go in settings --> about --> software update. You should receive to ota update, one for 7.17.1540.21 and another one for 7.17.1540.35 which is the newest version.
btw if you don't know how to restore a nandroid backup, its explained in my dev edition thread (see link in my signature) at post #2, FAQ #5
Click to expand...
Click to collapse
C:\Android>fastboot flash zip 7.17.1540.7firmware.zip
sending 'zip' (48997 KB)...
OKAY [ 3.346s]
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[hboot] flushing...
(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: 4.975s
C:\Android>fastboot flash zip 7.17.1540.7firmware.zip
sending 'zip' (48997 KB)...
The log where it stuck.
ervinke2 said:
Well now it's stuck when I want to flash for the second time. Whatever I do it's not doing it. Here is the var log:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.07.1540.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3841mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-eff4f609
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.067s
Click to expand...
Click to collapse
Check you drivers/usb cable. Try another usb port if needed. I don't see why it wouldn't work. Can you at least flash the custom recovery? If yes you could flash the 6.07.1540.2 reset rom and start from there, you'll then have to install 3 ota updates.
alray said:
Check you drivers/usb cable. Try another usb port if needed. I don't see why it wouldn't work. Can you at least flash the custom recovery? If yes you could flash the 6.07.1540.2 reset rom and start from there, you'll then have to install 3 ota updates.
Click to expand...
Click to collapse
It still stuck after change cable+usb port. So should I try to install the recovery, and then push the reset rom, restore it, and it should work?
ervinke2 said:
It still stuck after change cable+usb port. So should I try to install the recovery, and then push the reset rom, restore it, and it should work?
Click to expand...
Click to collapse
yep go for it. you can find the 6.07.1540.2 reset rom in the dev edition thread linked in my sig.

Please Help can't flash ruu.zip or ruu.exe m7 ul

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

International RUU problems

I need the International RUU to unroot and flash my HTC ONE M7.
I found this link: https://forum.xda-developers.com/showthread.php?t=2252565
But both those links just lead me to main page for htc now. Can anybody help me?
(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-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
Here is the link for latest Europe RUU https://androidfilehost.com/?fid=385035244224381381
Here is for Asian Version https://androidfilehost.com/?fid=23501681358544181
As far as i know there is no "international version"
Thanks for the links, I will download them and see what happens. I forgot to show my info in last post, so maybe this will help a bit.
(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-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
EDIT: Im using the Europe link now, and it has been stuck on 16% for ca. 5-7 min now. Should I just let it load for a loooong time, or should i just try to restart it? The dots are still moving, so the program didnt freeze.
skismas said:
Thanks for the links, I will download them and see what happens. I forgot to show my info in last post, so maybe this will help a bit.
(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-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
EDIT: Im using the Europe link now, and it has been stuck on 16% for ca. 5-7 min now. Should I just let it load for a loooong time, or should i just try to restart it? The dots are still moving, so the program didnt freeze.
Click to expand...
Click to collapse
I dont know because i never flashed a ruu. But please remove your imei and serial number ;p
saturday_night said:
I dont know because i never flashed a ruu. But please remove your imei and serial number ;p
Click to expand...
Click to collapse
Thanks for telling and helping me.
help please!
I am looking for days now the right RUU for my phone, any help would do
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: deleted
(bootloader) imei: deleted
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__K18
(bootloader) battery-status: good
(bootloader) battery-voltage: 4327mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
every RUU takes about an hour to download, and I downloaded so many....
sherchem said:
I am looking for days now the right RUU for my phone, any help would do
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: deleted
(bootloader) imei: deleted
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__K18
(bootloader) battery-status: good
(bootloader) battery-voltage: 4327mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
every RUU takes about an hour to download, and I downloaded so many....
Click to expand...
Click to collapse
You should be able to use the 401 ruu from here https://androidfilehost.com/?fid=385035244224381381
sherchem said:
I am looking for days now the right RUU for my phone, any help would do
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: deleted
(bootloader) imei: deleted
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__K18
(bootloader) battery-status: good
(bootloader) battery-voltage: 4327mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
every RUU takes about an hour to download, and I downloaded so many....
Click to expand...
Click to collapse
saturday_night said:
You should be able to use the 401 ruu from here https://androidfilehost.com/?fid=385035244224381381
Click to expand...
Click to collapse
The 7.19.401.51 RUU won't work on his phone, MID is PN0711000 (M7_U). What he need is the 7.19.401.151 version
Code:
modelid: [COLOR="darkorange"][B]PN0711000[/B][/COLOR]
cidnum: HTC__001
cidnum: [B][COLOR="darkorange"]HTC__K18[/COLOR][/B]
cidnum: HTC__A48
cidnum: HTC__M27
cidnum: HTC__J15
mainver: 7.19.401.151
alray said:
The 7.19.401.51 RUU won't work on his phone, MID is PN0711000 (M7_U). What he need is the 7.19.401.151 version
Code:
modelid: [COLOR="darkorange"][B]PN0711000[/B][/COLOR]
cidnum: HTC__001
cidnum: [B][COLOR="darkorange"]HTC__K18[/COLOR][/B]
cidnum: HTC__A48
cidnum: HTC__M27
cidnum: HTC__J15
mainver: 7.19.401.151
Click to expand...
Click to collapse
Can you confirm that I found the right RUU?
(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-OFF
(bootloader) serialno: deleted
(bootloader) meid: deleted
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
This is the RUU I found: https://androidfilehost.com/?fid=385035244224381381
skismas said:
Can you confirm that I found the right RUU?
(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-OFF
(bootloader) serialno: deleted
(bootloader) meid: deleted
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
started to run it, and it failed. ( 401.151)
PS C:\Users\Sher\Desktop> ./htc_fastboot flash zip ruu.zip
>>
sending 'zip'... (50225 KB) OKAY
sending time = 3.437 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 111111111
sending 'zip'... (50225 KB)
and it get stucked
Click to expand...
Click to collapse
sherchem said:
started to run it, and it failed. (on both 401.51 and 401.151)
got error 130: model id error
Click to expand...
Click to collapse
Pretty normal to get model id error when using the .51 version, its not for your mid. What was the error when trying the .151 ruu? Pretty sure this one didnt give error 130...
---------- Post added at 10:36 AM ---------- Previous post was at 10:34 AM ----------
skismas said:
Can you confirm that I found the right RUU?
(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-OFF
(bootloader) serialno: deleted
(bootloader) meid: deleted
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
This is the RUU I found: https://androidfilehost.com/?fid=385035244224381381
Click to expand...
Click to collapse
Yes that is the right version for you
sherchem said:
skismas said:
Can you confirm that I found the right RUU?
(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-OFF
(bootloader) serialno: deleted
(bootloader) meid: deleted
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4109mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.082s
started to run it, and it failed. ( 401.151)
PS C:\Users\Sher\Desktop> ./htc_fastboot flash zip ruu.zip
>>
sending 'zip'... (50225 KB) OKAY
sending time = 3.437 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 111111111
sending 'zip'... (50225 KB)
and it get stucked
Click to expand...
Click to collapse
alray said:
Pretty normal to get model id error when using the .51 version, its not for your mid. What was the error when trying the .151 ruu? Pretty sure this one didnt give error 130...
---------- Post added at 10:36 AM ---------- Previous post was at 10:34 AM ----------
Yes that is the right version for you
Click to expand...
Click to collapse
I edited the message,now I have a diffrent kind of problem
Click to expand...
Click to collapse
alray said:
Pretty normal to get model id error when using the .51 version, its not for your mid. What was the error when trying the .151 ruu? Pretty sure this one didnt give error 130...
---------- Post added at 10:36 AM ---------- Previous post was at 10:34 AM ----------
Yes that is the right version for you
Click to expand...
Click to collapse
Is it possible to get it back to stock using RUU when I have swiped everything in bootloader? (Dalvik/ART Cache, Cache, Data, Internal Storage, System, USB OTG)
skismas said:
Is it possible to get it back to stock using RUU when I have swiped everything in bootloader? (Dalvik/ART Cache, Cache, Data, Internal Storage, System, USB OTG)
Click to expand...
Click to collapse
Yes
alray said:
Yes
Click to expand...
Click to collapse
Every time I use the RUU, it always gets stuck on sending and 0%. Do you have any idea what I might be doing wrong?
skismas said:
Every time I use the RUU, it always gets stuck on sending and 0%. Do you have any idea what I might be doing wrong?
Click to expand...
Click to collapse
Try with the zip version instead of the exe and we should see whats wrong from the command window
alray said:
Try with the zip version instead of the exe and we should see whats wrong from the command window
Click to expand...
Click to collapse
Im a beginner in this/a total noob in this, where can I find the zip version? Or do I just put the exe in a zip file and flash it? Every guide I have seen that have gotten a big zip file has linked a site that has become an ad/commercial site now, so I never managed to find zip files.
I think I found it, is it this?: https://www.androidfilehost.com/?fid=24369303960689843
This happens both times I tried to use the zip file.
sending 'zip'... (50228 KB) OKAY
sending time = 2.853 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[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
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 SH39TW901643...
sending 'zip'... (50228 KB) OKAY
sending time = 2.655 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,100
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,100
(bootloader) [RUU]WP,sbl2,100
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,100
(bootloader) [RUU]WP,sbl3,100
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,100
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,100
(bootloader) [RUU]WP,rpm,100
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,100
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,100
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) verified fail
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) verified fail
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) [RUU]WP,sbl1-3,0
(bootloader) ...... Successful
(bootloader) [RUU]UZ,cir,100
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) verified fail
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) verified fail
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,99
(bootloader) ...... Successful
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,36
(bootloader) [RUU]UZ,boot,58
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,99
(bootloader) ...... Successful
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,100
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]WP,rcdata,0
OKAY
sending 'zip'... (521930 KB) FAILED (command write failed (Unknown error))
Execution time is 67(s)
skismas said:
Im a beginner in this/a total noob in this, where can I find the zip version? Or do I just put the exe in a zip file and flash it? Every guide I have seen that have gotten a big zip file has linked a site that has become an ad/commercial site now, so I never managed to find zip files.
I think I found it, is it this?: https://www.androidfilehost.com/?fid=24369303960689843
This happens both times I tried to use the zip file.
sending 'zip'... (50228 KB) OKAY
sending time = 2.853 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[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
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 SH39TW901643...
sending 'zip'... (50228 KB) OKAY
sending time = 2.655 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,100
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,100
(bootloader) [RUU]WP,sbl2,100
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,100
(bootloader) [RUU]WP,sbl3,100
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,100
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,100
(bootloader) [RUU]WP,rpm,100
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,100
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,38
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,100
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) verified fail
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) verified fail
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) [RUU]WP,sbl1-3,0
(bootloader) ...... Successful
(bootloader) [RUU]UZ,cir,100
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) verified fail
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) verified fail
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,24
(bootloader) [RUU]UZ,recovery,37
(bootloader) [RUU]UZ,recovery,62
(bootloader) [RUU]UZ,recovery,76
(bootloader) [RUU]UZ,recovery,88
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,99
(bootloader) ...... Successful
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,36
(bootloader) [RUU]UZ,boot,58
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,99
(bootloader) ...... Successful
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,100
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]WP,rcdata,0
OKAY
sending 'zip'... (521930 KB) FAILED (command write failed (Unknown error))
Execution time is 67(s)
Click to expand...
Click to collapse
Doesn't sound good, try this one just to make sure it's not a problem with the file.
What is your output of "fastboot oem dmesg" and "fastboot oem last_dmesg" ?
alray said:
Doesn't sound good, try this one just to make sure it's not a problem with the file.
What is your output of "fastboot oem dmesg" and "fastboot oem last_dmesg" ?
Click to expand...
Click to collapse
Don't worry man, I fixed it. I found another file. The only problem I have now is that when I tried to root it again (same guide as last time), it got stuck on logo. Do you have to do anything special before you root it when you have taken it back to stock with zip? The only thing I can think of is that I need to lock my bootloader before I try to root it again.
skismas said:
Don't worry man, I fixed it. I found another file. The only problem I have now is that when I tried to root it again (same guide as last time), it got stuck on logo. Do you have to do anything special before you root it when you have taken it back to stock with zip? The only thing I can think of is that I need to lock my bootloader before I try to root it again.
Click to expand...
Click to collapse
You dont need to lock the bootloader, what twrp version and su version did you flash? What guide are you using?

Categories

Resources