diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 105 |
1 files changed, 1 insertions, 104 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index a63cc01..109c85f 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -26,6 +26,7 @@ # import init.qcom.power.rc import init.qcom.usb.rc +import init.qcom.bt.sh on early-init mkdir /firmware 0771 system system @@ -550,69 +551,6 @@ service audiod /system/bin/audiod user system group system -service usf_tester /system/bin/usf_tester - user system - group system inet - disabled - oneshot - -service usf_epos /system/bin/usf_epos - class main - user system - group system inet - disabled - oneshot - -service usf_gesture /system/bin/usf_gesture - user system - group system inet - disabled - oneshot - -service usf_sync_gesture /system/bin/usf_sync_gesture - user system - group system inet audio - disabled - oneshot - -service usf_p2p /system/bin/usf_p2p - user system - group system inet - disabled - oneshot - -service usf_hovering /system/bin/usf_hovering - user system - group system inet - disabled - oneshot - -service usf_proximity /system/bin/usf_proximity - class late_start - user system - group system inet audio - -service usf_pairing /system/bin/usf_pairing - user system - group system inet - disabled - oneshot - -service usf_sw_calib /system/bin/usf_sw_calib - user system - group system inet - disabled - oneshot - -service usf-post-boot /system/bin/sh /system/etc/usf_post_boot.sh - class late_start - user root - disabled - oneshot - -on property:init.svc.bootanim=stopped - start usf-post-boot - service imsqmidaemon /system/bin/imsqmidaemon class main user system @@ -798,18 +736,7 @@ on property:bluetooth.startbtsnoop=true on property:bluetooth.startbtsnoop=false stop btsnoop -service qcom-c_core-sh /system/bin/sh /init.qcom.class_core.sh - class core - user root - oneshot - -service qcom-c_main-sh /system/bin/sh /init.class_main.sh - class main - user root - oneshot - on property:vold.decrypt=trigger_restart_framework - start qcom-c_main-sh start config_bt_addr start config_bluetooth @@ -1205,41 +1132,12 @@ on property:drmdiag.load=1 on property:drmdiag.load=0 stop drmdiag -service qcom-sh /system/bin/sh /init.qcom.sh - class late_start - user root - oneshot - -service sensor-sh /system/bin/sh /init.qcom.sensors.sh - class core - user root - oneshot - service qcom-post-boot /system/bin/sh /system/etc/init.qcom.post_boot.sh class late_start user root disabled oneshot -service qti-testscripts /system/bin/sh /system/etc/init.qcom.testscripts.sh - class late_start - user root - disabled - oneshot - seclabel u:r:qti-testscripts:s0 - -service wifi-sdio-on /system/bin/sh /system/etc/init.qcom.sdio.sh - class late_start - group wifi inet - disabled - oneshot - -service wifi-crda /system/bin/sh /system/etc/init.crda.sh - class late_start - user root - disabled - oneshot - service config-zram /system/bin/sh /system/etc/init.qcom.zram.sh class late_start user root @@ -1248,7 +1146,6 @@ service config-zram /system/bin/sh /system/etc/init.qcom.zram.sh on property:sys.boot_completed=1 start qcom-post-boot - start qti-testscripts start config-zram service atfwd /system/bin/ATFWD-daemon |