HammDefy
Stamm-User
- 290
Bleibt nur noch das Problem mit Bluetooth-Headset (Freisprechen) ......
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.
@fpriot schrieb:Hi,
For those interested, and before Quarx will be able to compile, here is a link to DL the last cm10.1 13-06-26 build plus sunnyqeen fix about wifi jamming issue.
Some People have already tested, including me, and it works !
Enjoy : http://db.tt/fLiMnHlu
Sorry for double posts in cm10 and cm10.1 threads...
Sent from my Defy MB525 green
Blechd0se schrieb:Hello,
i made some recent changes and its time for another nightly from me
There are very big changes this time, because we now have some sort of good cpu scheduling, i thought we should have the same
for our gpu. So i did some research and noticed our gpu stays all the time on its max frequency which can cost much battery.
So i wanted to create some sort of gpu control driver which handles this issue. For now its very stupid; while screen is on its the same
as before the patch, while screen is off it locks frequency to 50mhz to save battery. Also in theory its now possible to overclock/underclock
the gpu on the fly, be carefull here. I need to adjust a bit and create some sort of gpu scheduling algorithm based on cpu load.
This is only a proof of concept, i appreciate any feedback! Full changelog;
* Backported Cleancache from 3.4
* Backported zCache form 3.3 and enabled it by default
* enabled dynamic fsync back again and updated it to prevent data loss
* new and shiny gpu control driver!
* smaller changes and fixes, look at my github
I let the debug messages enabled for those of you who are interested in (nearly) realtime gpu-statistics. I already did a commit for this,
because i wanted to share the code with Quarx and those who want to help.
fairdroid schrieb:Es lohnt sich, vor dem Flashen des neuen Blechdose-Kernel mal hier
[JB+][3.0.8/2.6.32 kernel] CM10.1 Android 4.2.2 for the Defy(+) - Page 255 - xda-developers
reinzugucken ...
Bei manchen gibt es Probleme.
canplus schrieb:Wenig RAM hab ich zwar nicht, aber weder Opera noch Chrome lassen sich vernünftig starten. Stürzen ab nach wenigen Sekunden. Das war vorher nicht, anonsten Performance unverändert. Mit dem UC Browser scheint es zu laufen, also beobachte ich mal weiter.
Fight4Music schrieb:Das die Apps sich nicht öffnen lassen, liegt am verminderten RAM durch zcache (und ja, es ist gewissermaßen so gewollt).
Das Problem kann behoben werden indem man in den Ordner system/bootmenu/2nd-boot navigiert und in der datei cmdline die Zeile zcache löscht. Speichern und Reboot, Apps laufen wieder (Ich hab Navigon für den vorher/nachher test genutzt
Hier, der Kernel ohne zCache
Zippyshare.com - kernel_30.06_gpu_zCache_removed.zip
Fight4Music schrieb:Ich glaube das war's, war nicht alles an dich gerichtet canplus, keine Sorge Allseits einen guten Start in die Woche, immer schön weiter testen, das defy ist noch lange nicht tot
Blechd0se schrieb:Yes zcache is has its advantages here. Anyway i followed you suggestion and disabled it by default. If somebody wants to use it, one can
simply turn it on. Damn... we need this kernel app...
@stat'o'flow nearly missed your post, but yeah sounds interesting, i will have a look at it, because backporting is now kinda easy.
For some volunteers, here is todays nightly, changelog;
* overclock/underclock your gpu on the fly!
echo 2200 > /sys/kernel/gpu_control/max_freq << This will set you gpu to 220 mhz
echo 0 > /sys/kernel/gpu_control/gpu_control_active << This will disable the gpu control driver
* much cleaner code
* disabled zcache by default (enable it in cmdline if you want to use it)
And yes, overclock is capped at 250mhz for now.
Edit; dont turn wifi on for now
HammDefy schrieb:Dann wollen wir den Kernel mal ausprobieren