Resurrection of Indicator Upower
-
@paulcarroty
The udev rule is working properly:
-rw-rw-r-- 1 phablet system 4096 janv. 23 09:08 /sys/class/power_supply/battery/charging_enabled
And the content ofcharging_enabled
goes well from 1 to 0 when the charge exceeds 85%.But, despite this, the device continues to charge beyond 85 % !
(I believe that, on surya and karna, we must have to write in another file.
I will try with `/sys/class/power_supply/battery/battery_charging_enabled ) -
@paulcarroty
According to https://android.stackexchange.com/questions/200032/difference-between-system-files-charging-enabled-vs-battery-charging-enabledbattery-charging-enabled
has a different behavior thancharging-enabled
.
So I will just make a MR to add the above udev rule in surya and karna.
Thanks for your work -
On my N100 I don't have /sys/class/power_supply/battery/charging_enabled but instead I have /sys/class/power_supply/battery/battery_charging_enabled
-
@paulcarroty
A merge request has been proposed on surya, but another (global) solution is suggested in the comments :
https://gitlab.com/ubports/porting/community-ports/android10/xiaomi-poco-x3/xiaomi-surya/-/merge_requests/20 -
Ahoy, there's
battery_charging_enabled
support in the latest builds and I need beta testers to check the limiting battery's charge.You need to apply new udev rule from README and install the latest build from Github Actions.
-
@paulcarroty said in Resurrection of Indicator Upower:
Ahoy, there's
battery_charging_enabled
support in the latest builds and I need beta testers to check the limiting battery's charge.You need to apply new udev rule from README and install the latest build from Github Actions.
Thanks !
I installed latest build from Github Actions.Notice that, on surya, default permissions are :
- -rwxrwxrwx 1 system system 4096 févr. 17 11:15 battery_charging_enabled
- -rw-r--r-- 1 system system 4096 févr. 17 11:15 charging_enabled
I leave them untouched for the first tests
Let me know if you need tests with different permissions -
@paulcarroty said in Resurrection of Indicator Upower:
I need beta testers to check the limiting battery's charge.
Test 1:
-
when charge is less than 85%, device charges :
tail /sys/class/power_supply/battery/{battery_,}charging_enabled ==> /sys/class/power_supply/battery/battery_charging_enabled <== 1 ==> /sys/class/power_supply/battery/charging_enabled <== 1
-
when charge is more than 85%, device doesn't charge (and doesn't seem to discharge until unplugged)
tail /sys/class/power_supply/battery/{battery_,}charging_enabled ==> /sys/class/power_supply/battery/battery_charging_enabled <== 0 ==> /sys/class/power_supply/battery/charging_enabled <== 1
(when unplugging, the values in the two files return to 1)
-
-
Test 2 (with udev rules) : same results as test 1
I applied udev rules from README :
phablet@ubuntu-phablet:~$ ls -al /sys/class/power_supply/battery/{battery_,}charging_enabled -rw-rw-r-- 1 phablet system 4096 févr. 17 17:28 /sys/class/power_supply/battery/battery_charging_enabled -rw-rw-r-- 1 phablet system 4096 févr. 17 17:06 /sys/class/power_supply/battery/charging_enabled
- when charge is less than 85%, device charges :
tail /sys/class/power_supply/battery/{battery_,}charging_enabled ==> /sys/class/power_supply/battery/battery_charging_enabled <== 1 ==> /sys/class/power_supply/battery/charging_enabled <== 1
- when charge is more than 85%, device doesn't charge (and doesn't seem to discharge until unplugged) :
tail /sys/class/power_supply/battery/{battery_,}charging_enabled ==> /sys/class/power_supply/battery/battery_charging_enabled <== 0 ==> /sys/class/power_supply/battery/charging_enabled <== 1
(when unplugging, the values in the two files return to 1)
- when charge is less than 85%, device charges :
-
@Eric-H great job.
-
New release with many fixes.
-
Yo, power monitoring and fast charging detection are now supported and I need beta testers (again!) to check how well it works.
You need to install the latest build from Github Actions and start charging your device. If something is wrong - submit your power.txt.
-
@paulcarroty
I installed latest build, and the app no longer starts. -
@Eric-H fixed.
-
@paulcarroty
Reinstalled.
Does not work on surya. -
About this error :
ValueError: could not convert string to float: '3,65353'Maybe it is a localization error (french) : there is a comma instead of a point
-
@Eric-H yeah, upower depends on current locale. Fixed by enforcing
-
@paulcarroty
Reinstalled. It seems to work fine.
Do you need specific tests ? -
@Eric-H test fast charging if you have the hardware for.
-
@paulcarroty
Sorry, I couldn't do the test before today...So I used the Xiaomi charger supplied with the phone (which fully charges in less than half an hour) with the latest version (0.7) of uPower, but it seems that fast charging is not detected and there's nothing related in the logs.
-
Eric-H Attach the power.txt file when the battery is being charged and has less than 50% capacity.