diff options
| author | Demon000 <demonsingur@gmail.com> | 2017-09-05 20:59:23 +0300 |
|---|---|---|
| committer | Demon Singur <demonsingur@gmail.com> | 2018-02-12 18:37:17 +0000 |
| commit | 05103d904da39e80eeb29a88000cbf888e9b858b (patch) | |
| tree | 3a52c306406711a5d1006a2c278673d9093828b5 | |
| parent | 5ea98c0f125d26071eeb9679a0c7400756a56764 (diff) | |
[DO NOT MERGE] init: set power profile to balanced
Change-Id: Ib0e7d390ef79f4a2adf1e940a75106cad378c066
| -rw-r--r-- | rootdir/etc/init.target.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 49bad9bf..4a67df5a 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -226,3 +226,6 @@ on property:sys.perf.profile=2 write /sys/kernel/cpu_input_boost/ib_freqs "1248000 1248000" write /sys/kernel/cpu_input_boost/ib_duration_ms 1000 write /sys/kernel/cpu_input_boost/enabled 1 + +on property:sys.boot_completed=1 + setprop sys.perf.profile 1 |
