firmware flash - One (M7) Q&A, Help & Troubleshooting

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

Related

problem with flash new firmware

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

Help needed- custom recovery

Hi,
I was rooting my HTC ONE M7 and i unlocked the bootloader and thru cmd i flashed TWRP 2.5.0 and now it shows tampared and unlocked. And when i click on recovery it enters into TWRP recovery but i cannot operate it as it doest not work. It freezes and i cannot click on any button and i typed command in cmd "fastboot erase cache" to erase cache and still doesnt work and then i thought may be its an older version so i downloaded the latest version 2.6.3.0 and try to flash it thru cmd but evrytime i do it it says "error: cannot load 'openrecovery-twrp-2.6.3.0-m7'.. I dont know what to do to root it and install twrp recovery..Pl help i would really apprecitae your efforts..
I have the latest hboot version 1.54 with 4.2.2. Thnaks
You may need to side load via ADB
your post also reads that you are unsure of how to do things so
Read these they will explain and assist the Hansoons all in one is for the faint hearted, but very good
http://forum.xda-developers.com/showthread.php?t=2265618
http://forum.xda-developers.com/showthread.php?t=2365506
http://forum.xda-developers.com/showthread.php?t=2183942
L0rdNels0n said:
You may need to side load via ADB
your post also reads that you are unsure of how to do things so
Read these they will explain and assist the Hansoons all in one is for the faint hearted, but very good
http://forum.xda-developers.com/showthread.php?t=2265618
http://forum.xda-developers.com/showthread.php?t=2365506
http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
Sideload a custom recovery? What? Haha
Your phone has the updated touch drivers. That is why twrp won't work. Go to their thread. Redownload the newest version. Rename it TWRP.img. Make sure its in the same folder as your fastboot files. Hold shift and right click inside the folder. Select open command prompt here. Connect the phone while its in bootloader. "fastboot flash recovery TWRP.img" "fastboot erase cache".
Good luck.
Sent from my HTC One using XDA Premium 4 mobile app

Converted to GPE

I have recently changed my MID and CID of my HTC One to enable me to flash a GPE RUU. Everything is currently going fine, however I am unable to unlock the stock Google bootloader, meaning I am unable to root and flash a custom recovery. I have tried fastboot oem unlock, and have also tried flashing an unlock token from HTCDev, all with unsuccessful results. Could anyone suggest what to do next as I would like to flash some mods to add to the HTC to make it better.
Thank you.
Sent from my HTC One using XDA Premium 4 mobile app
Known issue, basically you're stuck.
http://forum.xda-developers.com/showthread.php?t=2719281
http://forum.xda-developers.com/showthread.php?t=2547365
Are you s-off? Then you can unlock by other means.
I have just come across this thread... http://forum.xda-developers.com/showthread.php?t=2358781
Would I not be able to reflash the pre-rooted GPE RUU in that thread or would it need to be rooted in the first place?
Sent from my HTC One using XDA Premium 4 mobile app
jackhiggins said:
I have just come across this thread... http://forum.xda-developers.com/showthread.php?t=2358781
Would I not be able to reflash the pre-rooted GPE RUU in that thread or would it need to be rooted in the first place?
Click to expand...
Click to collapse
Do you have root in your current rom? If so grab Flashify from play store and use it to flash twrp recovery img.
I have no root privileges at all. I have tried downloading SuperSU and Superuser from the Play Store and neither have been able to install binaries. I have s-off, so what other methods could I use?
Sent from my HTC One using XDA Premium 4 mobile app
jackhiggins said:
I have no root privileges at all. I have tried downloading SuperSU and Superuser from the Play Store and neither have been able to install binaries. I have s-off, so what other methods could I use?
Click to expand...
Click to collapse
Ah, then we'll play a little trick. Since you're s-off you can flash unsigned firmware, so here's a firmware.zip that contains only TWRP recovery.
firmware_twrp.zip
Download the file (hit Ctrl-S to download the zip after clicking the link) and flash it via fastboot:
Code:
fastboot oem rebootRUU
fastboot flash zip firmware_twrp.zip
fastboot erase cache
fastboot reboot-bootloader
After reboot select Bootloader, then select Recovery and you'll boot into TWRP. From there you can flash SuperSU.zip to gain root or mods, etc.
cschmitt said:
Ah, then we'll play a little trick. Since you're s-off you can flash unsigned firmware, so here's a firmware.zip that contains only TWRP recovery.
firmware_twrp.zip
Download the file (hit Ctrl-S to download the zip after clicking the link) and flash it via fastboot:
Code:
fastboot oem rebootRUU
fastboot flash zip firmware_twrp.zip
fastboot erase cache
fastboot reboot-bootloader
After reboot select Bootloader, then select Recovery and you'll boot into TWRP. From there you can flash SuperSU.zip to gain root or mods, etc.
Click to expand...
Click to collapse
This worked perfectly thank you very much!

Stuck on recovery

i have the 802w model
i accidentally flashed the recovery as "fastboot flash boot boot.img"
so now i have the CWM as my system
i tried to flash an ruu ( PN07IMG_M7C_DUG_K44_SENSE55_MR_HTCCN_CHS_CU_4.21.1 402.3_Radio_1237.28.34.0106_release_309439.zip ) using different methods
but always the "signature verfi faild " pops up
im s-on btw with Hboot 2.27
the attachment is the out of the box build
please it urgent
its not my device
PHOENIX-9 said:
i have the 802w model
i accidentally flashed the recovery as "fastboot flash boot boot.img"
so now i have the CWM as my system
i tried to flash an ruu ( PN07IMG_M7C_DUG_K44_SENSE55_MR_HTCCN_CHS_CU_4.21.1 402.3_Radio_1237.28.34.0106_release_309439.zip ) using different methods
but always the "signature verfi faild " pops up
im s-on btw with Hboot 2.27
the attachment is the out of the box build
please it urgent
its not my device
Click to expand...
Click to collapse
boot.img is the kernel, not the system.
have you tried the fastboot flash command with a valid boot.img (not revcovery)?
or if you were trying to flash recovery and not boot.img have you tried again using the right command?
sounds like it should be easier to fix than go back to stock with ruu....
Surely flashing a Rom in recovery would fix that?
Sent from my GT-I9305 using xda app-developers app
im already on the stock ruu but its rooted
where can i find this boot.img for my build (mentioned in the pic )
nateboi81 said:
Surely flashing a Rom in recovery would fix that?
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
im s-on so im not sure if that's gonna make any difference
and my biggest problem is the signature verification (in recovery and boot-loader )
You cab disable signature verification in cwm. And as you are s on you can only flash newer versions or RUU not old ones. Flashing a Rom any Rom would flash the boot image and should be all good
Sent from my GT-I9305 using xda app-developers app
i tried both methods
cwm signature is disabled but still cant flash
i tried the 4.4.2 ruu but the same problem even when im using bootloader
PHOENIX-9 said:
i tried both methods
cwm signature is disabled but still cant flash
i tried the 4.4.2 ruu but the same problem even when im using bootloader
Click to expand...
Click to collapse
you trying to flash an ruu or custom rom?
cr1960 said:
you trying to flash an ruu or custom rom?
Click to expand...
Click to collapse
RUU
PHOENIX-9 said:
i have the 802w model
i accidentally flashed the recovery as "fastboot flash boot boot.img"
so now i have the CWM as my system
i tried to flash an ruu ( PN07IMG_M7C_DUG_K44_SENSE55_MR_HTCCN_CHS_CU_4.21.1 402.3_Radio_1237.28.34.0106_release_309439.zip ) using different methods
but always the "signature verfi faild " pops up
im s-on btw with Hboot 2.27
the attachment is the out of the box build
please it urgent
its not my device
Click to expand...
Click to collapse
Open the ruu zip that you downloaded, extract the boot.img and flash it with fastboot flash boot boot.img.
cschmitt said:
Open the ruu zip that you downloaded, extract the boot.img and flash it with fastboot flash boot boot.img.
Click to expand...
Click to collapse
yah for some reason im getting the .zip file is corrupted :\
this happened in 2 ruus
PHOENIX-9 said:
yah for some reason im getting the .zip file is corrupted :\
this happened in 2 ruus
Click to expand...
Click to collapse
rom.zip is encrypted you can't extract from it
find your stock recovery here >> http://d-h.st/users/guich/?fld_id=29380#files
If it's not their you'll need a decrypted RUU to extract the boot.img
PHOENIX-9 said:
yah for some reason im getting the .zip file is corrupted :\
this happened in 2 ruus
Click to expand...
Click to collapse
The ruu is probably encrypted, so you can't open it. Find someone with the same firmware and ask them to make a backup of their boot partition, you can then flash the boot image backup in fastboot.

Help Reverting back to stock/flashing RUU

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

Categories

Resources