Galaxy S9 doesnt support asynchronous io on functionfs
This commit is contained in:
parent
bb592d860a
commit
6a1961a026
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user