Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow OTA package to provide binary instead of script | Doug Zongker | 2009-06-05 | 1 | -1/+169 |
| | | | | | Allow installation of OTA packages which do not contain an update-script, but instead contain an update-binary. | ||||
* | remove unused permissions scheme from amend | Doug Zongker | 2009-06-03 | 12 | -1076/+69 |
| | | | | | | | 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't | Doug Zongker | 2009-05-29 | 4 | -2/+14 |
| | | | | | | | 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." | ||||
* | undo temporary alignment hack | Doug Zongker | 2009-05-08 | 2 | -48/+8 |
| | | | | | | Remove the memory alignment that mysteriously made OTA installs work, in anticipation of a kernel that fixes the actual problem. Handle EINTR properly. | ||||
* | align data passed to write() on 32k boundaries | Doug Zongker | 2009-05-06 | 2 | -17/+55 |
| | | | | | | | | | | In donut, OTA installation often encounters the write() system call doing short writes -- which is legal but unexpected -- or failing with ENOSPC when plenty of space is available. Passing aligned memory buffers to write() appears to prevent (or at least reduce the frequency) of these problems. b/1833052 has been filed to look at the underlying problem, but this change aligns buffers we use with write() so we can OTA for now (or see if this problem still occurs). | ||||
* | handle short writes when unzipping files | Doug Zongker | 2009-04-30 | 1 | -11/+27 |
| | | | | | | | minzip fails if write() doesn't write all the data in one call. Apparently this was good enough before, but it causes OTAs to fail all the time now (maybe due to the recently-submitted kernel)? Change code to attempt continuing after short writes. | ||||
* | merge cupcake into donut | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
|\ | |||||
| * | Automated import from //branches/cupcake/...@142138,142138 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
| | | |||||
| * | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-20 | 1 | -0/+190 |
| | | |||||
* | | AI 144130: Don't build OTA package keys into the recovery binary; read | Doug Zongker | 2009-04-02 | 2 | -21/+88 |
| | | | | | | | | | | | | | | them from an external file in the recovery image. Use the test-keys for all builds. Automated import of CL 144130 | ||||
* | | AI 144082: Remove the unused "unpacking" recovery icon. | Doug Zongker | 2009-04-01 | 3 | -2/+0 |
| | | | | | | | | Automated import of CL 144082 | ||||
* | | AI 144070: Add an option to wipe cache (only) to the recovery menu. | Doug Zongker | 2009-04-01 | 1 | -0/+9 |
| | | | | | | | | Automated import of CL 144070 | ||||
* | | AI 143128: Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-27 | 36 | -101/+68 |
| | | | | | | | | | | | | about 60k from the recovery and system images. Automated import of CL 143128 | ||||
* | | Automated import from //branches/donutburger/...@142141,142141 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
| | | |||||
* | | Automated import from //branches/donutburger/...@140818,140818 | Dianne Hackborn | 2009-03-25 | 1 | -0/+190 |
|/ | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 135 | -0/+14368 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 137 | -14711/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 2 | -0/+343 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-03 | 2 | -343/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-11 | 4 | -48/+254 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-10 | 1 | -24/+79 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-18 | 11 | -35/+341 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 134 | -0/+14144 |