Skip to content
Snippets Groups Projects
Commit 96c50edb authored by Michael Vines's avatar Michael Vines
Browse files

Use new recovery mode images.

Change-Id: I7f5803612f4f34f58038f567bff92e8cfad68c43
parent a2fda2cb
No related branches found
No related tags found
No related merge requests found
git_rm -r res/
cp -ra ../../librecovery/res .
git_add res/
diff --git a/recovery/miniui/qcom_recovery_ui.c b/recovery/miniui/qcom_recovery_ui.c
index ea5be42..74f223e 100644
--- a/recovery/miniui/qcom_recovery_ui.c
+++ b/recovery/miniui/qcom_recovery_ui.c
@@ -22,7 +22,7 @@
#include "recovery_ui.h"
#include "common.h"
-char* MENU_HEADERS[] = { "Android system recovery utility",
+char* MENU_HEADERS[] = { "System recovery utility",
"",
NULL };
@@ -66,6 +66,11 @@ static int device_on_off_lcd_backlight(int on) {
void device_ui_init(UIParameters* ui_parameters) {
/* Turn on backlight */
device_on_off_lcd_backlight(1);
+
+ ui_parameters->indeterminate_frames = 8;
+ ui_parameters->installing_frames = 23;
+ ui_parameters->install_overlay_offset_x = 138;
+ ui_parameters->install_overlay_offset_y = 220;
}
int device_recovery_start() {
--
1.7.0.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment