diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-07-09 04:33:37 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-07-19 12:37:49 +0000 |
commit | 0998cdd0ec6a8fbf39eab47472817c3739ceac7b (patch) | |
tree | 070a67192c7636234f2f77d73b52d748589bc5f3 /rootdir | |
parent | 0e8a46f8fb1e7c88009a4460e93dd1ff8c15f74f (diff) |
shinano-common: remove IMS based services
* Not sure if this worked anyway
Change-Id: Ie2910210229c7ba2c2d7d28cb5c1dcba7ad0cff5
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index f06cafd..9051fb2 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -547,34 +547,3 @@ service mpdecision /system/bin/mpdecision --avg_comp user root group bluetooth net_bt_admin net_bt seclabel u:r:uim:s0 - -service imsqmidaemon /system/bin/imsqmidaemon - class late_start - user system - socket ims_qmid stream 0660 system radio - group radio net_raw log qcom_diag - -service imsdatadaemon /system/bin/imsdatadaemon - user system - socket ims_datad stream 0660 system radio - group system wifi radio inet net_raw log qcom_diag net_admin - disabled - -on property:sys.ims.DATA_DAEMON_STATUS=1 - start ims_rtp_daemon - start imscmservice - - -service ims_rtp_daemon /system/bin/ims_rtp_daemon - user system - socket ims_rtpd stream 0660 system radio - group radio net_raw diag qcom_diag log inet - disabled - -service imscmservice /system/bin/imscmservice - user system - group radio net_raw diag qcom_diag log - disabled - -on property:sys.ims.QMI_DAEMON_STATUS=1 - start imsdatadaemon |