diff options
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 162 |
1 files changed, 0 insertions, 162 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f866ba8..7e4a092 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -624,15 +624,6 @@ service dts_configurator /system/bin/dts_configurator group system media audio oneshot -service dtseagleservice /system/bin/dts_eagle_service - class late_start - user system - group audio media - disabled - -on property:init.svc.dts_configurator=stopped - start dtseagleservice - service ppd /vendor/bin/mm-pp-dpps class late_start user system @@ -690,20 +681,9 @@ service ssr_setup /system/bin/ssr_setup oneshot disabled -service ss_ramdump /system/bin/subsystem_ramdump - class main - user system - group system - disabled - on property:persist.sys.ssr.restart_level=* start ssr_setup -on property:persist.sys.ssr.enable_ramdumps=1 - write /sys/module/subsystem_restart/parameters/enable_ramdumps 1 - mkdir /data/ramdump 770 system system - start ss_ramdump - on property:persist.sys.ssr.enable_ramdumps=0 write /sys/module/subsystem_restart/parameters/enable_ramdumps 0 @@ -731,7 +711,6 @@ on property:persist.debug.trace=1 write /proc/sys/kernel/core_pattern "/data/core/%E.%p.%e" on property:bluetooth.isEnabled=true - start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 on property:bluetooth.sap.status=running @@ -749,15 +728,6 @@ on property:bluetooth.dun.status=stopped on property:ro.bluetooth.ftm_enabled=true start ftmd -on property:bluetooth.startbtsnoop=true - start btsnoop - -on property:bluetooth.startbtsnoop=false - stop btsnoop - -on property:vold.decrypt=trigger_restart_framework - start config_bluetooth - on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1 @@ -826,45 +796,6 @@ service hci_filter_root /system/bin/wcnss_filter group bluetooth diag 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 bt-dun /system/bin/dun-server /dev/smd7 /dev/rfcomm0 - class late_start - user bluetooth - group bluetooth net_bt_admin inet - disabled - oneshot - -service bt-sap /system/bin/sapd 15 - user bluetooth - group bluetooth net_bt_admin - class late_start - disabled - oneshot - -service btsnoop /system/bin/btsnoop - user bluetooth - group bluetooth net_bt_admin sdcard_rw sdcard_r media_rw - class late_start - disabled - oneshot - service ftmd /system/bin/logwrapper /system/bin/ftmdaemon class late_start user root @@ -878,12 +809,6 @@ service port-bridge /system/bin/port-bridge group radio system inet oneshot -service qmiproxy /system/bin/qmiproxy - class main - user radio - group radio diag - disabled - # QMUX must be in multiple groups to support external process connections service qmuxd /system/bin/qmuxd class main @@ -942,12 +867,6 @@ service ptt_socket_app /system/bin/ptt_socket_app -d group root oneshot -service ptt_ffbm /system/bin/ptt_socket_app -f -d - user root - group root - disabled - oneshot - service wifi_fccutild /system/bin/wifi_fccutild user system group system inet net_admin @@ -969,17 +888,6 @@ service loc_launcher /vendor/bin/loc_launcher group gps inet diag wifi writepid /dev/cpuset/system-background/tasks -service drmdiag /system/bin/drmdiagapp - class late_start - user root - disabled - oneshot - -on property:drmdiag.load=1 - start drmdiag -on property:drmdiag.load=0 - stop drmdiag - on property:sys.boot_completed=1 start config-zram @@ -988,92 +896,22 @@ service atfwd /system/bin/ATFWD-daemon user system group system radio -service ds_fmc_appd /system/bin/ds_fmc_appd -p "rmnet0" -D - class late_start - group radio wifi inet - disabled - oneshot - -on property:persist.data.ds_fmc_app.mode=1 - start ds_fmc_appd - -service ims_regmanager /system/bin/exe-ims-regmanagerprocessnative - class late_start - group net_bt_admin inet radio wifi - disabled - -on property:persist.ims.regmanager.mode=1 - start ims_regmanager - on property:ro.data.large_tcp_window_size=true # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) write /proc/sys/net/ipv4/tcp_adv_win_scale 2 -service battery_monitor /system/bin/battery_monitor - user system - group system - disabled - service ril-daemon2 /vendor/bin/hw/rild -c 2 class main user radio group radio cache inet misc audio sdcard_r sdcard_rw diag oem_2901 log capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW -service usb_uicc_daemon /system/bin/usb_uicc_client - class main - user system - group system log net_raw - oneshot - -on property:sys.usb_uicc.enabled=1 - start usb_uicc_enable - -on property:sys.usb_uicc.enabled=0 - start usb_uicc_enable - -service profiler_daemon /system/bin/profiler_daemon - class late_start - user root - group root - disabled - service ssr_diag /system/bin/ssr_diag class late_start user system group system disabled -service hvdcp /system/bin/hvdcp - class core - user root - disabled - -on property:persist.usb.hvdcp.detect=true - start hvdcp - -on property:persist.usb.hvdcp.detect=false - stop hvdcp - -service diag_mdlog_start /system/bin/diag_mdlog -c - class late_start - user shell - group system diag sdcard_rw sdcard_r media_rw - disabled - oneshot - -service diag_mdlog_stop /system/bin/diag_mdlog -k - class late_start - user shell - group system diag sdcard_rw sdcard_r media_rw - disabled - oneshot - -service vm_bms /system/bin/vm_bms - user root - group root - disabled - service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance.conf class main user root |