Problems with updates to 4.4.3 - stock

Search This thread

ico86

Senior Member
Sep 15, 2009
153
14
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:
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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:

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
 
  • Like
Reactions: ico86

ico86

Senior Member
Sep 15, 2009
153
14
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

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... :(
 
Last edited:

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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

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.
 
  • Like
Reactions: ico86

ico86

Senior Member
Sep 15, 2009
153
14
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...
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
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...

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
 

ico86

Senior Member
Sep 15, 2009
153
14
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

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:
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    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:

    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
    1
    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

    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.