Skip to content

Commit

Permalink
init: Fix PEAK_REFRESH_RATE not working
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Yang <[email protected]>
  • Loading branch information
yc9559 committed Oct 17, 2021
1 parent aa4b7b8 commit aa8af52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magisk/initsvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ wait_until_login()
wait_until_login

DFPS_DIR="/sdcard/yc/dfps"
$BASEDIR/bin/dfps $DFPS_DIR/dfps.txt -o $DFPS_DIR/dfps.log > $DFPS_DIR/dfps.log
$BASEDIR/bin/dfps $DFPS_DIR/dfps.txt -o $DFPS_DIR/dfps.log
2 changes: 1 addition & 1 deletion magisk/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ set_permissions()
# set_perm $MODPATH/system/bin/app_process32 0 2000 0755 u:object_r:zygote_exec:s0
# set_perm $MODPATH/system/bin/dex2oat 0 2000 0755 u:object_r:dex2oat_exec:s0
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
set_perm $MODPATH/bin/dfps 0 0 0755 0755
set_perm $MODPATH/bin/dfps 0 0 0755 u:object_r:system_file:s0
return
}

Expand Down

0 comments on commit aa8af52

Please sign in to comment.