Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am b2ee9201: allow OTA package to provide binary instead of script | Doug Zongker | 2009-06-05 | 1 | -1/+169 |
|\ | | | | | | | | | | | | | Merge commit 'b2ee9201be583b17ddbf0eaa69a37545f992b565' * commit 'b2ee9201be583b17ddbf0eaa69a37545f992b565': allow OTA package to provide binary instead of script | ||||
| * | 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. | ||||
* | | am f28c916e: remove unused permissions scheme from amend | Doug Zongker | 2009-06-03 | 12 | -1076/+69 |
|\| | | | | | | | | | | | | | Merge commit 'f28c916e73ee9f643c67c70d059c70381d774cb0' * commit 'f28c916e73ee9f643c67c70d059c70381d774cb0': remove unused permissions scheme from amend | ||||
| * | 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. | ||||
* | | am 07e1dca7: don\'t say "install complete" when it really isn\'t | Doug Zongker | 2009-06-01 | 4 | -2/+14 |
|\| | | | | | | | | | | | | | Merge commit '07e1dca7068284c4f3013550335029eb72b39b82' * commit '07e1dca7068284c4f3013550335029eb72b39b82': don't say "install complete" when it really isn't | ||||
| * | 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." | ||||
* | | am 1c4ceae: undo temporary alignment hack | Doug Zongker | 2009-05-08 | 2 | -48/+8 |
|\| | | | | | | | | | | | | | Merge commit '1c4ceae38f3fd7eb1e451d430acb5d99f257b0f9' * commit '1c4ceae38f3fd7eb1e451d430acb5d99f257b0f9': undo temporary alignment hack | ||||
| * | 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. | ||||
* | | am 683c462: align data passed to write() on 32k boundaries | Doug Zongker | 2009-05-06 | 2 | -17/+55 |
|\| | | | | | | | | | | | | | Merge commit '683c4628039a8cb6dad1a086fae23a7d71438414' * commit '683c4628039a8cb6dad1a086fae23a7d71438414': align data passed to write() on 32k boundaries | ||||
| * | 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). | ||||
* | | am 596271f: handle short writes when unzipping files | Doug Zongker | 2009-04-30 | 1 | -11/+27 |
|\| | | | | | | | | | | | | | Merge commit '596271fa71d79e3eec03c7cf6ac76cb026dd8578' * commit '596271fa71d79e3eec03c7cf6ac76cb026dd8578': handle short writes when unzipping files | ||||
| * | 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 donut into master | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
|\| | |||||
| * | merge cupcake into donut | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
| |\ | |||||
* | | | Merge donut into master | Jean-Baptiste Queru | 2009-04-23 | 0 | -0/+0 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 2 | -21/+88 |
|\ \ \ | |||||
| * | | | AI 144132: am: CL 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. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144132 | ||||
* | | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 3 | -2/+0 |
|\| | | | |||||
| * | | | AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. | Doug Zongker | 2009-04-02 | 3 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144105 | ||||
* | | | | Merge branch 'readonly-p4-master' | Doug Zongker | 2009-04-02 | 1 | -0/+9 |
|\| | | | |||||
| * | | | AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu. | Doug Zongker | 2009-04-02 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144101 | ||||
* | | | | Merge branch 'open_source_no_contributions' into google_internal | The Android Open Source Project | 2009-03-29 | 0 | -0/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge commit 'korg/cupcake' | The Android Open Source Project | 2009-03-27 | 2 | -4/+199 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 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 |
| | |/ | |||||
| * | | Merge commit 'remotes/korg/cupcake' into cupcake_to_master | Jean-Baptiste Queru | 2009-03-19 | 4 | -48/+254 |
| |\| | |||||
| * | | Remove obsolete OTA tools | Jean-Baptiste Queru | 2009-03-02 | 2 | -343/+0 |
| | | | | | | | | | | | | Resolves http://code.google.com/p/android/issues/detail?id=2077 | ||||
| * | | Merge branch 'cupcake' | The Android Open Source Project | 2009-01-10 | 1 | -24/+79 |
| |\ \ | |||||
* | | | | AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves | Doug Zongker | 2009-03-28 | 36 | -101/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289 | ||||
* | | | | Automated import from //branches/master/...@142142,142142 | Doug Zongker | 2009-03-25 | 1 | -4/+9 |
| | | | | |||||
* | | | | Automated import from //branches/master/...@140824,140824 | 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 |