Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest AOSP master | Dees_Troy | 2013-09-04 | 1 | -1/+1 |
|\ | | | | | | | Merge in latest commits from AOSP master and fix merge conflicts | ||||
| * | add simple text to recovery UI | Doug Zongker | 2012-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - recovery takes a --locale argument, which will be passed by the main system - the locale is saved in cache, in case the --locale argument is missing (eg, when recovery is started from fastboot) - we include images that have prerendered text for many locales - we split the background states into four (installing update, erasing, no command, error) so that appropriate text can be shown. Change-Id: I731b8108e83d5ccc09a4aacfc1dbf7e86b397aaf | ||||
* | | Move all AOSP code out of recovery binary | Dees_Troy | 2013-04-04 | 1 | -0/+2 |
|/ | | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 | ||||
* | turn recovery into a C++ binary | Doug Zongker | 2011-10-31 | 1 | -0/+8 |
| | | | | Change-Id: I423a23581048d451d53eef46e5f5eac485b77555 | ||||
* | allow recovery packages to wipe cache | Doug Zongker | 2011-10-19 | 1 | -1/+5 |
| | | | | | | | | | | updater now has a function "wipe_cache();" which causes recovery to wipe the cache partition after the successful installation of the package. Move log copying around a bit so logs and the last_install flag file are copied to cache after it's wiped. Bug: 5314244 Change-Id: Id35a9eb6dcd626c8f3a3a0076074f462ed3d44bd | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -0/+25 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -25/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+25 |