If it's just for checking the battery you can download the zip and check it locally.
There's not much to it in any case. There are these two files provided by the kernel:
/sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/capacity
/sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/status
The first tells you the supposed percentage, the second whether it's charging or not.
|