diff options
author | Doug Zongker <dougz@android.com> | 2010-11-01 18:40:33 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-11-01 18:40:33 +0100 |
commit | 02971af254e72d175832854501c0a19e3f06d491 (patch) | |
tree | 388d9f30b92cc532a54c299dd91b842778f5c8a6 /recovery.c | |
parent | am 2d87023e: am 2c3539e4: save the log from recovery\'s last run in /cache/recovery/last_log (diff) | |
parent | am 51266d13: clear recovery framebuffers on allocation; display icon right after ui_init (diff) | |
download | android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar.gz android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar.bz2 android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar.lz android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar.xz android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.tar.zst android_bootable_recovery-02971af254e72d175832854501c0a19e3f06d491.zip |
Diffstat (limited to 'recovery.c')
-rw-r--r-- | recovery.c | 1 |
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); |