Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update Android OS programmatically

Tags:

android

I am working on a Mobile Device Management Project. One of the requirements of our project is to update an Android device OS programmatically. The flow will be as follows:

  1. Server sends push notification about OS update.
  2. Android client downloads the updates.
  3. Now I want to update Android device OS programmatically.

How can I do this?

like image 918
Ashwin N Bhanushali Avatar asked Oct 08 '11 11:10

Ashwin N Bhanushali


1 Answers

There is no way to start system updates on normal non-rooted devices. System updates are delivered OTA only by Google and/or network providers.

like image 156
Peter Knego Avatar answered Oct 13 '22 15:10

Peter Knego