The XDAndroid Project is no longer active.
This site provides archived information from while the project was under development. Some links may no longer function.

Difference between revisions of "Over-the-air programming"

From The XDAndroid Project
Jump to navigation Jump to search
[checked revision][pending revision]
(rewrite in light of revelation that update.zip is not an XDAndroid-specific convention)
 
Line 4: Line 4:
  
 
In the case of phones running an (unmolested) Android release provisioned by a [[Wikipedia:mobile network operator|mobile network operator]] (MNO), the MNO pushes update.zip to the device automatically and wirelessly (see [[Wikipedia:over-the-air programming|over-the-air programming]], or '''OTA'''), and Android applies the update at the discretion of the user.
 
In the case of phones running an (unmolested) Android release provisioned by a [[Wikipedia:mobile network operator|mobile network operator]] (MNO), the MNO pushes update.zip to the device automatically and wirelessly (see [[Wikipedia:over-the-air programming|over-the-air programming]], or '''OTA'''), and Android applies the update at the discretion of the user.
 +
[http://www.blognesian.com/ ]
  
 
For XDAndroid, update.zip must be downloaded manually and copied to the "andboot" directory (or equivalent) on the SD card.  Note that XDAndroid update releases are named, e.g. "update''-FRX03''.zip" and must be renamed to "update.zip" to engage Android's update system.
 
For XDAndroid, update.zip must be downloaded manually and copied to the "andboot" directory (or equivalent) on the SD card.  Note that XDAndroid update releases are named, e.g. "update''-FRX03''.zip" and must be renamed to "update.zip" to engage Android's update system.

Latest revision as of 14:38, 28 August 2011

Recent XDAndroid releases (since Version FRX03) have been made available both as a full system image as well as as a patch against an older release. The advantage of the patch is that it is much smaller than a full system image, which is usually nearly 70 MB.

The XDAndroid patch-form release enlists Android's standard update mechanism: a file called "update.zip" gets deposited in a particular location in the device's filesystem, Android notices the file at the next boot time, applies the update, deletes update.zip, and reboots the phone.

In the case of phones running an (unmolested) Android release provisioned by a mobile network operator (MNO), the MNO pushes update.zip to the device automatically and wirelessly (see over-the-air programming, or OTA), and Android applies the update at the discretion of the user. [1]

For XDAndroid, update.zip must be downloaded manually and copied to the "andboot" directory (or equivalent) on the SD card. Note that XDAndroid update releases are named, e.g. "update-FRX03.zip" and must be renamed to "update.zip" to engage Android's update system.