From 6a1961a0269bdec4392b81bbb268aec022f1e990 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Tue, 14 Aug 2018 20:02:34 +0200 Subject: [PATCH] Galaxy S9 doesnt support asynchronous io on functionfs --- rw-system.sh | 4 ++++ 1 file changed, 4 insertions(+) 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'