This firmware is acting up on my H2O for some reason. It fails to go to standby, and emtpies the battery over night. This happened twice in a row now, the 2nd time I had a background process log uptime / load / battery once a minute.
Code:
while sleep 60
do
(
printf "%s " $(uptime) battery: $(cat /sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/capacity)%
echo
) >> /tmp/battery.log
done
https://paste.pound-python.org/show/...UpssILG5GNF2E/
I rebooted the device so uptime would be the time the device was used/awake.
You can see it went to standby properly at fist (15:56:40 -> 16:05:29), (16:07:29 -> 16:29:31), (17:07:44 -> 18:35:32) etc. I read a book until midnight (00:00) or maybe 00:30... not sure.
Afterwards it showed the sleep screen normally but according to the log it wasn't in standby at all. There even was high system load at 00:54, 01:37, 02:20, 04:22, 05:04, 07:52, ...
And then 08:11 when the battery dropped to 10% and it displayed a warning on screen, then it went to standby... until 09:43 when I noticed and connected a charger.
I can never rule out my own mods being at fault, but maybe this is related to the battery issues some Kobo Aura One users were reporting? I'll have to find a way to also log what's hogging the CPU / causing load next time.