2005-04-25, 10:39 PM
Found this from the proc scheme:
Code:
bat-status:
00 - high
01 - low
02 - critical
03 - charging
04 - absent
ff - #f
bat-flags:
#x01 - high
#x02 - low
#x04 - critical
#x08 - charging
#x80 - absent
So..
Battery Status: 0xff: #f god knows [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img]
Battery Flags: 0x80: absent
Presumably the reason for the -1 is that APM can in no way detect that you have a battery present. This is backed up by the indication that you are AC.
not much help.. just more info