diff options
author | Arian <arian.kulmer@web.de> | 2019-08-18 21:14:45 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:14 +0200 |
commit | 234ab87747f39a9bd9c73f7b8058b550cd777f81 (patch) | |
tree | 4b31bfc67706a1de729ee8969fab4c8ad3595175 /rootdir | |
parent | 6b98aee754d09565a3b6941da6afabb2a01b7af8 (diff) |
shinano-common: Drop wvkbd
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.camera.rc | 13 | ||||
-rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
2 files changed, 0 insertions, 15 deletions
diff --git a/rootdir/etc/init.camera.rc b/rootdir/etc/init.camera.rc index 24a01a8..b309f43 100644 --- a/rootdir/etc/init.camera.rc +++ b/rootdir/etc/init.camera.rc @@ -113,19 +113,6 @@ service scd /vendor/bin/scd user system group system -#service wvkbd_installer /system/bin/logwrapper /vendor/bin/wvkbd -service wvkbd_installer /vendor/bin/wvkbd - user system - group system - oneshot - disabled - -# All services that use qseecomd daemon listeners should -# start on sys.listeners.registered property to make sure that -# all of its service listeners are registered before calling them -on property:sys.listeners.registered=true - start wvkbd_installer - service qcamerasvr /vendor/bin/mm-qcamera-daemon class main user camera diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 464072d..60aec1c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -371,8 +371,6 @@ on post-fs-data mkdir /data/pc 0600 radio radio mkdir /cache/pc 0770 radio system - start wvkbd_installer - on property:bluetooth.isEnabled=true # start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 |