summaryrefslogtreecommitdiffstats
path: root/res/images/icon_firmware_install.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump updater API version to 3; deprecate firmware update commandDoug Zongker2010-02-031-0/+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
* replace generic recovery iconsDoug Zongker2009-10-031-0/+0
|
* fix compile warnings in recovery, change imagesDoug Zongker2009-07-231-0/+0
| | | | | | | | | gcc 4.4 complains about some of the recovery ui functions not being declared. To include the header, we have to fix the 'volatile' declaration (otherwise there's a compiler error). Move the dream-specific images to vendor/htc/dream, make the default images a generic phone.
* AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker2009-03-281-0/+0
about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289