summaryrefslogtreecommitdiffstats
path: root/recovery.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-111-42/+29
| | | | | | | | | Take some device-specific details of the recovery UI (eg, what keys to press to bring up the interface and perform actions, exact text of the menu, etc.) and split them out into separate C functions. Arrange to take implementations of those functions from the appropriate vendor directory at build time. Provide a default implementation in case no vendor-specific one is available.
* remove unused permissions scheme from amendDoug Zongker2009-06-031-4/+0
| | | | | | | Amend (aka the recovery command language) had a half-implemented scheme of limiting which commands OTA packages were allowed to execute. It's not clear what this was ever supposed to be good for. Remove it.
* don't say "install complete" when it really isn'tDoug Zongker2009-05-291-1/+6
| | | | | | | Change the recovery UI so that when there is a hboot or radio update pending (which the user most do a home+back reboot to actually install), the UI tells them so, instead of saying "Install from sdcard complete."
* AI 144070: Add an option to wipe cache (only) to the recovery menu.Doug Zongker2009-04-011-0/+9
| | | | Automated import of CL 144070
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+471
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-471/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-111-23/+78
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-101-24/+79
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+361