Skip to content

Commit

Permalink
**v2020.9.24 (202009240)**
Browse files Browse the repository at this point in the history
- Cooldown no longer interferes with capacity_sync.
- Delay accd initialization (5 minutes) to prevent conflicts with fbind.
- Do not auto-shutdown if charging was disabled by accd itself at temp >= max_temp.
- Do not remount / rw if it's not tmpfs.
- Fixed cooldown_custom.
- Major optimizations
- MTK and Razer specific tweaks
- New charging switch for Motorola One Vision
- Removed obsolete features.
- Simplified config.
- Updated documentation.

Release Notes

- Config will be reset.
- MIUI bootloop issue possibly fixed.
  • Loading branch information
VR-25 committed Sep 24, 2020
1 parent c1b9d30 commit b94c0b9
Show file tree
Hide file tree
Showing 18 changed files with 238 additions and 616 deletions.
1 change: 0 additions & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ data_dir=/sdcard/Download/$id
# log
[ -z "${LINENO-}" ] || export PS4='$LINENO: '
mkdir -p $data_dir/logs
chmod -R 0700 $data_dir/logs
exec 2>$data_dir/logs/install.log
set -x

Expand Down
Loading

0 comments on commit b94c0b9

Please sign in to comment.