SEAndroid: Removing unused binaries from init.qcom.rc
- removing unused binaries from init.qcom.rc which are obsolete bridgemgr, prot-bridge, ds_fmc_appd, qmiproxy. Change-Id: I2d1eb25ea20135c68f6dbb7bafd246c1d99fb050
This commit is contained in:
parent
9369a07416
commit
b098c70855
|
@ -117,9 +117,6 @@ on boot
|
|||
|
||||
chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
|
||||
|
||||
#For bridgemgr daemon to inform the USB driver of the correct transport
|
||||
chown radio radio /sys/class/android_usb/f_rmnet_smd_sdio/transport
|
||||
|
||||
# For setting tcp delayed ack
|
||||
chown system system /sys/kernel/ipv4/tcp_delack_seg
|
||||
chown system system /sys/kernel/ipv4/tcp_use_userconfig
|
||||
|
@ -456,24 +453,6 @@ service ftmd /system/bin/logwrapper /system/bin/ftmdaemon
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
service bridgemgrd /system/bin/bridgemgrd
|
||||
class late_start
|
||||
user radio
|
||||
group radio qcom_diag
|
||||
disabled
|
||||
|
||||
service port-bridge /system/bin/port-bridge /dev/smd0 /dev/ttyGS0
|
||||
class late_start
|
||||
user system
|
||||
group system inet
|
||||
disabled
|
||||
|
||||
service qmiproxy /system/bin/qmiproxy
|
||||
class main
|
||||
user radio
|
||||
group radio qcom_diag
|
||||
disabled
|
||||
|
||||
# QMUX must be in multiple groups to support external process connections
|
||||
service qmuxd /system/bin/qmuxd
|
||||
class main
|
||||
|
@ -684,15 +663,6 @@ service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf
|
|||
oneshot
|
||||
disabled
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue