Revert "Add CM performance profiles"
This reverts commit f0a445c957
.
Conflicts:
overlay/frameworks/base/core/res/res/values/config.xml
rootdir/init.smdk4210.rc
Change-Id: I863def65935849c46f04feda085b74e4ae758338
This commit is contained in:
parent
5df889f687
commit
a64c214d2b
@ -161,10 +161,6 @@
|
|||||||
<!-- Boolean to enable stk functionality on Samsung phones -->
|
<!-- Boolean to enable stk functionality on Samsung phones -->
|
||||||
<bool name="config_samsung_stk">true</bool>
|
<bool name="config_samsung_stk">true</bool>
|
||||||
|
|
||||||
<!-- Performance profiles -->
|
|
||||||
<string name="config_perf_profile_prop">sys.perf.profile</string>
|
|
||||||
<string name="config_perf_profile_default_entry">1</string>
|
|
||||||
|
|
||||||
<!-- Control whether a car dock event should override the default bluetooth
|
<!-- Control whether a car dock event should override the default bluetooth
|
||||||
audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
|
audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
|
||||||
<bool name="config_forceAnalogCarDock">true</bool>
|
<bool name="config_forceAnalogCarDock">true</bool>
|
||||||
|
@ -412,16 +412,3 @@ service bugreport /system/bin/dumpstate -d -p -B \
|
|||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
keycodes 114 115 116
|
keycodes 114 115 116
|
||||||
|
|
||||||
## CyanogenMod Performance Profiles
|
|
||||||
# Powersave
|
|
||||||
on property:sys.perf.profile=0
|
|
||||||
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave
|
|
||||||
|
|
||||||
# Balanced
|
|
||||||
on property:sys.perf.profile=1
|
|
||||||
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand
|
|
||||||
|
|
||||||
# Performance
|
|
||||||
on property:sys.perf.profile=2
|
|
||||||
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor performance
|
|
||||||
|
Loading…
Reference in New Issue
Block a user