3
0
Fork 0

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:
Caio Schnepper 2015-11-20 17:21:05 -02:00
parent 5df889f687
commit a64c214d2b
2 changed files with 0 additions and 17 deletions

View File

@ -161,10 +161,6 @@
<!-- Boolean to enable stk functionality on Samsung phones -->
<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
audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
<bool name="config_forceAnalogCarDock">true</bool>

View File

@ -412,16 +412,3 @@ service bugreport /system/bin/dumpstate -d -p -B \
disabled
oneshot
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