10

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?

Jason Plank
  • 2,336
  • 5
  • 31
  • 40
Ashwin N Bhanushali
  • 3,872
  • 5
  • 39
  • 59

1 Answers1

6

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.

Peter Knego
  • 79,991
  • 11
  • 123
  • 154