Re: [HELP] 50% CPU Use When "Off", Constant CPU Use ~10%
Ok, ran a full charge last night (which took forever compared to normal btw) and the phone was still showing FULL BATTERY this morning after being disconnected from the wall at 2200 last night.
The results from lshal | grep battery are as follows:
Code:
battery.charge_level.capacity_state = 'full' (string)
battery.charge_level.current = 8 (0x8) (int)
battery.charge_level.design = 8 (0x8) (int)
battery.charge_level.last_full = 8 (0x8) (int)
battery.charge_level.percentage = 96 (0x60) (int)
battery.charge_level.unit = 'bars' (string)
battery.is_rechargeable = true (bool)
battery.present = true (bool)
battery.rechargeable.is_charging = false (bool)
battery.rechargeable.is_discharging = true (bool)
battery.remaining_time = 21600 (0x5460) (int)
battery.remaining_time.calculate_per_time = false (bool)
battery.reporting.current = 1222 (0x4c6) (int)
battery.reporting.design = 1262 (0x4ee) (int)
battery.reporting.last_full = 1222 (0x4c6) (int)
battery.reporting.unit = 'mAh' (string)
battery.type = 'pda' (string)
battery.voltage.current = 4153 (0x1039) (int)
battery.voltage.design = 4200 (0x1068) (int)
battery.voltage.unit = 'mV' (string)
info.capabilities = {'battery'} (string list)
info.category = 'battery' (string)
So no, battery is not a dodgy one I don't believe.....
|