summaryrefslogtreecommitdiff
path: root/recovery
AgeCommit message (Collapse)Author
2019-06-19Dark boot on dark theme.Tao Bao
Bug: 113028175 Fixes: 135196332 Test: Build and flash bonito with the matching bootloader change. Check serial log regarding the start of theme_set and theme_clear services. Also read the value via `dd bs=1 skip=2048 if=/dev/block/mmcblk0p49 count=32 | xxd` to confirm the change. Test: Trigger a factory reset via Settings. Check the value in /misc after the reset. Change-Id: Id7500f84c94ad4a5362922650abce1521e925972
2019-03-20Use the exposed librecovery_ui in device specific recovery codexunchang
Use the librecovery_ui as shared library instead of including bootable/recovery. Bug: 76436783 Test: mma Change-Id: I93b69a6104d75f07f860e48fc9994b705f60bea4
2018-07-12bonito and sargo: initial device supportRoger Liao
Bug: 111163725 Change-Id: I00af3102379676cedf818caa2e86c5e1593a48da Signed-off-by: Roger Liao <rogerliao@google.com>
2018-03-26librecovery_ui_crosshatch must be a system libAndrew Scull
Also only link to system available libraries. Bug: 69574580 Test: BOARD_VNDK_VERSION=current; m recovery Change-Id: I4f2a6b17089b965463e8450b2b7a906d8f7c8291
2018-02-08Recovery: wipe citadel user data on factory resetAndrew Scull
Hooks into recovery to delete user data that is stored outside of the partitions wipe by the standard recovery process. Bug: 72310476 Test: Boot into recovery and run factory reset with success Test: Run factory reset from settings with success Change-Id: Ic60d8ef6a4055a74c74356bed7918112fb3d0835