battery charging status not shown like red charging LED
What problem did you encounter
Charging cable illuminates red charging LED when plugged in; and doesn't when not plugged in; but the battery charging icon doesn't change.
What is the actual behaviour?
No battery charging icon change
What is the expected behaviour?
Battery icon charging follows (with maybe slight polling delay) the red charging LED.
How to reproduce
- Power on phone
- Plug in phone
- See charging LED and Charging Icon
- Unplug phone
- See charging LED turn off and Charging Icon stay on
librem-5-birch-red-charging-LED-vs-battery-charging-icon-2019-12-22
Note the 'echo' was physically unplugging to represent the status also doesn't change from the /sys/
purism@librem-5-birch:~$ echo "Plugged in" && cat /sys/class/power_supply/bq25890-charger/status
Plugged in
Charging
purism@librem-5-birch:~$ echo "Unplugged" && cat /sys/class/power_supply/bq25890-charger/status
Unplugged
Charging
purism@librem-5-birch:~$
What hardware are you running on?
Librem 5 Birch
purism@librem-5-birch:~$ uname -a
Linux librem-5-birch 5.3.0-librem5-h1 #1 SMP PREEMPT Fri Dec 20 14:48:35 CET 2019 aarch64 GNU/Linux
purism@librem-5-birch:~$
Which OS are you using?
purism@librem-5-birch:~$ cat /etc/os-release
ID=pureos
NAME=PureOS
PRETTY_NAME=PureOS
VERSION_ID=9.0
VERSION_CODENAME=amber
HOME_URL="https://pureos.net/"
SUPPORT_URL="https://puri.sm/faq/#faq-WherecanIfindoutmoreaboutPureOS"
BUG_REPORT_URL="https://tracker.pureos.net/"
LOGO=pureos-logo-icon
purism@librem-5-birch:~$