summaryrefslogtreecommitdiffstats
path: root/recovery.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-11-01 18:19:12 +0100
committerDoug Zongker <dougz@android.com>2010-11-01 18:19:12 +0100
commit51266d1397309978eac9b2e96035582454f0321b (patch)
tree896aac2b54a16c36c198d3cc58c2f48d77ca75b3 /recovery.c
parentsave the log from recovery's last run in /cache/recovery/last_log (diff)
downloadandroid_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar.gz
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar.bz2
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar.lz
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar.xz
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.tar.zst
android_bootable_recovery-51266d1397309978eac9b2e96035582454f0321b.zip
Diffstat (limited to '')
-rw-r--r--recovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery.c b/recovery.c
index 452794aff..9ad075d74 100644
--- a/recovery.c
+++ b/recovery.c
@@ -701,6 +701,7 @@ main(int argc, char **argv) {
printf("Starting recovery on %s", ctime(&start));
ui_init();
+ ui_set_background(BACKGROUND_ICON_INSTALLING);
load_volume_table();
get_args(&argc, &argv);