So i want to flash new firmware 3.09.401.1.Here is my problem.I am s-off Hboot 1.44, CID HTC__032,I have viper one rom.I can not flas this FW.Here is log:
fastboot flash zip firmware.zip
sending zip
okay
FAILED remote:not allowed
finished
where is the problem?
Thx
Should be flashed in ruu mode
step 1) fastboot oem rebootRUU
Step 2) fastboot flash zip firmware.zip
Then will need to repeat step 2
Then fastboot reboot-bootloader
Sent from my HTC One using xda app-developers app
so this is possible only on RUU rom...right?
scpeter1 said:
so this is possible only on RUU rom...right?
Click to expand...
Click to collapse
RUU mode, not "RUU ROM". RUU stands for ROM Update Utility.
Sent from my HTC One using Tapatalk 2
solved bootloader-then write fastboot oem rebootRUU....thx for your answer
i`m on insertcoin 5.0.2 with s off and super cid..when i tried to flash firmware 3.57 it always says installation aborted..Does any1 know why is that?
Diaze said:
i`m on insertcoin 5.0.2 with s off and super cid..when i tried to flash firmware 3.57 it always says installation aborted..Does any1 know why is that?
Click to expand...
Click to collapse
how are you flashing it. you know you need to be in fastboot RUU mode to flash firmware right?
Hmm..i have to flash it using adb?i just tried to flash it from recovery...how do i have to flash it?can you explain
Sent from my HTC One using xda app-developers app
Diaze said:
Hmm..i have to flash it using adb?i just tried to flash it from recovery...how do i have to flash it?can you explain
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Sure, firmware flashing is done in fastboot RUU mode:
go to bootloader/FASTBOOT USB, then type
"fastboot oem rebootRUU"
"fastboot flash zip <name of firmware>.zip"
then immediately after, do it again "fastboot flash zip <name of firmware>.zip" (the first time it just pushes the file, the second one does the actually installation)
"fastboot reboot-bootloader"
and "fastboot getvar all" to confirm the firmware was successfully updated.
Check out @vomer's guide (in the firmware section), has more details: http://forum.xda-developers.com/showthread.php?t=2365506
Hi everybody. My htc one has the bootloader unlocked but I do the update so my hboot is now in 1.55 version. I want to install cwm recovery
Did he existe a All in one toolkit to made this? Or what is the simple way to do it
Sent from my HTC One using xda app-developers app
Are there really not instructions in the first couple of posts of the CWM thread?
I seen a lot of topics that make me lost so thats why I demand help
Sent from my HTC One using xda app-developers app
- Download the recovery
- Put it into your adb/fastboot folder
- Rename the recovery into: recovery.img
- Boot in fastboot
- Use the command from a prompt/terminal:
Code:
fastboot flash recovery recovery.img
- Do an erase cache:
Code:
fastboot erase cache
- Done
Where and how do I type this commamd?
Sent from my HTC One using xda app-developers app
Best you read up on the threads in q/a and android/original android development. If you search them you will find what you need that's what I started doing and now I'm all sorted
Sent from my HTC One using XDA Premium 4 mobile app
Always when I type the command, cmd always tell me waiting for your device. I'm in fastboot and HTC Driver are insalled
My phone is S-On and my hboot is 1.55
xxjack3dxx said:
Always when I type the command, cmd always tell me waiting for your device. I'm in fastboot and HTC Driver are insalled
My phone is S-On and my hboot is 1.55
Click to expand...
Click to collapse
In device manager check if it are installed and you don't have any issue.
And which OS do you have on your pc?
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
An69 said:
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
Click to expand...
Click to collapse
Nice
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
An69 said:
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
Click to expand...
Click to collapse
Flash through custom recovery?
No, only stock!
tropical cactus said:
Flash through custom recovery?
Click to expand...
Click to collapse
Have to use stock recovery lol
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Have to use stock recovery lol
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So after going back to stock, how to flash?
tropical cactus said:
So after going back to stock, how to flash?
Click to expand...
Click to collapse
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If you have Super CID, you won't get an update. You need CID 622.
tsokh said:
If you have Super CID, you won't get an update. You need CID 622.
Click to expand...
Click to collapse
Lol I got my update and I have super cid
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
tropical cactus said:
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
Click to expand...
Click to collapse
Flash stock Rom 1.23.708 via custom recovery but don't install root wen u reboot and then use fastboot and flash stock recovery using this command fastboot flash recovery recovery.img when u boot search for updates
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
tropical cactus said:
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
Click to expand...
Click to collapse
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip (If you see failed message, just run this command again and wait till it finishes updating)
fastboot reboot-bootloader
fastboot reboot
tsokh said:
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot-bootloader
fastboot reboot
Click to expand...
Click to collapse
Thanks, man. You've always been a great help.
daorderdillon said:
Lol I got my update and I have super cid
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which way did you supercid?
Sent from my HTC One using Xparent BlueTapatalk 2
daorderdillon said:
Flash stock Rom 1.23.708 via custom recovery but don't install root wen u reboot and then use fastboot and flash stock recovery using this command fastboot flash recovery recovery.img when u boot search for updates
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I followed this exactly. But It always shows me that I have modified version of android.
ebautista said:
I followed this exactly. But It always shows me that I have modified version of android.
Click to expand...
Click to collapse
I just managed to finish the process successfully, you might want to try to redownload the zip of 1.23.708.3, your copy might be broken or something.
tsokh said:
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip (If you see failed message, just run this command again and wait till it finishes updating)
fastboot reboot-bootloader
fastboot reboot
Click to expand...
Click to collapse
For some reason, the flash zip command always seems to fail for me:
Code:
$ fastboot flash zip firmware.zip
< waiting for device >
sending 'zip' (46275 KB)...
OKAY [ 2.707s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 4.223s
Anyone have any idea? (Not that it matters that much, in the end I got the firmware update applied by applying the whole OTA update...)
firmware zip
Worked for me. I'm S-off and supercided.
tropical cactus said:
Worked for me. I'm S-off and supercided.
Click to expand...
Click to collapse
Ah, of course, I forgot that my phone's still S-ON and that this might play a factor.
ebautista said:
I followed this exactly. But It always shows me that I have modified version of android.
Click to expand...
Click to collapse
Missing some apps or your rooted
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
koniiiik said:
Ah, of course, I forgot that my phone's still S-ON and that this might play a factor.
Click to expand...
Click to collapse
Now my turn to ask you. Now I'm on hboot 1.55, is it still ok to flash stock Rom with hboot 1.54 so I can get the official update to see if it's as fast as some people claim?
Hello, I need some serious help here! So ive modded the hell out of my phone and now I need to go back to stock. I am trying Mike return to stock guide (which Ive used before successfully) but I keep getting error 155 over and over and phone gets stuck on grey HTC screen (no exclamation marks), I don't know if it has anything to do anything with my firmware having been updated via fastboot to get rid of the red warning. CID is stock, running latest att stock rooted, s-off unlocked bootloader and ive tried 2 different RUUs giving me the same issue
RUU_M7_UL_K44_SENSE55_MR_Cingular_US_4.18.502.7_R10_Radio_4T.24.3218.09_10.26.1718.01L_release_356565_signed_2
RUU_M7_UL_JB_50_Cingular_US_1.26.502.12_Radio_4A.14.3250.13_10.33.1150.01_release_318450_signed_2
I will post my bootloader screen and if someone can help me out I appreciate it much!
DroidManIc said:
Hello, I need some serious help here! So ive modded the hell out of my phone and now I need to go back to stock. I am trying Mike return to stock guide (which Ive used before successfully) but I keep getting error 155 over and over and phone gets stuck on grey HTC screen (no exclamation marks), I don't know if it has anything to do anything with my firmware having been updated via fastboot to get rid of the red warning. CID is stock, running latest att stock rooted, s-off unlocked bootloader and ive tried 2 different RUUs giving me the same issue
RUU_M7_UL_K44_SENSE55_MR_Cingular_US_4.18.502.7_R10_Radio_4T.24.3218.09_10.26.1718.01L_release_356565_signed_2
RUU_M7_UL_JB_50_Cingular_US_1.26.502.12_Radio_4A.14.3250.13_10.33.1150.01_release_318450_signed_2
I will post my bootloader screen and if someone can help me out I appreciate it much!
Click to expand...
Click to collapse
downgrade hboot to 1.44 and flash the 1.26.502.12 ruu.exe
or flash any x.xx.502.xx decrypted ruu.zip
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb_50_cingular-1-26-502-15-decrypted-zip/
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb43_sense50_mr_cingular_us_3-17-502-3-decrypted-zip/
Code:
fastboot oem rebootRUU
fastboot flash zip name_of_ruu.zip
fastboot flash zip name_of_ruu.zip
fastboot reboot
do not use windows 8 if using a 1.xx.502.x ruu
alray said:
downgrade hboot to 1.44 and flash the 1.26.502.12 ruu.exe
or flash any x.xx.502.xx decrypted ruu.zip
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb_50_cingular-1-26-502-15-decrypted-zip/
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb43_sense50_mr_cingular_us_3-17-502-3-decrypted-zip/
Code:
fastboot oem rebootRUU
fastboot flash zip name_of_ruu.zip
fastboot flash zip name_of_ruu.zip
fastboot reboot
do not use windows 8 if using a 1.xx.502.x ruu
Click to expand...
Click to collapse
Nice man thanks so much! Now to get it up to date? It's not showing me an OTA notifications even when I check do I have to flash updates incrementally?
Sent from my HTC One_M8 using XDA Free mobile app