[Q] After trying to update firmware, stuck in fastboot with "RUU USB". Oops I guess
Hey guys,
I tried updating the firmware of my HTC One using this file. Well, it did not work.
My One is an M7_UL from Canada with PID PN07120000 with S-OFF and Super CID. I was previous running Android Revolution HD 31.5 with ElementalX (which was the 10.0 version according to my download history).
Here is exactly what I did after backing up my phone (no nandroid, yes I know I am an idiot) :
Code:
[B][U]fastboot erase cache[/U][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.065s]
finished. total time: 0.065s
[B][U]fastboot oem rebootRUU[/U][/B]
...
(bootloader) Start Verify: 0
OKAY [ 0.049s]
finished. total time: 0.049s
[B][U]fastboot flash zip /Users/vincentattanasio/Downloads/firmware_4.4.zip [/U][/B]
target reported max download size of 1526722560 bytes
sending 'zip' (25032 KB)...
OKAY [ 2.155s]
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: 3.725s
[U][B]fastboot flash zip /Users/vincentattanasio/Downloads/firmware_4.4.zip [/B][/U]
target reported max download size of 1514139648 bytes
sending 'zip' (25032 KB)...
OKAY [ 2.149s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(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-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[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[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(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[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,30
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,43
(bootloader) [RUU]UZ,radio,49
ERROR: usb_read failed with status e00002ed
FAILED (status read failed (No such file or directory))
finished. total time: 12.763s
[B][U]fastboot oem rebootRUU[/U][/B]
ERROR: could not get pipe properties
ERROR: could not get pipe properties
...
ERROR: bulkOut endpoint not assigned
FAILED (command write failed (No such file or directory))
finished. total time: 0.000s
So clearly, something went wrong. My screen is currently showing this (actual picture)
Code:
[COLOR="Magenta"][B]*** UNLOCKED ***[/B][/COLOR]
[COLOR="Lime"]M7_UL PVT SHIP S-OFF RH
CID-11111111
HBOOT-1.56.0000
RADIO-4A.21.3263.04
OpenDSP-v32.120.274.0909
[COLOR="Red"]OS-3.62.401.1 (4.06.1540.2)[/COLOR]
eMMC-boot 2048MB
Nov 29 2013,20:47:04.0[/COLOR]
[B][COLOR="DarkOrange"]RUU USB[/COLOR][/B]
That is not a problem I have previously encountered, and since no fastboot command responds; this is one situation in which I have no idea what to do.
I have helped as many as I could in this forum, and would REALLY appreciate that some of you guys help me with this... I was careless but I need my phone :crying:
attanasi0 said:
Hey guys,
I tried updating the firmware of my HTC One using this file. Well, it did not work.
My One is an M7_UL from Canada with PID PN07120000 with S-OFF and Super CID. I was previous running Android Revolution HD 31.5 with ElementalX (which was the 10.0 version according to my download history).
Here is exactly what I did after backing up my phone (no nandroid, yes I know I am an idiot) :
Code:
[B][U]fastboot erase cache[/U][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.065s]
finished. total time: 0.065s
[B][U]fastboot oem rebootRUU[/U][/B]
...
(bootloader) Start Verify: 0
OKAY [ 0.049s]
finished. total time: 0.049s
[B][U]fastboot flash zip /Users/vincentattanasio/Downloads/firmware_4.4.zip [/U][/B]
target reported max download size of 1526722560 bytes
sending 'zip' (25032 KB)...
OKAY [ 2.155s]
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: 3.725s
[U][B]fastboot flash zip /Users/vincentattanasio/Downloads/firmware_4.4.zip [/B][/U]
target reported max download size of 1514139648 bytes
sending 'zip' (25032 KB)...
OKAY [ 2.149s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(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-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[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[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(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[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,30
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,43
(bootloader) [RUU]UZ,radio,49
ERROR: usb_read failed with status e00002ed
FAILED (status read failed (No such file or directory))
finished. total time: 12.763s
[B][U]fastboot oem rebootRUU[/U][/B]
ERROR: could not get pipe properties
ERROR: could not get pipe properties
...
ERROR: bulkOut endpoint not assigned
FAILED (command write failed (No such file or directory))
finished. total time: 0.000s
So clearly, something went wrong. My screen is currently showing this (actual picture)
Code:
[COLOR="Magenta"][B]*** UNLOCKED ***[/B][/COLOR]
[COLOR="Lime"]M7_UL PVT SHIP S-OFF RH
CID-11111111
HBOOT-1.56.0000
RADIO-4A.21.3263.04
OpenDSP-v32.120.274.0909
[COLOR="Red"]OS-3.62.401.1 (4.06.1540.2)[/COLOR]
eMMC-boot 2048MB
Nov 29 2013,20:47:04.0[/COLOR]
[B][COLOR="DarkOrange"]RUU USB[/COLOR][/B]
That is not a problem I have previously encountered, and since no fastboot command responds; this is one situation in which I have no idea what to do.
I have helped as many as I could in this forum, and would REALLY appreciate that some of you guys help me with this... I was careless but I need my phone :crying:
Click to expand...
Click to collapse
Bad download?
Sent from my HTC One using Tapatalk
Not sure if the file name has anything to do with it. I've renamed mine to firmware.zip and removed any extras on the name.
Sent from my HTC One using xda app-developers app
Hey, I had the exact same issue yesterday (although with a different firmware flash), just unplug your phone and reconnect it. Try fastboot reboot, your phone will reboot just fine and load, you won't get a signal because your radio wasn't completely flashed. Go back to RUU mode and try it again, it took me about 3-4 tries to actually get it to work. Wait till it says "100% all done". You're definitely not bricked, yet.
n1234d said:
Bad download?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
I'm guessing, just don't know how to fix it. I'm scared if I try to boot it back up it'll stay stuck or something...
graphorce said:
Hey, I had the exact same issue yesterday (although with a different firmware flash), just unplug your phone and reconnect it. Try fastboot reboot, your phone will reboot just fine and load, you won't get a signal because your radio wasn't completely flashed. Go back to RUU mode and try it again, it took me about 3-4 tries to actually get it to work. Wait till it says "100% all done". You're definitely not bricked, yet.
Click to expand...
Click to collapse
Wow. lol
Most anticlimatic solution ever. And it works. I was so scared I had ****ed something up.
That'll teach me for being impatient.
Sorry about panicking, and thanks a whole lot to you two guys, you were great support.
Still can't believe this **** lol
attanasi0 said:
Wow. lol
Most anticlimatic solution ever. And it works. I was so scared I had ****ed something up.
That'll teach me for being impatient.
Sorry about panicking, and thanks a whole lot to you two guys, you were great support.
Still can't believe this **** lol
Click to expand...
Click to collapse
Hah, I was scared as well, but then just did it. It appears these phones don't like the new radios. Only happens when it's flashing the radio part. Anyway, happy to help! :good:
graphorce said:
Hey, I had the exact same issue yesterday (although with a different firmware flash), just unplug your phone and reconnect it. Try fastboot reboot, your phone will reboot just fine and load, you won't get a signal because your radio wasn't completely flashed. Go back to RUU mode and try it again, it took me about 3-4 tries to actually get it to work. Wait till it says "100% all done". You're definitely not bricked, yet.
Click to expand...
Click to collapse
I've had the same boot screen when I tried to run an unsuccessful RUU. The RUU dialog instructed me to unplug the phone and reboot (I used the power and volume down method). The normal bootloader returned. I don't think you're bricked also.
Edit: Too slow in posting. Glad that you're back on track.
Sent from my HTC One using XDA Premium 4 mobile app
Hi,
I've posted a thread a while ago, which didn't seem to get any replies.
Now I've tried to fix my problem myself, but I didn't succeed..
Atleast I've gotten a step further in my research
I tried updating my android 4.4.3 sense 6.0 htc one m7ul from aliexpress.com, which seems to have an unofficial android version.. This is probably the reason why I'm having some software issues with it, and why it doesn't update.
When I try installing the software update, it turns off, shows me a triangle with arrow down (probably means it's updating) and a loading bar, which stops at about 20%.
Then I used volume up + down + power button to enter recovery, where it says this while installing:
Finding update package...
Opening update package...
Verifying update package...
Installing update...
Verifying current system...
"/system/customize/CID/HTC__001.xml" has unexpected contents
. (dot probably belongs after 'contents' on last line but doesn't fit there. This is what recovery mode says exactly)
Installation aborted.
Write host_mode: 0 doneI could really use some help from a nice guy with patience
Thx and gr Patrick.
ExcesusNL said:
Hi,
I've posted a thread a while ago, which didn't seem to get any replies.
Now I've tried to fix my problem myself, but I didn't succeed..
Atleast I've gotten a step further in my research
I tried updating my android 4.4.3 sense 6.0 htc one m7ul from aliexpress.com, which seems to have an unofficial android version.. This is probably the reason why I'm having some software issues with it, and why it doesn't update.
When I try installing the software update, it turns off, shows me a triangle with arrow down (probably means it's updating) and a loading bar, which stops at about 20%.
Then I used volume up + down + power button to enter recovery, where it says this while installing:
Finding update package...
Opening update package...
Verifying update package...
Installing update...
Verifying current system...
"/system/customize/CID/HTC__001.xml" has unexpected contents
. (dot probably belongs after 'contents' on last line but doesn't fit there. This is what recovery mode says exactly)
Installation aborted.
Write host_mode: 0 doneI could really use some help from a nice guy with patience
Thx and gr Patrick.
Click to expand...
Click to collapse
unexpected contents = modified system files = not a stock rom
You can only install ota update on a 100% stock rom.
Since your phone is S-OFF this should be very easy to fix, start by posting the output of "fastboot getvar all" (remove your imei and serialno before posting). Btw if no one replied to your thread, you should bump it instead of creating a new one
Thanks for replying so quickly. I will send you the getvar tomorrow when i wake up.
This thread is slightly different than the other one and i didnt want to push myself so i creaties this hehe.
ExcesusNL said:
Thanks for replying so quickly. I will send you the getvar tomorrow when i wake up.
This thread is slightly different than the other one and i didnt want to push myself so i creaties this hehe.
Click to expand...
Click to collapse
Ok no problem take your time.
Doesn't matter if this thread is slightly different, what you should do normally is to update the information about your problem in your already existing thread instead of creating a new one, like asked in forum rules . You can edit your thread title and all your posts if needed. You can also bump your thread once a day to bring it back at the top of the queue. Its simpler to have all the information about your problem in a unique thread :good:
Alright thx for the info
(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) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3948mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
ExcesusNL said:
Alright thx for the info
(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) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3948mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
Flash the 7.19.401.30 RUU from this thread (instructions at post #1, file you need at post #2) (Keep your bootloader unlocked and S-OFF).
Once everything is done (RUU is flashed and phone is setup) You'll get one ota udpate from 7.19.401.30 to 7.19.401.51 which is the latest version. Wait for the phone to be updated before flashing a back a custom recovery or doing any modification.
At step 7 I got this:
C:\Android>fastboot flash zip RUU.zip
sending 'zip'... (50281 KB) OKAY
sending time = 2.970 secs
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
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 FA38FW9020
12...
sending 'zip'... (50281 KB)
What should I do now?
EDIT: After short research on 'the 'Internet'', I found out I might just have to be patient here xD
EDIT2: After waiting for more than an hour I think patience isn't what I need here o.0 Could u please help me, alray? Or any1 else with knowledge of this subject?
ExcesusNL said:
At step 7 I got this:
C:\Android>fastboot flash zip RUU.zip
sending 'zip'... (50281 KB) OKAY
sending time = 2.970 secs
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
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 FA38FW9020
12...
sending 'zip'... (50281 KB)
What should I do now?
EDIT: After short research on 'the 'Internet'', I found out I might just have to be patient here xD
EDIT2: After waiting for more than an hour I think patience isn't what I need here o.0 Could u please help me, alray? Or any1 else with knowledge of this subject?
Click to expand...
Click to collapse
Are you using the fastboot version linked in the guide?
Yes I am, the (htc_)fastboot.exe
well I only copied the fastboot to my /Android folder, where my AdbWinApi.dll, RUU.zip, adb.exe and boot.img are. (And unlock_code.bin because I unlocked the bootloader, and teamseven sense as custom rom but im going to delete that ^^)
@alray
ExcesusNL said:
Yes I am, the (htc_)fastboot.exe
well I only copied the fastboot to my /Android folder, where my AdbWinApi.dll, RUU.zip, adb.exe and boot.img are. (And unlock_code.bin because I unlocked the bootloader, and teamseven sense as custom rom but im going to delete that ^^)
@alray
Click to expand...
Click to collapse
Ok fine, so did the phone rebooted once after showing the "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 FA38FW9020" message? It should reboot itself and continue flashing the RUU...
---------- Post added at 07:25 AM ---------- Previous post was at 07:24 AM ----------
and btw did you checked the md5 of your downloaded file (RUU) to confirm its not corrupted?
Double post :S
alray said:
Ok fine, so did the phone rebooted once after showing the "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 FA38FW9020" message? It should reboot itself and continue flashing the RUU...
---------- Post added at 07:25 AM ---------- Previous post was at 07:24 AM ----------
and btw did you checked the md5 of your downloaded file (RUU) to confirm its not corrupted?
Click to expand...
Click to collapse
Nope i did not check and nope it did not restart.. Its stuck on htc (white/Gray letters With black background)
EDIT: Now checked, it's not corrupt. But still hasn't restarted or made any progress in cmd..
ExcesusNL said:
Nope i did not check and nope it did not restart.. Its stuck on htc (white/Gray letters With black background)
EDIT: Now checked, it's not corrupt. But still hasn't restarted or made any progress in cmd..
Click to expand...
Click to collapse
Well flash it again using "fastboot flash zip ruu.zip" and check if the rest of the ruu is flashing
alray said:
Well flash it again using "fastboot flash zip ruu.zip" and check if the rest of the ruu is flashing
Click to expand...
Click to collapse
It's just stuck on sending 'zip' ..... (50281 KB).
Should I wipe the partition cache?
EDIT: This is all it says: C:\Android>fastboot flash zip RUU.zip
sending 'zip'... (50281 KB)
EDIT2: Tried to restart using power button, it gave me black screen and on my pc fastboot.exe stopped working. Now back in bootloader, going to try flash again.
ExcesusNL said:
It's just stuck on sending 'zip' ..... (50281 KB).
Should I wipe the partition cache?
EDIT: This is all it says: C:\Android>fastboot flash zip RUU.zip
sending 'zip'... (50281 KB)
EDIT2: Tried to restart using power button, it gave me black screen and on my pc fastboot.exe stopped working. Now back in bootloader, going to try flash again.
Click to expand...
Click to collapse
try the 7.19.401.22 RUU instead. there might be an issue with the .30 version
alray said:
try the 7.19.401.22 RUU instead. there might be an issue with the .30 version
Click to expand...
Click to collapse
Tried it, gives me this:
C:\Android>fastboot flash zip ruu.zip
sending 'zip'... (50280 KB) OKAY
sending time = 2.812 secs
writing 'zip'... (bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 3(s)
ExcesusNL said:
Tried it, gives me this:
C:\Android>fastboot flash zip ruu.zip
sending 'zip'... (50280 KB) OKAY
sending time = 2.812 secs
writing 'zip'... (bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 3(s)
Click to expand...
Click to collapse
Ok lets try something else.
Flash the 7.19.401.2 firmware then try to flash either the 7.19.401.2 or 7.19.401.22 RUU.
Flash the firmware using the same commands to flash the RUU:
Code:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
htc_fastboot oem rebootRUU
htc_fastboot flash zip ruu.zip
htc_fastboot reboot
C:\Android>fastboot flash zip firmware.zip
sending 'zip'... (48659 KB) OKAY
sending time = 2.824 secs
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
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 FA38FW9020
12...
sending 'zip'... (48659 KB)
Got this after fastboot oem rebootRUU when I tried fastboot flash zip firmware.zip.. Same error as I had with the .30 version
EDIT: After trying a couple of times I got this:
C:\Android>fastboot flash zip firmware.zip
sending 'zip'... (48659 KB) OKAY
sending time = 2.817 secs
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) ...... Successful
FAILED (status read failed (Too many links))
EDIT2: After trying 1 more time, it gave me this:
C:\Android>fastboot flash zip firmware.zip
sending 'zip'... (48659 KB) OKAY
sending time = 2.817 secs
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[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,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
(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[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) [RUU]WP,sbl1-3,0
(bootloader) [RUU]WP,sbl1-3,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) [RUU]WP,sbl2,0
(bootloader) [RUU]WP,sbl2,100
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) [RUU]WP,sbl3,0
(bootloader) [RUU]WP,sbl3,100
(bootloader) ...... Successful
(bootloader) start image[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
Flash Zip Complete
Execution time is 24(s)
C:\Android>fastboot reboot-bootloader
rebooting into bootloader... OKAY
Execution time is 38(ms)
C:\Android>fastboot oem rebootRUU
... (bootloader) Start Verify: 0
OKAY
Execution time is 44(ms)
C:\Android>fastboot flash zip RUU.zip
sending 'zip'... (50280 KB)
And that's the end It's stuck on sending zip again, I will wait for another hour maybe.
ExcesusNL said:
C:\Android>fastboot flash zip firmware.zip
sending 'zip'... (48659 KB) OKAY
sending time = 2.824 secs
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
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 FA38FW9020
12...
sending 'zip'... (48659 KB)
Got this after fastboot oem rebootRUU when I tried fastboot flash zip firmware.zip.. Same error as I had with the .30 version
Click to expand...
Click to collapse
Well I would try another computer/usb cable/usb port before assuming there is something wrong with the phone. After saying
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 FA38FW9020
Click to expand...
Click to collapse
Your phone should reboot itself back in RUU mode and continue flashing the second portion of the Firmware/RUU like on this image. Do you have any other computer you could try?
---------- Post added at 09:40 AM ---------- Previous post was at 09:35 AM ----------
Btw I have just read your other thread, sounds like you were having hardware problem with your Power/volume button, that might be somewhat related.... If there is an hardware problem the RUU/Firmware might not be able to flash correctly.
Unfortunately I must quit for today, I'll come back to this thread as soon as i can, good luck
If I may jump in @ExcesusNL. I had the same issue when I tried to run RUU on my PC. Does your fastboot say something like "adb server is out of date" when you start it? If yes, then read this http://visualgdb.com/adbfix/
If not, do you repeat "fastboot flash ..." command right after it says "flush image again immediately?