Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > Motorola Droid > Droid - All Things Root

Droid - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old November 23rd, 2011, 09:24 AM   #1 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 91
 
Device(s):
Thanks: 5
Thanked 9 Times in 7 Posts
Default Prevent OTA Update

I'm helping out a friend who has a rooted Original Droid running stock FRG83G. On my rooted Droid X, I just use titanium backup to freeze the "Updater" app. I can find no such app on his phone. I've seen some of the "How Tos", but none of them discuss the latest update. Besides, we'd like to block ALL updates, and the root explorer methods that are listed seem like they must be performed whenever a new OTA is released. Is there no app or process we can just freeze with Titanium Backup?

zandroidx is offline  
Reply With Quote
Sponsors
Old November 23rd, 2011, 10:24 AM   #2 (permalink)
Senior Member
 
PhilosoRaptor's Avatar
 
Join Date: Jan 2010
Location: West Point, NY
Posts: 579
 
Device(s): Galaxy Nexus (CDMA/LTE)
Thanks: 55
Thanked 88 Times in 72 Posts
Default

Just move the .zip from the /cache folder. I wouldn't worry about them pushing anymore updates OTA. I'm amazed the Droid even got one this far out in its life cycle.
PhilosoRaptor is offline  
Reply With Quote
Old November 23rd, 2011, 10:54 AM   #3 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 91
 
Device(s):
Thanks: 5
Thanked 9 Times in 7 Posts
Default

Won't it just download another zip when it finds out there is an unapplied update?
zandroidx is offline  
Reply With Quote
Old November 23rd, 2011, 11:54 AM   #4 (permalink)
Senior Member
 
Join Date: Dec 2009
Location: WI
Posts: 667
 
Device(s): Motorola Droid, Samsung Epic 4G, Galaxy Nexus
Thanks: 26
Thanked 76 Times in 69 Posts
Default

In case deleting the .zip file out of the cache doesn't work, this should!

To prevent the update notification, you will probably just have to change the build.prop values...

So, change...

ro.build.description=voles-user 2.2.2 FRG83G 91102 release keys
to
ro.build.description=voles-user 2.2.3 FRK76 185902 release keys

and

ro.build.fingerprint=verizon/voles/sholes/sholes:2.2.2/FRG83G/91102:user/release-keys
to
ro.build.fingerprint=verizon/voles/sholes/sholes:2.2.3/FRK76/185902:user/release-keys

That should take care of the update notification


assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "verizon/voles/sholes/sholes:2.2.2/FRG83G/91102:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "verizon/voles/sholes/sholes:2.2.3/FRK76/185902:user/release-keys");
icecold is offline  
Last edited by icecold; November 28th, 2011 at 04:12 PM. Reason: Changed fingerprint to description
Reply With Quote
The Following 2 Users Say Thank You to icecold For This Useful Post:
PhilosoRaptor (November 23rd, 2011), teddyearp (November 25th, 2011)
Old November 23rd, 2011, 12:17 PM   #5 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 91
 
Device(s):
Thanks: 5
Thanked 9 Times in 7 Posts
Default

OK, my concern with changing the keys is that it's not my phone. I'm concerned with possible problems down the road for him. Let's say I change the keys, then another update is released and he takes the update (either intentionally or unintentionally), will the phone be ok since he skipped the previous update?

As an aside, if he takes this current update do you know if he will lose root? Our goal here is to keep root. He has no problems with the phone the way it is, so he doesn't want any updates that might make him lose root, even if re-rooting might still be an option (is it?).
zandroidx is offline  
Reply With Quote
Old November 23rd, 2011, 12:35 PM   #6 (permalink)
Senior Member
 
Join Date: Dec 2009
Location: WI
Posts: 667
 
Device(s): Motorola Droid, Samsung Epic 4G, Galaxy Nexus
Thanks: 26
Thanked 76 Times in 69 Posts
Default

As with any of the other updates, it will break root...

Create a backup of the build.prop, so he can always change back fairly easily... Keep a copy of the .zip file someplace on the SD card... That way you can always go back and install if needed. But I highly doubt any additional updates are going to be sent out, unless they are to fix this current one...

EDIT: It appears that SuperOneClick is not working on rooting after the latest update after looking in another thread.
icecold is offline  
Reply With Quote
The Following 2 Users Say Thank You to icecold For This Useful Post:
RoboS (February 9th, 2012), zandroidx (November 23rd, 2011)
Old November 23rd, 2011, 01:51 PM   #7 (permalink)
Junior Member
 
Join Date: Jul 2010
Posts: 91
 
Device(s):
Thanks: 5
Thanked 9 Times in 7 Posts
Default

Thanks. I'll just modify his build.prop like you said.
zandroidx is offline  
Reply With Quote
Old November 24th, 2011, 12:26 AM   #8 (permalink)
Senior Member
 
Lock-N-Load's Avatar
 
Join Date: Feb 2010
Location: WestSiiiide
Posts: 2,296
 
Device(s): Moto Droid VZW
Thanks: 32
Thanked 196 Times in 150 Posts
Default

Quote:
Originally Posted by icecold View Post
In case deleting the .zip file out of the cache doesn't work, this should!

To prevent the update notification, you will probably just have to change the build.prop values...

So, change...

ro.build.fingeprint=voles-user 2.2.2 FRG83G 91102 release keys
to
ro.build.fingeprint=voles-user 2.2.3 FRK76 185902 release keys


and

ro.build.fingeprint=verizon/voles/sholes/sholes:2.2.2/FRG83G/91102:user/release-keys
to
ro.build.fingeprint=verizon/voles/sholes/sholes:2.2.3/FRK76/185902:user/release-keys

That should take care of the update notification
shouldnt the first ones in red actually be

ro.build.description=voles-user 2.2.2 FRG83G 91102 release keys
to
ro.build.description=voles-user 2.2.3 FRK76 185902 release keys


that is, I think you put fingerprint where it should be description in the first line to edit
__________________
TABLET: Asus Transformer Prime - rooted

PHONE: D1 + Pete's FRG01B | JDLFG's 32.25 1.25 | Pete's Baseband C_01.43.01P | My metamorph battery mod | Droid X Bootanimation
Lock-N-Load is offline  
Reply With Quote
The Following 2 Users Say Thank You to Lock-N-Load For This Useful Post:
icecold (November 24th, 2011), teddyearp (November 25th, 2011)
Old November 24th, 2011, 08:36 AM   #9 (permalink)
Senior Member
 
Join Date: Dec 2009
Location: WI
Posts: 667
 
Device(s): Motorola Droid, Samsung Epic 4G, Galaxy Nexus
Thanks: 26
Thanked 76 Times in 69 Posts
Default

Yes, you are correct. Thanks for the catch...
icecold is offline  
Reply With Quote
Old November 25th, 2011, 01:17 PM   #10 (permalink)
Senior Member
 
Lock-N-Load's Avatar
 
Join Date: Feb 2010
Location: WestSiiiide
Posts: 2,296
 
Device(s): Moto Droid VZW
Thanks: 32
Thanked 196 Times in 150 Posts
Default

so, removing to cache will NOT work as already stated.

the above modified tweak to the 2 lines in build.prop WILL work.
Lock-N-Load is offline  
Reply With Quote
Sponsors
Old November 25th, 2011, 09:47 PM   #11 (permalink)
Senior Member
 
teddyearp's Avatar
 
Join Date: May 2010
Posts: 818
 
Device(s): Motorola® A855
Thanks: 144
Thanked 241 Times in 161 Posts
Default

Hmm, an interesting development on the A855 front. I have just read and replied to a few threads about 2.2.3/FRK76 tonight. I/we would have thought that updates for the A855 were done.

I am anxious to see if someone can 'catch' this file and PM me with a means for me to download and tear it apart to see what it entails. . . .

NVM folks, I have now read the other posts about this update and now am grabbing them up.
teddyearp is offline  
Last edited by teddyearp; November 25th, 2011 at 10:11 PM.
Reply With Quote
Old November 29th, 2011, 09:16 PM   #12 (permalink)
New Member
 
Join Date: Nov 2011
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Wink Or...

Quote:
Originally Posted by Lock-N-Load View Post
shouldnt the first ones in red actually be

ro.build.description=voles-user 2.2.2 FRG83G 91102 release keys
to
ro.build.description=voles-user 2.2.3 FRK76 185902 release keys

that is, I think you put fingerprint where it should be description in the first line to edit
Alternatively, you could use Root Explorer and modify the build.prop file (located in the phone's internal storage at System/build.prop).
byno is offline  
Reply With Quote
Reply

Motorola Droid
Current Rating:
Rate this Phone:

The Motorola Droid - the first ever Verizon Android Phone - exploded onto the mobile market with an incredibly successful ad campaign that brough Android to the masses. With a huge and vibrant touchscreen, solid metal body, full QWERTY keyboard, 5M... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Motorola Droid > Droid - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 04:07 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo