S
Scorpio75
Fortgeschrittenes Mitglied
- 22
@Matrix: Now tried with Telus Kernel and working? Very nice! Then I will try all that as soon as I have the possibility to connect to my "stone" again.
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.
Finntroll82 schrieb:Dann.... siehe Post von Scorpio75 oben.
cocodile schrieb:buuhuhuuu hab kein adb...
The Matrix schrieb:in fact, the APK file is not needed.
if you download the overclock.ko provided at the author's page,
you can install directly:
1) preparing (only executed one time, using adb or term)
rwsystem
mkdir /system/modules
chmod 0755 /system/modules
cp /sdcard/overclock.ko /system/modules
chmod 0644 /system/modules/overclock.ko
2) executed on each boot (added at mot_boot_mode)
insmod /system/modules/overclock.ko max_rate=800000 max_vsel=62
tried by me and working fine after reboot.
installation of the APK is not needed!
The Matrix schrieb:i only have a question.
the setCPU is needed in order to use this mod?
it seems the answer is "not", but i don't known
if i don't use the cpu are forever at 800mhz or
only when needed? or if cpu only arrives to
550 if i don't use...
Timotime schrieb:Stunden, das ist heftig. Ist somit quasi nicht mehr wirklich als Handy nutzbar ^^
#!/system/bin/sh
while [ 1 -lt 2 ]; do
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq >> /sdcard/freqs.txt
sleep 1
done
AndroidJunkie schrieb:Android is clever enough to select a appropriate rate for each situation. So your Milestone will never run on full speed if it is idle (with or without overclock.ko)...
Timotime schrieb:Stunden, das ist heftig. Ist somit quasi nicht mehr wirklich als Handy nutzbar ^^
cocodile schrieb:sagt mal, kann es sein, dass die Uhr aufm Stein durch das overclocking schneller läuft? klingt doof, aber ich hatte heute morgen noch auf handy und pc die gleiche uhrzeit (unterscheid lag unter 1min) - mitlerweile hab ich eine Differenz von 3Minuten und paar Sekunden die der Stein vorausgeht