[ota] [international] 2.18.401.3 - HTC One X+

Just got an update notification, haven't installed it yet.
http://fotadl.htc.com/OTA_ENRC2B_U_...2.18.401.2_release_368363utzc3g7jcfsw7nnx.zip
Description:
This update contains important enhancements and bug fixes, including:
-Security fix for heartbleed bug
Click to expand...
Click to collapse

I updated and I think my battery health is better. What about other users? Do u see any changes?
Sent from my HTC One X+ using XDA Free mobile app

I've installed the update now (on top of my custom ROM).
Vibration when I press the capacitive buttons or use the unlock pattern has stopped working. I do have "Settings->Sound->Vibrate on touch" ticked. Has anyone else seen this problem?
EDIT: after lots of fiddling vibrate on touch works. I'm beginning to think I might have been imagining things!

I will install it tomorrow and say if something changed apart. I really hope they took care about other HOX bugs, not just that damn heartbleed.

I try to install on rooted last stock, but it reboot in recovery (twrp)... Rebooted, phone is ok but update not installed... Help?

From what I know, stock OTA updates can only be installed on stock recovery. Not TWRP or CWM.

When in TWRP just browse to the downloaded .zip file (sdcard or download folder) and install manually.
Mine is installed the exact same way and no problem (Rooted, latest stock ROM and TWRP)

siroj said:
When in TWRP just browse to the downloaded .zip file (sdcard or download folder) and install manually.
Mine is installed the exact same way and no problem (Rooted, latest stock ROM and TWRP)
Click to expand...
Click to collapse
That only installs part of the update. You also need to extract the downloaded .zip file and flash the firmware.zip (see instructions 4-7 in http://forum.xda-developers.com/showthread.php?t=2414238). Flashing firmware.zip is a pain because you have to relock your bootloader, and then when you unlock it again (to reflash custom recovery) your entire phone is wiped, so you need to backup the whole 64GB before starting the process and restore it afterwards.
However, there is no hboot in the 2.18.401.3 firmware.zip so for this OTA in particular you just need to extract the boot.img from firmware.zip and flash it with
Code:
fastboot flash boot boot.img
which doesn't require a wipe.

Differences between 2.18.401.2 and 2.18.401.3 firmware:
Code:
diff -ur OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.2-1.17.401.1_release_330344jn0li1htdzwgcxja/firmware/android-info.txt OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.3-2.18.401.2_release_368363utzc3g7jcfsw7nnx/firmware/android-info.txt
--- OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.2-1.17.401.1_release_330344jn0li1htdzwgcxja/firmware/android-info.txt 2013-08-02 07:36:48.000000000 +0100
+++ OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.3-2.18.401.2_release_368363utzc3g7jcfsw7nnx/firmware/android-info.txt 2014-04-18 10:38:33.000000000 +0100
@@ -8,7 +8,7 @@
cidnum: HTC__M27
cidnum: HTC__203
cidnum: HTC__A07
-mainver: 2.18.401.2
+mainver: 2.18.401.3
btype:1
aareport:1
hbootpreupdate:12
Binary files OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.2-1.17.401.1_release_330344jn0li1htdzwgcxja/firmware/boot.img and OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.3-2.18.401.2_release_368363utzc3g7jcfsw7nnx/firmware/boot.img differ
Only in OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.2-1.17.401.1_release_330344jn0li1htdzwgcxja/firmware: hboot_enrc2b_1.72.0000_signedbyaa.img
Binary files OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.2-1.17.401.1_release_330344jn0li1htdzwgcxja/firmware/recovery.img and OTA_ENRC2B_U_JB_50_S_HTC_Europe_2.18.401.3-2.18.401.2_release_368363utzc3g7jcfsw7nnx/firmware/recovery.img differ

I cannot install this update in my hox+.I press install now,seems it restarts but stacks at the htc logo with the white font..any ideas?

I installed this update but I can not see any diference...

frankoid said:
That only installs part of the update. You also need to extract the downloaded .zip file and flash the firmware.zip (see instructions 4-7 in http://forum.xda-developers.com/showthread.php?t=2414238). Flashing firmware.zip is a pain because you have to relock your bootloader, and then when you unlock it again (to reflash custom recovery) your entire phone is wiped, so you need to backup the whole 64GB before starting the process and restore it afterwards.
However, there is no hboot in the 2.18.401.3 firmware.zip so for this OTA in particular you just need to extract the boot.img from firmware.zip and flash it with
Code:
fastboot flash boot boot.img
which doesn't require a wipe.
Click to expand...
Click to collapse
Thanks for the explanation.
But i'm still a lit bit confused. My HOX+ is rooted with latest stock ROM. Can i use the OTA classic process or do i have to use TWRP ?

Kitof said:
My HOX+ is rooted with latest stock ROM. Can i use the OTA classic process or do i have to use TWRP ?
Click to expand...
Click to collapse
Have you unlocked your bootloader?* If so I don't think that the standard OTA process will work, although I haven't personally tried it.
*I expect you have if you are rooted because I'm not aware of a way of rooting a S-ON HOX+ without unlocking the bootloader

Just to be clear, this file is only for the international HOX+ and attempting to install it on the AT&T variety would cause all hell to break lose, correct?
Also, if one were to install this on a custom, rooted rom the process would be to flash the boot.img then install the zip from twrp/cwm?
I just want to be certain I'm understanding everything. Thanks!

gokun said:
Just to be clear, this file is only for the international HOX+ and attempting to install it on the AT&T variety would cause all hell to break lose, correct?
Click to expand...
Click to collapse
Yes
gokun said:
Also, if one were to install this on a custom, rooted rom the process would be to flash the boot.img then install the zip from twrp/cwm?
Click to expand...
Click to collapse
...and yes!

frankoid said:
Have you unlocked your bootloader?* If so I don't think that the standard OTA process will work, although I haven't personally tried it.
*I expect you have if you are rooted because I'm not aware of a way of rooting a S-ON HOX+ without unlocking the bootloader
Click to expand...
Click to collapse
Boot in TWRP : Install zip file.
Boot in fastboot : Flash boot.img.
Reboot in system => Still root (TWRP fix it before reboot), and updated.
Just perfect. (and lost apk are back (like light).
Thanks a lot

I think the heartbleed fix in really the only thing they changed. The 8 MP camera bug is still present. Shame on you HTC!

Thank you, this was really helpful. Gonna try to go back stock when I get home.

Can someone tell his experience with the New update what are the changes in performance
Sent from my One X+ using XDA Premium 4 mobile app

jizang said:
Can someone tell his experience with the New update what are the changes in performance
Sent from my One X+ using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think there are any changes in this update except the heartbleed security fix.
Sent from my LG-V500 using XDA Free mobile app

Related

[Q] Flashed a bad rom on my HTC One X Plus

I recently bought a htc one x plus and as the person as i am, i quickly unlocked the bootloader, installed a custom recovery (ClockworkMod recovery) and kernel. But then i tried to flash a AOKP Jelly Bean 4.2.1 Custom ROM and after flashing it, it would just hang around the AOKP boot logo (a horse head with rotating rings around it). Then, without thinking, i relocked the bootloader (with a custom rom) to send it for warranty. Now, it would only go to the bootloader screen. After going through a few forums, i found out that this could be repaired by using the correct ruu for my device but they all say that i have to flash a stock recovery and boot.img before relocking the bootloader in order for the ruu to work. So my question is can i reunlock my bootloader to flash the stock recovery and boot.img without bricking the device and can flashing the correct ruu repair my phone. Please reply, i'm so desperate. The htc guys wanted me to pay $400 just to repair it and since i rooted the phone, warranty does not cover it.
Shaarven said:
I recently bought a htc one x plus and as the person as i am, i quickly unlocked the bootloader, installed a custom recovery (ClockworkMod recovery) and kernel. But then i tried to flash a AOKP Jelly Bean 4.2.1 Custom ROM and after flashing it, it would just hang around the AOKP boot logo (a horse head with rotating rings around it). Then, without thinking, i relocked the bootloader (with a custom rom) to send it for warranty. Now, it would only go to the bootloader screen. After going through a few forums, i found out that this could be repaired by using the correct ruu for my device but they all say that i have to flash a stock recovery and boot.img before relocking the bootloader in order for the ruu to work. So my question is can i reunlock my bootloader to flash the stock recovery and boot.img without bricking the device and can flashing the correct ruu repair my phone. Please reply, i'm so desperate. The htc guys wanted me to pay $400 just to repair it and since i rooted the phone, warranty does not cover it.
Click to expand...
Click to collapse
You can unlock the boot again if you kept the code you received when you did it the 1st time round. Once you have unlocked it you can then flash any Rom. Did you make a nand backup before installing the custom Rom? If you did you can reinstall the custom recovery and restore the phone to stock.
I currently run the viper 3.4.2 rom, you could also install this after installing the custom recovery.
Sent from my HTC One X using xda app-developers app
Hi Sharveen,
Please do youself a favor, and don't use the CWM Recovery, this Recovery is not adapted for this phone, I strongly suggest that you install TWRP Recovery, the latter is way more complete and rigorously tested on the HTC One X+.
TIP : Please read, read, read as much as you can before doing any changes to your phone, that can save you lots of problem.
First make sure your SDK tool (adb) is correctly installed and also the HTC's drivers. (There is a link for a tutorial in my signature.)
Download the correspondent recovery for your phone International OR AT&T/Telus (N.B. Links are available in the Sticky FAQ)
Flash the Recovery.
Clear Cache
Reboot in Recovery
DO A COMPLETE BACKUP OF YOUR ACTUAL ROM. BE SURE TO KEEP IT IN A SAFE PLACE
Install your correspondent version of any ROM.zip you want that is already on your storage. (Otherwise,Sideload a ROM to be able to flash one inRecovery)
Flash the boot.img of your desired ROM
Clear Cache Again
Reboot
Should work
Thank you soo much for replying and no, i did not make a nandroid backup when i tried to flash the rom. So can flashing a correct ruu repair my phone and hopefully get it back to stock rom...
Is your SDK/ADB tool correctly installed?
Shaarven said:
Thank you soo much for replying and no, i did not make a nandroid backup when i tried to flash the rom. So can flashing a correct ruu repair my phone and hopefully get it back to stock rom...
Click to expand...
Click to collapse
Yess ruu will bribg back your phone to stock....it will restore everythings
What is your software version?
Sent from my HTC One X+ using Tapatalk 2
If you want to flash a RUU you need to install the original Recovery then flashing the correspondent RUU. Just let us know what is your preference, but as far as I am concern, your original backup wasn't made too bad, but you can still install a modded ROM.
This is gonna be your call for the continuity.
Shaarven said:
Thank you soo much for replying and no, i did not make a nandroid backup when i tried to flash the rom. So can flashing a correct ruu repair my phone and hopefully get it back to stock rom...
Click to expand...
Click to collapse
You could try searching the forum to see if someone has a nand backup for your phone. Only problem with ruu's is they haven't released the more up to date ones, so if your phone had the latest ota I doubt you will be able to use the ruu method. Personally I would use a custom Rom until you can find a nand for your phone.
Sent from my HTC One X using xda app-developers app
anyen said:
Yess ruu will bribg back your phone to stock....it will restore everythings
What is your software version?
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
My software version is 3.1204.168.32 and i did find an ruu in android files with the exact version (x.xxxx.168.xx).
Lucky Thirteen said:
If you want to flash a RUU you need to install the original Recovery then flashing the correspondent RUU. Just let us know what is your preference, but as far as I am concern, your original backup wasn't made too bad, but you can still install a modded ROM.
This is gonna be your call for the continuity.
Click to expand...
Click to collapse
The original recovery will be contained in the %temp% folder created by the ruu when opened but do i have to flash the boot.img which is also contained in the folder and also most of the forums says that you have to flash the boot.img after flashing the recovery while some says that you could relock the bootloader and flash the ruu after flashing the recovery only. So in my situation, do i have to flash the boot.img or not.
One X Plus Stock Rom (RUU)
Please help me, I couldn't find a RUU for my HTC One X +
It s on relocked mode now.
ENRC2B_U PVT SHIP-SON RL
HBOOT-1.35.0000
CPLD-NONE
MICROP-NONE
RADIO-3.1204.168.32
eMMC-bootmode:disabled
CPU-bootmode:disabled
HW Secure bOOT:enabled
nihat38 said:
Please help me, I couldn't find a RUU for my HTC One X +
It s on relocked mode now.
Click to expand...
Click to collapse
if you unlock your phone, you can only "relock" it, it will not become "locked" forever, even use RUU program
Unread Storage
after flashing ViperX+ 1.1.0 with sense4+ on my HTC OneX+, the storage can't be read at all.. what's wrong with my hox+?
I prefer not to format it via my PC, coz I haven't backup my data
xidia said:
after flashing ViperX+ 1.1.0 with sense4+ on my HTC OneX+, the storage can't be read at all.. what's wrong with my hox+?
I prefer not to format it via my PC, coz I haven't backup my data
Click to expand...
Click to collapse
I guess you have flashed older version then your radio and unlit file..
Try to download latest version of the ROM.
Sent from my HTC One X+ using XDA Premium 4 mobile app
[email protected] said:
I guess you have flashed older version then your radio and unlit file..
Try to download latest version of the ROM.
Sent from my HTC One X+ using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I thought I can just flash older ROM, without any radio and unlit file procurement.. *wanna experience once more the sexy older carousel home screen*

[RESTOCK-KIT] Stock 1.18 TWRP Nandroid Backup Source CID: VODAP102

Hello,
maybe this will help a few user's of Vodafone branded Desire X who want to receive OTA again.
This is tested and known to work with CID VODAP102
and may work for other VODAP CID's (UK) as the OTA Package said Vodafone UK
Steps by step:
1. Copy the TWRP Folder on your SD card
2. Flash TWRP if not flashed already
3. restore the backup named "B"
4. flash the boot.img via fastboot as recovery
5. flash the recovery_signed.img via fastboot as recovery
6. fastboot oem lock
7. cross fingers and reboot
Download: http://d-h.st/9wj
Hit the Thanks button if it helped
Jann F said:
Hello,
maybe this will help a few user's of Vodafone branded Desire X who want to receive OTA again.
This is tested and known to work with CID VODAP102
and may work for other VODAP CID's (UK) as the OTA Package said Vodafone UK
Steps by step:
1. Copy the TWRP Folder on your SD card
2. Flash TWRP if not flashed already
3. restore the backup named "B"
4. flash the boot.img via fastboot as recovery
5. flash the recovery_signed.img via fastboot as recovery
6. fastboot oem lock
7. cross fingers and reboot
Download: http://d-h.st/9wj
Hit the Thanks button if it helped
Click to expand...
Click to collapse
Can I just thank you again for this! I'm currently downloading the older OTA updates but soon I'll be on JB. I do not think it is necessary to relock the bootloader as I tried locking it then unlocking it again and I'm doing OTAs absolutely fine Cheers man
I think OTA's that will do more than change the system partition will require a locked bootloader
that's probably true, because i'm on 1.26.161.1 and it's refusing me OTA, going to have to lock bootloader
EDIT: Hmmm still being told my phone is up to date, suppose there's an issue with the ROM having VODAP102 and me having VODAP001?
Nope, Vodafone just hasn't branded the JB OTA yet, so we have to wait
If you received the update to 1.26 , the OTA should work normally when our JB OTA will come out...
Jann F said:
Nope, Vodafone just hasn't branded the JB OTA yet, so we have to wait
If you received the update to 1.26 , the OTA should work normally when our JB OTA will come out...
Click to expand...
Click to collapse
OHHH
I assumed you'd received it x_x I'm so so stupid,
Thanks for letting me know Well I'll set up camp on stock and just wait, that's given me hope
I'm sure it won't be long
Pff I wont wait for Vodafone, IÄm currently trying to get my cm9 built to boot
Jann F said:
Pff I wont wait for Vodafone, IÄm currently trying to get my cm9 built to boot
Click to expand...
Click to collapse
If you want I'll let you know when it comes out, I'll wait as long as it takes
hcdav said:
If you want I'll let you know when it comes out, I'll wait as long as it takes
Click to expand...
Click to collapse
oh can you inform me too pls?
Uhm, do you even read thread replys?
As I've written in the other thread, it was released today...
I have done all these things....
but now my phone only boots into the bootloader... nothing more...
Help please
Are you CID VODAP102/VODAP001?
yes, VODAP102
TheGreenSephiroth said:
yes, VODAP102
Click to expand...
Click to collapse
Follow these instructions as follows:
1) Extract B folder from that VODAP102 ZIP
2) Copy that B folder (somewhere inside the ZIP) to SDCARD\TWRP\BACKUPS\[SERIALNO]\
3) Boot into TWRP recovery, restore that nandroid.
4) Reboot to fastboot
5) Fastboot flash boot boot.img
(The boot.img from the VODAP102 ZIP must be with your fastboot files)
6) Fastboot flash recovery recovery_signed.img
(Must be the recovery_signed.img from the VODAP102 ZIP)
7) Boot into the phone, install the small incremental update.
8) Wait for it to reboot to stock recovery and do its thing.
9) When finished, check for updates and start downloading JB.
If you follow these instructions religiously, you won't have any problems.
I will create a update package for you in the next days to upgrade to 1.25 hboot and restore my new JB backup directly, but I got a lot theater stuff to do, I have to do all lightning things etc, so it will take till monday or so.
Haha, you wouldn't believe me what the problem was
Everyone said I have to lock my bootloader, so I did... Than I had always this boot problems...
So I tried different things...
I unlocked my bootloader again, and tried to reboot... And... Voila.. My DX was booting and also the update was no problem with the unlocked bootloader
Sent from my HTC Desire X using xda app-developers app
Hi all,
i tried every single step as told in the description. But my restore failed every time. Anyone knows what to do?
HTC Desire X - VODAP102
As I already told you... You can't restore an ICS backup on JB bootloader. Please tell us exactly what you have done, every single step starting from when you got your phone.
Do you have a JB hboot?
Maybe I can upload my old JB backup in the next days...
That'll be great to have. If you have hosting problems, I can load it up too when you give it to me.

[RUU] 3.17.502.3 decrypted

HTC One AT&T RUU 3.17.502.3 - Decrypted RUU zip:
RUU_M7_UL_JB43_SENSE50_MR_Cingular_US_3.17.502.3-decrypted.zip
Firmware only: firmware_3.17.502.3.zip
This is the 'rom.zip' that is normally packaged in the RUU.exe. It can be flashed with s-off only, since it's unsigned. Mainly for those that want system image, radio, firmware, etc. for ???
CID: CWS__001
To flash (s-off only):
Code:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip [I]rom.zip[/I]
Replace rom.zip with the actual zip file name.
cschmitt said:
HTC One AT&T RUU 3.17.502.3 - Decrypted RUU zip:
RUU_M7_UL_JB43_SENSE50_MR_Cingular_US_3.17.502.3-decrypted.zip
This is the 'rom.zip' that is normally packaged in the RUU.exe. It can be flashed with s-off only, since it's unsigned. Mainly for those that want system image, radio, firmware, etc. for ???
CID: CWS__001
To flash (s-off only):
Code:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip [I]rom.zip[/I]
Replace rom.zip with the actual zip file name.
Click to expand...
Click to collapse
Thank you for sharing. Is the full RUU.exe file available to download as well? If so, are you able to share the location or does the general public have to wait?
tarund said:
Thank you for sharing. Is the full RUU.exe file available to download as well? If so, are you able to share the location or does the general public have to wait?
Click to expand...
Click to collapse
The RUU.exe is on HTC's website, someone posted a link to it in the 4.3 thread over in the general section.
cschmitt said:
The RUU.exe is on HTC's website, someone posted a link to it in the 4.3 thread over in the general section.
Click to expand...
Click to collapse
here is RUU.exe link http://dl3.htc.com/application/RUU_...13_10.38j.1157.04_release_334235_signed_2.exe
cschmitt said:
HTC One AT&T RUU 3.17.502.3 - Decrypted RUU zip:
RUU_M7_UL_JB43_SENSE50_MR_Cingular_US_3.17.502.3-decrypted.zip
This is the 'rom.zip' that is normally packaged in the RUU.exe. It can be flashed with s-off only, since it's unsigned. Mainly for those that want system image, radio, firmware, etc. for ???
CID: CWS__001
To flash (s-off only):
Code:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip [I]rom.zip[/I]
Replace rom.zip with the actual zip file name.
Click to expand...
Click to collapse
It's taking for ever to download the decrypted zip. Is it anyway you can remove the largest file and allow me to download so I can make a firmware package. Don't really need the system img.
godfirst said:
It's taking for ever to download the decrypted zip. Is it anyway you can remove the largest file and allow me to download so I can make a firmware package. Don't really need the system img.
Click to expand...
Click to collapse
Added firmware only link in the OP.
cschmitt said:
Added firmware only link in the OP.
Click to expand...
Click to collapse
It was taking me forever to try and get the ruu I have decrypted between my mac and pc, lol. I noticed to that ATT has a different listed radio compared to the RUU downloaded from HTC.
godfirst said:
It was taking me forever to try and get the ruu I have decrypted between my mac and pc, lol. I noticed to that ATT has a different listed radio compared to the RUU downloaded from HTC.
Click to expand...
Click to collapse
I noticed that too, OTA radio is a more recent version.
cschmitt said:
I noticed that too, OTA radio is a more recent version.
Click to expand...
Click to collapse
Alright this is what I've done, I've flashed old touch drivers and then used the 1.26.502.15 rom to flash in recovery. My phone is downloading the 4.3 ota now. How can I copy the ota from my phone?
Edit: Done!
This is the easiest way to return to stock correct?
darkstarinc said:
This is the easiest way to return to stock correct?
Click to expand...
Click to collapse
Depends if your s-on or s-off and what it is your trying to do?
godfirst said:
Depends if your s-on or s-off and what it is your trying to do?
Click to expand...
Click to collapse
I have s-off. My goal is to get to stock 4.3, but have root. Just no custom rom.
darkstarinc said:
I have s-off. My goal is to get to stock 4.3, but have root. Just no custom rom.
Click to expand...
Click to collapse
You have one or two options. You can go to my thread and flash the firmware package and then the new radio, then flash a stock 4.3 rom in the ATT thread. Or you can go to this thread http://forum.xda-developers.com/showthread.php?t=2474782 download the 1.26.502.15 rom and flash, take the ota, reboot and flash your custom recovery and if it's twrp allow it to root and done. Also if you could do fastboot getvar all in boot loader so we could know what firmware, etc. your on would be helpful.
I'm on mobile atm and won't be near a computer for a while, can someone tell me what radio version is included? Is it the 4T radio from the prior AT&T leak?
Sent from my HTC One using Tapatalk 4
icephreaq said:
I'm on mobile atm and won't be near a computer for a while, can someone tell me what radio version is included? Is it the 4T radio from the prior AT&T leak?
Click to expand...
Click to collapse
The RUU contains radio: 4A.19.3263.13_10.38j.1157.04
The OTA contains radio: 4T.20.3218.13_10.12.1718.01L
I was able to flash the ruu.zip file and return to stock without issues. Currently rooted and using CID CWS__01 -- All after I flashed the ruu, and entered the bootloader, it reported my CID as 1111111 (this was before I changed it).
I've done a ton with firmware zips but haven't flashed an RUU yet. Will an RUU zip clear storage as well? Kind of want to play around with the stock experience for a couple days before ViperOne 4.3 makes an appearance.
Sent from my HTC One using Tapatalk 4
icephreaq said:
I've done a ton with firmware zips but haven't flashed an RUU yet. Will an RUU zip clear storage as well? Kind of want to play around with the stock experience for a couple days before ViperOne 4.3 makes an appearance.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Yes, ruu wipes storage.
Sent from my HTC One using Tapatalk 4
godfirst said:
Yes, ruu wipes storage.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Thanks, I'll be sure to make backups before I begin. I'm s-off with supercid and currently running a custom 3.22 firmware by sneakyghost. Anything I need to be aware of aside from the storage wipe before I leap?
Sent from my HTC One using Tapatalk 4
icephreaq said:
Thanks, I'll be sure to make backups before I begin. I'm s-off with supercid and currently running a custom 3.22 firmware by sneakyghost. Anything I need to be aware of aside from the storage wipe before I leap?
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
No that's about it. I was actually on the 3.22 firmware and was able to revert to stock older rom and take the ota.
Sent from my HTC One using Tapatalk 4

[Q] Cannot Download OTA

I have an AT&T HOX+ running stock. It's unlocked via HTC and rooted. I cannot download any OTAs. I learned the hard way that you cannot download OTAs if you have any stock apps disabled so I've re-enabled them. Now it goes through the motions and finds the update, but when I connect to Wifi all I see is a blank message as seen in the attached screenshot.
Nilpo said:
I have an AT&T HOX+ running stock. It's unlocked via HTC and rooted. I cannot download any OTAs. I learned the hard way that you cannot download OTAs if you have any stock apps disabled so I've re-enabled them. Now it goes through the motions and finds the update, but when I connect to Wifi all I see is a blank message as seen in the attached screenshot.
Click to expand...
Click to collapse
Maybe Unroot and try.......
You must first flash the stock recovery and then relock bootloader using the command "fastboot oem lock" in fastboot. The stock recovery.img can be flashed using the fastboot command "fastboot flash recovery recovery.img" where "recovery.img" is replaced with whatever your recovery name is and .img. Make sure you flash the recovery before relocking. Root should not mess up the update although you will lose root after the update. I updated while the device was still rooted!
Sent from my HTC One X+ using xda developers app
[email protected] said:
Maybe Unroot and try.......
Click to expand...
Click to collapse
Is there a way to unroot without losing data? I haven't found one yet.
ryandroid226 said:
You must first flash the stock recovery and then relock bootloader using the command "fastboot oem lock" in fastboot. The stock recovery.img can be flashed using the fastboot command "fastboot flash recovery recovery.img" where "recovery.img" is replaced with whatever your recovery name is and .img. Make sure you flash the recovery before relocking. Root should not mess up the update although you will lose root after the update. I updated while the device was still rooted!
Sent from my HTC One X+ using xda developers app
Click to expand...
Click to collapse
So there's no way to update and run a custom recovery? If I have to relock the bootloader, I can't unlock again without factory wiping.
Why can't HTC just get the bluetooth right from the start? How did they even release a phone when BT doesn't work?
Nilpo said:
Is there a way to unroot without losing data? I haven't found one yet.
Click to expand...
Click to collapse
It's not the unrooting that will cause you to lose any data or other content on your device. It is the re-unlocking of the bootloader or the running of a RUU. AFAIK, there is no way to keep your device contents while you update the radio and hboot. The only option is to backup contents of SD, backup apps using Google or TiBU, and backup sms and call log. I may be wrong but I'm pretty sure this is how it goes. With that being said, it is not mandatory that you upgrade the radio/hboot in order to install a ROM that is sense 5/JB 4.2.2. There are already ROM's out there for AT&T built on this base
Sent from my HTC One X+ using xda developers app
Nilpo said:
Is there a way to unroot without losing data? I haven't found one yet.
Click to expand...
Click to collapse
Yeah u can unroot using SuperSU App itself from the setting choose Full Unroot........
Unintsall all the root Apps too since it unnecessary to have then without root.......
Flash the Stock recovery and relock the bootloader and then check for updates.....:good:
ryandroid226 said:
It's not the unrooting that will cause you to lose any data or other content on your device. It is the re-unlocking of the bootloader or the running of a RUU. AFAIK, there is no way to keep your device contents while you update the radio and hboot. The only option is to backup contents of SD, backup apps using Google or TiBU, and backup sms and call log. I may be wrong but I'm pretty sure this is how it goes. With that being said, it is not mandatory that you upgrade the radio/hboot in order to install a ROM that is sense 5/JB 4.2.2. There are already ROM's out there for AT&T built on this base
Sent from my HTC One X+ using xda developers app
Click to expand...
Click to collapse
If I unroot and install the OTA, and then unlock the bootloader again, with it keep the updated firmware or drop back to factory?
If I'm going through all this trouble, maybe I should be looking at a custom ROM. Any suggestions for a Sense 5 one built on AT&T? I haven't seen one for this phone.
Nilpo said:
If I unroot and install the OTA, and then unlock the bootloader again, with it keep the updated firmware or drop back to factory?
If I'm going through all this trouble, maybe I should be looking at a custom ROM. Any suggestions for a Sense 5 one built on AT&T? I haven't seen one for this phone.
Click to expand...
Click to collapse
The unlocking will wipe ur Storage.....but u ll have the update of 4.2.2..
there are few Custom ROMS with Sense 5 u can go through this Forum
Nilpo said:
If I unroot and install the OTA, and then unlock the bootloader again, with it keep the updated firmware or drop back to factory?
If I'm going through all this trouble, maybe I should be looking at a custom ROM. Any suggestions for a Sense 5 one built on AT&T? I haven't seen one for this phone.
Click to expand...
Click to collapse
If you update via the OTA then your factory firmware WILL be updated. Maybe you can request that a dev make a ROM that is stock and rooted sense5/JB 4.2.2, you might grab the interest of someone.. That way you could have a "stock" image of the ROM and avoid the radio/hboot upgrade. Otherwise, you will just have to go through the update process, wiping your device. IMO, backing everything up is not too painstaking and it is a good practice to do this periodically anyways. Just my .02!
Sent from my HTC One X+ using xda app-developers app
Backing up isn't too difficult on JB. I've done it manually as well as with Helium and other apps throughout the rooting/experimenting process. It's been my experience that those app backups don't restore properly and I'm left starting over anyway. The issues could be app specific, but I honestly don't remember which apps didn't work now.
Of course, I suppose it's all a small price to pay to have a phone that actually works when I connect my BT headset.
Where does one find the stock recovery?
I hope this isn't silly, but I've been running custom recovery forever and I'm blanking as to where to locate/d-load the stock recovery.
thanks!
mrbillishere said:
Where does one find the stock recovery?
I hope this isn't silly, but I've been running custom recovery forever and I'm blanking as to where to locate/d-load the stock recovery.
thanks!
Click to expand...
Click to collapse
Not sill at all. I have an image that I believe is the stock recovery, but how can I be sure?
Nilpo said:
Not sill at all. I have an image that I believe is the stock recovery, but how can I be sure?
Click to expand...
Click to collapse
OK, well after dusting off the cobwebs and reading some threads for the Intl version I learned this... the stock firmware will also contain the radios and stock recovery. So now I'm looking for the correct firmware to match my phone's CID and Modelid. The command to dump these variables out is 'fastboot getvar all'
My AT&T OneX+ reported this:
(bootloader) modelid: PM6310000
(bootloader) cidnum: CWS__001
There's a txt file in the firmware.zip that will contain a list of the applicable CID numbers the firmware can apply to. Evidently since our phones are S-on an entry in the list must correspond to the device's reported CID.
So now I'm searching for an updated firmware.zip
You can find the stock rom here as found in this thread.

Lollipop ota, twrp backup, and firmware downloads

4.28.502.1 OTA.ZIP
https://mega.co.nz/#!QlAkXDgA!b9keBjCv7y6ZszUTLsNLidrhvgkslYX11NMnO9g-Vn4
Google Drive link
https://docs.google.com/file/d/0B-cg2hLPn3vTZTQxUjhhN0ZaU1E/edit?usp=docslist_api
Mirror by: Alpione
http://tech.alpione.com/ATT-M8-OTAPkg-4.28.502.1.zip
4.28.502.1 TWRP backup
https://mega.co.nz/#F!51pilLwI!zQV3zBEvOBhsr9GiUlRhxw
4.28.502.1 Firmware
http://1drv.ms/1ClUXtt
Mirror by: Alpione
http://tech.alpione.com/ATT-M8-firmware-4.28.502.1.zip
For s-off only
4.28.502.1 modified firmware no recovery or boot.img
https://mega.co.nz/#!BlJ1WYST!_LhqbreCdfYxiDvzKYgB0PSQ4odDDnG_E0xwqnHS8BA
http://1drv.ms/1GLidXV
IMPORTANT NOTE:
s-on users must re-lock bootloader & flash full firmware zip
When updating firmware just rename firmware.ZIP to 0p6bimg.zip and copy it to the ext-sd and reboot into hboot to update firmware. The firmware ZIP has the stock recovery so if you are updating your Rom using the twrp backup make sure to use modified firmware zip (s-off only)
For s-on users updating firmware you can follow instructions in this thread
http://forum.xda-developers.com/showthread.php?p=58867492
Anyone who wants to post mirrors, pm me the links and I will post them here for you. Enjoy [emoji41]
Note: I am not responsible for what you do with with your phone
I no longer have this phone so I can no longer update this thread unless someone messages me the info and links to post.
Sent from my HTC One_M8 using Tapatalk
Is the firmware zip for recovery or fastboot?
krazyace35 said:
4.28.502.1 OTA.ZIP
https://mega.co.nz/#!QlAkXDgA!b9keBjCv7y6ZszUTLsNLidrhvgkslYX11NMnO9g-Vn4
4.28.502.1 TWRP backup
https://mega.co.nz/#F!51pilLwI!zQV3zBEvOBhsr9GiUlRhxw
4.28.502.1 Firmware.ZIP
http://1drv.ms/1ClUXtt
Anyone who wants to post mirrors, pm me the links and I will post them here for you. Enjoy [emoji41]
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
The TWRP backup is safe to use on s - on? It will also update firmware? Thanks. Also I don't have to relock the bootloader with the TWRP backup correct?
OMGMatrix said:
Is the firmware zip for recovery or fastboot?
Click to expand...
Click to collapse
Hboot please check op I have updated it
pre4speed said:
The TWRP backup is safe to use on s - on? It will also update firmware? Thanks. Also I don't have to relock the bootloader with the TWRP backup correct?
Click to expand...
Click to collapse
Not sure about s-on I think as long as you remove recovery.img and boot.img it would be ok but I've never had to do that since I'm s-off don't try it until someone who knows answers your question [emoji6]
Sent from my HTC One_M8 using Tapatalk
A Couple of Questions
As the image shows, it appears that my firmware is outdated, but I have a couple of concerns before flashing the new zip file.
I have been thinking of going S-Off, but is it necessary before flashing the firmware and a new ROM (currently running Liquidsmooth KK Milestone 3.2)?
I have TWRP recovery. How do I remove recovery.img and boot.img before updating the firmware?
I'm no noob, but the M8 appears to have more options (for lack of a better term) than my previous Android phones & tablets.
CanuckinPA said:
I have been thinking of going S-Off, but is it necessary before flashing the firmware and a new ROM (currently running Liquidsmooth KK Milestone 3.2)?
I have TWRP recovery. How do I remove recovery.img and boot.img before updating the firmware?
I'm no noob, but the M8 appears to have more options (for lack of a better term) than my previous Android phones & tablets.
Click to expand...
Click to collapse
Hey Canuck...
You're right - the additional options for HTC phones mostly boil down to the S-On/Off deal and firmware flashing.
If you've got the AT&T variant and haven't changed your CID, you can use the firmware here. You only need to be S-Off if you're going to flash non-AT&T firmware.
For the recovery, you can just open the firmware Zip file in the OP and delete those two files out of it. When you flash, it will update everything else except those. Alternately, you can just flash without removing them but will have to reflash TWRP via fastboot to get the custom recovery back.
A
So if I'm rooted, s on, custom recovery and on 4.4.4 stock...How can I go about getting the ota?
Sent from my HTC One_M8 using XDA Free mobile app
Alpione said:
Hey Canuck...
You're right - the additional options for HTC phones mostly boil down to the S-On/Off deal and firmware flashing.
If you've got the AT&T variant and haven't changed your CID, you can use the firmware here. You only need to be S-Off if you're going to flash non-AT&T firmware.
For the recovery, you can just open the firmware Zip file in the OP and delete those two files out of it. When you flash, it will update everything else except those. Alternately, you can just flash without removing them but will have to reflash TWRP via fastboot to get the custom recovery back.
A
Click to expand...
Click to collapse
When I try to delete the boot.img and recovery.img files using WinRAR I get a popup that says "The archive is corrupt."
CanuckinPA said:
When I try to delete the boot.img and recovery.img files using WinRAR I get a popup that says "The archive is corrupt."
Click to expand...
Click to collapse
Try using 7-zip. The firmware Zips can be a little strange but 7-Zip always works for me. Or just flash it as-is and reflash TWRP.
A
Alpione said:
Try using 7-zip. The firmware Zips can be a little strange but 7-Zip always works for me. Or just flash it as-is and reflash TWRP.
A
Click to expand...
Click to collapse
Hmm -- no luck using 7zip either. I get a popup saying 'Error deleting file or folder -- not implemented."
Dumb question time -- do I extract the zip file and then delete the img files?
CanuckinPA said:
Dumb question time -- do I extract the zip file and then delete the img files?
Click to expand...
Click to collapse
Yep - that's how I do it. Not sure why these particular Zips are difficult; there's nothing special about them. Just extract, delete and rezip the rest.
Alpione said:
Yep - that's how I do it. Not sure why these particular Zips are difficult; there's nothing special about them. Just extract, delete and rezip the rest.
Click to expand...
Click to collapse
<Facepalm> :laugh:
Thanks!
@krazyace35
Additional mirrors. If anyone uses these, please let me know what kind of speeds you get. Thanks.
AT&T Firmware 4.28.502.1: http://tech.alpione.com/ATT-M8-firmware-4.28.502.1.zip
AT&T OTA 4.28.502.1: http://tech.alpione.com/ATT-M8-OTAPkg-4.28.502.1.zip
Alpione said:
@krazyace35
Additional mirrors. If anyone uses these, please let me know what kind of speeds you get. Thanks.
AT&T Firmware 4.28.502.1: http://tech.alpione.com/ATT-M8-firmware-4.28.502.1.zip
AT&T OTA 4.28.502.1: http://tech.alpione.com/ATT-M8-OTAPkg-4.28.502.1.zip
Click to expand...
Click to collapse
Added to op thanks for mirrors
Sent from my HTC One_M8 using Tapatalk
OK - this is getting frustrating.
I unzipped, deleted, and zipped.
But when I went to the bootloader screen and hit HBoot I got this, which to me says the firmware didn't update.
CanuckinPA said:
OK - this is getting frustrating.
I unzipped, deleted, and zipped.
But when I went to the bootloader screen and hit HBoot I got this, which to me says the firmware didn't update.
Click to expand...
Click to collapse
blue status bar in the upper right shows its loading.. did it finish?>
CanuckinPA said:
OK - this is getting frustrating.
I unzipped, deleted, and zipped.
But when I went to the bootloader screen and hit HBoot I got this, which to me says the firmware didn't update.
Click to expand...
Click to collapse
Did you press power button to select yes update firmware?
If you're s-on you will have to flash full firmware zip only s-off users can flash modified firmware
Sent from my HTC One_M8 using Tapatalk
krazyace35 said:
Did you press power button to select yes update firmware?
If you're s-on you will have to flash full firmware zip only s-off users can flash modified firmware
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
OK -- thanks for letting me know. So I need to dowload the TWRP backup, put it on the external SD and flash it after flashing the full firmware?
Sorry to be so noob-ish.
Updated op with modified firmware and important notes
Sent from my HTC One_M8 using Tapatalk
CanuckinPA said:
OK -- thanks for letting me know. So I need to dowload the TWRP backup, put it on the external SD and flash it after flashing the full firmware?
Sorry to be so noob-ish.
Click to expand...
Click to collapse
Yes make sure you put it in the twrp folder on ext-sd also you need to have twrp recovery on your computer to flash it via cmd using fastboot because after you flash new firmware it will replace twrp with stock & you will have to re-flash twrp recovery
Sent from my HTC One_M8 using Tapatalk

Categories

Resources