commit | bd42bde64e305ee44f23ce0b6bf41c2eacebb8a4 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Tue Aug 14 20:02:34 2018 +0200 |
committer | Jon West <electrikjesus@gmail.com> | Thu Aug 16 20:11:11 2018 -0400 |
tree | 48ab45285d1f75d199d5e53b4a78c4260219f3b2 | |
parent | 470bd7436ff527ec400e6e8b6b1b958f35825446 [diff] [blame] |
Galaxy S9 doesnt support asynchronous io on functionfs
diff --git a/rw-system.sh b/rw-system.sh index 1ba907a..0e95a26 100644 --- a/rw-system.sh +++ b/rw-system.sh
@@ -2,6 +2,10 @@ set -e +if getprop ro.vendor.build.fingerprint |grep -qi samsung;then + setprop sys.usb.ffs.aio_compat true +fi + fixSPL() { if [ "$(getprop ro.product.cpu.abi)" == "armeabi-v7a" ];then setprop ro.keymaster.mod 'AOSP on ARM32'