diff options
| author | Tyler Dunn <ireallylikeshrek@gmail.com> | 2016-12-18 19:02:08 -0500 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2016-12-21 18:58:18 -0600 |
| commit | 22fb178e9dcc18924a245fff0a9dd24e81e79fca (patch) | |
| tree | 7a290ea4bc80b5b2f9d0c3066a214bf7f9097d16 | |
| parent | 704224545cbdbba6e684aad152e3201316cd077f (diff) | |
g2-common: Remove unused service and calls
Change-Id: I921487b842237f481e04aecbcafaa2c4c4f8748a
(cherry picked from commit a31deac1b22fc77a9fec011d04f051fbf46939dc)
| -rw-r--r-- | rootdir/etc/init.g2.power.rc | 3 | ||||
| -rw-r--r-- | rootdir/etc/init.g2.rc | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/rootdir/etc/init.g2.power.rc b/rootdir/etc/init.g2.power.rc index 7959e71..68e6c2d 100644 --- a/rootdir/etc/init.g2.power.rc +++ b/rootdir/etc/init.g2.power.rc @@ -47,9 +47,6 @@ on enable-low-power write /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq 300000 write /sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq 300000 write /sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq 300000 - chown root system /sys/devices/system/cpu/cpu1/online - chown root system /sys/devices/system/cpu/cpu2/online - chown root system /sys/devices/system/cpu/cpu3/online chmod 664 /sys/devices/system/cpu/cpu1/online chmod 664 /sys/devices/system/cpu/cpu2/online chmod 664 /sys/devices/system/cpu/cpu3/online diff --git a/rootdir/etc/init.g2.rc b/rootdir/etc/init.g2.rc index b165f8a..8be8c57 100644 --- a/rootdir/etc/init.g2.rc +++ b/rootdir/etc/init.g2.rc @@ -265,9 +265,6 @@ on boot chown root system /proc/net/ip_conntrack - # Enable DEBUG_SUSPEND, DEBUG_EXIT_SUSPEND, and DEBUG_WAKEUP - write /sys/module/wakelock/parameters/debug_mask 7 - chown system wifi /sys/module/bcmdhd/parameters/firmware_path chmod 0640 /sys/module/bcmdhd/parameters/firmware_path @@ -333,10 +330,6 @@ service irsc_util /system/bin/irsc_util "/etc/sec_config" user root oneshot -service loc_launcher /system/bin/loc_launcher - class late_start - group gps inet net_raw qcom_diag net_admin wifi - service mpdecision /system/bin/mpdecision --avg_comp class late_start user root |
