H
h25p
Fortgeschrittenes Mitglied
- 107
2752 nach einigen init.d tweaks.
CPU: 4876
Mem: 2201
I/O: 4365
2D: 962
3D: 1356
Mal schauen wohin das noch führt...
CPU: 4876
Mem: 2201
I/O: 4365
2D: 962
3D: 1356
Mal schauen wohin das noch führt...
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
h25p schrieb:2752 nach einigen init.d tweaks.
CPU: 4876
Mem: 2201
I/O: 4365
2D: 962
3D: 1356
Mal schauen wohin das noch führt...
Every X milliseconds
Get the current CPU utilization
If the utilization is more than UP_THRESHOLD %
Increase the P-state to the maximum frequency
Every Y milliseconds
Get the current CPU utilization
If the utilization is less than DOWN_THRESHOLD %
Decrease P-state to next available lower frequency
echo -n 10000 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate
echo -n 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
echo -n 15 > /sys/devices/system/cpu/cpufreq/ondemand/down_threshold
echo -n 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
echo -n 0 > /sys/devices/system/cpu/cpufreq/ondemand/powersave_bias
echo -n 1 > /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load
echo 4096 > /sys/devices/virtual/bdi/<device id>/read_ahead_kb
0 0 android
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
com.qc.hardware=true
ro.max.fling_velocity=4000