A simple app to prolong battery longevity by limiting charge rate/suspending charge based on temperature.
Root access or Shizuku. If none of these are possible, see setup instruction below.
Grant all the permissions and install the provider app when prompted.
If you have Shizuku, the app will automatically install the settings database provider. This is only done once.
If you have a PC and adb, you may install this app by running this adb command:
adb install --bypass-low-target-sdk-block settings-database-provider-v1.1-cli.apk
- Root utilities - https://github.com/topjohnwu/libsu
- Time range picker - https://github.com/Droppers/TimeRangePicker
- Multi waves - https://github.com/scwang90/MultiWaveHeader
- OneUI design library - https://github.com/tribalfs/oneui-design
- SESL Jetpack modules - https://github.com/tribalfs/sesl-androidx
- SESL Material components - https://github.com/tribalfs/sesl-material-components-android
- OneUI icons - https://github.com/OneUIProject/oneui-icons
- Android Studio
- Github personal access token with
read:packagepermission (put yourGITHUB_USERNAMEandGITHUB_PASSWORD(personal access token) to Environment Variables (Windows) or PATH (Linux))