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 |
OrdenKrieger | fc14a53 | 2019-08-19 14:50:42 +0200 | [diff] [blame] | 3 | mount none /system/etc/audio_policy_volumes_ZS630KL.xml /vendor/etc/audio_policy_volumes_ZS630KL.xml bind |
Peter Cai | 926c1ef | 2019-08-05 10:47:16 +0200 | [diff] [blame] | 4 | mount none /system/etc/fstab.qcom /vendor/etc/fstab.qcom bind |
micky387 | f4255da | 2019-08-05 10:58:44 +0200 | [diff] [blame] | 5 | 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] | 6 | mount none /system/lib64/hw/lights.msmnile.so /vendor/lib64/hw/lights.msmnile.so bind |
| 7 | |
| 8 | on boot |
| 9 | # Gestures |
| 10 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_gesture_mode |
| 11 | 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] | 12 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/dclick_mode |
| 13 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/dclick_mode |
micky387 | 6b30b8c | 2019-08-31 22:06:15 +0200 | [diff] [blame] | 14 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/swipeup_mode |
| 15 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/swipeup_mode |
| 16 | |
micky387 | ad4822a | 2019-08-09 13:53:56 +0200 | [diff] [blame] | 17 | chown system system /sys/devices/platform/soc/soc:goodixfp/proximity_state |
| 18 | chmod 0660 /sys/devices/platform/soc/soc:goodixfp/proximity_state |
micky387 | 3d18b49 | 2019-08-11 01:38:38 +0200 | [diff] [blame] | 19 | |
| 20 | # Screen Touch |
| 21 | chown system system /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_glove_mode |
| 22 | chmod 0660 /sys/devices/platform/soc/c80000.i2c/i2c-4/4-0038/fts_glove_mode |
micky387 | 9b1e920 | 2019-09-10 20:39:02 +0200 | [diff] [blame^] | 23 | |
| 24 | # Smart Key |
| 25 | chown system system /sys/devices/platform/soc/soc:asustek_googlekey/googlekey_enable |
| 26 | chmod 0660 /sys/devices/platform/soc/soc:asustek_googlekey/googlekey_enable |