How to Apply Downloaded OTA Package
Suppose you've
downloaded the OTA package using Android's DownloadManager
, this post
discusses how to verify it, and how to apply it at client's side.
Suppose you've
downloaded the OTA package using Android's DownloadManager
, this post
discusses how to verify it, and how to apply it at client's side.
DownloadManager is a service provided by Android that can conduct long-running HTTP downloads, typically for large files. So we do not need to worry about connection loss connection, system reboots, etc.
more ...