diff options
author | nailyk-fr <nailyk_git@nailyk.fr> | 2017-04-11 11:39:32 +0200 |
---|---|---|
committer | nailyk-fr <nailyk_git@nailyk.fr> | 2017-04-14 22:09:15 +0200 |
commit | 5e56d90904df898d2933060ae9f759c45b5b7a65 (patch) | |
tree | 0325a368087cfb41b9ac6fef0c335f94c7ce802e /rootdir/init.qcom.rc | |
parent | cec655cf79492aff9a83ee9b61ce145be90e1b6e (diff) |
shinano-common: init: Remove unused mpdecision
Change-Id: I18e303a17c42657c522229889a8ac541e1eddc05
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 78ba414..030a741 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -395,10 +395,6 @@ on post-fs-data setprop vold.post_fs_data_done 1 - # communicate with mpdecision and thermald - mkdir /dev/socket/mpdecision 0770 system system - chmod 2770 /dev/socket/mpdecision - # SONY: Create a dir on data partition not to be deleted during mr and wipedata mkdir /data/persist 0770 system system @@ -536,12 +532,6 @@ 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 mpdecision /system/bin/mpdecision --avg_comp - class main - user root - group system - disabled - service loc_launcher /system/bin/loc_launcher #loc_launcher will start as root and set its uid to gps class late_start @@ -553,7 +543,6 @@ on property:gsm.nitz.time=* on property:dev.bootcomplete=1 rm /data/system/perfd/default_values setprop sys.io.scheduler "row" - start mpdecision # Start suntrold service suntrold /system/bin/suntrold |