G
Glatzi84
Dauer-User
- 601
- Themenstarter
- #21
Update auf 2.5.5 im Post 1 zu finden
Kann den Kernel nur jedem empfehlen er läuft tadellos bei mir...
Kann den Kernel nur jedem empfehlen er läuft tadellos bei mir...
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.
Changelog
1. Normal CPU OC Steps ( 1400,1300,1200 and 1100MHz )
There is a slight bug, CPU steps dont persist after reboot, they go back to 100 and 1000MHz.
There are two solutions
1. Use NSTools or equivalent software
2. Use my init.d script
Code:
#!/system/bin/sh
# Sets the min frequency
echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
# Sets the max frequency
echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
The 1st one is the minimum frequency and the 2nd one is the maximum frequency.
Another thing , dont change voltages using Semaphore manager , and it doesnt support all the steps , use NSTools instead.