Go to file
Doug Zongker 683c462803 align data passed to write() on 32k boundaries
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).
2009-05-06 08:40:28 -07:00
amend auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
etc auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
minui AI 143128: Use PNG instead of BMP for recovery image icons. This saves 2009-03-27 13:25:30 -07:00
minzip align data passed to write() on 32k boundaries 2009-05-06 08:40:28 -07:00
mtdutils auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
res/images AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
tools Automated import from //branches/donutburger/...@142141,142141 2009-03-24 21:30:32 -07:00
Android.mk AI 144130: Don't build OTA package keys into the recovery binary; read 2009-04-01 15:48:46 -07:00
bootloader.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
bootloader.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
commands.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
commands.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
common.h AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
firmware.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
firmware.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
install.c AI 144130: Don't build OTA package keys into the recovery binary; read 2009-04-01 15:48:46 -07:00
install.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
NOTICE Automated import from //branches/donutburger/...@140818,140818 2009-03-24 18:36:43 -07:00
recovery.c AI 144070: Add an option to wipe cache (only) to the recovery menu. 2009-04-01 13:57:40 -07:00
roots.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
roots.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
test_roots.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
ui.c AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
verifier.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
verifier.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00