TtechyLevel 3 - Gold Member
- Edited
lgexalter1 I thought your keys aren't working?
Usedadb shell monkey -p com.jasonkung.launcher3 1
to launch my launcher (launcher<3) and used scrcpy.
THANK YOU! the Matrix file workedGflip6_TF:/ # chown root:root /system/usr/keylayout/matrix-keypad.kl
Gflip6_TF:/ # chown root:root /system/usr/keylayout/mtk-kpd.kl
Gflip6_TF:/ # cd /system/usr/keylayout
Gflip6_TF:/system/usr/keylayout # ls -l
total 616
-rw-r--r-- 1 root root 20 2022-06-13 07:58 gpio_keys.kl
-rw-rw---- 1 root root 0 2022-06-13 18:18 matrix-keypad.kl
-rw-r--r-- 1 root root 0 2022-06-13 18:20 mtk-kpd.kl
-rw-r--r-- 1 root root 2410 2022-06-13 07:58 qwerty.kl
Gflip6_TF:/system/usr/keylayout #
But the mtk-kpd didn't
adb shell su
chown root:root /system/usr/keylayout/mtk-kpd.kl
chown: '/system/usr/keylayout/mtk-kpd.kl' to 'root:root': Read-only file system
What should I do?