Battery discharging while plugged in

Edgar D' Souza edgar.b.dsouza at gmail.com
Sat Sep 6 06:52:16 CEST 2008


On Fri, Sep 5, 2008 at 8:13 PM, -stacy <slm3095om at millions.ca> wrote:
> I noticed the same thing, I have a short shell script that will cause it
> to start charging again with unpluging the USB cable.
>
> =====================================================================
> #!/bin/sh
>
> chgmode=/sys/class/i2c-adapter/i2c-0/0-0073/chgmode
>
> cat $chgmode
> echo 0 > $chgmode
> cat $chgmode
> echo 1 > $chgmode
> cat $chgmode
> =====================================================================
>
> When you run it, the output should look like
>
> # chgmode
> enabled
> play-only
> fast
> #

Thanks very much; this is going on my starred list, and when I next
get some free time (tomorrow, I hope) I'll search the wiki and add it
if I can't find it there.

Regards,
Ed.



More information about the support mailing list