From f48b23688c1303212c65e470af9f9f3892e98f8e Mon Sep 17 00:00:00 2001 From: Dima Zavin <dima@android.com> Date: Tue, 30 Aug 2011 10:46:09 -0700 Subject: core: Add a standalone charger UI binary This can be launched from an 'on charger' section in init, which is processed if androidboot.mode=charger is supplied on kernel command line. This is a standalone binary that has a simple "user interface" and allows the standard production kernel to run while charging. This removes the burden from the bootloader to get low-power mode working. Currently, the device will "power-on" (i.e. reboot) into normal mode if the power key is pressed for X seconds, and will also power down the device if the usb/ac cable is removed for Y seconds. Change-Id: I780594b99211cb09de7f8519a69c5962eb91348a Signed-off-by: Dima Zavin <dima@android.com> --- charger/images/charging.png | Bin 0 -> 9895 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 charger/images/charging.png (limited to 'charger/images') diff --git a/charger/images/charging.png b/charger/images/charging.png new file mode 100644 index 0000000..94ce4b1 Binary files /dev/null and b/charger/images/charging.png differ -- cgit v1.1