Skip to content

Commit

Permalink
New background
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Sep 13, 2009
1 parent c8d78bc commit a9fb39b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common.h
Expand Up @@ -51,7 +51,8 @@ enum {
BACKGROUND_ICON_ERROR,
BACKGROUND_ICON_FIRMWARE_INSTALLING,
BACKGROUND_ICON_FIRMWARE_ERROR,
NUM_BACKGROUND_ICONS
NUM_BACKGROUND_ICONS,

};
void ui_set_background(int icon);

Expand Down
2 changes: 1 addition & 1 deletion recovery.c
Expand Up @@ -621,7 +621,7 @@ prompt_and_wait()
ui_print("\n");

if (!WIFEXITED(status3) || (WEXITSTATUS(status3) != 0)) {
ui_print("Error performing restore! Try running 'nandroid-mobile.sh backup' from console.\n\n");
ui_print("Error performing restore! Try running 'nandroid-mobile.sh restore' from console.\n\n");
} else {
ui_print("Restore complete!\n\n");
}
Expand Down
Binary file removed res/images/icon_android_background.png
Binary file not shown.
Binary file modified res/images/icon_error.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9fb39b

Please sign in to comment.