diff --git a/rw-system.sh b/rw-system.sh index 58640fd..2e969ab 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -49,4 +49,7 @@ if grep vendor.huawei.hardware.biometrics.fingerprint /vendor/manifest.xml;then mount -o bind system/phh/huawei/fingerprint.kl /vendor/usr/keylayout/fingerprint.kl fi - +#Disable trustkernel keystore, because it doesn't work for the moment +#Found on MTK devices +mount -o bind /system/phh/empty /vendor/lib/hw/keystore.trustkernel.so || true +mount -o bind /system/phh/empty /vendor/lib64/hw/keystore.trustkernel.so || true