Hi ,
i have a HTC ONE mobile phone, few days before i tried to install cyangonMod but unfortunately due to faulty USB my installation broke up.
so i ended up with no OS installed on my HTC ONE. later i searched out the forum and rooted back to the ROM as it was.
i founded links for the RUU zip files to install but since my phone is not linked with any operator, i have no clue which link to use.
my friend suggested me a link which was
RUU_M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4
when i try to install the zip using the following commands
fastboot oem lock
fastboot oem rebootRUU
fastboot flash zip RUU_M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4.zip
i received following error
sending 'zip' (1010948 KB)...
OKAY [ 46.936s]
writing 'zip'...
(bootloader) signature checking
FAILED (remote: 12 signature ve
finished. total time: 133.252s
I have been trying all different ways but so far no solution.
could any one help me get back to my Android please
if my question is not clear or need any explanation please dont hesitate
Thank you in Advance
aamalraj said:
Hi ,
i have a HTC ONE mobile phone, few days before i tried to install cyangonMod but unfortunately due to faulty USB my installation broke up.
so i ended up with no OS installed on my HTC ONE. later i searched out the forum and rooted back to the ROM as it was.
i founded links for the RUU zip files to install but since my phone is not linked with any operator, i have no clue which link to use.
my friend suggested me a link which was
RUU_M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4
when i try to install the zip using the following commands
fastboot oem lock
fastboot oem rebootRUU
fastboot flash zip RUU_M7_UL_JB_50_HTC_Europe_1.20.401.1_Radio_4A.13.3227.06_10.27.1127.01_release_308001_signed_2_4.zip
i received following error
sending 'zip' (1010948 KB)...
OKAY [ 46.936s]
writing 'zip'...
(bootloader) signature checking
FAILED (remote: 12 signature ve
finished. total time: 133.252s
I have been trying all different ways but so far no solution.
could any one help me get back to my Android please
if my question is not clear or need any explanation please dont hesitate
Thank you in Advance
Click to expand...
Click to collapse
post the output of ''fastboot getvar all' minus imei/sn, otherwise we can't help
output of ''fastboot getvar all'
alray said:
post the output of ''fastboot getvar all' minus imei/sn, otherwise we can't help
Click to expand...
Click to collapse
D:\HTCOneRoot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-ON
(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: 4325mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.121s
aamalraj said:
D:\HTCOneRoot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-ON
(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: 4325mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.121s
Click to expand...
Click to collapse
You need this RUU, and because its a downgrade, you will need to s-off first and then flash hboot 1.44. After your phone will be back to stock 1.28.401.7 and you will receive ota to latest version. Follow this procedure and don't forget to thanks the OP for his awesome guide :good:.
The other option if you don't want/can't s-off is to use this rom (guru reset). this is the stock rom for your version, and you will be able to update ota after. Instructions for guru reset can be found here
Still not working
alray said:
You need this RUU, and because its a downgrade, you will need to s-off first and then flash hboot 1.44. After your phone will be back to stock 1.28.401.7 and you will receive ota to latest version. Follow this procedure and don't forget to thanks the OP for his awesome guide :good:.
The other option if you don't want/can't s-off is to use this rom (guru reset). this is the stock rom for your version, and you will be able to update ota after. Instructions for guru reset can be found here
Click to expand...
Click to collapse
The first solution didnt work cause since i have no OS in my HTC so adb functions are not working, since adb functions are not working so i cant do an s-off
The second solution: i dont know how to get the zip file inside my phone cause i cant execute adb sideload, is there anyother way to trasfer the file to the phone or is there any other way of executing it guru reset.
aamalraj said:
The first solution didnt work cause since i have no OS in my HTC so adb functions are not working, since adb functions are not working so i cant do an s-off.
The second solution: i dont know how to get the zip file inside my phone cause i cant execute adb sideload, is there anyother way to trasfer the file to the phone or is there any other way of executing it guru reset.
Click to expand...
Click to collapse
Boot your phone in TWRP recovery, dont select any option, just let the phone boot in twrp main menu
then:
Code:
adb push name_of_guru_reset_file.zip /sdcard/
then in twrp select install, chose the .zip and follow instruction in aroma installer.
alray said:
You need this RUU, and because its a downgrade, you will need to s-off first and then flash hboot 1.44. After your phone will be back to stock 1.28.401.7 and you will receive ota to latest version. Follow this procedure and don't forget to thanks the OP for his awesome guide :good:.
The other option if you don't want/can't s-off is to use this rom (guru reset). this is the stock rom for your version, and you will be able to update ota after. Instructions for guru reset can be found here
Click to expand...
Click to collapse
Thank you very much i got my OS back,
aamalraj said:
Thank you very much i got my OS back,
Click to expand...
Click to collapse
Glad for you :highfive:
Related
I wonder if anybody is able to assist at all?
I have a root HTC One M7 which I am having a lot of trouble returning to stock recovery. I am not using a custom ROM.
I've read multiple different forums and threads/techniques none of which I've been able to use successfully. Any help would be greatly appreciated.
The device is running Android v4.3 and when I went to identify the CID = GOOGL001
Which files should I be using to reflash the recovery?
Should the bootloader already be relocked?
I've seen all sorts of variance in advice but nothing which seems to work, and right now I have a device that will not boot properly, likely as the boot.img one of the techniques suggested was no good.
Thanks in advance. :cyclops:
Was it unlocked when you bought the device, if so, flash any unlocked ruu, this needs to be done using fastboot
Sent from my HTC One using XDA Premium 4 mobile app
speedyjay said:
Was it unlocked when you bought the device, if so, flash any unlocked ruu, this needs to be done using fastboot
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No it was locked.
Anybody else have any ideas?
the device is S-on and I cant change that as I can't boot the device through to the OS. Massive problems.
Has anybody discovered anything further on these devices with S-on? I managed to flash a Google Play edition firmware to the device which has it working and not rooted. However, it is not the correct firmware for the device and now I cannot update the device to new OS or some other things also like issues with WiFi etc..
Any help gratefully received. :fingers-crossed:
coligulus said:
Has anybody discovered anything further on these devices with S-on?
Click to expand...
Click to collapse
What do you mean here? What is your issue with the device and what is your goal?
alray said:
What do you mean here? What is your issue with the device and what is your goal?
Click to expand...
Click to collapse
Hi Alray, thanks for your response.
I have an HTC One M7 device which was rooted to conduct some research. I am trying to return the device to stock, not as I need a repair, just as I need a stock ROM back on the device. Due to the device being set to S-On I understood that there were some issues doing this. Subsequently when attempting to unroot I had a number of problems. The device was bricked for a long time. I finally found a Google Play version ROM for the HTC One which worked, however I have not been able to flash the stock recovery and thus I can now no longer use the OTA update function on the device.
Does that explain well enough or is there anything I can share to help with an answer. Thank you for taking the time to write.
coligulus said:
Hi Alray, thanks for your response.
I have an HTC One M7 device which was rooted to conduct some research. I am trying to return the device to stock, not as I need a repair, just as I need a stock ROM back on the device. Due to the device being set to S-On I understood that there were some issues doing this. Subsequently when attempting to unroot I had a number of problems. The device was bricked for a long time. I finally found a Google Play version ROM for the HTC One which worked, however I have not been able to flash the stock recovery and thus I can now no longer use the OTA update function on the device.
Does that explain well enough or is there anything I can share to help with an answer. Thank you for taking the time to write.
Click to expand...
Click to collapse
So yoou only need to flash the stock recovery for your phone?
please post the output of
Code:
fastboot getvar all
minus IMEI/SN
alray said:
So yoou only need to flash the stock recovery for your phone?
please post the output of
Code:
fastboot getvar all
minus IMEI/SN
Click to expand...
Click to collapse
Apologies for the delayed response.
ERROR: could not get pipe properties
(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.07.1700.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ********
(bootloader) imei: ********
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3858mV
(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
coligulus said:
Apologies for the delayed response.
ERROR: could not get pipe properties
(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.07.1700.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ********
(bootloader) imei: ********
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3858mV
(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
Click to expand...
Click to collapse
are you prompted there is an ota available.? If yes download it and extract the recovery.img file from the ota and then flash it to your phone.
Have you tried to restore your phone with this ruu.zip here?
alray said:
are you prompted there is an ota available.? If yes download it and extract the recovery.img file from the ota and then flash it to your phone.
Have you tried to restore your phone with this ruu.zip here?
Click to expand...
Click to collapse
Thanks for your response. I am prompted to update with an OTA KitKat update, however when selecting to update the device reboots to apply update but comes to Fastboot only and goes no further. How should I go about applying this update if not like that?
I am just downloading the RUU you linked to to see if that helps..
Thanks again.
coligulus said:
Thanks for your response. I am prompted to update with an OTA KitKat update, however when selecting to update the device reboots to apply update but comes to Fastboot only and goes no further. How should I go about applying this update if not like that?
I am just downloading the RUU you linked to to see if that helps..
Thanks again.
Click to expand...
Click to collapse
The response received when attempting to flash that RUU was as follows:
Downloads $ fastboot flash zip RUU\ Zip\ M7_Google\ Edition_4.4_3.58.1700.5.zip
ERROR: could not get pipe properties
target reported max download size of 1526722560 bytes
sending 'zip' (506183 KB)...
OKAY [ 17.258s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 70.149s
Any other ideas?
Dear Community,
I've bricked my HTC One by trying to install a custom rom. The device is Rooted but S-ON. HBOOT is 1.54 Unlocked BL
I spent about 7 hours trying to get out of the brick but with no success.
The following problems are making it difficult
- I cant use ADB since i am confined to the bootloader or the Recovery
- In CW Recovery I am unable to mount USB,,SD Card or System Partitions in custom Recovery (there seems to be a bigger problem in the partitions, somehow I managed to mess these up as well)
- I tried installing RUU but it fails in the middle of the process
- I can"t get S-OFF since the ADB is not working
- The Device has a base version of 2.xx so I can't flash the older RUUs I assume
- I don"t know which exact RUU version i can use to Flash via Fastboot.
With the limited tools that are at my disposal, how can i unbrick the phone?
I would really appreciate if someone could provide me with the exact steps to get this thing working again. I know, I messed up and made some stupid mistakes but I am sure as hell sorry for it !!
Thanks everyone!
exxi said:
Dear Community,
I've bricked my HTC One by trying to install a custom rom. The device is Rooted but S-ON. HBOOT is 1.54 Unlocked BL
I spent about 7 hours trying to get out of the brick but with no success.
The following problems are making it difficult
- I cant use ADB since i am confined to the bootloader or the Recovery
- In CW Recovery I am unable to mount USB,,SD Card or System Partitions in custom Recovery (there seems to be a bigger problem in the partitions, somehow I managed to mess these up as well)
- I tried installing RUU but it fails in the middle of the process
- I can"t get S-OFF since the ADB is not working
- The Device has a base version of 2.xx so I can't flash the older RUUs I assume
- I don"t know which exact RUU version i can use to Flash via Fastboot.
With the limited tools that are at my disposal, how can i unbrick the phone?
I would really appreciate if someone could provide me with the exact steps to get this thing working again. I know, I messed up and made some stupid mistakes but I am sure as hell sorry for it !!
Thanks everyone!
Click to expand...
Click to collapse
What is your fastboot getvar all output (remove imei/serial no)
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4D.18.3250.18
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.111.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 4008mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.046s
Thanks for the help bud!
exxi said:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4D.18.3250.18
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.111.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 4008mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.046s
Thanks for the help bud!
Click to expand...
Click to collapse
boot to recovery and try adb devices .. you sure adb is broken?
yes ADB is not working
Ive just tired to flash via Fastboot. This is what I got
C:\Users\...\Desktop\OneDrivers_Fastboot\Fastboot>fastboot flash zip "RUU Zip M
7_UL_JB_50_HTC_Europe_1.28.401.7_Radio_4A.13.3231.27_10.31.1131.05_release_31087
8_signed.zip"
sending 'zip' (1009792 KB)...
OKAY [ 47.952s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 48.227s
Do i need to edit the txt file in the ZIP to make it match or why has it failed. What do I need to add in the txt?
I actually Just checked again in recovery and ADB WORKS!! Awesome. How can i make it happen ?
exxi said:
I actually Just checked again in recovery and ADB WORKS!! Awesome. How can i make it happen ?
Click to expand...
Click to collapse
get this file instead
http://www.htc1guru.com/dld/guru_reset_m7_2-24-111-3-zip/
then you can put it in your adb/fastboot folder and rename it gurureset.zip
then simply
adb sideload gurureset.zip
or adb push gurureset.zip
be careful not to rename it gurureset.zip.zip
Thanks, thats quite a find! Download will take a while since I only have 5mbits. How do I proceed? Do I push through ADB and install it VIA recovery? How about the Bootloader, do I need to lock it first? and also, what"s the problem with the paritions? why cant I mount them?
Thanks!
exxi said:
Thanks, thats quite a find! Download will take a while since I only have 5mbits. How do I proceed? Do I push through ADB and install it VIA recovery? How about the Bootloader, do I need to lock it first? and also, what"s the problem with the paritions? why cant I mount them?
Thanks!
Click to expand...
Click to collapse
no need to lock the bootloader
this file flashes the same as a rom in recovery and uses Aroma
in the Aroma choose NO to stock recovery / and Radio
and choose Yes to Root
adb push will work just fine just be patient
it"s looking rather spicy my friend. I sideloaded the file and now its installing! Cross my heart and hope to die.. we will know if it works in a few minutes. I really thank you for your emergency help !! People like you make the community worth while!
THANK YOU
So far the progress bar has not moved at all. installing is still as 0 percent. Lets hope something moves
I suspect that the file systems or partitions are corrupt. Thats why I am unable to mount some partitions. Is there any way to fix it before I retry flashing the rom?
I wiped again with the recovery and now it seems to be installing. Lets see what happens !
It works! Thanks !!!
exxi said:
It works! Thanks !!!
Click to expand...
Click to collapse
I knew you could do it
clsA said:
I knew you could do it
Click to expand...
Click to collapse
I'm just impressed by the forthcoming Nature of people like you. I mean you could have just left me to figure it out on my own and struggle for a few more days instead you decided to follow the topic and make time for me! Thanks again
exxi said:
I'm just impressed by the forthcoming Nature of people like you. I mean you could have just left me to figure it out on my own and struggle for a few more days instead you decided to follow the topic and make time for me! Thanks again
Click to expand...
Click to collapse
your welcome ..and we use a thanks button so others can tell who their dealing with
Hi, Hope this post is in the right place, apologies if not.
I recently got a HTC One (M7) which was already unlocked, S-OFF and rooted and had 4.4 on it but i wanted to upgrade that OS so installed GPE and then it updated a few times to 5.01 which was all good but now i want to go back to 4.4 and this is the problem i'm having.
I'm in the UK using a O2 UK RUU file which i know does work but now when i go to use it i get as far as 'Checking Header' (5%) and thats it ..it wont go any further? I have tried in compatibility mode but that just returns errors.. I am using Fastboot & ADB tools and tried pushing the firmware but i'm really quite a novice when it comes t stuff like this ..
I tried fastboot getvar and all i get it a list of commands now which i dont understand
I do know my CID is 111111
Here's the Bootloader Info:
*** UNLOCKED***
M7 UL PVT SHIP S-OFF RH
CID 11111111
HBOOT 1.54.0000
RADIO 4T.30.3218.21
OPEN DSP v34.120.274.0429
OS 5.11. 1700 .3
All i want to do it flash the phone back to original Stock with OS 4.4 ..
also, when i try to go into recovery it wont let me, i get the green android laying on his back with a red exclamation on him and pressing up with power dont take me into recovery.
Any idea's please?
I would like to thank xda and it's members for all the help previously.. thanks guys
Craig_CFC said:
Hi, Hope this post is in the right place, apologies if not.
I recently got a HTC One (M7) which was already unlocked, S-OFF and rooted and had 4.4 on it but i wanted to upgrade that OS so installed GPE and then it updated a few times to 5.01 which was all good but now i want to go back to 4.4 and this is the problem i'm having.
I'm in the UK using a O2 UK RUU file which i know does work but now when i go to use it i get as far as 'Checking Header' (5%) and thats it ..it wont go any further? I have tried in compatibility mode but that just returns errors.. I am using Fastboot & ADB tools and tried pushing the firmware but i'm really quite a novice when it comes t stuff like this ..
I tried fastboot getvar and all i get it a list of commands now which i dont understand
I do know my CID is 111111
Here's the Bootloader Info:
*** UNLOCKED***
M7 UL PVT SHIP S-OFF RH
CID 11111111
HBOOT 1.54.0000
RADIO 4T.30.3218.21
OPEN DSP v34.120.274.0429
OS 5.11. 1700 .3
All i want to do it flash the phone back to original Stock with OS 4.4 ..
also, when i try to go into recovery it wont let me, i get the green android laying on his back with a red exclamation on him and pressing up with power dont take me into recovery.
Any idea's please?
I would like to thank xda and it's members for all the help previously.. thanks guys
Click to expand...
Click to collapse
Flash the firmware that matches your RUU first
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
then flash the RUU ... RUU gets stuck on the Hboot update step, flashing firmware first eliminates this problem
clsA said:
Flash the firmware that matches your RUU first
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
then flash the RUU ... RUU gets stuck on the Hboot update step, flashing firmware first eliminates this problem
Click to expand...
Click to collapse
Hi and thank you for your help.. i tried looking for the correct firmware.zip but after trying to flash it i get errors and 'fails' i'm not exactly sure which firmware i should be using - i did go to HTC site and selected what i thought were O2 UK FW files (1 was MR 3, 1 MR2 and 2 x zip files) so i assumed the .zip files were the FW files but its with these i got the errors. When i flashed them it did read them but aftr a few seconds returned a fail.
The RUU i am trying to put back on is RUU_M7_UL_K44_SENSE55_MR_O2_UK_4.20.206.16_Radio_4A.23.3263.28_10.38r.1157.04L_release_353143_signed_2 which i know works on my device as i used it before i installed the GPE.
Any ideas please? I'm sorry i cant provide any more information.
Getvar Info:
C:\Users\Craig\Desktop\platform-tools>fastboot g
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.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:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: o2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4097mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-5d4c562c
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.152s
C:\Users\Craig\Desktop\platform-tools>
Thanks again!
Craig_CFC said:
Hi and thank you for your help.. i tried looking for the correct firmware.zip but after trying to flash it i get errors and 'fails' i'm not exactly sure which firmware i should be using - i did go to HTC site and selected what i thought were O2 UK FW files (1 was MR 3, 1 MR2 and 2 x zip files) so i assumed the .zip files were the FW files but its with these i got the errors. When i flashed them it did read them but aftr a few seconds returned a fail.
The RUU i am trying to put back on is RUU_M7_UL_K44_SENSE55_MR_O2_UK_4.20.206.16_Radio_4A.23.3263.28_10.38r.1157.04L_release_353143_signed_2 which i know works on my device as i used it before i installed the GPE.
Any ideas please? I'm sorry i cant provide any more information.
Getvar Info:
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-main: 6.09.401.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: o2___001
(bootloader) security: off
all: Done!
finished. total time: 0.152s
C:\Users\Craig\Desktop\platform-tools>
Thanks again!
Click to expand...
Click to collapse
Well you phone is having a bit of an identity crises
you have hboot 1.54 ( assume it's the Dark bootloader for GPE)
your Firmware version is 6.x.401.x which is for the International version
and your CID is O2
I'm going to recommend you convert to International by changing you CID
fastboot oem writecid HTC__001
then flash this firmware
https://www.androidfilehost.com/?fid=23329332407574077
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot
followed by this RUU
http://www.androidruu.com/getdownlo...10.38r.1157.04L_release_353069_signed_2-1.exe
or
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.exe - 1.50 GB
Maybe a little late but you could also try this:
http://forum.xda-developers.com/showthread.php?t=2358781
Go to post #2 and follow those instructions. Then flash whatever RUU you want.
I converted to GPE one time, didn't like it and also had trouble getting back to KK.
ANGRY_robert said:
Maybe a little late but you could also try this:
http://forum.xda-developers.com/showthread.php?t=2358781
Go to post #2 and follow those instructions. Then flash whatever RUU you want.
I converted to GPE one time, didn't like it and also had trouble getting back to KK.
Click to expand...
Click to collapse
Thanks again for the help.. much appreciated - im using TWRP v2.7 and wiped the whole phone by accident - i'm trying to push (adb sideload fw_4.19.401.9_custom.zip) but keeps coming back as no device - i have a yellow exclamation in device manager under 'other devices' 'one' and cant seem to find a windows 7 driver for this? once i can push or sideload the firmware i can flash it correct?
Thanks again
So to refresh my memory, you were on stock GPE and want to go back to stock sense correct? Now you have wiped the phone using twrp and twrp is all that is left?
Sent from my HTC One using XDA Free mobile app
ANGRY_robert said:
So to refresh my memory, you were on stock GPE and want to go back to stock sense correct? Now you have wiped the phone using twrp and twrp is all that is left?
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
Yes thats correct - i'm new to all this flashing stuff but have been reading lots of various posts on xda ...
This is whats returned from fastboot flash:
C:\Users\Craig\Desktop\platform-tools>fastboot flash zip fw_4.19.401.9_custom.zi
p
target reported max download size of 1526722560 bytes
sending 'zip' (27605 KB)...
OKAY [ 2.357s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 2.408s
C:\Users\Craig\Desktop\platform-tools>
and...
C:\Users\Craig\Desktop\platform-tools>adb push zip fw_4.19.401.9_custom.zip
adb server is out of date. killing...
* daemon started successfully *
error: device not found
i really dont know what to do now - i have all the correct files in the platform tools folder where i run the fastboot & adb commands (firmware & ruu) and have changed the CID to HTC___001
When i'm in recovery mode (TWRP) i get the yellow exclamation (screenshot hopefully attached)
First you need to get the driver working. Click on "one" and see if you can select from a list of devices on the pc. Now if the last working firmware on the phone was gpe then you need to push/sideload a gpe based Rom. This is because the partition structure is different than sense. You need to get a working Rom onto the phone first.
Sent from my HTC One using XDA Free mobile app
Craig_CFC said:
Yes thats correct - i'm new to all this flashing stuff but have been reading lots of various posts on xda ...
This is whats returned from fastboot flash:
C:\Users\Craig\Desktop\platform-tools>fastboot flash zip fw_4.19.401.9_custom.zi
p
target reported max download size of 1526722560 bytes
sending 'zip' (27605 KB)...
OKAY [ 2.357s]
writing 'zip'...
FAILED (remote: not allowed) You get this when the bootloader is locked did you relock the bootloader ?
finished. total time: 2.408s
C:\Users\Craig\Desktop\platform-tools>
and...
C:\Users\Craig\Desktop\platform-tools>adb push zip fw_4.19.401.9_custom.zip This is useless the firmware has to be flashed in fastboot RUU mode
adb server is out of date. killing...
* daemon started successfully *
error: device not found
i really dont know what to do now - i have all the correct files in the platform tools folder where i run the fastboot & adb commands (firmware & ruu) and have changed the CID to HTC___001
When i'm in recovery mode (TWRP) i get the yellow exclamation (screenshot hopefully attached)
Click to expand...
Click to collapse
Read my instructions again in post 4 and follow them
Your drivers are easy to fix see post 2 faq 2 here >> http://forum.xda-developers.com/showthread.php?t=2541082
clsA said:
Read my instructions again in post 4 and follow them
Your drivers are easy to fix see post 2 faq 2 here >> http://forum.xda-developers.com/showthread.php?t=2541082
Click to expand...
Click to collapse
Thank you clsA, i'm doing this now - flashed firmware success.. just adding the RUU now - will let you know how it goes
Craig_CFC said:
Thank you clsA, i'm doing this now - flashed firmware success.. just adding the RUU now - will let you know how it goes
Click to expand...
Click to collapse
All fixed thank you so much - back to good old KitKat thanks for all your help !! very very much appreciated
Craig_CFC said:
All fixed thank you so much - back to good old KitKat thanks for all your help !! very very much appreciated
Click to expand...
Click to collapse
your welcome // Please use the Thanks button below my name
clsA said:
your welcome // Please use the Thanks button below my name
Click to expand...
Click to collapse
Getvar Info:
C:\Users\Craig\Desktop\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.25.3263.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.11
(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__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3860mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.076s
Thanks again, ive clicked the like button
Craig_CFC said:
Getvar Info:
C:\Users\Craig\Desktop\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.25.3263.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.11
(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__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3860mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.076s
Thanks again, ive clicked the like button
Click to expand...
Click to collapse
Looks good .. you should get some OTA updates almost immediately
clsA said:
Looks good .. you should get some OTA updates almost immediately
Click to expand...
Click to collapse
Had 2 OTA's immediately - phone is running sweet again :good: :good:
so I'm trying to flash the new Venom 8.0.0 but to do that I gotta update the firmware but I can't see what firmware I have since fastboot getvar mainver gives the following results:
"mainver:
finished. total time: 0.000s"
Anyone know whats wrong?
Thanks.
Rogueaholic said:
so I'm trying to flash the new Venom 8.0.0 but to do that I gotta update the firmware but I can't see what firmware I have since fastboot getvar mainver gives the following results:
"mainver:
finished. total time: 0.000s"
Anyone know whats wrong?
Thanks.
Click to expand...
Click to collapse
its an issue with flashing a custom recovery, post your fastboot getvar all please without imei and serial number and we can probably tell you what you version main is.
Rogueaholic said:
so I'm trying to flash the new Venom 8.0.0 but to do that I gotta update the firmware but I can't see what firmware I have since fastboot getvar mainver gives the following results:
"mainver:
finished. total time: 0.000s"
Anyone know whats wrong?
Thanks.
Click to expand...
Click to collapse
yeah twrp had a bug that hides the mainver... I can tell you first hand if your on hboot 1.54 your software version is 2.x or 3.x at the highest
and the lollipop roms are not going to work until you update the firmware (7.x)
Flash an old Stock Rom like this >> https://www.androidfilehost.com/?w=files&flid=22071
and use Rumrunner to get s-off
clsA said:
yeah twrp had a bug that hides the mainver... I can tell you first hand if your on hboot 1.54 your software version is 2.x or 3.x at the highest
and the lollipop roms are not going to work until you update the firmware (7.x)
Flash an old Stock Rom like this >> https://www.androidfilehost.com/?w=files&flid=22071
and use Rumrunner to get s-off
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: xxxxx
(bootloader) imei: xxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3835mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.065s
I have 4.4.3 venom rom atm if that changes anything
Rogueaholic said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: xxxxx
(bootloader) imei: xxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3835mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.065s
I have 4.4.3 venom rom atm if that changes anything
Click to expand...
Click to collapse
your phone is already s-off, you can flash any RUU you like, then update to the latest, then flash a custom recovery and then flash Venom rom if thats what you want.
Seanie280672 said:
your phone is already s-off, you can flash any RUU you like.
Click to expand...
Click to collapse
Yeah I just got that one done but whenever I type
fastboot oem rebootRUU
and then fastboot flash zip 6.09.401.5-FULL_STOCK_WIPE.zip
it just says "<waiting for device>" waited for 30 minutes and nothing happened :s rebooted 5 times and tried same process every time.
Thanks for the quick responses!
EDIT: fastboot oem rebootRUU works but the fastboot flash zip doesn't.
Rogueaholic said:
Yeah I just got that one done but whenever I type
fastboot oem rebootRUU
and then fastboot flash zip 6.09.401.5-FULL_STOCK_WIPE.zip
it just says "<waiting for device>" waited for 30 minutes and nothing happened :s rebooted 5 times and tried same process every time.
Thanks for the quick responses!
EDIT: fastboot oem rebootRUU works but the fastboot flash zip doesn't.
Click to expand...
Click to collapse
when you get to RUU mode, check your computer see's the phone in device manager, waiting for device is a driver problem.
and just flash straight to 7.19.401.2, follow the instructions here: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944 download much further down the page, make sure you get the right one, 3rd one up from the bottom.
Seanie280672 said:
when you get to RUU mode, check your computer see's the phone in device manager, waiting for device is a driver problem.
and just flash straight to 7.19.401.2, follow the instructions here: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944 download much further down the page, make sure you get the right one, 3rd one up from the bottom.
Click to expand...
Click to collapse
Well around 10 minutes ago it randomly worked.. But you think if I flash 7.19.401.2 I could get the venom 8.0 ROM up and running?
Sorry for the stupid questions :d
EDIT: I'm retarded, sorry. Found the answer: yes
ViperOne 8.0.0 (March 8)
Re-based on 7.19.401.2
Thanks so much!
Rogueaholic said:
Well around 10 minutes ago it randomly worked.. But you think if I flash 7.19.401.2 I could get the venom 8.0 ROM up and running?
Sorry for the stupid questions :d
Click to expand...
Click to collapse
not stupid, better to ask, are you after stock rom at all or just want to get your firmware up to speed ?
if you dont want stock rom at all, then no point flashing that file, just flash the firmware for it from here: https://www.androidfilehost.com/?fid=95916177934534374
then flash twrp 2.8.5.0 recovery, copy viper to the internal storage and flash it.
Hi, im a complete newbie and recently decided to change the ROM on my HTC One M8 Sprint (Unlocked, Rooted, S-ON) phone. This phone was rooted and had ViperOne M8 1.8 Installed in it when I acquired it. Few days ago, following some threads I made a Titanium Backup, a Nandroid backup (Uncompressed) and then tried installing CM12 in the phone. It showed an error saying bootloader 3.18/3.19 is needed and I have 3.16. I then tried to restore my Nandroid. It shows success but then gets stuck in a bootloop. It is now soft-bricked, and I cannot get any ROM to work. I tried installing ViperOne 2.0, it shows success but doesn't boot. CM12 is also showing the same error and ViperOne is not working. I really need to get this fixed ASAP please help!!!! I dont know how to update the android also!!!!
HTC One M8
Harmon/Kardon Edition
Sprint
Android 4.4
Unlocked, Rooted
TWRP v2.7.0.2
Btw, I had a custom boot animation that I had flashed, and it still plays. Just FYI.
I wanted to install a ROM with android 5.0.x and keep my phone up to date and was frankly bored with the old interface!
Try updating your twrp
I really dont know how to do that. I am a newbie!
Pencil_Case said:
I really dont know how to do that. I am a newbie!
Click to expand...
Click to collapse
Download the latest from link above.
Follow the Fastboot Install Method (No Root Required) from HERE
Problem while flashing recovery
Sloth said:
Download the latest from link above.
Follow the Fastboot Install Method (No Root Required) from
Click to expand...
Click to collapse
When running the code fastboot flash recovery twrp.img
I get error: cannot load 'recovery.img'
Please help!!! I have tried renaming, using a new download etc still not working!
Sloth said:
Download the latest from link above.
Follow the Fastboot Install Method (No Root Required) from HERE
Click to expand...
Click to collapse
This is the result from running the command fastboot getvar all:
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.05.20.0321_2
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 99000499098300
(bootloader) product: m8_whl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B70000
(bootloader) cidnum: SPCS_004
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: ab0efa49
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.005s
Check PM
Sloth said:
Check PM
Click to expand...
Click to collapse
What is PM? (Again, noob here)
lol no problem
PM = Private Message
Pencil_Case said:
When running the code fastboot flash recovery twrp.img
I get error: cannot load 'recovery.img'
Please help!!! I have tried renaming, using a new download etc still not working!
Click to expand...
Click to collapse
Are you properly linking the file path ?