LuK1337 | 6913595 | 2018-09-09 17:39:16 +0200 | [diff] [blame] | 1 | on init |
Peter Cai | 926c1ef | 2019-08-05 10:47:16 +0200 | [diff] [blame] | 2 | mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind |
| 3 | mount none /system/etc/fstab.qcom /vendor/etc/fstab.qcom bind |
micky387 | f4255da | 2019-08-05 10:58:44 +0200 | [diff] [blame] | 4 | mount none /system/lib/modules/wlan.ko /vendor/lib/modules/qca_cld3_wlan.ko bind |
micky387 | e759994 | 2019-08-06 06:07:20 +0200 | [diff] [blame] | 5 | mount none /system/lib64/hw/lights.msmnile.so /vendor/lib64/hw/lights.msmnile.so bind |
| 6 | |
| 7 | on boot |
| 8 | # Gestures |
| 9 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_mode |
| 10 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_mode |
micky387 | c209f0c | 2019-08-06 22:15:11 +0200 | [diff] [blame] | 11 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/dclick_mode |
| 12 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/dclick_mode |
micky387 | ad4822a | 2019-08-09 13:53:56 +0200 | [diff] [blame] | 13 | chown system system /sys/devices/platform/soc/soc:goodixfp/proximity_state |
| 14 | chmod 0660 /sys/devices/platform/soc/soc:goodixfp/proximity_state |
micky387 | 3d18b49 | 2019-08-11 01:38:38 +0200 | [diff] [blame] | 15 | |
| 16 | # Screen Touch |
| 17 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_glove_mode |
| 18 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_glove_mode |