summaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add --show_text option to recoveryDoug Zongker2010-09-031-0/+1
| | | | Change-Id: Ie6c6c920260dfa759fbb15b1f352d6bb0fa7146c
* Add __attribute__((format(printf, a, b))) to printf like functions.Nick Kralevich2010-06-251-1/+1
| | | | | | Fix potential string format bug. Change-Id: Ie05aac53b2c45a48bd68e340b76ccb21edfd28b7
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-031-7/+0
| | | | | | | | | Remove support for the HTC-specific "firmware" update command and the corresponding edify function write_firmware_update(). This functionality is now done by an edify extension library that lives in vendor/htc. Change-Id: I80858951ff10ed8dfff98aefb796bef009e05efb
* reduce fraction of progress bar for verificationDoug Zongker2009-09-201-1/+1
| | | | | | | | | | Reduce the fraction of the progress bar used for package verification from 50% to 25%: - verification is faster than before due to sha1 improvements - in eclair we're now verifying the compressed data rather than decompressing it - incremental packages (which is what most installs use) write more data than is contained in the package.
* let the "firmware" command take the file straight from the packageDoug Zongker2009-06-181-0/+3
| | | | | | | | To do a firmware-install-on-reboot, the update binary tells recovery what file to install before rebooting. Let this file be specified as "PACKAGE:<foo>" to indicate taking the file out of the OTA package, avoiding an extra copy to /tmp. Bump the API version number to reflect this change.
* AI 144082: Remove the unused "unpacking" recovery icon.Doug Zongker2009-04-011-1/+0
| | | | Automated import of CL 144082
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+94
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-94/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-111-0/+12
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+82