jwusel
Fortgeschrittenes Mitglied
- 24
Den Kernel habe ich von hier: http://forum.xda-developers.com/attachment.php?attachmentid=1025883&d=1335453801
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.
jwusel schrieb:Moin, Moin,
das /gmarkall/nightlies Update 27/4 funktioniert auch auf meinem A1 mit 1.2 GHz einwandfrei. Was mich am meisten beeindruckt sind zusätzlich die vielfältigen CyanogenMod Einstellungen.
Mein System läuft seit ca. 1.5 Stunden stabil.
Skelli schrieb:Na, dann mach mal den Temple Run Test.
Mein Samsung Galaxy 1 habe ich auch gerade von 1,3Ghz auf 1,2Ghz runter schrauben müssen, weil mir das Gerät nach 10 Min. abgestürzt ist.
jwusel schrieb:Hallo,
ich bin zwar kein großer Spielertyp, aber ich habe diesen "Temple Run" Test gemacht, es läuft ganz prima.
jwusel schrieb:Mit den CyanogenMod Einstellungen:
Leistung; CPU-Einstellungen, Maximaler CPU-Takt 1200 MHz.;
Verfügbare Governor; performance
geht die Post ab.
echo 1175 > /sys/power/overclock_opp5
jwusel schrieb:Also wie gesagt, bislang keine Probleme.
Skelli schrieb:Wie lange hast du denn gespielt? Bei mir gingen die Probleme nämlich erst nach 15 Min. los.
rapunzel11 schrieb:Bin wieder zurueck auf 1.100 MHZ, die 1.200 liefen zu Anfang stabil aber nach kurzer Zeit am Ladegeraet kam es zu Abstuerzen, warum auch immer.
Eine Frage am Rande. Ist es moeglich das Kernel-File dahingehend zu veraendern das sowohl 1.000 MHz wie auch 1.100 MHz einstellbar sind. Momentan gehen ja nur 800 u. 1.100 MHz.
rapunzel11 schrieb:Danke für den Tipp, die Änderung in Skelli's Post habe ich nicht gesehen.
Hat super funktioniert, aber nur mit dem letzten nightly von CM.
Jetzt müsste man das ganze noch dahingehend ändern das opp4=1.000 MHz und opp5=1.100 MHz ohne angehobene Spannung.
#!/system/bin/sh
# ++++++++++++++++++++++++
# + overclocking options +
# ++++++++++++++++++++++++
# listed below are the stock values for the five available frequency steps.
# set and uncomment any of these to set the cpu frequency to the desired value for that specific slot.
# valid numbers for the opps are:
# opp1: 200-500
# opp2: 501-700
# opp3: 701-900
# opp4: 901-1100
# opp5: 1101-1300
#echo 300 > /sys/power/overclock_opp1
#echo 600 > /sys/power/overclock_opp2
#echo 800 > /sys/power/overclock_opp3
echo 1100 > /sys/power/overclock_opp4
#echo 1200 > /sys/power/overclock_opp5
# listed below is the default max frequency in khz. set and uncomment this to your desired max frequency.
# e.g. set this to the value of overclock_opp4 x 1000 to avoid using opp5 (which is using a higher vcore).
echo 1100000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
#!/system/bin/sh
# ++++++++++++++++++++++++
# + overclocking options +
# ++++++++++++++++++++++++
# listed below are the stock values for the five available frequency steps.
# set and uncomment any of these to set the cpu frequency to the desired value for that specific slot.
# valid numbers for the opps are:
# opp1: 200-500
# opp2: 501-700
# opp3: 701-900
# opp4: 901-1100
# opp5: 1101-1300
#echo 300 > /sys/power/overclock_opp1
#echo 600 > /sys/power/overclock_opp2
#echo 800 > /sys/power/overclock_opp3
#echo 1000 > /sys/power/overclock_opp4
echo 1175 > /sys/power/overclock_opp5
# listed below is the default max frequency in khz. set and uncomment this to your desired max frequency.
# e.g. set this to the value of overclock_opp4 x 1000 to avoid using opp5 (which is using a higher vcore).
#echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
rapunzel11 schrieb:DANKE! Ich haette halt auch gerne die 1.000 MHz weiterhin genutzt um Akku-Power zu sparen.
Skelli schrieb:Ich bezweifle, das man da einen Unterschied merken würde.
Alternativ könntest du vielleicht den Wert von Slot 'opp3' von 800MHz auf 900MHz anheben.
#!/system/bin/sh
# ++++++++++++++++++++++++
# + overclocking options +
# ++++++++++++++++++++++++
# listed below are the stock values for the five available frequency steps.
# set and uncomment any of these to set the cpu frequency to the desired value for that specific slot.
# valid numbers for the opps are:
# opp1: 200-500
# opp2: 501-700
# opp3: 701-900
# opp4: 901-1100
# opp5: 1101-1300
#echo 300 > /sys/power/overclock_opp1
#echo 600 > /sys/power/overclock_opp2
#echo 800 > /sys/power/overclock_opp3
echo 1100 > /sys/power/overclock_opp4
echo 1175 > /sys/power/overclock_opp5
# listed below is the default max frequency in khz. set and uncomment this to your desired max frequency.
# e.g. set this to the value of overclock_opp4 x 1000 to avoid using opp5 (which is using a higher vcore).
echo 1100000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq