Galaxy S9 doesnt support asynchronous io on functionfs

This commit is contained in:
Pierre-Hugues Husson 2018-08-14 20:02:34 +02:00
parent bb592d860a
commit 6a1961a026
1 changed files with 4 additions and 0 deletions

View File

@ -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'