mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
Categories:
|
|
- System
|
|
License: MIT
|
|
SourceCode: https://github.com/Perflyst/BatteryCalibration
|
|
IssueTracker: https://github.com/Perflyst/BatteryCalibration/issues
|
|
Changelog: https://github.com/Perflyst/BatteryCalibration/releases
|
|
|
|
AutoName: BatteryCalibration
|
|
Description: |-
|
|
This is a simple open source battery calibration app which needs super user
|
|
rights.
|
|
|
|
<b>How does it calibrate your battery?</b> The app resets your fuel gauge and the
|
|
batterystats.bin file.
|
|
|
|
<b>Why is superuser required?</b> To reset the fuel gauge it has to write into a
|
|
/sys/class/ file. This is not possible without superuser permission.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Perflyst/BatteryCalibration
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: '1.1'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|