Add keylayout for Blackview BV9500Plus

This commit is contained in:
vgdn1942 2021-11-15 09:00:07 +03:00
parent f2481fbc1d
commit 37373d808c
3 changed files with 12 additions and 0 deletions

View File

@ -131,6 +131,7 @@ PRODUCT_COPY_FILES += \
device/phh/treble/files/zf6-goodixfp.kl:system/phh/zf6-goodixfp.kl \
device/phh/treble/files/zf6-googlekey_input.kl:system/phh/zf6-googlekey_input.kl \
device/phh/treble/files/teracube2e-mtk-kpd.kl:system/phh/teracube2e-mtk-kpd.kl \
device/phh/treble/files/bv9500plus-mtk-kpd.kl:system/phh/bv9500plus-mtk-kpd.kl \
SELINUX_IGNORE_NEVERALLOWS := true

View File

@ -0,0 +1,5 @@
key 114 VOLUME_DOWN
key 115 VOLUME_UP
key 116 POWER
key 249 ASSIST
key 250 CAMERA

View File

@ -257,6 +257,12 @@ changeKeylayout() {
changed=true
fi
if getprop ro.vendor.build.fingerprint | grep -q -i -e Blackview/BV9500Plus;then
cp /system/phh/bv9500plus-mtk-kpd.kl /mnt/phh/keylayout/mtk-kpd.kl
chmod 0644 /mnt/phh/keylayout/mtk-kpd.kl
changed=true
fi
if [ "$changed" = true ]; then
mount -o bind /mnt/phh/keylayout /system/usr/keylayout
restorecon -R /system/usr/keylayout