Skip to content

Commit

Permalink
**v2021.8.4 (202108040)**
Browse files Browse the repository at this point in the history
- Dynamically add/remove current_now negative sign.
- Fixed "acca: id: parameter not set".
  • Loading branch information
VR-25 committed Aug 4, 2021
1 parent 6a535fe commit 0513d56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1184,3 +1184,9 @@ The results can be batch tested with `acc -t /path/to/list` or `acc -t file on o
- Fixed AccA related issues.
- Fixed charging switch list tester (-t /path/to/list).
- Fixed charging switch parser (-p).


**v2021.8.4 (202108040)**

- Dynamically add/remove current_now negative sign.
- Fixed "acca: id: parameter not set".
5 changes: 2 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ In more specific it would have user set up value of battery left capacity making

add acc --info to the wizard

add more charging switches

accd.sh, 330: isCharging:=false failing - parameter not set?
implement voltage control based charging switches
dynamically override set-ch-curr.sh
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=acc
domain=vr25
name=Advanced Charging Controller (ACC)
version=v2021.8.2
versionCode=202108020
version=v2021.8.4
versionCode=202108040
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. The installation is always "system-less", whether or not the system is rooted with Magisk.

0 comments on commit 0513d56

Please sign in to comment.