Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson authored and jhenrique09 committed Aug 2, 2018
1 parent cb2ddf8 commit 4ae253d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rw-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ fi
if getprop ro.wlan.mtk.wifi.5g |grep -q 1;then
setprop persist.sys.overlay.wifi5g true
fi

if grep -qF 'mkdir /data/.fps 0770 system fingerp' vendor/etc/init/hw/init.mmi.rc;then
mkdir -p /data/.fps
chmod 0770 /data/.fps
chown system:9015 /data/.fps

chown system:9015 /sys/devices/soc/soc:fpc_fpc1020/irq
chown system:9015 /sys/devices/soc/soc:fpc_fpc1020/irq_cnt
fi

0 comments on commit 4ae253d

Please sign in to comment.