From 983e2d571814ffaf9a88bc6cbc976ff3445d4aae Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Jan 2019 11:35:38 -0800 Subject: Add a logo to the fastbootd screen. fastbootd looks too much like recovery, even if you're carefully reading the menu. It's not obvious the device is in a flashing mode, and it's too tempting to reboot or unplug the device in this state. As a first step, this patch adds a big red "fastbootd" logo so it's less obviously in recovery mode. Bug: 120429730 Test: manual test Change-Id: I73359f1fdfdc0b1694993f760fe7f35c5713b24e --- screen_ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'screen_ui.h') diff --git a/screen_ui.h b/screen_ui.h index acd44c819..5cda2a2e5 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -345,6 +345,8 @@ class ScreenRecoveryUI : public RecoveryUI, public DrawInterface { std::unique_ptr wipe_data_confirmation_text_; std::unique_ptr wipe_data_menu_header_text_; + std::unique_ptr fastbootd_logo_; + // current_icon_ points to one of the frames in intro_frames_ or loop_frames_, indexed by // current_frame_, or error_icon_. Icon current_icon_; -- cgit v1.2.3