Hi all.
I have a problem with updating my HTC One
The thing is:
A year ago I've rooted my phone, it was S-ON.
A couple days ago i wanted to return to STOCK.
I've relocked my bootloader (now it says Temperd , Relocked), put stock recovery and installed Stock ROM (4.4.2, software number: 5.11.401.10).
Today I got update to Android 4.4.3, witch I've downloaded. But when i click on Install, it reboots into recovery and starts to update.
But after a couple of seconds it stops and on diplay apears red triangle with exclamation point!
And the update is not installed...
Any help or links would do great!!
THANKS
:highfive:
ico86 said:
Hi all.
I have a problem with updating my HTC One
The thing is:
A year ago I've rooted my phone, it was S-ON.
A couple days ago i wanted to return to STOCK.
I've relocked my bootloader (now it says Temperd , Relocked), put stock recovery and installed Stock ROM (4.4.2, software number: 5.11.401.10).
Today I got update to Android 4.4.3, witch I've downloaded. But when i click on Install, it reboots into recovery and starts to update.
But after a couple of seconds it stops and on diplay apears red triangle with exclamation point!
And the update is not installed...
Any help or links would do great!!
THANKS
:highfive:
Click to expand...
Click to collapse
post a fastbot getvar all except imei and serialno
this error is caused because your phone is not stock either some missing files or some modified files in /system or /data/preload
redo the ota installation and when in stock recovery, press volume up then power and release both, you will see the ota installation progress and which file is missing/modified
alray said:
post a fastbot getvar all except imei and serialno
this error is caused because your phone is not stock either some missing files or some modified files in /system or /data/preload
redo the ota installation and when in stock recovery, press volume up then power and release both, you will see the ota installation progress and which file is missing/modified
Click to expand...
Click to collapse
from fastboot getvar all:
(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: 2.24.401.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: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3935mV
(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
I'll try "presing vol up and then vol down" when the phone trys to install OTA update
EDIT: I've tried to reinstal the OTA update. While it installs (grean circle with down arrow), I've tried to press Vol Up and Vol down at the same time. Nothing hapnes... I've tried to pres Vol Up and after that Vol down. Still notihing happens...
ico86 said:
from fastboot getvar all:
(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: 2.24.401.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: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3935mV
(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
I'll try "presing vol up and then vol down" when the phone trys to install OTA update
Click to expand...
Click to collapse
The firmware version (2.24.401.1) doesn't match your software version (5.11.401)
re-unlock your bootloader, flash twrp recovery, flash this rom: http://www.htc1guru.com/dld/guru_reset_m7_2-24-401-1-zip/
when flashing the rom, select stock recovery, stock radio, wipe, and don't select root, then you'll be fine taking ota updates.
alray said:
The firmware version (2.24.401.1) doesn't match your software version (5.11.401)
re-unlock your bootloader, flash twrp recovery, flash this rom: http://www.htc1guru.com/dld/guru_reset_m7_2-24-401-1-zip/
when flashing the rom, select stock recovery, stock radio, wipe, and don't select root, then you'll be fine taking ota updates.
Click to expand...
Click to collapse
Thanks... I'll try this later... Hope it works :good:
I have downloaded the ROM, unlocked bootloader...
But, when I want to flash recovery, i get stuck...
in cmd I write this:
F:\One\mini-sdk>fastboot boot openrecovery-twrp-2.7.1.1-m7.img
downloading 'boot.img'...
OKAY [ 1.170s]
booting...
OKAY [ -0.000s]
finished. total time: 1.180s
F:\One\mini-sdk>fastboot flash recovery openrecovery-twrp-2.7.1.1-m7.img
and it doesn't move a bit...
(I have tried to flash openrecovery-twrp-2.7.1.1-m7)
If I could install recovery, the instalation of ROM would be easy...
ico86 said:
I have downloaded the ROM, unlocked bootloader...
But, when I want to flash recovery, i get stuck...
in cmd I write this:
F:\One\mini-sdk>fastboot boot openrecovery-twrp-2.7.1.1-m7.img
downloading 'boot.img'...
OKAY [ 1.170s]
booting...
OKAY [ -0.000s]
finished. total time: 1.180s
F:\One\mini-sdk>fastboot flash recovery openrecovery-twrp-2.7.1.1-m7.img
and it doesn't move a bit...
(I have tried to flash openrecovery-twrp-2.7.1.1-m7)
If I could install recovery, the instalation of ROM would be easy...
Click to expand...
Click to collapse
not fastboot boot recovery! this command will freeze your bootloader
reboot your phone in bootloader again
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
use 2.6.3.3
alray said:
not fastboot boot recovery! this command will freeze your bootloader
reboot your phone in bootloader again
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
use 2.6.3.3
Click to expand...
Click to collapse
Thanks... I've instaled the ROM you recomended... And now the phone's bootloader is relocked...
But, now i have Android 4.2.2 on my phone...
And when i check for updates it says that there are no updates... (but there is 4.4.3.)
How to update it?
Thanks
EDIT: After restarting the phone everything works...
THANKS for help ... :highfive:
Related
Hi all
I have a HTC One (M7). Its has been rooted and was running 4.3. Tried to update to 4.4 and flashed an Android Revolution HD ROM. Not sure if it was the wrong ROM or if I wasn't S-OFF. Now i am stuck on HTC boot screen. When i try to load into recovery it flashes up for a second and then goes back to HTC boot image.
Have tried to flash a new recovery using EZtoolkit - Flashed TWRP - didnt help, still cant get in.
Also used the toolkit to erase the cache but hasnt helped.
Any suggestions??
Output of fastboot getvar all?
SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
Sorry mate. Im not the best with this.
How do i find this?
SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(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: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(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: 4199mV
(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.150s
Think this is what u mean
Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(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: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(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: 4199mV
(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.150s
Think this is what u mean
Click to expand...
Click to collapse
Download: http://goo.im/devs/philz_touch/CWM_Advanced_Edition/m7ul//philz_touch_6.08.9-m7ul.img
Connect your phone to USB.
Go to bootloader >> fastboot mode (fastboot USB) - [power + volume down].
Code:
fastboot flash recovery philz_touch_6.08.9-m7ul.img
Do not turn off USB in phone and turn off your phone.
You go to recovery?
Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(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: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(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: 4199mV
(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.150s
Think this is what u mean
Click to expand...
Click to collapse
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Don't use toolkits.. Get used to using fastboot and adb.. Download fastboot and adb from here.. Read the guide. Once setup, from within the fastboot and adb folder, Shift*key and*right click*on the*folder. open Command window here..
Connect your phone to PC while in bootloader screen.
Make sure fastboot USB is shown on bootloader
Then type..
Fastboot devices. A seemingly random number should be shown.
If it is.. Type fastboot erase cache.
fastboot reboot
PS.. Make sure you are using TWRP 2.6.3.3.
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Rename to recovery
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot
Sent from my Nexus 7 using XDA Premium 4 mobile app
SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
Ok im downloading the ZIp file now. If flash that could i then flash a stock ROM and return fully to stock and get an OTA update to 4.4?
SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
You are a star mate. RUU flashed and then it loadeded up into TWRP straight away without me even flashing it again.
Just downlaoding a 4.3 ROM now
SaHiLzZ said:
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,
Mortal Eternity said:
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,
Click to expand...
Click to collapse
The error says sd card failure
SaHiLzZ said:
The error says sd card failure
Click to expand...
Click to collapse
does it mean that it might be a hardware issue and nothing can be done further??
If you came even flash recovery, sounds like it
sent from my mobile device
SaHiLzZ said:
If you came even flash recovery, sounds like it
sent from my mobile device
Click to expand...
Click to collapse
yes i can not even flash recovery... whenever i attempt to do so it gives an error as attached!
seems like some sort of security has been activated but can be a hardware issue as well...
Hi everybody,
i have HTC one M7, and i getvar all that:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.707.105
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA38WW900067
(bootloader) imei: 356376053563510
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4278mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.046s
1st of all i flash RUU RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed
when check signature, it failed
also i try to extract rom.zip to flash manually , failed too.( I do relock bootloader to flash RUU)
I flash stock recovery and custom, but when i flash TWRP and CWM then i enter recovey, the screen on HTC said Entering recovery but after that HTC reboot by itself. ( i do unlock bootloader to flash recovery)
Can anyone tell me what to do now?
Thank for your help.
Type fastboot erase cache after flashing custom recovery. Try entering recovery again
Also you can't flash lower version RUU because your device is s-on
Hi SaHiLzZ
I do fastboot erase cache, and it's okay, but i cant enter custom recovery, i try many version and many recovery, but it's not ok.
When i press Recovery, it still show Entering Recovery and restart device, any idea, please?
hoangchaunguyen said:
Hi SaHiLzZ
I do fastboot erase cache, and it's okay, but i cant enter custom recovery, i try many version and many recovery, but it's not ok.
When i press Recovery, it still show Entering Recovery and restart device, any idea, please?
Click to expand...
Click to collapse
same problem here
is anyone can help me and this guy please
My Post Here
same problem
we must wait for ruu exe file 5.12.707.105
Please dont use any zip file for uptae
When exe file of ruu release our problem will end
So please don't updates any zip file
raghav9 9 said:
we must wait for ruu exe file 5.12.707.105
Please dont use any zip file for uptae
When exe file of ruu release our problem will end
So please don't updates any zip file
Click to expand...
Click to collapse
What is the logic behind this number? Is it already planned or is it based on radio number?
I think this could also be a solution for my problem (just started a new thread)
s-on relocked
leoncornelissen said:
What is the logic behind this number? Is it already planned or is it based on radio number?
I think this could also be a solution for my problem (just started a new thread)
Click to expand...
Click to collapse
when locked, relocked, s-on
can't downgrade firmware
only equal or greater firmware can flash
Well my frustration is finally over.
After messing with my M7 a was in the situation where my phone would be in bootloader loop.
My phone is S-ON/Tampered.
When UNLOCKED (bootloader) it started normally, but once RELOCKED it was booting to Bootloader only. Couldn't apply the Lollipop 5.0.2 which was notified.
So after couple of days of browsing, reading, flashing, reflashing erasing I did this and it worked.
1. in fastboot find your current ROM version (in my case it was O2__001 - 6.14.206.2)
2. find your ROM zip file, extract recovery img
3.unlock bootloader
4.flash recovery img
5. relock bootloader
6. run these comands
7. fastboot erase cache
8. fastboot erase userdata
9.fastboot erase system
10.fastboot flash recovery recovery.img
11.fastboot oem check_emmc_mid
12.fastboot oem check_emmc_mid
13.fastboot oem get_ext_csd_emmc
14.fastboot oem get_sector_info_emmc
15.fastboot oem get_wp_info_emmc
16.fastboot oem load_emmc
17.fastboot oem send_wp_info_emmc
18.fastboot reboot
And voila! My M7 is back to normal state and right now doing official update to Lollipo 5.0.2.
I have attached txt file showing lot of blah-blah...
Was very skeptic and hopeless as I prefer stock ROM on my phones (after bad experience in the past with custom ROMs causing IMEI damage etc), but now phone is up and running.
P.S. : for the best performance after update switch to ART.
aspot72 said:
Well my frustration is finally over.
After messing with my M7 a was in the situation where my phone would be in bootloader loop.
My phone is S-ON/Tampered.
When UNLOCKED (bootloader) it started normally, but once RELOCKED it was booting to Bootloader only. Couldn't apply the Lollipop 5.0.2 which was notified.
So after couple of days of browsing, reading, flashing, reflashing erasing I did this and it worked.
1. in fastboot find your current ROM version (in my case it was O2__001 - 6.14.206.2)
2. find your ROM zip file, extract recovery img
3.unlock bootloader
4.flash recovery img
5. relock bootloader
6. run these comands
7. fastboot erase cache
8. fastboot erase userdata
9.fastboot erase system
10.fastboot flash recovery recovery.img
11.fastboot oem check_emmc_mid
12.fastboot oem check_emmc_mid
13.fastboot oem get_ext_csd_emmc
14.fastboot oem get_sector_info_emmc
15.fastboot oem get_wp_info_emmc
16.fastboot oem load_emmc
17.fastboot oem send_wp_info_emmc
18.fastboot reboot
And voila! My M7 is back to normal state and right now doing official update to Lollipo 5.0.2.
I have attached txt file showing lot of blah-blah...
Was very skeptic and hopeless as I prefer stock ROM on my phones (after bad experience in the past with custom ROMs causing IMEI damage etc), but now phone is up and running.
P.S. : for the best performance after update switch to ART.
Click to expand...
Click to collapse
Hey! Yhanks for share!
I have the same problem, but I really don't know where to find the correct ROM zip file.
Could you please help me? Here all the informations
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4A.26.3263.18
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.00.0000.0
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: *******************
(bootloader) imei: *****************
(bootloader) meid: *****************
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 4293mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-ae8bbb39
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s
gabri.guido said:
Hey! Yhanks for share!
I have the same problem, but I really don't know where to find the correct ROM zip file.
Could you please help me? Here all the informations
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4A.26.3263.18
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.00.0000.0
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: *******************
(bootloader) imei: *****************
(bootloader) meid: *****************
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 4293mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-ae8bbb39
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s
Click to expand...
Click to collapse
You need T-Mob ROM. Use google for latest OTA T_MOB. It may look like OTA_M7_UL_L50_SENSE60_MR_T-MOB_UK_7.18.101.2-6.14.206.2_release_420703c03b8mkhskxslfv4 (this is just an sample).
Btw, after update there are few changes. No Fastboot and yet have to find out the rest...
aspot72 said:
You need T-Mob ROM. Use google for latest OTA T_MOB. It may look like OTA_M7_UL_L50_SENSE60_MR_T-MOB_UK_7.18.101.2-6.14.206.2_release_420703c03b8mkhskxslfv4 (this is just an sample).
Btw, after update there are few changes. No Fastboot and yet have to find out the rest...
Click to expand...
Click to collapse
Thank you for reply!
I've started a thread too, and I managed to reboot the phone with guru reset, but then, when I make the system upgrade, the phone starts again to bootloop.
Any suggestion? My thread is here http://forum.xda-developers.com/htc-one/help/m7-t3042931/page3#post59157701
thanks a lot. i managed to upgrade to 5.0.2. My phone was also unlocked and tampered.
you can find the file here
M7_UL_TWRP_Nandroid_6.14.111.2_(inkl._preload-Ordner).rar
https://www.androidfilehost.com/?fid=95747613655044743
from https://www.androidfilehost.com/?fid=23622183712472440
OTA_M7_UL_K443_SENSE60_MR_TMO_DE_6.14.111.2-5.16.111.4_R_release_38705592dbpgf1318gddis.zip
install the nandroid back up.
then extract from the OTA, folder preload and firmware.zip.
use winrar to zip the preload folder.
copy the preload.zip file to the root of your internal storage, ie not in any folders and then reboot back to recovery.
Once in recovery, select install and select that preload files zip swipe to install, once done, again reboot.
you need to take the other file you extracted, firmware.zip file and copy to the root of your internal storage.and then reboot back to recovery.Once in recovery, select install and select that firmware.zip swipe to install, once done, again reboot.
then follow instruction from post #1 from step 5.
good luck
gabri.guido said:
Thank you for reply!
I've started a thread too, and I managed to reboot the phone with guru reset, but then, when I make the system upgrade, the phone starts again to bootloop.
Any suggestion? My thread is here http://forum.xda-developers.com/htc-one/help/m7-t3042931/page3#post59157701
Click to expand...
Click to collapse
The problem is with the recovery. You have to instal recovery for your current ROM and not from update.
So, if your current ROM is 6.14.etc you need to google it (OTA will do). Get that recovery instal it and go with those codes again. If you install recovery from OTA it won't work as its higher version and update is looking for older version to update.
Hey,
My HTC One is notifying me of new updates, after rebooting to recovery it says can't install it.
unknown volume and can't install INTERNAL SD
Informations I know:
Radio: 4T.29.3218.08
S-ON
unlocked Bootloader
rooted
If you need anything else ask and I'll try and find it out.
Tuskone said:
Hey,
My HTC One is notifying me of new updates, after rebooting to recovery it says can't install it.
unknown volume and can't install INTERNAL SD
Informations I know:
Radio: 4T.29.3218.08
S-ON
unlocked Bootloader
rooted
If you need anything else ask and I'll try and find it out.
Click to expand...
Click to collapse
fastboot getvar all would be good, without IMEI or Serial Number please.
On another note, you MUST BE 100% stock to update, no root, no custom recovery, stock kernal, stock rom, stock recovery, all matching your firmware number.
I've been searching for 2 days but couldn't find a RUU to my radio. And I'm unsure if that would be even enough. I didn't install any other rom, I've just rooted it, so I could remove some of the bloatware.
But nonetheless here's my phone's details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3987mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.104s
Tuskone said:
I've been searching for 2 days but couldn't find a RUU to my radio. And I'm unsure if that would be even enough. I didn't install any other rom, I've just rooted it, so I could remove some of the bloatware.
But nonetheless here's my phone's details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3987mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.104s
Click to expand...
Click to collapse
first of all, your not on T-Mobile software, your on WWE World wide english (6.09.401.11)
So ive got to ask, which recovery do you have installed ?
---------- Post added at 09:55 AM ---------- Previous post was at 09:41 AM ----------
what you need to do is flash TWRP 2.8.5.0 from here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
enter recovery and create a simple backup, just something like the boot, then plug your phone into the computer, whilst its still in recovery mode, that recovery supports MTP so your internal storage should open up on your computer, if it doesnt, you have a driver problem, but if it does, then navigate to TWRP/Backup/Phone serial number/todays date and some other details, delete the backup files out of there and place the files inside this zip in there instead, files only not folders:
https://www.androidfilehost.com/?fid=95832962473396067
unplug your phone and restore that backup.
once restored, restart your phone and just do a basic setup.
then boot back to the bootloader and flash this stock recovery:
https://www.androidfilehost.com/?fid=95832962473395870
again:
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
when you restart your phone you should now be able to update.
OTA's require you to be 100% stock, including all bloatware, no root, nothing custom.
Seanie280672 said:
first of all, your not on T-Mobile software, your on WWE World wide english (6.09.401.11)
So ive got to ask, which recovery do you have installed ?
---------- Post added at 09:55 AM ---------- Previous post was at 09:41 AM ----------
what you need to do is flash TWRP 2.8.5.0 from here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
enter recovery and create a simple backup, just something like the boot, then plug your phone into the computer, whilst its still in recovery mode, that recovery supports MTP so your internal storage should open up on your computer, if it doesnt, you have a driver problem, but if it does, then navigate to TWRP/Backup/Phone serial number/todays date and some other details, delete the backup files out of there and place the files inside this zip in there instead, files only not folders:
https://www.androidfilehost.com/?fid=95832962473396067
unplug your phone and restore that backup.
once restored, restart your phone and just do a basic setup.
then boot back to the bootloader and flash this stock recovery:
https://www.androidfilehost.com/?fid=95832962473395870
again:
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
when you restart your phone you should now be able to update.
OTA's require you to be 100% stock, including all bloatware, no root, nothing custom.
Click to expand...
Click to collapse
So you gave me the firmware, its on the phone now.
I had Unlock.bin, but i can see it has supersu installed in it.
i flashed to stockrecovery from where you helped the other guy.
Im waiting for my download OTA update to finish (official).
Will i be able to update it even that i see its rootet (supersu)?
dukocuk said:
So you gave me the firmware, its on the phone now.
I had Unlock.bin, but i can see it has supersu installed in it.
i flashed to stockrecovery from where you helped the other guy.
Im waiting for my download OTA update to finish (official).
Will i be able to update it even that i see its rootet (supersu)?
Click to expand...
Click to collapse
wrong thread lol, answered on your thread.
Thanks a lot! I'm now a proud lollipopper.
A beer is on me
Hello.. I have tried to upgrade my os using a RUU file.. The system version was 6.xx.xxx.
That was not matched to radio version or something.. I forgot to check that..
Now im stuck on RUU mode..
My previous OS version was 5.03.651.3
I was searched for that and i found a RUU that matches 5.03.651.3..I have installed it using RUU exe but ita says { Cir - Fail pu
}.
Every other things is ok
what should i do? Plz help me.. I cant get in to recovery or anything.
OS version is showing in Red color
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 1.01.20.0515
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.03.651.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34MS902538
(bootloader) imei: 990001466195989
(bootloader) meid: 99000146619598
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4277mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.086s
MiyuB said:
Hello.. I have tried to upgrade my os using a RUU file.. The system version was 6.xx.xxx.
That was not matched to radio version or something.. I forgot to check that..
Now im stuck on RUU mode..
My previous OS version was 5.03.651.3
I was searched for that and i found a RUU that matches 5.03.651.3..I have installed it using RUU exe but ita says { Cir - Fail pu
}.
Every other things is ok
what should i do? Plz help me.. I cant get in to recovery or anything.
OS version is showing in Red color
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 1.01.20.0515
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.03.651.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34MS902538
(bootloader) imei: 990001466195989
(bootloader) meid: 99000146619598
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4277mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: RUU
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.086s
Click to expand...
Click to collapse
"Cir fail pu" = Consumer infrared - partition update fail
Which basically mean that the RUU was unable to write the CIR.img to your CIR partition, for some reason...
Since your phone is S-OFF you can flash unsigned firmware so the best option would be to download the 5.03.651.3 firmware.zip, remove the CIR.img from it and flash it to your phone (it won't attempt to flash the CIR partition so it won't give you any fail).
Download this one: https://www.androidfilehost.com/?fid=23501681358553240 open it and remove the CIR.img. Then flash it to your phone:
Code:
fastboot oem rebootRUU
fastboot flash zip 5.03.651.3_firmware_RUU.zip
fastboot flash zip 5.03.651.3_firmware_RUU.zip
fastboot reboot
alray said:
"Cir fail pu" = Consumer infrared - partition update fail
Which basically mean that the RUU was unable to write the CIR.img to your CIR partition, for some reason...
Since your phone is S-OFF you can flash unsigned firmware so the best option would be to download the 5.03.651.3 firmware.zip, remove the CIR.img from it and flash it to your phone (it won't attempt to flash the CIR partition so it won't give you any fail).
Download this one: https://www.androidfilehost.com/?fid=23501681358553240 open it and remove the CIR.img. Then flash it to your phone:
Code:
fastboot oem rebootRUU
fastboot flash zip 5.03.651.3_firmware_RUU.zip
fastboot flash zip 5.03.651.3_firmware_RUU.zip
fastboot reboot
Click to expand...
Click to collapse
Ohhhhh you saved my ass.. Thanks buddy...
But os has a problem.. Black lines go though display..
I had a twrp backup.. To restore that backup i installed twrp recovery
but phone cant go to recovery.. It is stuck in the green htc logo display and after that phone restarts..
MiyuB said:
Ohhhhh you saved my ass.. Thanks buddy...
But os has a problem.. Black lines go though display..
I had a twrp backup.. To restore that backup i installed twrp recovery
but phone cant go to recovery.. It is stuck in the green htc logo display and after that phone restarts..
Click to expand...
Click to collapse
Did you erased the cache and restarted bootloader after flashing twrp? What version of twrp? Is that problem with the display only in the OS?
Code:
fastboot flash recovery twrp.img
fastboot erase cache
fastboot reboot-bootloader
alray said:
Did you erased the cache and restarted bootloader after flashing twrp? What version of twrp? Is that problem with the display only in the OS?
Code:
fastboot flash recovery twrp.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
I hav managed that.. I restored that TWRP backup..Now phone works like charm..Thanks alot buddy..You really saved me.
I need a one help.. Can u give me the right RUU for this phone?
MiyuB said:
I hav managed that.. I restored that TWRP backup..Now phone works like charm..Thanks alot buddy..You really saved me.
I need a one help.. Can u give me the right RUU for this phone?
Click to expand...
Click to collapse
6.23.651.10 is the latest version: https://www.androidfilehost.com/?fid=24588232905725176
But you'll probably get the same problem with your CIR partition when flashing that RUU.
You'll either have to do the same procedure (remove the CIR.img from the 6.23.651.10 firmware and flash it) or decrypt the RUU before flashing so you can remove the CIR.img.
alray said:
6.23.651.10 is the latest version: https://www.androidfilehost.com/?fid=24588232905725176
But you'll probably get the same problem with your CIR partition when flashing that RUU.
You'll either have to do the same procedure (remove the CIR.img from the 6.23.651.10 firmware and flash it) or decrypt the RUU before flashing so you can remove the CIR.img.
Click to expand...
Click to collapse
Ok i got it bro..Thank u veryy much