You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+31-10
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,13 @@ By choosing to use/misuse ACC, you agree to do so at your own risk!
48
48
ACC is an Android software mainly intended for [extending battery service life](https://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries).
49
49
In a nutshell, this is achieved through limiting charging current, temperature and voltage.
50
50
Any root solution is supported. A recent stable Magisk version is recommended.
51
-
If you're reading this from Magisk Manager > Downloads, tap here to open the documentation.
52
-
Once there, if you're lazy, jump to the quick start section.
53
51
54
52
55
53
56
54
---
57
55
## PREREQUISITES
58
56
57
+
-[Must Read: How to Prolong Lithium Ion Batteries Lifespan](https://batteryuniversity.com/index.php/learn/article/how_to_prolong_lithium_based_batteries/)
59
58
- Android or Android based OS
60
59
- Any root solution (e.g., [Magisk](https://github.com/topjohnwu/Magisk/))
61
60
-[Busybox*](https://github.com/search?o=desc&q=busybox+android&s=updated&type=Repositories/) (only if not rooted with Magisk)
@@ -67,39 +66,44 @@ Once there, if you're lazy, jump to the quick start section.
67
66
That's a fallback path. ACC sets permissions (rwx------) as needed.
68
67
Precedence: Magisk busybox > system busybox > /data/adb/busybox
69
68
70
-
\*\* The Magisk module [ccbins](https://github.com/Magisk-Modules-Repo/ccbins/) by [Zackptg5](https://github.com/Zackptg5/) installs `curl`.
69
+
\*\* The Magisk module [Cross Compiled Binaries](https://github.com/Magisk-Modules-Repo/ccbins/) installs `curl`.
71
70
72
71
73
72
74
73
---
75
74
## QUICK START GUIDE
76
75
76
+
0. All commands/actions require root.
77
+
Don't use `su -c`, `sudo`, `tsudo` or similar. On Android, these are not as reliable as the plain old `su`.
77
78
78
79
1. Unless Magisk is not installed, always install/upgrade from Magisk Manager or ACC front-end (e.g. AccA).
79
80
Apps such as EX/Franco Kernel Managers are also good options.
80
81
There are yet two more ways of upgrading: `acc -u` (online) and `acc -F` (zip flasher).
81
82
Rebooting after installation/removal is unnecessary.
82
83
83
-
2.[Optional] run `su -c acc pause_capacity resume_capacity` (default `75 70`) or use a front-end app to change settings.
84
+
2.[Optional] run `acc` (wizard). That's the only command you need to remember.
84
85
85
-
3. If you come across an issue, refer to the `TROUBLESHOOTING`, `TIPS` and `FAQ` sections below.
86
-
Read as much as you can, before asking the developer or opening an issue on GitHub.
86
+
3.[Optional] run `acc pause_capacity resume_capacity` (default `75 70`) to set the battery levels at which charging should pause and resume, respectively.
87
+
88
+
4. If you come across an issue, refer to the `TROUBLESHOOTING`, `TIPS` and `FAQ` sections below.
89
+
Read as much as you can before asking the developer or opening issues on GitHub.
87
90
Oftentimes, solutions will be right before your eyes.
88
91
89
92
90
93
### Notes
91
94
92
95
- ACC cannot be installed/upgraded from recovery (e.g., TWRP).
93
96
94
-
-Step`2`is optional, because there are default settings.
97
+
-Steps`2`and `3` are optional because there are default settings.
95
98
For details, refer to the `DEFAULT CONFIGURATION` section below.
99
+
Users are encouraged to try step `2` - to familiarize themselves with the menu.
96
100
97
101
- Settings can be overwhelming. Start with what you understand.
98
102
The default configuration has you covered.
99
103
Don't ever feel like you have to configure everything. You probably shouldn't anyway - unless you really know what you're doing.
100
104
101
105
- Uninstall: depending on the installed variant (e.g., app back-end or Magisk module), you can use Magisk Manager (app), [Magisk Manager for Recovery Mode (utility)](https://github.com/VR-25/mm/), or clear the front-end app's data.
102
-
Two universal methods are: `su -c acc --uninstall` and `/sdcard/acc-uninstaller.zip` (flashable uninstaller).
106
+
Two universal methods are: `acc --uninstall` and `/sdcard/acc-uninstaller.zip` (flashable uninstaller).
103
107
104
108
105
109
@@ -176,7 +180,7 @@ Apps such as EX/Franco Kernel Managers are also good options.
176
180
There are yet two more ways of upgrading: `acc -u` (online) and `acc -F` (zip flasher).
177
181
178
182
Uninstall: depending on the installed variant (e.g., app back-end or Magisk module), you can use Magisk Manager (app), [Magisk Manager for Recovery Mode (utility)](https://github.com/VR-25/mm/), or clear the front-end app's data.
179
-
Two universal methods are: `su -c acc --uninstall` and `/sdcard/acc-uninstaller.zip` (flashable uninstaller).
183
+
Two universal methods are: `acc --uninstall` and `/sdcard/acc-uninstaller.zip` (flashable uninstaller).
180
184
181
185
182
186
### Notes
@@ -197,9 +201,10 @@ Additionally, `$installDir/acc/acc-init.sh` must be executed on boot to initiali
# FINE, BUT WHAT DOES EACH OF THESE VARIABLES ACTUALLY MEAN?
323
335
@@ -367,6 +379,9 @@ dynPowerSaving=0
367
379
# When not set, the cycle is disabled.
368
380
# Note that cooldown_capacity and cooldown_temp can be disabled individually by assigning them values that would never be reached under normal circumstances.
369
381
382
+
# cooldown_current #
383
+
# Dedicated and independent cooldown settings for quick charging
384
+
370
385
# reset_batt_stats_on_pause (rbsp) #
371
386
# Reset battery stats after pausing charging.
372
387
@@ -901,6 +916,12 @@ It's a software (Android/kernel) issue. Use the `capacity_offset` or `capacity_s
901
916
---
902
917
## LATEST CHANGES
903
918
919
+
**2020.3.14-dev (202003140)**
920
+
-`acc -s v`: fixed "voltage unit not shown"
921
+
-`cooldownCurrent=(file raw_current charge_seconds pause_seconds)`, cooldown_current (ccr): dedicated and independent cooldown settings for quick charging
0 commit comments