• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Stop update notification

Yaksha

Well-Known Member
I'm rooted, and installed the version of Gingerbread that was available to incredible users a few months ago. Now, my phone is asking me to update again. However, I plan on getting the Galaxy Nexus when it comes out, and I don't want to risk breaking my phone with the official upgrade.

I have a "System update available" message in my Notification bar, and every time I unlock the phone it asks if I want to update. Is there any way, other than upgrading, to make those messages go away? I think the last time this happened with a FroYo upgrade there was a file I could modify, but I don't remember the details.
 
Little more info for anyone wanting to help with the build.prop edit:

Back on Froyo, these were the instructions I posted:
-Open Root Explorer and make sure you're mounted as Read/Write
-Navigate to /system and long press on build.prop, then select the "Open in text editor" option
-Find the line that contains "FRF91/XXXXXX:user..." and replace that 6 digit number with 264707
-Then hit Menu > Save and exit
-Reboot


Ok guys, I checked my own build.prop from the "Stock Plus" rom and I may be able to infer the rest. If anyone wants to try (backup first), edit to this:

ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.3.4/GRJ22/222219:user/release-keys

I think that might do the trick. If you still see the nag in the notification bar when you reboot, swipe down the bar and either try clearing it or press on it, then use the "back" button and see if that gets rid of it. I remember that happening on 2.2 but then it went away for good after that.

2 users report it working. :) All credit goes to iowa, of course.
 
Mmolitor87 thank you for posting above, worked like a charm. Nag went away as soon as I changed line in root explorer. Thanks to Iowa also, I'm smiling again.
 
I'm gonna show my ignorance and just ask...is root explorer something from the market or is it native to the dinc? tia...I'd like to use the instructions above but am not sure how to get started...
 
ok, so I'm rooted 2.2 with Virtuous ROM...I suppose I'd use info from second quote box above for latest 2.3.4 update?? Thanks....
ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.3.4/GRJ22/222219:user/release-keys
 
Does it really work as well :confused:

It's how I did it.

I think this is the steps I did (this is something I only do about twice a year, so I have to figure out each time)
1. open ES File Explorer, go into menu>settings. Change home directory to / and check Root Explorer AND mount file system under root settings
2. back all the way out of the app, and load it again from the applications folder.
3. scroll down to the build.prop file, long press and select properties. Hit the change button and make sure everything in the "write" column is selected. hit ok.
4. tap on build.prop and open it in ES Note Editor, scroll down till you find the "ro.builb.fingerprint" line and edit it to match

ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.3.4/GRJ22/222219:user/release-keys

(i just had change the numbers right before the :user/release-keys to 222219, but you're rom may be different).
5. when that's done, hit menu>save. Then exit. Restart the phone.
6. post on here about how it didn't work, and I'll try and work it through with you.
 
I use Redemption Rom 2.3. I changed my build.prop to :

ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.3.4/GRJ22/222219:user/release-keys

I'm still getting the nag. I changed it yesterday at 12:27pm. I rebooted the phone after the change. I turned the phone off last nite and still get the nag this morning.

Anyone?
 
I still have froyo 2.2 so what should and my build.prop reads ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.2/FRF91/264707:user/release-keys

What do i need to change to block the 4.08.605.2 update?
 
I also would like to stop the update message. I am afraid one of my children will hit update. I need my hand held on this. I am new to root. I rooted and downgraded to 2.2. Once I get a rom, which do you suggest, how do you proceed? I have read over and over this thread but it is over my head. Thank you.

Can I do this without buying root explorer?
 
It's how I did it.

I think this is the steps I did (this is something I only do about twice a year, so I have to figure out each time)
1. open ES File Explorer, go into menu>settings. Change home directory to / and check Root Explorer AND mount file system under root settings
2. back all the way out of the app, and load it again from the applications folder.
3. scroll down to the build.prop file, long press and select properties. Hit the change button and make sure everything in the "write" column is selected. hit ok.
4. tap on build.prop and open it in ES Note Editor, scroll down till you find the "ro.builb.fingerprint" line and edit it to match

ro.build.fingerprint=verizon_wwe/inc/inc/inc:2.3.4/GRJ22/222219:user/release-keys

(i just had change the numbers right before the :user/release-keys to 222219, but you're rom may be different).
5. when that's done, hit menu>save. Then exit. Restart the phone.
6. post on here about how it didn't work, and I'll try and work it through with you.

Worked perfect! I have rooted but stock sense rom.
 
Looks like that did it although I followed a different path to edit the file. I booted into CWM, essentially following the instructions here.
I used grep to find the fingerprint line:
grep "fingerprint" build.prop
I made a back up of build.prop:
cp build.prop build.prop.bak
Then used sed to change the line:
sed -i "s!2.2/FRxxx/xxxxxx!2.3.4/GRJ22/222219!"
Then I double checked it by running the grep command again, saw the change and then rebooted. No more nag!
 
What is build.prop? I have seen it on several comments?

It's a text file that stores various data about the hardware and software configuration of your phone (the build properties, hence build.prop). You're stopping the notification by changing the file to say it already HAS the update.
 
Back
Top Bottom