diff --git a/README.md b/README.md index 045d807..8c06947 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ In interactive mode, it also asks the user whether they want to download and ins ``` #DC# -configVerCode=202307160 +configVerCode=202307161 ampFactor= battStatusWorkaround=true @@ -677,7 +677,7 @@ runCmdOnPause='' # Some devices have adjustable "temperature levels". At the highest level, charging current is blocked. # The stock values are generally integers, ranging from 0 to 6, 7 or slightly above. # For greater flexibility, this variable stores a percentage value -- which is internally converted to the system's scales. -# On Samsung devices, battery/siop_level is used instead (if available). +# On Samsung devices, battery/siop_level (0-100%) is used instead (if available). #/DC# ``` diff --git a/bin/acc_flashable_uninstaller.zip b/bin/acc_flashable_uninstaller.zip index 009a7a6..11a3620 100644 Binary files a/bin/acc_flashable_uninstaller.zip and b/bin/acc_flashable_uninstaller.zip differ diff --git a/changelog.md b/changelog.md index 503227b..7c4c787 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +**v2023.7.17 (202307170)** +- Do not disengage "charge once to %" until unplugged (requires "plug state" API) +- Fixed capacity_mask miscalculations (@kaljade) +- KernelSu support (#197) +- Support Samsung's battery/siop_level by default +- XDA S-trace's vFloat kernel patch support (voltage control for SDM660 devices) + **v2023.6.26 (202306260)** * A bunch of new features and bug fixes * Updated logic @@ -29,8 +36,3 @@ - Tuning variables for not_charging() timeout (seqCount) and voltage-based idle mode (voltOff); - Updated documentation; - Updates can be downloaded with busybox's wget as well (may not work on all systems). Try upgrading with `acc -u`. - -**v2022.2.22.1 (202202221)** -- acc -ss and -t show more info/hints; -- Fixed `acc: inaccessible or not found` following acc -t execution; -- Minor additions to readme. diff --git a/install/default-config.txt b/install/default-config.txt index 3e8a047..7a7deda 100644 --- a/install/default-config.txt +++ b/install/default-config.txt @@ -1,4 +1,4 @@ -configVerCode=202307160 +configVerCode=202307161 ampFactor= battStatusWorkaround=true @@ -436,4 +436,4 @@ runCmdOnPause='' # Some devices have adjustable "temperature levels". At the highest level, charging current is blocked. # The stock values are generally integers, ranging from 0 to 6, 7 or slightly above. # For greater flexibility, this variable stores a percentage value -- which is internally converted to the system's scales. -# On Samsung devices, battery/siop_level is used instead (if available). +# On Samsung devices, battery/siop_level (0-100%) is used instead (if available). diff --git a/module.json b/module.json index b7c28ed..1fb8a62 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "busybox": "https://github.com/Magisk-Modules-Repo/busybox-ndk", "changelog": "https://raw.githubusercontent.com/VR-25/acc/master/changelog.md", "curl": "https://github.com/Zackptg5/Cross-Compiled-Binaries-Android/tree/master/curl", - "tgz": "https://github.com/VR-25/acc/releases/download/v2023.6.26/acc_v2023.6.26_202306260.tgz", - "tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2023.6.26/install-tarball.sh", - "version": "v2023.6.26", - "versionCode": 202306260, - "zipUrl": "https://github.com/VR-25/acc/releases/download/v2023.6.26/acc_v2023.6.26_202306260.zip" + "tgz": "https://github.com/VR-25/acc/releases/download/v2023.7.17/acc_v2023.7.17_202307170.tgz", + "tgzInstaller": "https://github.com/VR-25/acc/releases/download/v2023.7.17/install-tarball.sh", + "version": "v2023.7.17", + "versionCode": 202307170, + "zipUrl": "https://github.com/VR-25/acc/releases/download/v2023.7.17/acc_v2023.7.17_202307170.zip" } diff --git a/module.prop b/module.prop index 0a985d1..acc24cc 100644 --- a/module.prop +++ b/module.prop @@ -1,8 +1,8 @@ id=acc domain=vr25 name=Advanced Charging Controller (ACC) -version=v2023.6.26 -versionCode=202306260 +version=v2023.7.17 +versionCode=202307170 author=VR25 description=Mainly intended for extending battery service life on Android devices. In a nutshell, this is achieved through limiting charging current, temperature, and voltage. Any root solution is supported. Regardless of whether the system is rooted with Magisk, the installation is always "systemless". updateJson=https://raw.githubusercontent.com/VR-25/acc/master/module.json