FOTA (technology)
This article needs additional citations for verification. (March 2012) |
Firmware Over-the-Air (FOTA)[1][2][3][4][5] is a method used for updating software on connected electronic devices such as mobile phones and tablet computers. The feature goes by several names including Software Update, Firmware Update or Device Management. Originally, firmware updates to a device required visiting a specific service center, with every mobile brand having their own service center. Another method of receiving updates has been by connecting the device via a cable to a PC. Both of these methods were considered inconvenient by consumers and also relied on consumers actively seeking out updates. Therefore the majority of mobile device manufacturers and operators have now adopted FOTA technology. If the mobile device has FOTA capability, firmware updates are issued directly "over the air" from the mobile phone service provider to the device. FOTA also allows manufacturers and operators to "push out" firmware upgrades to ensure that mobile consumers have the latest software improvements, which reduces potential customer support costs and increases consumer satisfaction.
Open Mobile Alliance has released a testing process specification on Firmware Update Management which standardize testing methods for FOTA.
Most major mobile phone manufacturers provide information about over the air software-updates on their websites, typically in their customer support section. Manufacturers will usually list which handset models support over-the-air software updating (via FOTA) or which ones still require use of a cable-PC connection.
Red Bend Software provides a list of hundreds of mobile phone models that have FOTA software.
Current phone manufacturers that produce FOTA capable phones include LG, Samsung, HTC, NEC, Nokia, Motorola, Sanyo, Kyocera, Sharp, Sony Ericsson, Toshiba and others.
The major competitors in the FOTA client market are:
- Bitfone (acquired by HP in 2007 and is now HP Mobility Solutions)
- InnoPath
- Mformation Technologies
- Red Bend Software
Approaches
There are three fundamentally different technological approaches to generating delta files and applying these files to the firmware image: patching, padding, and computation.
Patching
Patching involves inserting a jump instruction in the beginning of the block to be replaced, which points to the replacement block. The replacement block is appended to the image in a free expansion area. The drawback is that the updated image is not bit-for-bit identical to the original target version and requires excessive amounts of memory in real-world firmware deployments.
Padding
Padding involves adding excess memory or ‘pads’ around firmware blocks that may be replaced. The challenge here is that it requires additional 10-20% of memory and introduces planning overheads in the manufacturer development process. In addition, memory blocks which are not padded cannot often be updated, which makes the approach impractical for non-sequential updates.
Computation
Computation processes the output from the software compiler and linker to generate optimized update instructions. This approach does not interfere with the development process, yet produces a bit-for-bit exact images. The computational approach allows for predictable firmware update sizes, supports non-consecutive version upgrades and unlimited updates per device.
References
- ^ Martin, Chris (February 23, 2012). "Asus is still set on February Android 4.0 upgrade for original Transformer". The Inquirer. Retrieved March 27, 2012.
- ^ "B&B Electronics Expands Its Wireless Reach with Acquisition of Conel and Its Portfolio of Cellular Routers and Gateways". MarketWatch. March 02, 2012. Retrieved March 27, 2012.
{{cite news}}
: Check date values in:|date=
(help) - ^ "Cellular module adds FOTA, GSM positioning". Dataweek. March 07, 2012. Retrieved March 27, 2012.
{{cite news}}
: Check date values in:|date=
(help) - ^ Hess, Arne (March 09, 2012). "UPGRADE: Samsung to offer Android 4.0 for its Galaxy S II end of this week". The Unwired. Retrieved March 27, 2012.
{{cite news}}
: Check date values in:|date=
(help) - ^ Gilbert, David (March 09, 2012). "Samsung Galaxy S2 Ice Cream Sandwich Update Confirmed (Then Retracted)". International Business Times. Retrieved March 27, 2012.
{{cite news}}
: Check date values in:|date=
(help)
See also
- FUMO
- Over-the-air programming
- SCOTA (Software Components OTA) is an evolution of FOTA. SCOTA treats the firmware as a set of individual components, to allow separate modification of each component without affecting the others.