diff options
author | tunturn <arbiter1000@gmail.com> | 2017-03-06 22:54:27 +1100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:14:48 +0100 |
commit | 6ebd79bf95405f416802c9376f80bd34649bea95 (patch) | |
tree | 8584e15faba495640ab10e86f206898366e693f2 /rootdir | |
parent | 09582dfc1d9a93e777e5da7582782da530776e14 (diff) |
shinano-common: rootdir: start mpdecision after bootcomplete
Change-Id: I73aaadae219f9eee682e5cdb9bb64c237c80fd55
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 037eafb..6be57e2 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -506,6 +506,10 @@ service mpdecision /system/bin/mpdecision --avg_comp on property:gsm.nitz.time=* start scdnotifier_nitz +on property:dev.bootcomplete=1 + rm /data/system/perfd/default_values + start mpdecision + # Start suntrold service suntrold /system/bin/suntrold user system |