Comment 7 for bug 250649

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

The information provided by HAL all looks consistent. When running from battery:

battery.rechargeable.is_charging = false
battery.rechargeable.is_discharging = true
ac_adapter.present = false

When running from AC:

battery.rechargeable.is_charging = false
battery.rechargeable.is_discharging = false
ac_adapter.present = true
battery.charge_level.percentage = 100

It seems that in your second case, the battery is fully charged. It would be good to see the same set of information with the AC adpater present and the battery charging (ie, charge_level < 100)