Update README.md

This commit is contained in:
Matti Viljanen 2020-03-21 14:22:32 +02:00
parent c5ef42211d
commit e342cf955f
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -1,9 +1,9 @@
# harbour-batterybuddy
Battery Buddy is a Sailfish OS application that alerts the user when the battery charge level gets too high or too low. This helps in increasing the battery lifespan. There are a *lot* of research material on this, the numbers I pulled into the application as a reference were pulled from [Battery Universe online article BU-808](https://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries).
Battery Buddy is a Sailfish OS application that pauses and resumes charging at set percentage values, or alerts the user when the battery charge level gets too high or too low. This helps in increasing the battery lifespan. There are a *lot* of research material on this, the numbers I pulled into the application as a reference were pulled from [Battery Universe online article BU-808](https://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries).
The application logo is a 5 minute craft at the moment, and can be considered a permanent temporary solution. It doesn't look nice in the notification view. If you have the skills to make a better logo using the same idea (a heart inside the battery) and are willing to spend a little time for this project, please feel free to send a new logo to me.
There is no service/daemon support at the moment, because that is not allowed in Jolla Store. You have to open the app and keep it open in the background in order for it to work. I can create another version that runs also as a service, if there is demand for it. The upside of this approach is that whenever the alerts start to annoy, simply closing the application silences the sounds and disables notifications.
There is initial systemd service for setting the battery charger control sys file permissions, and hence this application is not allowed in Jolla Store anymore. At this point the app must be kept open in order for it to work. I may add more features to the service it at some point.
Another known "issue" at the moment is that the alert sound played uses the media volume setting instead of ringtone volume setting. Any tips on this are appreciated.