Skip to content

**2019.7.18 (201907180)**

Compare
Choose a tag to compare
@VR-25 VR-25 released this 19 Jul 09:58
· 309 commits to master since this release
- `acc -d`: use `prioritizeBattIdleMode` variable
- Fixed: `acc -l -a`
- `wakeUnlock` enhancements
- Updated documentation
> Note: this is NOT compatible with AccA 1.0.11-. A new version of the app will be up soon.

**2019.7.12-dev (201907120)**
- acc --log --acc cat (or -l -a cat): print acc log
- acc -V|--version: prints acc version code
- accd: reverted `acpi -a` usage (unreliable) in `enable_charging()`
- Acceptable charging voltage limit range set to 3500-4350 millivolts
- Additional charging switches and voltage control files
- build.sh: automatically checks syntax; generates `acc_bundle` (.tar.gz) and its installer
- Enhanced debugging features
- FBE support: migrate config to /data/adb/acc-data/config.txt and auto-backup/restore it to/from internal storage as needed
- Fixed `wakeUnlock` permissions
- Initialization scripts also work without absolute paths
- `loopDelay=10,30` (plugged,unplugged)
- Major fixes and optimizations
- Removed `rebootOnUnplug` (unreliable)
- Updated documentation
> Note: this is NOT compatible with AccA 1.0.11-.

**2019.7.8-dev (201907080)**
- `acc -U|--uninstall`
- `acc -u|--upgrade [-c|--changelog|-f|--force|-n|--non-interactive] [reference]`: upgrade/downgrade
- Backlisted switch `/sys/power/pnpmgr/battery/charging_enabled 1 0`
- Enhanced efficiency and reliability
- Formalized exit codes
- Major optimizations
- Source tarball installer (can be bundled into apps, along with acc*gz)
- Updated documentation and "installers"

**2019.7.4-dev (201907040)**
- Exclude charging switches with unknown values
- Fixed `acc -s` and `acc -t --` issues

**2019.7.3-dev (201907030)**
- `--enable` and `--disable` options automatically stop accd
- `acc -f` no longer hangs the shell (now runs as a daemon)
- acc -u|--upgrade
- Automatically export logs on [[ $exitCode == [12] ]]
- Default loopDelay: 15 seconds
- Enhanced efficiency and reliability
- Major fixes & optimizations
- Online installer uses `wget` over `curl`, and offline installer as back-end
- prioritizeBattIdleMode=false (read the documentation's troubleshooting section for details)
- Type less with acc -s <regexp> <value> (interactive)
- Updated build.sh and documentation
> Tip: push acc automation to the next level with the latest version of Daily Job Scheduler (djs).