- 24 Jun, 2016 2 commits
-
-
The Android Automerger authored
-
Tianjie Xu authored
Increase the number of attempts of an OTA update from 3 to 5 in case an I/O error happened. This should increase the success rate of the update. Bug: 29619468 Change-Id: I88a067d9debd55a07be22ed981f395f6e47ec28f
-
- 19 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 15 Jun, 2016 1 commit
-
-
Tianjie Xu authored
Check the results from applypatch in PerformCommandDiff; and abort the update on failure. Bug:29339536 Change-Id: I5087d79ba532b54250f4c17560524255c8a4fabc
-
- 14 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 13 Jun, 2016 1 commit
-
-
Tao Bao authored
We may have expanded_len == 0 when calling inflate(). After switching to using std::vector, it passes a nullptr buffer to inflate() and leads to Z_STREAM_ERROR. Bug: 29312140 Change-Id: Iab7c6c07a9e8488e844e7cdda76d02bd60d2ea98
-
- 12 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 10 Jun, 2016 1 commit
-
-
Tianjie Xu authored
Parse the build.version.incremental from the metadata of the update package; and log it to last_install. Example: In metadata we read: post-build-incremental=2951741 pre-build-incremental=2943039 In last install we log: source_build: 2943039 target_build: 2951741 Bug: 28658632 Change-Id: I0a9cc2d01644846e18bda31f4193ff40e8924486
-
- 09 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 08 Jun, 2016 2 commits
-
-
Alain Vongsouvanh authored
Change-Id: I3696fe3e86e0222c7c26b0aa2bf1dd8e03ac5315
-
Alain Vongsouvanh authored
am: 5b00110e Change-Id: I88ab75e875cea8813ab4bdc9f099c31609ace6fd
-
- 07 Jun, 2016 1 commit
-
-
Alain Vongsouvanh authored
Making animation_fps protected and adding support for 0 frames intro. BUG: 29085786 Change-Id: I07b44570022bad89661973178d453592c01f3f10
-
- 05 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 03 Jun, 2016 1 commit
-
-
Tianjie Xu authored
If the update is a retry, ioctl(BLKDISCARD) the destination blocks before writing to these blocks. Bug: 28990135 Change-Id: I1e703808e68ebb1292cd66afd76be8fd6946ee59
-
- 24 May, 2016 1 commit
-
-
The Android Automerger authored
-
- 23 May, 2016 1 commit
-
-
Tianjie Xu authored
-
- 20 May, 2016 1 commit
-
-
Tianjie Xu authored
Write error code, cause code, and retry count into last_install. So we can have more information about the reason of a failed OTA. Example of new last_install: @/cache/recovery/block.map package name 0 install result retry: 1 retry count (new) error: 30 error code (new) cause: 12 error cause (new) Details in: go/android-ota-errorcode Bug: 28471955 Change-Id: I00e7153c821e7355c1be81a86c7f228108f3dc37
-
- 19 May, 2016 12 commits
-
-
Matt Sarett authored
resolve merge conflicts of 86a28d0a to klp-modular-dev am: a5bc5962 am: 36acff7d am: 1f814d76 am: ca45737e am: 8a1d4e97 am: aa02888e am: 300af077 am: fc1d9a49 am: b02b2fe3 * commit 'b02b2fe3': DO NOT MERGE Use updated libpng API Change-Id: Ie6e8c5118687f0d34fc4acffdcb1d784e71e411f
-
Matt Sarett authored
am: ca45737e * commit 'ca45737e': DO NOT MERGE Use updated libpng API Change-Id: Ia9c36583c9d60d01fec7ee9aefc973dabb1c07d3
-
Matt Sarett authored
am: 1f814d76 * commit '1f814d76': DO NOT MERGE Use updated libpng API Change-Id: Ib381e8ccefe9181911a2144d7255ecadefb42b5c
-
Matt Sarett authored
am: 36acff7d * commit '36acff7d': DO NOT MERGE Use updated libpng API Change-Id: I7f01d932235ef69640ed4859d0e62344b3b774de
-
Matt Sarett authored
am: a5bc5962 * commit 'a5bc5962': DO NOT MERGE Use updated libpng API Change-Id: I3d8d27b08fd1fd89c6b8d9c39b883a45aecb83ce
-
Matt Sarett authored
Change-Id: Ic0b085e008155da3718dab8fd5a36be6d4059aee
-
Matt Sarett authored
am: 839b4e59 * commit '839b4e59': DO NOT MERGE Use updated libpng API Change-Id: I7bbece70a4129554d953fd22c71527b2ca11262e
-
The Android Automerger authored
-
- 17 May, 2016 1 commit
-
-
Matt Sarett authored
BUG:23265085 Change-Id: Ibc521fae11dad22283d8469329326ef79525b414
-
- 16 May, 2016 1 commit
-
-
Tianjie Xu authored
One example of last_install is: /sideload/package.zip 1 time_total: 101 bytes_written_system: 14574000 bytes_stashed_system: 100 bytes_written_vendor: 5107400 bytes_stashed_vendor: 0 Bug: 28658632 Change-Id: I4bf79ea71a609068d38fbce6b41bcb892524aa7a
-
- 03 May, 2016 1 commit
-
-
The Android Automerger authored
-
- 02 May, 2016 2 commits
-
-
Tianjie Xu authored
Change the link for 560dpi to xxxhdpi from xxhdpi. Bug: 22465983 Change-Id: I7141ee568cf3e73cdc7e0de986d705c19ac53b1f
-
Tianjie Xu authored
-
- 29 Apr, 2016 2 commits
-
-
Tao Bao authored
An OTA may be skipped due to low battery. But we should always log it to understand why an update _fails_ to apply. Bug: 27893175 Change-Id: I50a3fbbb3e51035e0ac5f1cca150e283852825c3
-
Tianjie Xu authored
Add a new command "--security" to boot commands. If this command is observed as part of BCB, choose a different background text picture for installing stage in recovery UI. As a result, users will see "installing security update" instead of "installing system update" when applying a security update package. Bug: 27837319 Change-Id: I2e2253a124993ecc24804fa1ee0b918ac96837c5
-
- 28 Apr, 2016 4 commits
-
-
The Android Automerger authored
-
TreeHugger Robot authored
-
Tianjie Xu authored
-
Elliott Hughes authored
Bug: http://b/26548285 Change-Id: I20ae75c4ec2dc64b982a047dba498ebda029c90d
-