level 2
酷族爱炫
楼主
解锁垂直同步解锁FPS
emmcdebug.gr.swapinterval=0
debug.gr.swapinterval=0
移除 logger
SAMPLING_RATE=$(busybox expr `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency`\* 750 / 1000)echo 95 > /sys/devices/system/cpu/cpufreq/ondemand/up_thresholdecho $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
Ondemand governor (超频优化)
SAMPLING_RATE=$(busybox expr `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency`\* 750 / 1000)echo 95 > /sys/devices/system/cpu/cpufreq/ondemand/up_thresholdecho $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
2016年04月12日 03点04分
1
emmcdebug.gr.swapinterval=0
debug.gr.swapinterval=0
移除 logger
SAMPLING_RATE=$(busybox expr `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency`\* 750 / 1000)echo 95 > /sys/devices/system/cpu/cpufreq/ondemand/up_thresholdecho $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
Ondemand governor (超频优化)
SAMPLING_RATE=$(busybox expr `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency`\* 750 / 1000)echo 95 > /sys/devices/system/cpu/cpufreq/ondemand/up_thresholdecho $SAMPLING_RATE > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate