- 08 May, 2009 1 commit
-
-
Doug Zongker authored
Remove the memory alignment that mysteriously made OTA installs work, in anticipation of a kernel that fixes the actual problem. Handle EINTR properly.
-
- 06 May, 2009 1 commit
-
-
Doug Zongker authored
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).
-
- 30 Apr, 2009 1 commit
-
-
Doug Zongker authored
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.
-
- 23 Apr, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 01 Apr, 2009 3 commits
-
-
Doug Zongker authored
them from an external file in the recovery image. Use the test-keys for all builds. Automated import of CL 144130
-
Doug Zongker authored
Automated import of CL 144082
-
Doug Zongker authored
Automated import of CL 144070
-
- 27 Mar, 2009 1 commit
-
-
Doug Zongker authored
about 60k from the recovery and system images. Automated import of CL 143128
-
- 25 Mar, 2009 3 commits
-
-
Doug Zongker authored
-
Doug Zongker authored
-
Dianne Hackborn authored
-
- 20 Mar, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 03 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 10 Feb, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 10 Jan, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 18 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-