Skip to content

Commit

Permalink
htc-offmode-charging: remove the old pngs for the old offmode chargin…
Browse files Browse the repository at this point in the history
…g and update to newer daemons and adding htcbatt daemon
  • Loading branch information
toastcfh committed Jul 24, 2011
1 parent 4b8b617 commit bb7212f
Show file tree
Hide file tree
Showing 41 changed files with 19 additions and 4 deletions.
15 changes: 11 additions & 4 deletions etc/init.htc.rc
Expand Up @@ -34,18 +34,25 @@ service ueventd /sbin/ueventd
critical critical


service choice_fn /sbin/choice_fn service choice_fn /sbin/choice_fn
oneshot oneshot


service recovery /sbin/recovery service recovery /sbin/recovery
disabled disabled


service power_test /sbin/power_test service power_test /sbin/power_test
disabled disabled
oneshot oneshot


service offmode_charging /sbin/offmode_charging service offmode_charging /sbin/offmode_charging
disabled
oneshot


service detect_key /sbin/detect_key service detect_key /sbin/detect_key
disabled
oneshot

service htcbatt /sbin/htcbatt
oneshot


service adbd /sbin/adbd recovery service adbd /sbin/adbd recovery
disabled disabled
Expand Down
8 changes: 8 additions & 0 deletions htc-offmode-charge/Android.mk
Expand Up @@ -48,4 +48,12 @@ LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT) include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := htcbatt
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
endif endif
Binary file modified htc-offmode-charge/choice_fn
Binary file not shown.
Binary file added htc-offmode-charge/htcbatt
Binary file not shown.
Binary file modified htc-offmode-charge/offmode_charging
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_error.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_0.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_100.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_20.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_40.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_60.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_left_80.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_right_0.png
Binary file not shown.
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_right_20.png
Binary file not shown.
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_right_60.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_right_80.png
Binary file not shown.
Binary file removed htc/res/offmode_charging_images/battery_shell.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit bb7212f

Please sign in to comment.