[ROM] ota 8.6.5.21 US rom - Eee Pad Transformer Android Development

It looks like we got our Christmas present a little early!
This is the rooted 8.6.5.21 rom. I just added su and Superuser. It does not overwrite recovery or the bootloader, so it should play nicely with razorclaw. Regardless, flash at your own risk. If in doubt, don't flash it.
This is the full rom, not the update. It is not deodexed, and it might even have carrier iq installed???!!! I only added root.
https://rapidshare.com/files/3982037990/hc_86521.zip
b9620eedb98fc18437cb73d7f4543030 hc_86521.zip
Edit: US version
Merry Christmas!

Is it 3.2 or ics?

smcabete said:
Is it 3.2 or ics?
Click to expand...
Click to collapse
hehe Honeycomb.

Awesome, thanks.
How does the US version compare to the UK one?
Also do I have to somehow flash to a .19 stock then root to flash this? (I haven't got mine yet).

The US rom has 25% more Android! magic in it. There might be other differences as well.
The newer tablets will be locked, so you have to root through .19.
sent from my cyanogen(mod) vision

cwm required to flash ?
nevermind, it does

I have a question. Say I have a B60 that was rooted via apx. I can't update. If I were to flash this rom, will I lose all my apps, data, etc.?
Actually, anyone has a cwm flashable zip for this update?

goodintentions said:
I have a question. Say I have a B60 that was rooted via apx. I can't update. If I were to flash this rom, will I lose all my apps, data, etc.?
Actually, anyone has a cwm flashable zip for this update?
Click to expand...
Click to collapse
This is the cwm flashable zip. It only flashes the system and boot, so data and recovery are untouched.
As far as not being able to update, I'm not sure what that means without more details.
sent from my cyanogen(mod) vision

What does this update do
Sent from my PC36100 using xda premium

gee one said:
This is the cwm flashable zip. It only flashes the system and boot, so data and recovery are untouched.
As far as not being able to update, I'm not sure what that means without more details.
sent from my cyanogen(mod) vision
Click to expand...
Click to collapse
The OP clearly says this is a rom, not just the update. Actually, here's his exact words.
This is the rooted 8.6.5.21 rom. I just added su and Superuser. It does not overwrite recovery or the bootloader, so it should play nicely with razorclaw. Regardless, flash at your own risk. If in doubt, don't flash it.
This is the full rom, not the update. It is not deodexed, and it might even have carrier iq installed???!!! I only added root.
Click to expand...
Click to collapse
It means how it sounds. I can't seem to OTA update while rooted. I rooted via apx. B60. The update process always ends up with an exclamation point next to an android, meaning it can't update.
Apologies for my ignorance.
Are you saying that when I flash this rom, all my apps and data will be left untouched?

goodintentions said:
The OP clearly says this is a rom, not just the update. Actually, here's his exact words.
It means how it sounds. I can't seem to OTA update while rooted. I rooted via apx. B60. The update process always ends up with an exclamation point next to an android, meaning it can't update.
Apologies for my ignorance.
Are you saying that when I flash this rom, all my apps and data will be left untouched?
Click to expand...
Click to collapse
Yes it they will be in touched
Sent from my Transformer TF101 using xda premium

ckoadiyn said:
Yes it they will be in touched
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Please forgive me for not understanding you too well. English isn't my first language.
Could you rephrase your sentence?

goodintentions said:
Please forgive me for not understanding you too well. English isn't my first language.
Could you rephrase your sentence?
Click to expand...
Click to collapse
All of your apps will still be there and you will have root still
Sent from my Transformer TF101 using xda premium

goodintentions said:
The OP clearly says this is a rom, not just the update. Actually, here's his exact words.
It means how it sounds. I can't seem to OTA update while rooted. I rooted via apx. B60. The update process always ends up with an exclamation point next to an android, meaning it can't update.
Apologies for my ignorance.
Are you saying that when I flash this rom, all my apps and data will be left untouched?
Click to expand...
Click to collapse
Got it- you can't update via the OTA. This will flash through clockworkmod recovery (or any non-stock recovery) and you will have a stock .21 system as if you had upgraded via the OTA from a stock .19 rom. System apps will be updated, but data and recovery will be unchanged.
If you are getting an exclamation point, it sounds like you have the stock recovery. You would need to install clockworkmod or some other recovery first.
I hope that's clear. Lastly, this is the US version.
sent from my cyanogen(mod) vision

gee one said:
This is the rooted 8.6.5.21 rom. I just added su and Superuser. It does not overwrite recovery or the bootloader, so it should play nicely with razorclaw. Regardless, flash at your own risk. If in doubt, don't flash it.
Click to expand...
Click to collapse
Just for interest: can you tell more how you did make this rom ?

After successful flash I'm still showing .19 firmware version. Any ideas as to why?

Me too.. but i`ll try again ...... nope stilll the same... i noticed that it updates pretty quick in cwm.... i guess it doesnt update at all... maybe you missed something when you added the christmas wishes

jeffsanace said:
After successful flash I'm still showing .19 firmware version. Any ideas as to why?
Click to expand...
Click to collapse
griefman said:
Me too.. but i`ll try again ...... nope stilll the same... i noticed that it updates pretty quick in cwm.... i guess it doesnt update at all... maybe you missed something when you added the christmas wishes
Click to expand...
Click to collapse
Try mounting your system partition, then flashing. It does take a few minutes and the progress bar will seem a bit slow or stuck.
sent from my cyanogen(mod) vision

gls9 said:
Just for interest: can you tell more how you did make this rom ?
Click to expand...
Click to collapse
I started with the OTA and then unzipped it. There is a blob and a bunch of patches. I unpacked the blob and made the boot.img/blob.LNX insecure, and repacked this into boot.img. then I took the patches and applied them to the stock system. This is the tricky part because I used a script to parse the updater-script to generate two scripts. The first one would identify and copy all the files that are scheduled to be patched. I then transfered all the files and the second script to my transformer. On the device, I ran the second script with applies that patch using the same binary that the recovery uses. The output from this all goes back to my computer where the patched files are re-united with the files that did not require a patch. Now, in the home stretch, I added Superuser.apk and the su binary. I adjusted the updater script to set permissions correctly for those two additions and added a little holiday cheer. Finally, I zipped up the whole thing and signed it.
The reason for doing it this way is that I can "apply" the ota to a copy of the system, rather than the system I have installed on my TF. It sounds complex and convoluted, but it really takes about 30 mins to an hour.
sent from my cyanogen(mod) vision

gee one said:
Try mounting your system partition, then flashing. It does take a few minutes and the progress bar will seem a bit slow or stuck.
sent from my cyanogen(mod) vision
Click to expand...
Click to collapse
Please forgive my ignorance. I just want to be sure. Is the following right?
Boot into cwm. Mount system partition. Back out and flash rom.
Is that right?

Related

[FLASHABLE] Repackaged OTA update 9.4.5.26 US/WW versions

After my thread for the TF101, here are my first repackaged OTA updates for the TF700:
First of all let me make this clear:
If you have root and want to keep it, use OTA Rootkeeper.
The original recovery is removed from the blob, so you won't lose your current recovery.
If after flashing one of these zips you still have the OTA update notification, do this:
Go to Settings -> Apps -> All and clear data from DMClient.
Current OTA 9.4.5.26:
US version:
us-9.4.5.22-to-9.4.5.26-TF700-CWM-v1.0.zip MD5: 2C6C763D0A7618E4AB4CB530D714F833
WW version:
ww-9.4.5.22-to-9.4.5.26-TF700-CWM-v1.0.zip MD5: E9597AD7C18483445A1F006D91A44C1B
IMPORTANT! If you deleted/changed some files, these updates will NOT work. These updates are meant for people on a stock rooted rom.
Sweet I know a few people were looking for a flashable OTA update.
...for CWM that hasn't been ported yet
tweeklulz said:
...for CWM that hasn't been ported yet
Click to expand...
Click to collapse
AFAIK cwm zips are compatible with TWRP.
It's a generic name which is supported by most recoveries.
(TWRP or CWM) As far as we are able to unlock our TF700... That not my case...
But it's a good news for those who can
Lizard, a better title would be "[ROM][FLASHABLE]" or something. People tend to get very confused when you say "CWM" because they think no other recovery can flash it .
eyeballer said:
Lizard, a better title would be "[ROM][FLASHABLE]" or something. People tend to get very confused when you say "CWM" because they think no other recovery can flash it .
Click to expand...
Click to collapse
I've changed the title to flashable, since I don't consider the update zips to be roms. I hope this will take away some of the confusion.
Lizard said:
I've changed the title to flashable, since I don't consider the update zips to be roms. I hope this will take away some of the confusion.
Click to expand...
Click to collapse
Thanks! Will reduce our support requests for TWRP
Bad Link To zip File
Oops! This page appears broken. DNS Error - Server cannot be found.
This is the message I get when I click the link to download your OTA update, need that update, can you help. Please.
TECHNOLLIC said:
Oops! This page appears broken. DNS Error - Server cannot be found.
This is the message I get when I click the link to download your OTA update, need that update, can you help. Please.
Click to expand...
Click to collapse
Look at the date of the OP - 9.4.5.26 is very old. Why do you need this old update?
_that said:
Look at the date of the OP - 9.4.5.26 is very old. Why do you need this old update?
Click to expand...
Click to collapse
To install NvFlash. I have 9.4.5.30, NvFlash will not install with this Rom version, it has to be before that.
TECHNOLLIC said:
To install NvFlash. I have 9.4.5.30, NvFlash will not install with this Rom version, it has to be before that.
Click to expand...
Click to collapse
You cannot downgrade from 9.4.5.30 to 9.4.5.26; the 9.4.5.30 bootloader and above accepts only signed bootloaders and the older ones are not signed.
_that said:
You cannot downgrade from 9.4.5.30 to 9.4.5.26; the 9.4.5.30 bootloader and above accepts only signed bootloaders and the older ones are not signed.
Click to expand...
Click to collapse
So how will I be able to install the NvFlash Tool? I want to flash custom roms but I want to protect my tablet from getting bricked.
TECHNOLLIC said:
So how will I be able to install the NvFlash Tool? I want to flash custom roms but I want to protect my tablet from getting bricked.
Click to expand...
Click to collapse
You can no longer able to install nvflash once you already flashed above .26 version, like .30 and up. You're out of luck.
buhohitr said:
You can no longer able to install nvflash once you already flashed above .26 version, like .30 and up. You're out of luck.
Click to expand...
Click to collapse
That sucks, I didn't flash .30, it came with it already installed. I'm used to flashing my phones, so it should be no problem flashing my tablet. Thank you very much for your help.
If you've flashed roms on other phones or tablets in the past then you should be fine. Just don't do anything crazy and you shouldn't brick it. I don't have NV Flash capabilities on mine, though I had the chance to but updated my bootloader anyway. Doesn't bother me as I'm not a dev and won't be doing anything crazy on mine. I've done plenty of flashing on many phones and the Asus Prime in the past, so I'm not worried about it
Sent from my Evo LTE using XDA Premium
TECHNOLLIC said:
That sucks, I didn't flash .30, it came with it already installed. I'm used to flashing my phones, so it should be no problem flashing my tablet.
Click to expand...
Click to collapse
Just be careful to never choose "wipe data" in the bootloader menu without a working (compatible to bootloader) recovery, that is the #1 reason for hard bricks:
http://forum.xda-developers.com/showthread.php?t=1917304
_that said:
Just be careful to never choose "wipe data" in the bootloader menu without a working (compatible to bootloader) recovery, that is the #1 reason for hard bricks:
http://forum.xda-developers.com/showthread.php?t=1917304
Click to expand...
Click to collapse
Thanks again for your help and support.
I just received my TF700T for Christmas and it has JB. Can I flash this to go back and get root without unlocking?
rocketjr said:
I just received my TF700T for Christmas and it has JB. Can I flash this to go back and get root without unlocking?
Click to expand...
Click to collapse
Yes. see http://forum.xda-developers.com/showthread.php?t=1925230
Sent from my ASUS Transformer Infinity TF700 running Android JB (rooted) via Tapatalk HD

Relock to get OTA?

I am on 4.1.1, rooted inconia a700. Today I tried to let the system check for an update, but it refuses to do so.
I think it has to do with the unlocked bootloader. In order to get OTA, we have to relock.
The question is now, do we have to flash original (stock) recovery to flash OTA or will it work with clockwork recovery?
How do we proceed?
Sent from my A700 using xda app-developers app
putti71 said:
I am on 4.1.1, rooted inconia a700. Today I tried to let the system check for an update, but it refuses to do so.
I think it has to do with the unlocked bootloader. In order to get OTA, we have to relock.
The question is now, do we have to flash original (stock) recovery to flash OTA or will it work with clockwork recovery?
How do we proceed?
Sent from my A700 using xda app-developers app
Click to expand...
Click to collapse
You have to flash the original stock rom. Not just the recovery.
I have heard 1 case where the user was still rooted and got ota, but only 1.
MD
Do you and other devs are going to make flashable OTAs, so we don't have go through the whole process?
Btw, I am rooted but still on stock.
Sent from Telegraph
putti71 said:
Do you and other devs are going to make flashable OTAs, so we don't have go through the whole process?
Btw, I am rooted but still on stock.
Sent from Telegraph
Click to expand...
Click to collapse
I'm not a Dev, I'm a Cook
The problem with OTA's, is that Acer has been delivering them as a "patch" update. Which means it's not a whole rom. It's set to patch existing files. This is a real pain, as each update is very specific about what it will work on. Typically it seems they use some type of binary check sum for each and every file. If even 1 of them is off, the update doesn't work. (just take a look at an installer script and you'll see what I mean)
The best bet, is to wait till we get a major update, then wait for one of us to do a system dump and compile it into a flashable custom rom.
A lot of people shy away from custom, but, it depends on how far the cook goes with modifying things. If it's just a re-pack, then it's pretty much stock.
MD

[Q] Push stock recovery

I'm on TWRP but I'd like to just adb push stock recovery. Is this possible just like I did to push TWRP?
waiting4mynexus said:
I'm on TWRP but I'd like to just adb push stock recovery. Is this possible just like I did to push TWRP?
Click to expand...
Click to collapse
Yep. Unzip a stock ROM. Find the recovery.img and fastboot it.
Why though?
theesotericone said:
Yep. Unzip a stock ROM. Find the recovery.img and fastboot it.
Why though?
Click to expand...
Click to collapse
Just so I can update when the OTAs come out. I'd rather not have to wipe and factory reset just to get the small updates they sent.
waiting4mynexus said:
Just so I can update when the OTAs come out. I'd rather not have to wipe and factory reset just to get the small updates they sent.
Click to expand...
Click to collapse
You can flash recoveries all day and not have to wipe anything. Unless your bootloader is still locked. Have you spent some time reading up on the device at all?
theesotericone said:
You can flash recoveries all day and not have to wipe anything. Unless your bootloader is still locked. Have you spent some time reading up on the device at all?
Click to expand...
Click to collapse
What reading do you suggest, this is my first nexus. Just came from an S3. I'm one for just making a couple mods as I need. I rooted so I could install navbar.
waiting4mynexus said:
What reading do you suggest, this is my first nexus. Just came from an S3. I'm one for just making a couple mods as I need. I rooted so I could install navbar.
Click to expand...
Click to collapse
Every sticky you find. I'm from Samsung devices as well. It took me less than 2 minutes to figure out a google device.
theesotericone said:
Every sticky you find. I'm from Samsung devices as well. It took me less than 2 minutes to figure out a google device.
Click to expand...
Click to collapse
I'm very satisfied with the nexus... No more constant modding or flashing this ROM and that to just avoid touchwiz and stay up-to-date.
waiting4mynexus said:
I'm very satisfied with the nexus... No more constant modding or flashing this ROM and that to just avoid touchwiz and stay up-to-date.
Click to expand...
Click to collapse
You can flash the OTAs through custom recoveries.
ihoneL some
Aerowinder said:
You can flash the OTAs through custom recoveries.
Click to expand...
Click to collapse
I think I understand... would I just need to download the OTA manually and flash it like any other zip?
Aerowinder said:
You can flash the OTAs through custom recoveries.
Click to expand...
Click to collapse
I was wondering the same thing. Do you have to wipe each update or just apply it and done?
Sent from my Nexus 5 using xda app-developers app
Badd_blood said:
I was wondering the same thing. Do you have to wipe each update or just apply it and done?
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Don't wipe just apply it. The updates have been patched, not the whole rom. If you wipe you could be in trouble.
waiting4mynexus said:
I think I understand... would I just need to download the OTA manually and flash it like any other zip?
Click to expand...
Click to collapse
Badd_blood said:
I was wondering the same thing. Do you have to wipe each update or just apply it and done?
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Disclaimer: These steps are assuming you are running Stock OS! No roms, no camera, sound, etc mods. If you're running a mod, then flash those back to stock to avoid issues.
Download the OTA, as well as the newest version of SuperSU (Version 1.8)
Transfer both files to the nexus via Android Transfer but dont put it in a folder, just so its at the bottom of the list
Boot to recovery
Flash OTA
Immediately Flash SuperSU after
Reebot
Done
I came from an S3 too, welcome to the Nexus fam
AceKingNYC said:
Disclaimer: These steps are assuming you are running Stock OS! No roms, no camera, sound, etc mods. If you're running a mod, then flash those back to stock to avoid issues.
Download the OTA, as well as the newest version of SuperSU (Version 1.8)
Transfer both files to the nexus via Android Transfer but dont put it in a folder, just so its at the bottom of the list
Boot to recovery
Flash OTA
Immediately Flash SuperSU after
Reebot
Done
I came from an S3 too, welcome to the Nexus fam
Click to expand...
Click to collapse
Would the xposed framework count as a mod? If you do have a mod then how do you go about updating on stock?
Badd_blood said:
Would the xposed framework count as a mod? If you do have a mod then how do you go about updating on stock?
Click to expand...
Click to collapse
I can't confidently say this because I have never used Xposed. But other folks have mentioned disabling it or uninstalling it i think?
As far as mods, if you have the camera mod etc, then just flash the stock APK for that mod so that its back as it was in it's original system state
Badd_blood said:
Would the xposed framework count as a mod? If you do have a mod then how do you go about updating on stock?
Click to expand...
Click to collapse
Anything that is different in /system or kernel may prevent ota. Xposed can be uninstalled via its gui
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit

Heartbleed vulnerability in Android 4.1.1

Google has officially stated that Android 4.1.1 is vulnerable:
http://googleonlinesecurity.blogspot.ca/2014/04/google-services-updated-to-address.html
This is a notice for anyone else on the Stock ROM as I am pretty sure this was the last supported update from HTC.
Pretty sure my wife's HTC One S (Ville) is on this version. Will verify when I get home. Time to root and flash her phone this weekend
Aceangel21 said:
Google has officially stated that Android 4.1.1 is vulnerable:
http://googleonlinesecurity.blogspot.ca/2014/04/google-services-updated-to-address.html
This is a notice for anyone else on the Stock ROM as I am pretty sure this was the last supported update from HTC.
Pretty sure my wife's HTC One S (Ville) is on this version. Will verify when I get home. Time to root and flash her phone this weekend
Click to expand...
Click to collapse
Anyway to patch this flaw myself using root access? I really don't have time to install and configure a new ROM...
I guess there is no official word from HTC neither...?
vacsed said:
Anyway to patch this flaw myself using root access? I really don't have time to install and configure a new ROM...
Click to expand...
Click to collapse
You could try this hack:
http://forum.xda-developers.com/showthread.php?p=51830870
rudolfm said:
You could try this hack:
http://forum.xda-developers.com/showthread.php?p=51830870
Click to expand...
Click to collapse
Could anyone with more programming skills than me try one of the following:
1) wrap this in a zip file we can flash from recovery
2) incorporate it into the Xposed framework
Many thanks if someone can accomplish this!
I think it's just HTC wanting us to buy new devices that's all.
Sent from my HTC One S using xda app-developers app
larrycl said:
Could anyone with more programming skills than me try one of the following:
1) wrap this in a zip file we can flash from recovery
2) incorporate it into the Xposed framework
Many thanks if someone can accomplish this!
Click to expand...
Click to collapse
Maybe you can try my patch: https://www.dropbox.com/s/tqxfjwwja3uaqsn/install-patch.zip
It uses a libssl.so from a LG Optimus L5 II (4.1.2) and it works on my TrekStor Surftab Ventos 10.1
If your device does't boot after you've installed it:
The patch creates a backup of your libssl.so at /system/libssl.backup.so, so just replace /system/lib/libssl.so with that backup file
Cheers, Xorg
Edit: updated link
HTC 800# When patch my One S 4.1.1: "I can't Comment"
Aceangel21 said:
Google has officially stated that Android 4.1.1 is vulnerable:
This is a notice for anyone else on the Stock ROM as I am pretty sure this was the last supported update from HTC.
Pretty sure my wife's HTC One S (Ville) is on this version. Will verify when I get home. Time to root and flash her phone this weekend
Click to expand...
Click to collapse
-- More or less revenue for HTC: Phonecon with HTC Toll Free#, US. Over 10 minutes tech reading to me how HTC is dedicated to security, ... customers .. asked when patch will issue for my 2012 HTC One S .. Answer: "I can't comment" .. Not planning on a 4th HTC in my life. /Ev :crying:
Link doesn't work
TheXorg said:
Maybe you can try my patch: http://tslink.tk/hb-inst-2
It uses a libssl.so from a LG Optimus L5 II (4.1.2) and it works on my TrekStor Surftab Ventos 10.1
If your device does't boot after you've installed it:
The patch creates a backup of your libssl.so at /system/libssl.backup.so, so just replace /system/lib/libssl.so with that backup file
Cheers, Xorg
Click to expand...
Click to collapse
Can you repost the link? I'd like to try it on my Archos 80 Titanium tablet. Stuck on 4.1.1 with no custom roms available for this tablet
htc is officially pushing heart bleed to t-mobile one s http://www.htc.com/us/go/htc-software-updates/
wendroid said:
Can you repost the link? I'd like to try it on my Archos 80 Titanium tablet. Stuck on 4.1.1 with no custom roms available for this tablet
Click to expand...
Click to collapse
New links:
New libssl.so: https://www.dropbox.com/s/wsg3a5ave2a8655/newssl.so
Flasheable ZIP: https://www.dropbox.com/s/tqxfjwwja3uaqsn/install-patch.zip
Sent from my Nexus 4 using XDA Premium 4 mobile app
Thank you so much! I will try this soon
The OTA for T-Mobile is out.
http://support.t-mobile.com/docs/DOC-4262
dr3amsINdigital said:
The OTA for T-Mobile is out.
http://support.t-mobile.com/docs/DOC-4262
Click to expand...
Click to collapse
Do NOT update via the OTA update! It put me through a constant reboot cycle and I had to factory reset...
th3pr1nc30f3gypt said:
Do NOT update via the OTA update! It put me through a constant reboot cycle and I had to factory reset...
Click to expand...
Click to collapse
Did you have a custom recovery installed?
dr3amsINdigital said:
Did you have a custom recovery installed?
Click to expand...
Click to collapse
Yes now what?
knickerblogger said:
Yes now what?
Click to expand...
Click to collapse
I'm not sure how to fix it, but this is why you're not supposed to install OTAs if you're not on stock recovery.
Sent from my iPad using Tapatalk
I'm s off, have twrp installed and on stock ROM. Would like to install this update, or get a 4.2.2 or 4.3 stable fully functional ROM. Do you think flashing stock recovery and then ota would work even if I'm s off. Should still be able to boot an ruu from fastboot even if I boot loop. Suggestions on custom roms?
Edit: Used flashalot's recovery switcher to flash stock recovery, rebooted, then flashed the ota update. After update I lost root, but still have s off.
Plan on fastboot flashing another recovery, then flashing su binary again from the new recovery.
Hope this helps.
Sent from my HTC VLE_U using XDA Free mobile app
Anyone interested in that OTA zip ?
Sent from my HTC VLE_U using Tapatalk
---------- Post added at 09:54 AM ---------- Previous post was at 09:38 AM ----------
This might help...
If you have the OTA.zip file... but custom recovery and such like TMUS application removed..
This will wipe your phone. Making a backup is not optional !!!
http://sadevil.org/blog/2012/12/23/manually-flashing-an-ota-update/
This looks somewhat straight forward.. If you want to get the OTA downloaded:
got to settings .. and manage to get the software update.. It will download eventually into your Download folder ..
Do not Apply the OTA at this point.. select install later!!!
pull the file on your PC/Mac/Linux box and modify as described in the URL above..
reboot your phone and the OTA should not bother you ... if you have pulled (like in remove) or at least renamed the OTA file..
Before you push Firmware.. and such make sure you have made a backup with CWM !!! or whatever method you are using!!!
also make sure you have your custom recovery image somewhere available and maybe a su.zip cwm file as you may loose root as well.. not sure..
If you have rooted your HTC one S your self - this should not be hard to DIY..
Currently I am at work and cannot try it out myself .. but definitly will do it once back at home later..
Godspeed to all of you brave hackers..
Superchill11 said:
I'm s off, have twrp installed and on stock ROM. Would like to install this update, or get a 4.2.2 or 4.3 stable fully functional ROM. Do you think flashing stock recovery and then ota would work even if I'm s off. Should still be able to boot an ruu from fastboot even if I boot loop. Suggestions on custom roms?
Edit: Used flashalot's recovery switcher to flash stock recovery, rebooted, then flashed the ota update. After update I lost root, but still have s off.
Plan on fastboot flashing another recovery, then flashing su binary again from the new recovery.
Hope this helps.
Sent from my HTC VLE_U using XDA Free mobile app
Click to expand...
Click to collapse
Same situation here. Stock ROM and Rooted and S-off. Constant nag to apply the OTA update but not working. Looking for a way to do it easy. How should I proceed? Don't want to wipe the phone and create all my settings again if possible. Can I reverse S-Off and apply OTA update somehow?
can any one provide me a link to the ota update

[Q] Restoring my recovery, but not wiping

Hi all,
I have searched the web, but haven't found an exact answer to my question.
I have a Nexus 5, currently on 4.4.2 (KOT49H). I am unlocked, rooted + Xposed and have TWRP. I want to update to 4.4.4 preferably OTA, officially. I would like to be able to use OTA updates from now on if possible.
Currently, if I disable Xposed, and use Suvival Mode in SuperSU and try to install the OTA update, TWRP intervenes and doesn't let me.
I would like to replace TWRP with the stock recovery so I can update OTA in the future. I don't want to wipe the phone to achieve this if possible. If this isn't possible, could someone step through how to update to 4.4.4 with TWRP installed — I'm on a mac also.
Flash the stock recovery image in fastboot
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Flash the stock recovery image in fastboot
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Where can I find the stock recovery? Is that this: *w*w*w*.developers.google.com/android/nexus/images
providedbike said:
Where can I find the stock recovery? Is that this: *w*w*w*.developers.google.com/android/nexus/images
Click to expand...
Click to collapse
Yes, extract the image and then the zip file
Sent from my Nexus 5 using XDA Free mobile app
OTA is the least compatible and hardest way to update. Why do you want to use this method? It's the worst option available to you.
rootSU said:
OTA is the least compatible and hardest way to update. Why do you want to use this method? It's the worst option available to you.
Click to expand...
Click to collapse
Because it would seem easier for me—AFAIK. Although this didn't work, this workflow sounds appealing to me every time an update comes out:
- Disable Xposed
- Enable Survival Mode in SuperSU
- Install OTA update
- Re-enable Xposed, done.
No USB, no computer, no terminal.
Is there another way to achieve this?
providedbike said:
Because it would seem easier for me—AFAIK. Although this didn't work, this workflow sounds appealing to me every time an update comes out:
- Disable Xposed
- Enable Survival Mode in SuperSU
- Install OTA update
- Re-enable Xposed, done.
No USB, no computer, no terminal.
Is there another way to achieve this?
Click to expand...
Click to collapse
Running a rooting rom without a custom recovery is dangerous IMHO.
Without having to lose custom recovery
1) Download latest rooted stock ROM
2) Flash
3) Enable Xposed
rootSU said:
Running a rooting rom without a custom recovery is dangerous IMHO.
Without having to lose custom recovery
1) Download latest rooted stock ROM
2) Flash
3) Enable Xposed
Click to expand...
Click to collapse
Does this apply for the stock rom? I'm rooted, but still stock...
providedbike said:
Does this apply for the stock rom? I'm rooted, but still stock...
Click to expand...
Click to collapse
Yes, whenever there is a new stock ROM, someone makes a rooted stock flashable zip of it. Also if you make any small changes to system, sometimes like adblocking, OTA will fail but flashable zip of rom will just override all that bs.
latest 4.4.4 rooted stock rom is in a thread which you can find i the resources section of the sticky-roll-up thread. You can get there via my signature.
That way, you can take a nandroid backup so if anything goes wrong after the update, you can do a full restore, where as with OTA you will not be able to with stock recovery.
rootSU said:
Yes, whenever there is a new stock ROM, someone makes a rooted stock flashable zip of it. Also if you make any small changes to system, sometimes like adblocking, OTA will fail but flashable zip of rom will just override all that bs.
latest 4.4.4 rooted stock rom is in a thread which you can find i the resources section of the sticky-roll-up thread. You can get there via my signature.
That way, you can take a nandroid backup so if anything goes wrong after the update, you can do a full restore, where as with OTA you will not be able to with stock recovery.
Click to expand...
Click to collapse
Ok great that's very helpful, thanks!
providedbike said:
Ok great that's very helpful, thanks!
Click to expand...
Click to collapse
No problem.
I just think that way is easier....I wouldn't want you putting extra work in, if you dont have to. It also gives you more freedom to work with mods in the future too, or kernels etc
rootSU said:
No problem.
I just think that way is easier....I wouldn't want you putting extra work in, if you dont have to. It also gives you more freedom to work with mods in the future too, or kernels etc
Click to expand...
Click to collapse
Yep it's all good. For some reason, I had this little fear of the fact it's an official stock rom, that's been "toyed" with. But of course that makes no sense really, considering I'm willing to install many third party apps and processes that could easily alter/mess my phone up.
Do the rooted stock roms get released fairly rapidly after the official one is released?
providedbike said:
Yep it's all good. For some reason, I had this little fear of the fact it's an official stock rom, that's been "toyed" with. But of course that makes no sense really, considering I'm willing to install many third party apps and processes that could easily alter/mess my phone up.
Do the rooted stock roms get released fairly rapidly after the official one is released?
Click to expand...
Click to collapse
Yeah. as soon as the factory image is released. Maybe a day or two. Which is before 99% of people even receive the OTA notification
rootSU said:
Yeah. as soon as the factory image is released. Maybe a day or two. Which is before 99% of people even receive the OTA notification
Click to expand...
Click to collapse
Perfect, thanks for clearing things up for me.
Just checking, I'll make a backup before I flash, but technically, will all my data still be there if all goes to plan?
providedbike said:
Perfect, thanks for clearing things up for me.
Just checking, I'll make a backup before I flash, but technically, will all my data still be there if all goes to plan?
Click to expand...
Click to collapse
Yep. the /data partition is not touched. Just /system and /boot (ROM and Kernel)
rootSU said:
Yep. the /data partition is not touched. Just /system and /boot (ROM and Kernel)
Click to expand...
Click to collapse
Great I'll do it tonight

Categories

Resources