Skip to content

Commit

Permalink
updated graphics to support latest charger executable (from android/s…
Browse files Browse the repository at this point in the history
…ystem/core/charger)

Change-Id: Ifda05f13cb4fa709bdc593ab39a18facb45ce9e2
  • Loading branch information
tdhite committed Mar 30, 2014
1 parent ee4ee4a commit d0dae46
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recovery/Android.mk
Expand Up @@ -72,6 +72,14 @@ LOCAL_SRC_FILES := res/images/charger/battery_4.png
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/images/charger
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := battery_5.png
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := res/images/charger/battery_4.png
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/images/charger
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := battery_fail.png
LOCAL_MODULE_TAGS := optional eng
Expand All @@ -87,3 +95,12 @@ LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := res/images/charger/battery_full.png
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/images/charger
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := battery_charge.png
LOCAL_MODULE_TAGS := optional eng
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := res/images/charger/battery_charge.png
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/res/images/charger
include $(BUILD_PREBUILT)

Binary file modified recovery/res/images/charger/battery_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recovery/res/images/charger/battery_5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added recovery/res/images/charger/battery_charge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_fail.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/res/images/charger/battery_full.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified recovery/sbin/charger
Binary file not shown.

0 comments on commit d0dae46

Please sign in to comment.