Verizon Nexus OTA 4.0.4 red triangle exclamation point - Samsung Galaxy Nexus

I am rooted and have an unlocked bootloader but have stock rom and stock kernals and stock radios.... everything else stock.
I get the "new update available" OTA click to restart and the phone restarts. I get the android with a blue spinning something in his back with the progress bar moving. at about 25% it always changes to the android on his back with a red triangle exclamation point. Nothing happens from here.
I can do a battery pull and get the phone to start fine again.
I've seen these problems in other posts, but theres always something thats not the same as my phone for example the person flashed a rom or kernal. I have not.
any help?

kegman913 said:
I am rooted and have an unlocked bootloader but have stock rom and stock kernals and stock radios.... everything else stock.
<snip>
I've seen these problems in other posts, but theres always something thats not the same as my phone for example the person flashed a rom or kernal. I have not.
Click to expand...
Click to collapse
Can't help, I'm in the same boat. Trying to think of anything I've done that could be interfering:
Adfree (changes /etc/hosts)
SecureSettings plugin (installs a helper app)
SQLite Installer for root (failed to get this to work; tried to do it manually, forget if I got it )
Maybe there's something else I did that could be interfering too, I forget. At this point I'm wondering if its time to give up on stock and go CM9?

So you rooted your phone, and installed a custom bootloader then kept everything else stock?
My best guess is the custom bootloader is interfering with some permissions being requested by the update. I would go back 100% stock (un-root and reflash the original bootloader) then apply the update with everything locked down just like Big Red likes it.
Make sure you always backup when playing with bootloaders and rooting!
Hope this helps!

i just unlocked the bootloader, this isn't considered a custom bootloader is it? basically, I never did anything custom to it

Did you change your fonts or changed anything with the UI? How about modifying the build.prop?
If you try it again and see the android guy laying down press volume up + power to show the menu. It should list where the OTA failed. (you might have to press that combo a few times)
Report back.

i'll try it a second time when I get home, but volume up and power do nothing, hitting them together, in sucession, holding them both down, holding volume up, down and power do nothing either.......weird

nope, does nothing, maybe the other guy with this prob can confirm?

Hmmm weird. I'm pretty sure you can get the stock recovery to display with a button combo.
You might have to flash the stock image to get the OTA to apply. Something had to have been changed in /system.
Read Efrant's guide on how to do so. http://forum.xda-developers.com/showpost.php?p=25477039&postcount=1

i read somewhere that it might be due to clockwork recovery being the default recovery. how do I change this?

kegman913 said:
i read somewhere that it might be due to clockwork recovery being the default recovery. how do I change this?
Click to expand...
Click to collapse
You need to flash the stock recovery image. Download the factory image for the build that you are on, extract the recovery.img file, reboot your phone into fastboot, and in a command prompt, type: fastboot flash recovery recovery.img
Have a read of the guide that El Daddy linked to. It may explain some things for you.

Red Triangle - Error info
I'm also having this problem with trying to update.
I have an unlocked bootloader but its still the standard one (I didn't do anything other than unlock it) and I'm rooted but didn't flash any ROMs so it is still stock 4.0.2.
I tried a factory reset, stupidly without making sure everything was backed up, and it didn't change anything, I still get the red triangle, in case anyone was thinking of trying that.
I got to the recovery menu (holding power and pressing volume up) and after Installing the update... and Verifying current system...
Here is the entire error message:
assert failed: apply_patch_check("system/bin/gizp", "51086995a674ab78fd63b49aa7207df466624897", "5ba3b3ecd509cf6cee37b2f27110310a1f55045")
E: Error in /cache/12f767e7a5d0.incremental.zip
(status 7)
Installation aborted
From there, I have no choice but to choose to reboot. Hope this info helps someone come up with a solution.

umataro42 said:
I'm also having this problem with trying to update.
I have an unlocked bootloader but its still the standard one (I didn't do anything other than unlock it) and I'm rooted but didn't flash any ROMs so it is still stock 4.0.2.
I tried a factory reset, stupidly without making sure everything was backed up, and it didn't change anything, I still get the red triangle, in case anyone was thinking of trying that.
I got to the recovery menu (holding power and pressing volume up) and after Installing the update... and Verifying current system...
Here is the entire error message:
assert failed: apply_patch_check("system/bin/gizp", "51086995a674ab78fd63b49aa7207df466624897", "5ba3b3ecd509cf6cee37b2f27110310a1f55045")
E: Error in /cache/12f767e7a5d0.incremental.zip
(status 7)
Installation aborted
From there, I have no choice but to choose to reboot. Hope this info helps someone come up with a solution.
Click to expand...
Click to collapse
Did you use Stericson Busybox installer?

I also get thus error any help would be great

drummynator said:
Did you use Stericson Busybox installer?
Click to expand...
Click to collapse
I think so. If I have it installed, does it automatically get used?
Should I try uninstalling it?

umataro42 said:
I think so. If I have it installed, does it automatically get used?
Should I try uninstalling it?
Click to expand...
Click to collapse
Well, I have it installed too and I did try to uninstall it, but it still didn't work.
Sent from my Galaxy Nexus using Tapatalk 2

Does anyone know where the downloaded update is stored?
Does anybody know where the downloaded updated is stored?
If they do can I please put the location.
I am willing to try to install the updated downloaded file using clock work mod recovery.

Why don't you guys just have a read of this. It tells you how to install it manually (really easy), and what you need to do to have it install automatically.
P.S. For those talking about busybox, it has nothing to do with it...

efrant said:
Why don't you guys just have a read of this. It tells you how to install it manually (really easy), and what you need to do to have it install automatically.
P.S. For those talking about busybox, it has nothing to do with it...
Click to expand...
Click to collapse
I have looked at that and tried Method 1, but the same thing happened. I've also tried toggling asserts. Still no luck. I used the mysid IMM76K from ICL53F.

drummynator said:
I have looked at that and tried Method 1, but the same thing happened. I've also tried toggling asserts. Still no luck. I used the mysid IMM76K from ICL53F.
Click to expand...
Click to collapse
The guide also tells you what the requirements are for it to work, namely that all the original system files need to be there.
The recovery will tell you which file is not stock. In your case, you got:
assert failed: apply_patch_check("system/bin/gizp", "51086995a674ab78fd63b49aa7207df466624897", "5ba3b3ecd509cf6cee37b2f27110310a1f55045")
Which means that your /system/bin/gzip file is not the original one that came with your ROM. Just replace it with the stock one, as per the instructions in the link posted above.

efrant said:
The guide also tells you what the requirements are for it to work, namely that all the original system files need to be there.
The recovery will tell you which file is not stock. In your case, you got:
assert failed: apply_patch_check("system/bin/gizp", "51086995a674ab78fd63b49aa7207df466624897", "5ba3b3ecd509cf6cee37b2f27110310a1f55045")
Which means that your /system/bin/gzip file is not the original one that came with your ROM. Just replace it with the stock one, as per the instructions in the link posted above.
Click to expand...
Click to collapse
That looks like the error I got when I did the VolumeUp/Power combination and attempt the update.
/system/bin/gzip is a symlink for the busybox executable. Is there a way to put back stock files for everything that busybox replaced in one go? I have a feeling if I were to figure out how to get the stock gzip back, and try to do the update, that I'd find another system file was replaced by busybox.

Related

[Q] ITL41F OTA failed ... won't retry

Got the OTA today. Bog stock not rooted. update failed. After about 30 minutes a retry download button appeared. Pushing it doesn't do anything. Is there a minimum wait between update attempts? Any other ideas?
Same thing happened to me. I have waited 3 days for a repeat but to no avail. I rooted it and installed a custom ROM with the volume fix update in.
http://twitpic.com/7oody4 this?
Mine failed too... mine was just rooted; nothing else
I got the little Android logo with a !
Rebooted again, no update appears; so I decided to just put the update myself.
Twitpik link is broke. Didn't fail during reboot though. Error msg is right in the system update page. The dowload progress bar is grayed out and it says dowload failed instead a percent progress and there is Retry Download button lower right but it doesnt seem to do anything.
texiandave said:
Twitpik link is broke. Didn't fail during reboot though. Error msg is right in the system update page. The dowload progress bar is grayed out and it says dowload failed instead a percent progress and there is Retry Download button lower right but it doesnt seem to do anything.
Click to expand...
Click to collapse
Mine downloaded automatically over night, and asked if I wanted to apply it when I woke up at 6am. Twitpic should work btw, I just looked at it
Mine even said it was downloaded AND verified, but still failed
Rooted on stock rom with CWM.... Without the stock recovery it can't install. Just jumped to a new Rom with the update....I have always hated the auto updates..lol
Is there a way for me to apply this update by itself? Even if I don't have stock recovery? Is it possible to re-set recovery to original without wiping the entire device?
Mine is rooted, stock ROM, CWM recovery.
OTA re-set itself and installed correctly overnight without me doing anything. Not sure why it failed or how it resolved it but it's done.
If you're still having issues try this
http://www.coolsmartphone.com/2011/12/01/galaxy-nexus-ota-patch
Basically its links to the patch (OTA) and how to root/return to stock with a link to the guide on xda
Sent from my Galaxy Nexus using Tapatalk
I eventually received the update. It downloaded and asked for a reboot. I agreed and the phone counted down, then shutdown, but didn't startup. I waited and waited, the power button would not respond, so I removed the battery, and put it back in. It then started up, but still on the old ITL41D software. What did I do wrong? And what do I do now? Is it normal for it to fail to start up aftrr the reboot? Will I get another opportunity?
Sorry for all the questions, but I'm super frustrated
mirilo said:
I eventually received the update. It downloaded and asked for a reboot. I agreed and the phone counted down, then shutdown, but didn't startup. I waited and waited, the power button would not respond, so I removed the battery, and put it back in. It then started up, but still on the old ITL41D software. What did I do wrong? And what do I do now? Is it normal for it to fail to start up aftrr the reboot? Will I get another opportunity?
Sorry for all the questions, but I'm super frustrated
Click to expand...
Click to collapse
Is your phone rooted? If so, I would look at the comment above yours with the link to the patch (and instructions) to flash it manually. If it is not, it will likely allow you to retry in a day or two.
Hope it all works out for you.
EDIT: I just tried flashing the patch manually as per the prior instructions posted and it didn't work. It gave me "Error (Status 7)" and aborted the installation. Although, right when it rebooted back into the home screen, it came up with the official OTA update again. I'm hesitant on trying it again, since it's likely to fail due to whatever reason caused it to fail the first time.
Either way, this is getting aggravating. I really wish there was an easier way to get this patch without needing to lose root and having to re-do things all over again. I have done a TiBu batch run of all of the stuff I need, but still...oh well.
FlareHeart said:
Either way, this is getting aggravating. I really wish there was an easier way to get this patch without needing to lose root and having to re-do things all over again. I have done a TiBu batch run of all of the stuff I need, but still...oh well.
Click to expand...
Click to collapse
Don't think I've ever seen an OTA which left root intact. This occurs when the OTA sets the permissions recursive for the whole directory /system/bin to 755 removing the setuid attribute on the /system/bin/su binary.
The binary will still be there, but will have to have the setuid attribute added back, chdmod 4755, which will then return root.
Does seem odd Google allows the device to be unlocked, but yet unlocked devices get root access wiped. If they claim to want open source and open devices, perhaps they could script an exception for root access and not remove it with every OTA.
Normally, when Error status 7, or any other recovery error, we're in a custom recovery with adb access and can pull the log at /tmp/recovery.log or /cache/recovery.log and examine what caused the issue as more output is stored there than presented on the screen to the user.
Perhaps googling this recovery error code or grabbing the open source from AOSP will show generally what causes it.
Does seem odd the issues other users have had *automatically* cleared themselves after waiting a while.
First idea which comes to mind is perhaps the original OTA had a bug in the scripting and they were slowly replacing and pushing out the updated OTA.
Keep us updated! I'm on the samsung version of ics so I'll probably have to manually push over all the images...but good to keep up with the *official* route.
When trying to install my update, I get signature verification failed in recovery.
Any ideas?
EDIT: Flashed the recovery posted in the Image on Googles site.
Fixed the problem for me.
joeykrim said:
Keep us updated! I'm on the samsung version of ics so I'll probably have to manually push over all the images...but good to keep up with the *official* route.
Click to expand...
Click to collapse
Not technically official, but a MUCH easier way to get the patch and keep all of your settings and root can be done using the slightly modified stock ROM from bigxie (link: http://forum.xda-developers.com/showthread.php?t=1372376)
If you clear just the cache and dalvik, then flash this. You get the patch, SU, and busybox, without losing all of your settings or data.
Worked great for me. Hope that helps!

[Q] Stupid Root Question

Sorry if it has been answered elsewhere, but I have a migraine and am going for now. I just wanted to post really fast. I rooted my phone recently and have CM 7.2 on my Dinc. Now it suddenly seems that programs seem to think it isn't. Programs such as Titanium Backup won't work saying there is no root. Same with BusyBox and so on. Anyone had any issues like this? Any ideas as to what is next? I am somewhat new to this and would appreciate the help.
Tried to just reroot, but can't seem to get DooMLord's thing to work. Can't get the ADB drivers since, for some reason the Android SDK thingy WILL NOT download the Google USB driver packages. Tried about 6 different times and it just will not download and install them. HELP?
BuffaloChips said:
Sorry if it has been answered elsewhere, but I have a migraine and am going for now. I just wanted to post really fast. I rooted my phone recently and have CM 7.2 on my Dinc. Now it suddenly seems that programs seem to think it isn't. Programs such as Titanium Backup won't work saying there is no root. Same with BusyBox and so on. Anyone had any issues like this? Any ideas as to what is next? I am somewhat new to this and would appreciate the help.
Tried to just reroot, but can't seem to get DooMLord's thing to work. Can't get the ADB drivers since, for some reason the Android SDK thingy WILL NOT download the Google USB driver packages. Tried about 6 different times and it just will not download and install them. HELP?
Click to expand...
Click to collapse
Open the superuser app and hit menu and select preferences. Scroll to the bottom and tap check for updates. If it says you have the latest update then hit the update anyways button. Also make sure you have the latest version of busybox installed. Then see if apps can get root. If not post back with your info.
S-off / s-on (can be found at the top of the hboot screen)
Android version (menu settings about phone software information)
Hboot version (found on hboot screen)
Radio (baseband) version. (also on hboot screen)
Also you can get the adb files and drivers here http://dinc.does-it.net/ADB
Tried that and it said d'ling manifest ... okay, parsing manifest ... okay, checking installed version = 3.0.3.2 . I clicked update anyway and got ,,, d'ling custom busybox ... okay, checking md5sum... FAIL! Tried the update fixer and it doesn't work either.Says no problems detected. In the little window it says checking signatures...ok! I click force and fix and get, extracting tiny busybox...fail! It says something about trying to download update.zip from somewhere but I cant see the rest.
My phone is s-off
Android version says 2.3.7
hboot 0.92.0000
radio 2.15.00.07.28
Now all I need are some good drugs so I can sleep. Migraines suck! It won't even let me do that.
BuffaloChips said:
Tried that and it said d'ling manifest ... okay, parsing manifest ... okay, checking installed version = 3.0.3.2 . I clicked update anyway and got ,,, d'ling custom busybox ... okay, checking md5sum... FAIL! Tried the update fixer and it doesn't work either.Says no problems detected. In the little window it says checking signatures...ok! I click force and fix and get, extracting tiny busybox...fail! It says something about trying to download update.zip from somewhere but I cant see the rest.
My phone is s-off
Android version says 2.3.7
hboot 0.92.0000
radio 2.15.00.07.28
Now all I need are some good drugs so I can sleep. Migraines suck! It won't even let me do that.
Click to expand...
Click to collapse
Try flashing these thru recovery.
http://dinc.does-it.net/SuperUser/SuperUser_3.0.7.zip, and http://dinc.does-it.net/BusyBox/Busybox_1.19.4_Flashable.zip, then boot and see if your apps can get root.
Flashed them but no good. Still says no root with programs requiring it.
Was going to go nuts and shoot for flashing Condemned CM7.2 to see if I brick my phone or not, but after d'ling the ROM, I'm not sure what I'm supposed to do next.
BuffaloChips said:
Flashed them but no good. Still says no root with programs requiring it.
Was going to go nuts and shoot for flashing Condemned CM7.2 to see if I brick my phone or not, but after d'ling the ROM, I'm not sure what I'm supposed to do next.
Click to expand...
Click to collapse
If you want to flash a new rom, download the roms zip to your sdcard. Go to recovery and go to advanced and wipe dalvik-cache. Go to mounts and storage and format everything in there except sdcard and emmc. Then go to install zip from sdcard, internal sdcard, and choose the rom zip you downloaded, and select yes to flash it.
Are you sure that you have superuser app set to allow, and not deny these root apps. Try opening superuser app ad removing the root apps from the list. Then try using the root apps and see if it propmpts for and allows root.
I have super user set to prompt me every time and I click on allow. And yes, I have deleted and retried them so many times I want to rip out what is left of my hair.
OK, after flashing Condemnedsoul's cm7.2 (post says v12 but in about phone I get v10, go figure) nothing had changed. I got the ROM manager updated and clicked fix permissions and it went through a bunch of stuff. Now, before it wouldn't do anything through the ROM manager and recovery would do nothing either. Guess I found the culprit here. This is the bad thing about not being able to remove and reinstall these little items. Makes you really crazy at times as you are not necessarily sure that it is really the issue and if it is.... it requires a bit of extra work to fix. Live and learn.
Thanks for trying hard to help me though. It is greatly appreciated.
Oh, thanks for reminding me I am an idiot for not realizing one CAN flash ROM's straight from a .zip through recovery. LMAO! (this is meant as self-deprecating and not as an insult to you)
BuffaloChips said:
I have super user set to prompt me every time and I click on allow. And yes, I have deleted and retried them so many times I want to rip out what is left of my hair.
OK, after flashing Condemnedsoul's cm7.2 (post says v12 but in about phone I get v10, go figure) nothing had changed. I got the ROM manager updated and clicked fix permissions and it went through a bunch of stuff. Now, before it wouldn't do anything through the ROM manager and recovery would do nothing either. Guess I found the culprit here. This is the bad thing about not being able to remove and reinstall these little items. Makes you really crazy at times as you are not necessarily sure that it is really the issue and if it is.... it requires a bit of extra work to fix. Live and learn.
Thanks for trying hard to help me though. It is greatly appreciated.
Oh, thanks for reminding me I am an idiot for not realizing one CAN flash ROM's straight from a .zip through recovery. LMAO! (this is meant as self-deprecating and not as an insult to you)
Click to expand...
Click to collapse
Yeah it is recomended not to use rom manager for flashing things, but to go straight to recovery to do it. The only thing i use rom manager for is so that i get notified about new versions of cwm recovery.
If flashing new roms dosent fix the issue there are always ruu's which will put your phone back to complete stock except for still having s-off, making it easy to root again.
Great! Wi-Fi doesn't want to work now! Crap! Gets as far as trying to obtain an IP address from my router and then says out of range while I am about ten feet from the router and the strength meter is showing full...! It just gets better and better some days.
BuffaloChips said:
Great! Wi-Fi doesn't want to work now! Crap! Gets as far as trying to obtain an IP address from my router and then says out of range while I am about ten feet from the router and the strength meter is showing full...! It just gets better and better some days.
Click to expand...
Click to collapse
Sounds like you need to just ruu and start over fresh. Seems something is seriously buggy with your setup. Are you using a custom kernel, or one that came with the rom?
Well, Wi-Fi was working with the original CM7.2. Just seems that it isn't with Condemned's. And I am using the kernel that came with the ROM.
To be honest, I haven't a clue about doing an RUU install.
BuffaloChips said:
Well, Wi-Fi was working with the original CM7.2. Just seems that it isn't with Condemned's. And I am using the kernel that came with the ROM.
To be honest, I haven't a clue about doing an RUU install.
Click to expand...
Click to collapse
Ruus are pretty simple. Make positive you are s-off before doing this, or rerooting will be a lot harder.
Download the ruu http://dinc.does-it.net/Stock_Images/4.06.605.3/PB31IMG.zip
Do not rename it just stick it on the root (in no folders) of your sdcard.
Boot into recovery (if entering recovery thru hboot select no when prompted to update) wipe dalvik-cache in the advanced menu, and format everything in mounts and storage except emmc and sdcard.
Power off the phone and boot to hboot. (hold vol down plus power till a white screen pops up) Hboot will find the ruu automaticly and prompt you to press vol up to update. Do so and let it do its thing, note it will reboot once durring the ruu, be patient and do not interupt it. When done press vol up to reboot. You are now stock.
Do the setup on the phone and then go to menu - settings - applications, and uncheck fastboot. Use a file explorer or pc to remove the PB31IMG.zip from your sdcard.
Power off the phone and boot to hboot again. From the hboot menu select factory reset. This will ensure all corrupt data is gone. After it finishes the phone should boot again. Once again do the setup and uncheck fastboot again.
Download these two files:
http://dinc.does-it.net/Recoveries/CWM_5.0.2.0/PB31IMG.zip
http://dinc.does-it.net/SuperUser/SuperUser_3.0.7.zip
Do not rename them and place them on the root of your sdcard.
Power off the phone and boot to hboot. It will find the PB31IMG.zip file (cwm recovery) and prompt to press vol up to update. Do so. When asked to reboot press vol down no.
Select recovery from the hboot menu. Once in recovery select install zip from sdcard - internal sdcard- and select the Superuser_3.0.7.zip. Select yes when prompted.
Reboot thr phone and go to the market and download the busybox app. Open busybox and install it. Go to your sdcard and delete or rename the clockwork PB31IMG.zip.
Thats it you should be stock rooted. From here you can stick with stock, or flash a rom of your choosing.
I have a PB31IMG.zip file that is 176,626kb with 8 "files" in it. It has andriod-info.txt, hboot_8x50_0.92.0000_100723nb0, radio.img, boot.img, recovery.img system.img splash1.nb0 and nv_MFG_VZW_1.70_0825_PRL58006.img in it. Any idea what the hell this is for? I thought about trying to use it, but I can't even remember what the hell it is. Sad, I know. I should have renamed it so I would know.
Live and learn ......
BuffaloChips said:
I have a PB31IMG.zip file that is 176,626kb with 8 "files" in it. It has andriod-info.txt, hboot_8x50_0.92.0000_100723nb0, radio.img, boot.img, recovery.img system.img splash1.nb0 and nv_MFG_VZW_1.70_0825_PRL58006.img in it. Any idea what the hell this is for? I thought about trying to use it, but I can't even remember what the hell it is. Sad, I know. I should have renamed it so I would know.
Live and learn ......
Click to expand...
Click to collapse
That is an ruu. Not sure which version, but definitley an ruu.
PB31IMG.zip files can be ruu's, radios, splash screens, recoveries, hboots, or a combination of them.

Rooted S-off and still getting ota update

My Dinc is rooted S-off and I'm still getting ota update notification. I tried to run the update and it does nothing....
If you're on a stock (even rooted) ROM, you'll get the ota notification. But it requires stock recovery to flash. I haven't looked into the actual zip, so I don't know if it'll flash via CWM or not. It used to not, and I doubt it's changed.
PonsAsinorem said:
If you're on a stock (even rooted) ROM, you'll get the ota notification. But it requires stock recovery to flash. I haven't looked into the actual zip, so I don't know if it'll flash via CWM or not. It used to not, and I doubt it's changed.
Click to expand...
Click to collapse
That is correct, the ota will not work unless you are complete stock. Meaning stock recovery, all original and unmodified apps and framework files, and you must still be odexed.
If you just want to stop the update nag you can go to /system with a root file explorer and open for editing the build.prop file. Look for a line that starts like this " ro.build.fingerprint= ", change the whole line to look like this without the quotes " ro.build.fingerprint=verizon_wwe/inc/inc:2.3.4/GRJ22/389630.15:user/release-keys ". This tricks the update server into thinking you already have the latest update.
If you want a rom with the new update, there is the Stock 4.08.605.15 Rom and Touch of blue. One is pure rooted stock, and TOB is mostly stock but debloated and lightly themed.
I need to get the latest OTA update, but can I only get it through a new Rom or can I just gets new OTA update to work with my current Rom?
Sent from my PC36100 using xda app-developers app
Richard6292 said:
I need to get the latest OTA update, but can I only get it through a new Rom or can I just gets new OTA update to work with my current Rom?
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
You have to be complete stock to sucessfully update ota. Just flash the stock 4.08.605.15 rom in the dev section. You'd be getting the same thing, without all the hastle of ruu'ing, updating ota, and then rerooting.
Thanks for the info! But after that, if I were to relfash my current Rom I'd just be back in the same situation right?:/ I wish my current Rom would be update but the dev'r went away..
Sent from my PC36100 using xda app-developers app
Richard6292 said:
Thanks for the info! But after that, if I were to relfash my current Rom I'd just be back in the same situation right?:/ I wish my current Rom would be update but the dev'r went away..
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
Right, if your current rom is not based on 4.08.605.15, then you will get the ota notification. Even if you got the actuall ota to install, it would more than likley mess up the rom, and then you would have to reflash the rom and you would be right back where you started. If you want to stay on your current rom but stop the ota notification, do as i said a couple posts above and edit the build.prop file to make the update server think you already have the latest ota. What rom are you currently on?
Ok, thanks for the help!!
Sent from my PC36100 using xda app-developers app
I am using TOB so can I install the update without messing things up?
joeyz400 said:
I am using TOB so can I install the update without messing things up?
Click to expand...
Click to collapse
No tob has stock apps removed and is deodexed. The ota checks to make sure all original apps and files are present and unchanged. If you wabt to get the actuall ota tou need to ruu to stock 4.06.605.3 and then ota to 4.08.695.2 and then ota to 4.08.605.15. However tob V2.1 has been updated to 4.08.605.15 already.
Experience with this OTA update
I can't post yet to the development forums and I saw that cmlusco was on here so just wanted to share my experience. I have an SMOLED Droid Incredible and I'm rooted, S-OFF on the latest CWM recovery and I was using wildstang's stock ROM from the last update back in November 2011. I got the notification, searched the forums, and ended up installing cmlusco's stock deodexed ROM, after doing all the requisite wipes and checking the md5. My initial experience was great, apart from once when the phone simply died with a black screen and was completely unresponsive. Battery pull solved that. After I was done getting all my apps back on there (mostly via downloading and then for some of them just restoring the data from Titanium Backup), I did a Titanium Backup and a nandroid backup in the recovery. After all of these were done, I started having quite a few freeze issues. I think I had three in a row before I had one while in the process of connecting the phone to my computer. Had to do the battery pull method each time but the last time, the phone must have been right in the middle of mounting to my laptop because all of my downloaded apps were "gone". As in, they were not in the app drawer and all the icons were the default Android icon on the home screens. I think something happened with the freeze in the middle of the mount. If I reinstalled an app from the market and tried to restart it, it force closed. Then, if I uninstalled and reinstalled it, it did work. But I was still getting some force closes so I figured it might just be easier to flash the ROM again, which is what I did.
So now I'm back up and running, and mostly everything is okay. I did get another freeze while installing an app and waited for a while but since the phone was still unresponsive, I did the battery pull again. Stuff is working but I thought I'd share my experience and see if anyone else had something similar happen. Oh, by the way, I also updated to the latest radio but hadn't the first time I used this ROM. And cmlusco, thanks a lot for posting that and being very patient in the forums. If this ROM fails again, I might try Touch of Blue.
cmlusco said:
That is correct, the ota will not work unless you are complete stock. Meaning stock recovery, all original and unmodified apps and framework files, and you must still be odexed.
If you just want to stop the update nag you can go to /system with a root file explorer and open for editing the build.prop file. Look for a line that starts like this " ro.build.fingerprint= ", change the whole line to look like this without the quotes " ro.build.fingerprint=verizon_wwe/inc/inc:2.3.4/GRJ22/389630.15:user/release-keys ". This tricks the update server into thinking you already have the latest update.
If you want a rom with the new update, there is the Stock 4.08.605.15 Rom and Touch of blue. One is pure rooted stock, and TOB is mostly stock but debloated and lightly themed.
Click to expand...
Click to collapse
Thanks, I changed that line and the annoying system update is gone
cmlusco said:
That is correct, the ota will not work unless you are complete stock. Meaning stock recovery, all original and unmodified apps and framework files, and you must still be odexed.
If you just want to stop the update nag you can go to /system with a root file explorer and open for editing the build.prop file. Look for a line that starts like this " ro.build.fingerprint= ", change the whole line to look like this without the quotes " ro.build.fingerprint=verizon_wwe/inc/inc:2.3.4/GRJ22/389630.15:user/release-keys ". This tricks the update server into thinking you already have the latest update.
If you want a rom with the new update, there is the Stock 4.08.605.15 Rom and Touch of blue. One is pure rooted stock, and TOB is mostly stock but debloated and lightly themed.
Click to expand...
Click to collapse
So, I edited the "ro.build.fingerprint" line, and I'm still getting the notification... I've tried the "fix" of renaming the /etc/security/otacerts.zip file to otacerts.zip.bak, which some suggest. Hell, I even ended up deleting the whole file. When that didn't work, I froze /system/app/updater.apk. Still nothing, so I deleted that file as well. Nothing is listed in my /cache folder, where some people have noted that the download stores itself. I had the 4.08.605.15 update before, and it caused my phone to freeze a lot, and randomly reboot over and over for hours. During those reboots, half my apps got deleted as well.
Needless to say, I don't want the stupid update!! But nothing I can find on any forum is stopping my phone from getting the notification every 15-20 minutes. I've tried flashing a few different ROMs, but my phone gets stuck in a boot cycle with any of them. Just the other day, I went to flash the newest CyanogenMod through CWM, and it just kept showing the blue android guy on a skateboard for (no joke) about 3 hours. I ended up pulling the battery and flashing my stock recovery.
Please let me know if there's anything else anyone can think of that might stop the notification. I'm still 3 months out from being eligible to upgrade my phone, and I'd rather not deal with the notification popping up over and over and over for that time
Thanks
ggoodman1022 said:
So, I edited the "ro.build.fingerprint" line, and I'm still getting the notification... I've tried the "fix" of renaming the /etc/security/otacerts.zip file to otacerts.zip.bak, which some suggest. Hell, I even ended up deleting the whole file. When that didn't work, I froze /system/app/updater.apk. Still nothing, so I deleted that file as well. Nothing is listed in my /cache folder, where some people have noted that the download stores itself. I had the 4.08.605.15 update before, and it caused my phone to freeze a lot, and randomly reboot over and over for hours. During those reboots, half my apps got deleted as well.
Needless to say, I don't want the stupid update!! But nothing I can find on any forum is stopping my phone from getting the notification every 15-20 minutes. I've tried flashing a few different ROMs, but my phone gets stuck in a boot cycle with any of them. Just the other day, I went to flash the newest CyanogenMod through CWM, and it just kept showing the blue android guy on a skateboard for (no joke) about 3 hours. I ended up pulling the battery and flashing my stock recovery.
Please let me know if there's anything else anyone can think of that might stop the notification. I'm still 3 months out from being eligible to upgrade my phone, and I'd rather not deal with the notification popping up over and over and over for that time
Thanks
Click to expand...
Click to collapse
make sure your file explorer is in r/w (read/write) mode or the changes that you made will not save. there is a button in the upper right part of root explorer if that is that app you are using.
nschiwy said:
make sure your file explorer is in r/w (read/write) mode or the changes that you made will not save. there is a button in the upper right part of root explorer if that is that app you are using.
Click to expand...
Click to collapse
Also you must be s-off, or adb pull edit and push the file while in recovery.
Try flashing this. Got rid of the nagging when I was on GB. Should take care of it.
http://db.tt/zPhTShuA
sorry...I was on the phone...
nschiwy said:
make sure your file explorer is in r/w (read/write) mode or the changes that you made will not save. there is a button in the upper right part of root explorer if that is that app you are using.
Click to expand...
Click to collapse
It is definitely in r/w mode. I restarted the phone, cleared cache, then checked the file again to make sure the edit was still there. And it was...
cmlusco said:
Also you must be s-off, or adb pull edit and push the file while in recovery.
Click to expand...
Click to collapse
I've had s-off since a few days after I got the phone last year.
omniatic said:
Try flashing this. Got rid of the nagging when I was on GB. Should take care of it.
http://db.tt/zPhTShuA
sorry...I was on the phone...
Click to expand...
Click to collapse
I restored from a prior backup to undo all the changes I made, so I'm going to try each of the methods again, and if nothing works, I'll flash this.
Thank you all. I've been relying too much on "one-click" solutions in the past, but I'm now trying to get more into the actual dev side of things, so I can help out with this kind of stuff as well
ggoodman1022 said:
It is definitely in r/w mode. I restarted the phone, cleared cache, then checked the file again to make sure the edit was still there. And it was...
I've had s-off since a few days after I got the phone last year.
I restored from a prior backup to undo all the changes I made, so I'm going to try each of the methods again, and if nothing works, I'll flash this.
Thank you all. I've been relying too much on "one-click" solutions in the past, but I'm now trying to get more into the actual dev side of things, so I can help out with this kind of stuff as well
Click to expand...
Click to collapse
I retried all the methods, and flashed the file mentioned above. Still no luck
Stupid notification pops up over and over and over... Guess I may either have to update, or deal with the notification until October when I can upgrade my phone. Or try flashing a custom ROM, even though I like the stock ROM
You could always flash cmlusco's touch of blue ROM which is an optimized version of the latest OTA, so you wouldn't have to worry about update notifications on that one for sure (at least on the latest version).
http://forum.xda-developers.com/showthread.php?t=1492720
but there are lots of options here
http://forum.xda-developers.com/forumdisplay.php?f=638

[Q]new ota error 410

I put back stock recovery and locked when i try to update it starts then reboots the phone once i did get a congrats message but checked still on 4.2.2 when i check status it says failed error 410 and ive been searching but not finding any info on error anyone know?
bregga said:
I put back stock recovery and locked when i try to update it starts then reboots the phone once i did get a congrats message but checked still on 4.2.2 when i check status it says failed error 410 and ive been searching but not finding any info on error anyone know?
Click to expand...
Click to collapse
Ive also gotten this problem. Ive looked into it and it occurs when you delete a system app. I believe the update wont be applied unless all stock apps are installed
weird
I have not deleted any running stock just s off and unlocked Ill have to look for a stock rom then thank you I will give it a shot
eXperianceHD said:
Ive also gotten this problem. Ive looked into it and it occurs when you delete a system app. I believe the update wont be applied unless all stock apps are installed
Click to expand...
Click to collapse
you were rigtht
I nandroided back to my original backup and it is doing the updates thank you.
bregga said:
I have not deleted any running stock just s off and unlocked Ill have to look for a stock rom then thank you I will give it a shot
Click to expand...
Click to collapse
I have S-OFF and 1.10.605.15, and had deleted a bunch of the Verizon bloatware. After reverting to stock recovery, I tried to apply the OTA; it got stuck with a red triangle. I pressed volume-up + power, which showed me a bootloader menu and an error message that it couldn't find Kidzone (one of the apps that I had removed). I selected reboot in the bootloader to reboot the phone and, obviously, it was still in 4.2.2 and the software status had error 410.
I don't have any backups with the bloatware apps on them, can you think of any way to apply the OTA without wiping my phone? I'm a little annoyed that Verizon made the OTA check for those apps to be installed on the phone; I find it hard to believe this is necessary...
neutrino37 said:
I have S-OFF and 1.10.605.15, and had deleted a bunch of the Verizon bloatware. After reverting to stock recovery, I tried to apply the OTA; it got stuck with a red triangle. I pressed volume-up + power, which showed me a bootloader menu and an error message that it couldn't find Kidzone (one of the apps that I had removed). I selected reboot in the bootloader to reboot the phone and, obviously, it was still in 4.2.2 and the software status had error 410.
I don't have any backups with the bloatware apps on them, can you think of any way to apply the OTA without wiping my phone? I'm a little annoyed that Verizon made the OTA check for those apps to be installed on the phone; I find it hard to believe this is necessary...
Click to expand...
Click to collapse
You have to have all apps present or else it fails to patch them.
It can't guarantee a full clean install if some files patch and some don't.
(This is why we root, so we can flash already rooted roms and remove things as we want. Not so we can take OTA's)
Install the stock rooted rom and firmware in the dev section.
OR install the previous stock rooted rom in the same thread in the dev section and stock recovery and then ota update.
You will wipe your phone by flashing stock recovery though.
If you just flash the firmware and then the stock rooted rom, you won't have to wipe.
Just be sure to do an odex version, since yours is still stock odex.

Ominous screen after downgrading and installing recovery

I rooted a new aftv last night and all went smooth. Today downgrading and installing cwm very different story.
My aftv now boots to a plain screen displaying the time (incorrectly), a lock symbol and the word "charged" I'm not sure which scared me more. But I'm not bricked. I could still connect with adb and reboot recovery. AND if I hadn't panicked I would've found out sooner that pressing the context menu key on remote takes me right back to the homescreen.
I swear I followed the guides on aftvnews (well done btw!) But every time there was a "if this happens" stipulation in the guides, it happened to me. I can't say it was hard but it was tedious.
Now my issue to I've pushed the correct Rom.zip to my sd card, rebooted recovery but the install fails with this error--Assert failed !less_than_int getprop ro.build.date.utc
I might be missing critical details here to help with diagnosing. Sorry. I've got to work. That process took way longer than expected. I'm hoping it might be enough info to get some ideas. I'll try to check back here later. Thanks.
KLit75 said:
I rooted a new aftv last night and all went smooth. Today downgrading and installing cwm very different story.
My aftv now boots to a plain screen displaying the time (incorrectly), a lock symbol and the word "charged" I'm not sure which scared me more. But I'm not bricked. I could still connect with adb and reboot recovery. AND if I hadn't panicked I would've found out sooner that pressing the context menu key on remote takes me right back to the homescreen.
I swear I followed the guides on aftvnews (well done btw!) But every time there was a "if this happens" stipulation in the guides, it happened to me. I can't say it was hard but it was tedious.
Now my issue to I've pushed the correct Rom.zip to my sd card, rebooted recovery but the install fails with this error--Assert failed !less_than_int getprop ro.build.date.utc
I might be missing critical details here to help with diagnosing. Sorry. I've got to work. That process took way longer than expected. I'm hoping it might be enough info to get some ideas. I'll try to check back here later. Thanks.
Click to expand...
Click to collapse
There's been a few people who have reported the lockscreen oddness. Once you install the update and do a factory reset it will be fine. As for the error, you are not using the correct update. You need to use the prerooted roms.
rbox said:
There's been a few people who have reported the lockscreen oddness. Once you install the update and do a factory reset it will be fine. As for the error, you are not using the correct update. You need to use the prerooted roms.
Click to expand...
Click to collapse
Not being home right now...But following the guide and working from memory...I've got the latest cwm, unlocked boot loader and running 51.1.2.0, my next step would've been to flash
51.1.4.0
If those steps are accurate then from the info I put in the op, I did not install 51.1.4.0 and that's why it failed. I'll bet you're right but I'm pretty sure I pushed the correct version.
It's a bit confusing but doesn't this version require your boot menu. I'm fairly certain the newest cwm does need it. So assuming I pushed the correct version of prerooted fw...would not having boot menu cause the install to fail. Or maybe it's 2 errors on my part but I do remember downloading 51.1.4.0
Thanks a lot! It's in everyone's best interest you don't spend time assisting people like me with something that's probably simple. So if anyone has a comment on my posts please share.
KLit75 said:
Not being home right now...But following the guide and working from memory...I've got the latest cwm, unlocked boot loader and running 51.1.2.0, my next step would've been to flash
51.1.4.0
If those steps are accurate then from the info I put in the op, I did not install 51.1.4.0 and that's why it failed. I'll bet you're right but I'm pretty sure I pushed the correct version.
It's a bit confusing but doesn't this version require your boot menu. I'm fairly certain the newest cwm does need it. So assuming I pushed the correct version of prerooted fw...would not having boot menu cause the install to fail. Or maybe it's 2 errors on my part but I do remember downloading 51.1.4.0
Thanks a lot! It's in everyone's best interest you don't spend time assisting people like me with something that's probably simple. So if anyone has a comment on my posts please share.
Click to expand...
Click to collapse
The only way to get the ro.build.date.utc failure is by using a stock package. My prerooted roms simply do not have that check in them. It fails on that line precisely to prevent people from installing stock packages.
rbox said:
The only way to get the ro.build.date.utc failure is by using a stock package. My prerooted roms simply do not have that check in them. It fails on that line precisely to prevent people from installing stock packages.
Click to expand...
Click to collapse
Thanks a lot! You probably saved me a lot of time trying to figure out where I went wrong. When I get home I'll delete the Rom I pushed, push the correct one, if it installs right I think my next move is your boot menu. But I'll double or triple check that later on tonight.
Edit--install 51.1.4.0 updated version then, if I follow correctly, I can install the latest prerooted fw.
I did everything I said I was going to do and it went smoothly. I'm now running prerooted 51.1.40
There's just one thing. I was certain I unlocked bootloader earlier today. From what I know it's not possible to have the latest cwm with a locked bootloader. But when I clicked unlock bootloader in adbfire (the program I use for my other aftv) it says "bootloader not unlocked"
So I was second guessing myself. But couldn't explain how I missed it and still had the latest cwm. I checked and aftv-unlock was there in my adb folder. I wouldnt have put it there if I didn't transfer it. But to be on the safe side I went back into the terminal and unlocked my bootloader (I believe for the 2nd time). THEN i hit the unlock bootloader on adbfire again and it still returns with "bootloader not unlocked"???
Is it because busybox was not installed through adbfire? If I use it on my other aftv it says "bootloader unlocked" so the software definetly can confirm it. It's just not...
Normally I'd go ahead and install rbox's boot menu then the latest firmware, but many more things have gone wrong in the last 24 hours (not tragically wrong) but just enough for me to wait for an answer on this and maybe stop for the night. Everything's working great (knock-wood) but I assume when rbox finishes android tv I'll need the boot menu. So I'll wait here patiently for both. Thanks.

Categories

Resources