diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-10 01:25:40 +0200 |
---|---|---|
committer | Zhomart Mukhamejanov <zhomart@google.com> | 2018-05-17 18:29:57 +0200 |
commit | 238beb73739071735a6bcbe462e27ab09a747f02 (patch) | |
tree | c31c7704c28bd2a54cc077781a0ba8526be63b02 /updater_sample/README.md | |
parent | Merge "recovery: Refactor common setup into main()" (diff) | |
download | android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.gz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.bz2 android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.lz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.xz android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.tar.zst android_bootable_recovery-238beb73739071735a6bcbe462e27ab09a747f02.zip |
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r-- | updater_sample/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md index 95e57dbe9..c68c07caf 100644 --- a/updater_sample/README.md +++ b/updater_sample/README.md @@ -44,6 +44,10 @@ saved uncompressed (`ZIP_STORED`), so that their data can be downloaded directly with the offset and length. As `payload.bin` itself is already in compressed format, the size penalty is marginal. +if `ab_config.force_switch_slot` set true device will boot to the +updated partition on next reboot; otherwise button "Switch Slot" will +become active, and user can manually set updated partition as the active slot. + Config files can be generated using `tools/gen_update_config.py`. Running `./tools/gen_update_config.py --help` shows usage of the script. @@ -85,8 +89,8 @@ which HTTP headers are supported. - [x] Add stop/reset the update - [x] Add demo for passing HTTP headers to `UpdateEngine#applyPayload` - [x] [Package compatibility check](https://source.android.com/devices/architecture/vintf/match-rules) +- [x] Deferred switch slot demo - [ ] Add tests for `MainActivity` -- [ ] Change partition demo - [ ] Verify system partition checksum for package - [ ] Add non-A/B updates demo |