How to disable Verizon's OTA updates

MKEbrew

Member
Nov 15, 2011
19
2
0
Milwaukee
markpiontek.com
So, for this new 4.08.605.19 OTA, I extracted the zip and found AAInfo.txt file showing "Customization Id: 351442". Is that what I would change my build.prop to in order to get rid of the update notification? Currently I have 4.08.605.2 389630.15. do I change 389630.15 to 351442? I'm not sure where to find the number, so this is a guess.
 

cmlusco

Senior Member
Nov 20, 2010
3,244
968
0
Michigan City, IN
So, for this new 4.08.605.19 OTA, I extracted the zip and found AAInfo.txt file showing "Customization Id: 351442". Is that what I would change my build.prop to in order to get rid of the update notification? Currently I have 4.08.605.2 389630.15. do I change 389630.15 to 351442? I'm not sure where to find the number, so this is a guess.
No you want to look in /system/build.prop of the update file for ro.build.fingerprint=. What ever it says change your phones build.prop to that.

I still have not recieved an update notification yet. Is there any way you could upload the update zip file somewhere and post a link?
 

nitrodev

New member
Jul 17, 2012
2
0
0
Root Browser (I'd post a link, but I'm too new) has a text editor that will allow you to view and edit the file. Just need to find out what needs to be edited in the ro.build.fingerprint line.
 

nitrodev

New member
Jul 17, 2012
2
0
0
I changed ro.build.fingerprint to verizon_wwe/inc/inc:2.3.4/GRJ22/539174.19:user/release-keys

rebooted into recovery, cleared cache, cleared the update notification once more and haven't received an update notification since.

Thanks for posting the .zip MKEbrew!
 
Last edited:

cmlusco

Senior Member
Nov 20, 2010
3,244
968
0
Michigan City, IN
I changed ro.build.fingerprint to verizon_wwe/inc/inc:2.3.4/GRJ22/539174.19:user/release-keys

rebooted into recovery, cleared cache, cleared the update notification once more and haven't received an update notification since.

Thanks for posting the .zip MKEbrew!
That is the correct build number, i just installed 4.08.605.19.

Edit /system/build.prop. Look for "ro.build.fingerprint=", change the whole line to read this:
Code:
ro.build.fingerprint=verizon_wwe/inc/inc:2.3.4/GRJ22/539174.19:user/release-keys
Save the file, reboot to recovery, wipe cache and dalvik-cache, reboot.
 
  • Like
Reactions: Scrops and Hand76