Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to disable Android firmware update notifications?

I have an application running on phones that aren't meant to be touched or interacted with in any way. I want my application to run correctly 24/7/365.

The only issue I'm having is that every few weeks or so, a notification pops up about updating the firmware on the device. It doesn't immediately interrupt the app running but after a few days of no one accepting/declining the firmware download, the app crashes.

Is there any way (either programatically or by changing phone settings) to disable these firmware update popups, or to disable automated firmware updating in general?

Thank you very much!!

like image 820
TomBomb Avatar asked Mar 29 '11 17:03

TomBomb


1 Answers

3 easy steps: 1. Install free System Tuner 2. Go to Startups 3. Select Google Services Framework 4. Uncheck SystemUpdateInstallDialog and SystemUpdateInstallDownloadDialog

IMPORTANT: You need a rooted device to run this app!

Simple and easy way to stop the system update notification...

Source: http://forums.androidcentral.com/google-nexus-7-tablet-2012/234006-how-do-i-remove-system-update-notification.html

like image 92
André Campos Rodovalho Avatar answered Oct 12 '22 12:10

André Campos Rodovalho