Tuesday, January 4, 2011

How to stop over the air update after rooting Samsung Nexus S

So you have Samsung/Google Nexus S phone rooted and installed something that the stock version doesn’t give. You are quite happy with it. But you are tired of nagging OTA (Over The Air) messages that informs you of stock updates availability.
Google-Nexus-S
To get through this problem, an android developer has come up with a free app that blocks OTA update messages from bothering you. Named as “NoMoreNags”, this app should come handy for all the modded Nexus S users. The app is nothing but patched “GoogleServicesFramework.apk” that disables OTA nags.

PROCEDURE

1. Download NoMoreNags
2. Reboot your android device to recovery mode.
3. Run this code:
adb shell mount /system && adb shell rm /system/app/GoogleServicesFramework.* && adb push GoogleServicesFramework.apk /system/app && adb reboot’.
Head to developer’s thread to join the discussion.

No comments:

Post a Comment