Hi,
I am trying to flash the GPE RUU to my One but i am having some issues,
Whenever i get to
Code:
./fastboot flash zip RUU-HTC_One_GE-4.4-3.58.1700.5_Rooted.zip
It returns
Code:
sending 'zip' (517578 KB)...
ERROR: usb_write failed with status e00002ed
FAILED (data transfer failure (No such file or directory))
finished. total time: 0.900s
If i try it again it gives
Code:
(bootloader) start check_usb: usb_ep0: type=2, request=1
(bootloader) start check_usb: usb_ep0: type=2, request=1
I have S-OFF and i have changed the cid from HTC_001 to GOOGL001
Any help will be appreciated,
Thanks
sam_hoddi said:
Hi,
I am trying to flash the GPE RUU to my One but i am having some issues,
Whenever i get to
Code:
./fastboot flash zip RUU-HTC_One_GE-4.4-3.58.1700.5_Rooted.zip
It returns
Code:
sending 'zip' (517578 KB)...
ERROR: usb_write failed with status e00002ed
FAILED (data transfer failure (No such file or directory))
finished. total time: 0.900s
If i try it again it gives
Code:
(bootloader) start check_usb: usb_ep0: type=2, request=1
(bootloader) start check_usb: usb_ep0: type=2, request=1
I have S-OFF and i have changed the cid from HTC_001 to GOOGL001
Any help will be appreciated,
Thanks
Click to expand...
Click to collapse
did you go into RUU mode?
"fastboot oem rebootRUU"
nkk71 said:
did you go into RUU mode?
"fastboot oem rebootRUU"
Click to expand...
Click to collapse
Yes, sorry i forgot to mention that
sam_hoddi said:
Yes, sorry i forgot to mention that
Click to expand...
Click to collapse
can't say i've seen these errors before, but i'm on Win7, so maybe a mac issue? maybe someone with a mac can help out
nkk71 said:
can't say i've seen these errors before, but i'm on Win7, so maybe a mac issue? maybe someone with a mac can help out
Click to expand...
Click to collapse
I can try on a pc, if you think that will help
sam_hoddi said:
I can try on a pc, if you think that will help
Click to expand...
Click to collapse
yeah sure why not, just remember you need to flash the zip twice in a row.
nkk71 said:
yeah sure why not, just remember you need to flash the zip twice in a row.
Click to expand...
Click to collapse
I have heard about this, what is the reason for flashing twice?
Sent from my One using xda app-developers app
sam_hoddi said:
I have heard about this, what is the reason for flashing twice?
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
the first one pushes the zip to the phone, and returns something like "failed, flush again immediately", the second one does the actual installation (and you'll see the progress), and returns "success".
First flash is hboot, second flash is rest of data.. You can test it by rebooting after first flash.. (No don't try it).
Related
Just flashed a ginger bread radio and got a black screen on reboot but the computer still picks it up ??
powerfull777 said:
Just flashed a ginger bread radio and got a black screen on reboot but the computer still picks it up ??
Click to expand...
Click to collapse
You're on ICS with a GB radio?
They are compatible
Can you get to recovery?
I've read that you may need to reflash the ROM
What's this black screen, just black or does it show something else?
Sent from my Nexus 7
I'm not getting a response from the phone it self but the computer picks it up
powerfull777 said:
I'm not getting a response from the phone it self but the computer picks it up
Click to expand...
Click to collapse
Adb commands?
Sent from my Nexus 7
It was in fastboot mode so I typed
fastboot reboot
and now am getting nothing out of the phone
I got it going but its in fastboot with a black screen!!
just saying this happened
Code:
C:\Documents and Settings\Name\Desktop>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader:
INFOversion-baseband: 3831.17.00.24_M
INFOversion-cpld: ☺
INFOversion-microp: ☺
INFOversion-main: ♦
INFOserialno: ☺páß
INFOimei: 359836046556969
That looks like froyo radio flash. Can you give me a link to the exact radio you flashed?
Nonverbose said:
That looks like froyo radio flash. Can you give me a link to the exact radio you flashed?
Click to expand...
Click to collapse
the first one on this page http://forum.xda-developers.com/showthread.php?t=1129014
and i just realized i must have got the froyo one by accident
See if you can flash a gb one
Code:
fastboot flash radio radio.img
Nonverbose said:
See if you can flash a gb one
Code:
fastboot flash radio radio.img
Click to expand...
Click to collapse
I keep getting an error
Code:
C:\Documents and Settings\Marcus\Desktop\Radio>fastboot flash radio radio.img
sending 'radio' (25472 KB)... OKAY [ 4.344s]
writing 'radio'... FAILED (remote: image update error)
finished. total time: 5.391s
powerfull777 said:
I keep getting an error
Code:
C:\Documents and Settings\Marcus\Desktop\Radio>fastboot flash radio radio.img
sending 'radio' (25472 KB)... OKAY [ 4.344s]
writing 'radio'... FAILED (remote: image update error)
finished. total time: 5.391s
Click to expand...
Click to collapse
Looks like its bricked unfortunately. You might try running an ruu, but as, the main version is no longer a number it might cause issues.
When I tried ruu it wouldn't gp into the boot loader so it wouldn't fash also does anyone have a j-tag?
Sent from my GT-I5500 using xda app-developers app
I'm currently stuck with Guru Reset M7 2.24.401.8 and I can't flash CWM with it so I tried using terminal but this is what happens:
PHP:
android exloux$ fastboot flash RECOVERY CWM_Touch_Recovery_6.0.2.8_M7.img
target reported max download size of 1526722560 bytes
sending 'RECOVERY' (7242 KB)...
OKAY [ 1.120s]
writing 'RECOVERY'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.693s
Here is some information of my phone:
Code:
***TAMPERED***
***UNLOCKED***
S-ON
HBOOT-1.55.0000
RADIO-4A.21.3263.04
Any help will be very appreciated!!!
I use a Macbook pro btw
Exloux said:
I'm currently stuck with Guru Reset M7 2.24.401.8 and I can't flash CWM with it so I tried using terminal but this is what happens:
PHP:
android exloux$ fastboot flash RECOVERY CWM_Touch_Recovery_6.0.2.8_M7.img
target reported max download size of 1526722560 bytes
sending 'RECOVERY' (7242 KB)...
OKAY [ 1.120s]
writing 'RECOVERY'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.693s
Here is some information of my phone:
Code:
***TAMPERED***
***UNLOCKED***
S-ON
HBOOT-1.55.0000
RADIO-4A.21.3263.04
Any help will be very appreciated!!!
I use a Macbook pro btw
Click to expand...
Click to collapse
it that your typing or why is recovery in caps ?
on a Mac it should be
./fastboot-mac flash recovery cwm_recovery.img
and be sure the recovery.img is in the same folder as fastboot-mac
Unlock your bootloader first.
sent from my mobile device
SaHiLzZ said:
Unlock your bootloader first.
sent from my mobile device
Click to expand...
Click to collapse
It is already unlocked as you can see.
You could try other version or TWRP...
Sent from my HTC One using xda app-developers app
SaHiLzZ said:
Unlock your bootloader first.
sent from my mobile device
Click to expand...
Click to collapse
clsA said:
it that your typing or why is recovery in caps ?
on a Mac it should be
./fastboot-mac flash recovery cwm_recovery.img
and be sure the recovery.img is in the same folder as fastboot-mac
Click to expand...
Click to collapse
My fastboot is just "fastboot" without -mac and i'll try it again now
Exloux said:
My fastboot is just "fastboot" without -mac and i'll try it again now
Click to expand...
Click to collapse
ok, the most common error in flashing recovery is misspelled commands and files not in the correct folders
igorfurst said:
You could try other version or TWRP...
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I tried twrp, CWM and cwm touch. same thing happened
clsA said:
ok, the most common error in flashing recovery is misspelled commands and files not in the correct folders
Click to expand...
Click to collapse
ahh alright
Exloux said:
ahh alright
Click to expand...
Click to collapse
1- you should be using TWRP 2.6.3.3 or .4 (other versions and recoveries don't work with 4.4 ROMs)
http://techerrata.com/browse/twrp2/m7
http://techerrata.com/browse/twrp2/m7ul
^^ make sure to check MD5 on the download!!!!!
2- why are you flashing recovery in RUU mode?
3- it should be "fastboot flash recovery <name of recovery>.img" <- in blue, it's supposed to be lowercase, not uppercase
Hey guys.. so im stuck in my boot loader. im trying to get my phone back to stock and now i lost everything... no recovery. no os...
my phone just boots into boot loader. i have tried to run ruu and it failes.. i have tried to load it threw the fastboot and get this
C:\Users\aplek_000\Desktop\htc one root\OneDrivers_Fastboot\OneDrivers_Fastboot\
Fastboot>fastboot flash zip rom.zip
target reported max download size of 1495683072 bytes
sending 'zip' (1174208 KB)...
OKAY [ 44.940s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 157.710s
on my bootlaoder it says
**tampered**
**relocked**
**security warning**
M7_wls pvt ship s-on rh
Hboot-1.56
opendsp-v32.120.274.0909
OS-
eMMC-boot 2048mb
can anybody help??
What RUU are you trying to use?
BD619 said:
What RUU are you trying to use?
Click to expand...
Click to collapse
Sprint_HTC_One_m7wls_1.29.651.10_RUU
aPlekan said:
Sprint_HTC_One_m7wls_1.29.651.10_RUU
Click to expand...
Click to collapse
You have to use this one...the one you are trying to use is really old and won't work because you are s-on.
http://forum.xda-developers.com/showthread.php?t=2658910
I powered down the phone and reboot it went right to bootloader but no longer says **security warning**
Phew im downloading it now.
will let you know if it works.
thanks so much!!
aPlekan said:
Phew im downloading it now.
will let you know if it works.
thanks so much!!
Click to expand...
Click to collapse
Make sure you follow the instructions in that thread to flash it correctly
okay so i tried downloading this a few times and each time when i try to run the ARUwizard..
i run as admin.
then i get
the application has failed to start because its side-by-side config is incorrect.
please see the app event log or use the command-line sxstrace.exe tool for more details.
any idea how to fix this,
im in windows 8
aPlekan said:
okay so i tried downloading this a few times and each time when i try to run the ARUwizard..
i run as admin.
then i get
the application has failed to start because its side-by-side config is incorrect.
please see the app event log or use the command-line sxstrace.exe tool for more details.
any idea how to fix this,
im in windows 8
Click to expand...
Click to collapse
Follow this guide it's more work lol but it does work.
http://forum.xda-developers.com/showthread.php?t=2503646
thanks... but im confused witch one to download.
ahh im sleepy been up all night.. i figured it out.. thanks soo much for your help!!
aPlekan said:
thanks... but im confused witch one to download.
Click to expand...
Click to collapse
4.06.651.4 s-on firmware
okay so i go to unlock the bootloader and i get this
C:\Users\aplek_000\Desktop\htc one root\OneDrivers_Fastboot\OneDrivers_Fastboot\
Fastboot>fastboot flash unlock token Unlock_code.bin
target reported max download size of 1514139648 bytes
error: cannot load 'token': No error
aPlekan said:
okay so i go to unlock the bootloader and i get this
C:\Users\aplek_000\Desktop\htc one root\OneDrivers_Fastboot\OneDrivers_Fastboot\
Fastboot>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 1514139648 bytes
error: cannot load 'token': No error
Click to expand...
Click to collapse
Check the changes I made
ahh got it! thanks! flashing recovery now
k recovery is on.
im confused how to adb push the rom to my phone. do you happen to have s tutorial for that??
aPlekan said:
k recovery is on.
im confused how to adb push the rom to my phone. do you happen to have s tutorial for that??
Click to expand...
Click to collapse
Put the rom.zip in the folder you are using to run your commands
From recovery type
adb push ROMname.zip /sdcard/
i can be anywhere in the recovery?
aPlekan said:
i can be anywhere in the recovery?
Click to expand...
Click to collapse
I usually do it from the main page
okay i have there recommended rom downloading now
fingers crossed!
thanks for all your help. I have been rooting sense the G1 and this is the first time I have had major trouble.
I appreciate everything!
thanks thanks thanks!!!
I wanted tot post in the RUU post in the android development thread, but I wasn't allowed to...
I'm running Viper 6.2 on my htc one m7 with twrp 2.6.3 and I'm trying to update to the latest firmware so I can use viper 7.1. I'm trying to update tot he odified firmware, but don't mind if I have to do the full firmware. I just want the radios and functionality there and don't ind if I have to reflash twrp recovery.
I go through the instructions but I keep getting this error no matter what I try:
C:\Users\msing_000\Documents\HTC One Files\RED HTC ONE Root>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.048s]
finished. total time: 0.050s
C:\Users\msing_000\Documents\HTC One Files\RED HTC ONE Root>fastboot flash zip firmware.zip
sending 'zip' (44873 KB)...
OKAY [ 2.763s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 99 unknown fail)
finished. total time: 3.019s
C:\Users\msing_000\Documents\HTC One Files\RED HTC ONE Root>fastboot flash zip firmware.zip
sending 'zip' (44873 KB)...
OKAY [ 2.763s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 99 unknown fail)
finished. total time: 3.018s
C:\Users\msing_000\Documents\HTC One Files\RED HTC ONE Root>fastboot reboot
rebooting...
finished. total time: 0.042s
C:\Users\msing_000\Documents\HTC One Files\RED HTC ONE Root>
Click to expand...
Click to collapse
Can someone please help me through this?
Are you s-off?
Modified firmware = s-off
yes I am s-off
msingh95 said:
yes I am s-off
Click to expand...
Click to collapse
Could be a bad download.
Try a different USB port...USB 2 work best.
Try a different PC.
BD619 said:
Could be a bad download.
Try a different USB port...USB 2 work best.
Try a different PC.
Click to expand...
Click to collapse
So I checked again and I was wrong, I'm not S-Off...that was my other HTC ONE, I thought I'd done the same to this one.
But Now I'm having problems...I want to do a firmware update to fix Viper 7.0.1 issues with data/connectivity but it's still not letting me.
Will I be able to flash the updated firmware in the full version with S-On?
I've being running RumRunner all day on different computers and different usb ports...still no luck
msingh95 said:
So I checked again and I was wrong, I'm not S-Off...that was my other HTC ONE, I thought I'd done the same to this one.
But Now I'm having problems...I want to do a firmware update to fix Viper 7.0.1 issues with data/connectivity but it's still not letting me.
Will I be able to flash the updated firmware in the full version with S-On?
I've being running RumRunner all day on different computers and different usb ports...still no luck
Click to expand...
Click to collapse
Try Firewater for s-off.
Yes you can flash the Full Firmware while s-on but you will have to re-lock your bootloader to do so which means unlocking again and wiping your phone.
BD619 said:
Try Firewater for s-off.
Yes you can flash the Full Firmware while s-on but you will have to re-lock your bootloader to do so which means unlocking again and wiping your phone.
Click to expand...
Click to collapse
I tried firewater, but I don't understand how to push it to my phone...can I have some detailed help? the firewater page didn't help me much...
msingh95 said:
I tried firewater, but I don't understand how to push it to my phone...can I have some detailed help? the firewater page didn't help me much...
Click to expand...
Click to collapse
Put the firewater file in your adb/fastboot/platform tools folder, open a cmd window then copy and paste the commands on the firewater site.
BD619 said:
Put the firewater file in your adb/fastboot/platform tools folder, open a cmd window then copy and paste the commands on the firewater site.
Click to expand...
Click to collapse
everything worked out, got it all working, thanks!
So yeah my uncle gave me his HTC one m7 international versión PN07100, its in the 4.2.2 version.... So I'm trying like crazy to update the software with no results, I download an official ROM from the HTC web it was the 7.x.x.x version I think but when I tried to install the software via PC an error show "error 155" so I gave up for a while.
In some forum I read something about S-on and S-off. Fortunately I check in the bootloader that my mobile is S-off ( but in top of that a pink fond say **locked** what does that mean?
This is what the other thing say:
M7_ul pvt ship s-off rh
CID - 11111111
Hboot - 1.54.0000
Radio - 4A.17.3250.14
Open DSP-v31.120.274.0617
OS-2.24.401.9
eMMC-boot 2048MB
Any idea in what should I do to upgrade my software?
pilinox said:
So yeah my uncle gave me his HTC one m7 international versión PN07100, its in the 4.2.2 version.... So I'm trying like crazy to update the software with no results, I download an official ROM from the HTC web it was the 7.x.x.x version I think but when I tried to install the software via PC an error show "error 155" so I gave up for a while.
In some forum I read something about S-on and S-off. Fortunately I check in the bootloader that my mobile is S-off ( but in top of that a pink fond say **locked** what does that mean?
This is what the other thing say:
M7_ul pvt ship s-off rh
CID - 11111111
Hboot - 1.54.0000
Radio - 4A.17.3250.14
Open DSP-v31.120.274.0617
OS-2.24.401.9
eMMC-boot 2048MB
Any idea in what should I do to upgrade my software?
Click to expand...
Click to collapse
update your firmware to 7.19.401.2 and then using htc_fastbboot, flash the 7.19.401.51 ruu
https://www.androidfilehost.com/?fid=95916177934534374
https://www.androidfilehost.com/?fid=24369303960689843
https://www.androidfilehost.com/?fid=24341993505161791
Code:
fastboot oem rebootRUU
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
fastboot flash zip M7_UL_Firmware_7.19.401.2.zip
fastboot reboot-bootloader
Code:
fastboot oem rebootRUU
htc_fastboot flash zip PN07IMG_M7_UL_L50_SENSE60_MR_HTC_Europe_7.19.401.51_Radio_4T.35.3218.16_10.33Q.1718.01L_release_458803_signed.zip
fastboot reboot-bootloader
Just as simply as that? Cause i read some and i its kind of complex.... Is there a guide around so I will not screw my mobile?
be real careful using fastboot. any typos can cause a brick on your s off phone.
---------- Post added at 07:29 PM ---------- Previous post was at 07:14 PM ----------
kruc Ire said:
be real careful using fastboot. any typos can cause a brick on your s off phone.
Click to expand...
Click to collapse
http://android-revolution-hd.blogspot.com/2013/06/do-we-really-need-s-off.html
pilinox said:
Just as simply as that? Cause i read some and i its kind of complex.... Is there a guide around so I will not screw my mobile?
Click to expand...
Click to collapse
Yes as simple as that.
kruc Ire said:
be real careful using fastboot. any typos can cause a brick on your s off phone.
---------- Post added at 07:29 PM ---------- Previous post was at 07:14 PM ----------
http://android-revolution-hd.blogspot.com/2013/06/do-we-really-need-s-off.html
Click to expand...
Click to collapse
I hardly see how a typo in the above commands could brick his phone... It's not like it was some dangerous "dd" commands or like he was flashing each image separately like in the link youv posted.
The worst that could happens if a typo is made in these commands is fastboot displaying the help message or throwing the "can not load" error if the typo is in a filename.
I agree everyone must be careful with s-off, but a typo here can't do anything bad, he would have to write something completely different to brick, not just a single typo.
Sent from my HTC One using XDA Labs
alray said:
Yes as simple as that.
I hardly see how a typo in the above commands could brick his phone... It's not like it was some dangerous "dd" commands or like he was flashing each image separately like in the link youv posted.
The worst that could happens if a typo is made in these commands is fastboot displaying the help message or throwing the "can not load" error if the typo is in a filename.
I agree everyone must be careful with s-off, but a typo here can't do anything bad, he would have to write something completely different to brick, not just a single typo.
Click to expand...
Click to collapse
ok well as the article states the writer of the article mistakenly flubbed the h into his boot typing, which rendered another meaning. h is close to b on a keyboard. maybe not every typo but according to the writer of the article, that one.
kruc Ire said:
ok well as the article states the writer of the article mistakenly flubbed the h into his boot typing, which rendered another meaning. h is close to b on a keyboard. maybe not every typo but according to the writer of the article, that one.
Click to expand...
Click to collapse
Don't get me wrong, you were right saying to be careful with s-off :good: There are a lot of dangerous fastboot and even adb commands when s-off and yes some of them could have some catastrophic results if a typo is made. "dd if=/something of=/something/else" is a good example, or that one with "fastboot flash hboot" instead of "fastboot flash boot" but nothing to be afraid with the above commands.
I tried to update my firmware with the fastboot but didnt work i dont know why, this is what the command say:
Fastboot flash zip m7_..........
Sending zip <48659 kb>
Okay [ 2.983s]
Writing 'zip'...
Failed <remote: not allowed>
Finished. Total time: 3.021s
What im doing wrong?
alray said:
Don't get me wrong, you were right saying to be careful with s-off :good: There are a lot of dangerous fastboot and even adb commands when s-off and yes some of them could have some catastrophic results if a typo is made. "dd if=/something of=/something/else" is a good example, or that one with "fastboot flash hboot" instead of "fastboot flash boot" but nothing to be afraid with the above commands.
Click to expand...
Click to collapse
I tried to update my firmware with the fastboot but didnt work i dont know why, this is what the command say:
Fastboot flash zip m7_..........
Sending zip <48659 kb>
Okay [ 2.983s]
Writing 'zip'...
Failed <remote: not allowed>
Finished. Total time: 3.021s
... Ok i tried with another USB port but still some problem, now it says Failed <remote : 90 hboot pre-update! Please flush imagen again immediately> and when i input the next code that was the same " fastboot flash zip m7_UL...." it say:
Target reportes max download size of 1514139648 bytes
Sending 'zip' <48659 KB>
And then it get stuck there.....
When i return to the bootloader screen the firmware is not changed but right from the original firmware now apper in () the numbers of the new firmware? All in red letters i dont get it
pilinox said:
I tried to update my firmware with the fastboot but didnt work i dont know why, this is what the command say:
Fastboot flash zip m7_..........
Sending zip <48659 kb>
Okay [ 2.983s]
Writing 'zip'...
Failed <remote: not allowed>
Finished. Total time: 3.021s
... Ok i tried with another USB port but still some problem, now it says Failed <remote : 90 hboot pre-update! Please flush imagen again immediately> and when i input the next code that was the same " fastboot flash zip m7_UL...." it say:
Target reportes max download size of 1514139648 bytes
Sending 'zip' <48659 KB>
And then it get stuck there.....
When i return to the bootloader screen the firmware is not changed but right from the original firmware now apper in () the numbers of the new firmware? All in red letters i dont get it
Click to expand...
Click to collapse
You need to flash the firmware twice like writed above. First time you'll get that pre-update message, second time will complete the flash.
Sent from my HTC One using XDA Labs
alray said:
You need to flash the firmware twice like writed above. First time you'll get that pre-update message, second time will complete the flash.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
I did it but when i do it the second time it get stuck in sending.... Then i have to unplug the USB and nothing happens
pilinox said:
I did it but when i do it the second time it get stuck in sending.... Then i have to unplug the USB and nothing happens
Click to expand...
Click to collapse
try another cable and another usb port, make sure to use usb 2.0 ports only.
alray said:
try another cable and another usb port, make sure to use usb 2.0 ports only.
Click to expand...
Click to collapse
I finally update the firmware to 7.19.401.2 but i cant start using the iPhone after this, so im trying now to update the firmware to .51 but i get this error
O:\Android\HTC_One\RUU>fastboot flash zip ....
target reported max download size of 1526722560 bytes
Invalid sparse file format at header magi
sending sparse 'zip' (0 KB)...
OKAY [ 0.156s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) shift signature_size for header checking...
FAILED (remote: 32 header error)
finished. total time: 0.359s
Now i cant use my iPhone either
pilinox said:
I finally update the firmware to 7.19.401.2 but i cant start using the iPhone after this, so im trying now to update the firmware to .51 but i get this error
O:\Android\HTC_One\RUU>fastboot flash zip ....
target reported max download size of 1526722560 bytes
Invalid sparse file format at header magi
sending sparse 'zip' (0 KB)...
OKAY [ 0.156s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) shift signature_size for header checking...
FAILED (remote: 32 header error)
finished. total time: 0.359s
Now i cant use my iPhone either
Click to expand...
Click to collapse
Read the instructions I gave you earlier, you must use htc_fastboot to flash the ruu.
Sent from my HTC One using XDA Labs
alray said:
Read the instructions I gave you earlier, you must use htc_fastboot to flash the ruu.
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
The thing is i was using abd-fastboot in the first step, now un the second step i must use the htc_flashboot.exe but i cant make it run :\ everytime i open it, it crash and nothing happen... I create another thread talking about it, i tried to open it on 3 different pcs 1 with Win10 and the other 2 with Win7, didnt work in none of them.
pilinox said:
The thing is i was using abd-fastboot in the first step, now un the second step i must use the htc_flashboot.exe but i cant make it run :\ everytime i open it, it crash and nothing happen... I create another thread talking about it, i tried to open it on 3 different pcs 1 with Win10 and the other 2 with Win7, didnt work in none of them.
Click to expand...
Click to collapse
You don't have to open it, just call it in the command window:
htc_fastboot flash zip filename.zip
Sent from my HTC One using XDA Labs