diff --git a/rw-system.sh b/rw-system.sh index f562774..6f1857a 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -225,4 +225,10 @@ if getprop ro.vendor.build.fingerprint | grep -qE -e ".*(crown|star)[q2]*lte.*" done fi +if getprop ro.vendor.build.fingerprint |grep -iq -E -e 'huawei|honor' || getprop persist.sys.overlay.huawei |grep -iq -E -e 'true' ; then + mount -o bind /product/etc/nfc/libnfc-nxp_*_*.conf /system/etc/libnfc-nxp.conf + mount -o bind /product/etc/nfc/libnfc_brcm_*_*.conf /system/etc/libnfc-brcm.conf + mount -o bind /system/phh/libnfc-nci-huawei.conf /system/etc/libnfc-nci.conf +fi + mount -o bind /mnt/phh/empty_dir /vendor/etc/audio || true