43 lines
1 KiB
YAML
43 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.
|
|
|
|
'''How does it calibrate your battery?''' The app resets your fuel gauge and the
|
|
batterystats.bin file.
|
|
|
|
'''Why is superuser required?''' 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
|