diff options
author | davide <davidevinavil@gmail.com> | 2017-11-01 23:09:45 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-11-04 23:28:42 +0100 |
commit | 5cfe12396f5c7cbecb489dbcc994058f067d722f (patch) | |
tree | 11d209879195bdb513c5ef2ae0d6cef0536fb93d | |
parent | 85b63a089adace3c83b0abed7fc500b6772adb58 (diff) |
msm8996-common: rootdir: Remove unused services
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 94bf1f7..c2d6521 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -861,31 +861,12 @@ service hci_filter_root /system/bin/wcnss_filter group bluetooth oem_2901 system disabled -service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot" - class core - user root - oneshot - -service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh - class late_start - user bluetooth - group bluetooth net_bt_admin - disabled - oneshot - on property:bluetooth.hciattach=true start hciattach on property:bluetooth.hciattach=false setprop bluetooth.status off -service hciattach_ath3k /system/bin/sh /system/etc/init.ath3k.bt.sh - class late_start - user bluetooth - group system bluetooth net_bt_admin misc - disabled - oneshot - service bt-dun /system/bin/dun-server /dev/smd7 /dev/rfcomm0 class late_start user bluetooth @@ -980,13 +961,6 @@ on property:ro.data.large_tcp_window_size=true on property:sys.sysctl.tcp_adv_win_scale=* write /proc/sys/net/ipv4/tcp_adv_win_scale ${sys.sysctl.tcp_adv_win_scale} -service btwlancoex /system/bin/sh /system/etc/init.qcom.coex.sh - class late_start - user bluetooth - group bluetooth net_bt_admin inet net_admin net_raw - disabled - oneshot - service amp_init /system/bin/amploader -i class late_start user root @@ -1059,13 +1033,6 @@ service loc_launcher /system/vendor/bin/loc_launcher group gps inet oem_2901 wifi writepid /dev/cpuset/system-background/tasks -service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh - class late_start - user system - group system - disabled - oneshot - service drmdiag /system/bin/drmdiagapp class late_start user root @@ -1077,12 +1044,6 @@ on property:drmdiag.load=1 on property:drmdiag.load=0 stop drmdiag -service config-zram /system/bin/sh /system/etc/init.qcom.zram.sh - class late_start - user root - disabled - oneshot - on property:sys.boot_completed=1 start config-zram @@ -1123,12 +1084,6 @@ service ril-daemon2 /vendor/bin/hw/rild -c 2 group radio cache inet misc audio log oem_2901 net_raw wifi compass capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW -service usb_uicc_enable /system/bin/sh /system/etc/init.qcom.uicc.sh - class late_start - user root - disabled - oneshot - service usb_uicc_daemon /system/bin/usb_uicc_client class main user system @@ -1147,12 +1102,6 @@ service profiler_daemon /system/bin/profiler_daemon group root disabled -service hcidump /system/bin/sh /system/etc/hcidump.sh - user bluetooth - group bluetooth system net_bt_admin net_admin - disabled - oneshot - service charger /charger class charger group system graphics @@ -1224,18 +1173,6 @@ service wfdservice /system/bin/wfdservice # removed these because of limit of 12 groups #graphics net_bt net_bt_admin bluetooth -# Coresight early boot service -service cs-early-boot /system/bin/sh /persist/coresight/qdss.agent.sh early-boot /system/etc/init.qcom.debug.sh - class core - user root - oneshot - -# Coresight post boot servive -service cs-post-boot /system/bin/sh /persist/coresight/qdss.agent.sh - user root - disabled - oneshot - on property:sys.boot_completed=1 start cs-post-boot |