-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- "acc -D|--daemon" alias: "accd," - "acc -D|--daemon stop" alias: "accd." - acc -t -- <file (fallback: $modPath/switches.txt)>: test charging switches from a file; this will also report whether "battery idle" mode is supported - General fixes & optimizations - Increased power efficiency - Striped down (for easier patching) and renamed config.txt --> acc.conf; comprehensive config information is in the README.md - Updated documentation: FAQ section and more - wakeUnlock is null by default
- Loading branch information
Showing
15 changed files
with
218 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
versionCode=201906230 | ||
capacity=0,60,70-80 | ||
capacityOffset=+0 | ||
capacitySync=false | ||
temperature=40-45_90 | ||
coolDownRatio= | ||
resetBsOnPause=true | ||
resetBsOnUnplug=false | ||
loopDelay=10 | ||
chargingSwitch= | ||
applyOnBoot= | ||
applyOnPlug= | ||
chargingVoltageLimit= | ||
rebootOnPause= | ||
rebootOnUnplug= | ||
chargingOnOffDelay=1 | ||
language=en | ||
wakeUnlock= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/system/bin/sh | ||
/sbin/.acc/acc/acc.sh --daemon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/system/bin/sh | ||
/sbin/.acc/acc/acc.sh --daemon stop |
Oops, something went wrong.