Ver Mensaje Individual
  #1  
Viejo 11/02/12, 17:27:21
Array

[xs_avatar]
k3to k3to no está en línea
Usuario muy activo
 
Fecha de registro: mar 2011
Localización: Ripollet
Mensajes: 1,092
Modelo de smartphone: Iphone X
Tu operador: Vodafone
[GPL][11 FEB - #1] franco.Kernel

estoy probando este kernel en kingdroid y la verdad es que va como un tiro, todos los quadrants por encima de 5300 sin problemas, entra en deep sleep, con un rango de frecuencias desde 200 a 1400 sin overclock ni nada.


link original: http://forum.xda-developers.com/show....php?t=1491428



Introductions first: my name is Francisco Franco and I'm a kernel developer for several devices, the most important being the Nexus S and the Galaxy Nexus. If you don't know who I am I suggest you to visit the links on my signature, they will perfectly show you how appraised my work has been.

Ok, let's get to the business. My idea for a kernel is pretty simple, focus on performance while not sacrificing the battery, and doing this without adding lots of crap code to the kernel or patches called OmfgThisWillBoostYourDeviceOver9000. What you see is what you'll get, as simple as that.

This is what my kernel is made off:
* Initramfs with the usual stuff (root, CWM support, recovery etc)
* Partitions properly mounted in the ramdisk to take the most out from the device
* VM values tweaked up for maximum performance/battery
* Ondemand governor properly tweaked - features 10k sampling rate for more fine grained samplings
* CPU frequency transition latency decreased to 40k instead of stock 100k
* I/O boosted - I feel this is the most important setting in the Android kernels
* CFQ I/O scheduler by default - most of the Android kernel devs choose to work with deadline or other schedulers, but after deep testing a proper tweaked CFQ for flash devices proved me as the most reliable choice
* CFS task scheduler properly tweaked for the best multi-tasking experience
* CFS Autogroup added
* TCP Veno congestion scheduler by default as its more suitable for this kind of devices
* Kernel stripped of debug shit - the only debugs that stayed were: logcat, printk and kallysms (for Voodoo Louder support)
* Hotplug fixed with arighi patches
* Patched up to 2.6.35.13 from the mainline kernel channel
* CRC32 library that is used by a lot of internal kernel mechanics completely patched up to the latest versions
* Compiled with Tree RCU Fast No Hz for further battery savings
* The usual Franco's magic
* Lots lots more that I will remember later and add it back here...

F.A.Q:
1. My device rebooted or crashed, how can I help?
A: Get me /proc/last_kmsg or logcat.
2. Battery sucks, my device is not entering deep sleep. FIX PLOX!
A: Fix it yourself, it's an app waking your device up not the kernel's problem. Also make sure you let your device settle for at least 2 charging cycles. Typically apps like Facebook and Google Maps fuck your device all over since they wake it up pretty much all the time
3. Signal is dropping since I flashed the kernel, amg u sucks!
A: The kernel has nothing to do with gsm/cmda signal. Make sure you have the latest radios
4. Do I need to wipe anything when flashing this kernel?
A: No.
5. Does this kernel has X or Y mod?
A: Learn to read, everything you need to know is in the features list, changelog or public repo.
6. Don't use 3rd party init.d scripts!!!

A lot is planned for the next weeks, including an updater/kernel settings app to help everyone manage this kernel with the best possible experience. Please I need a lot of feedback from this kernel, I'm counting on YOU.

script: jBroid Kernel Cleaning Script (descargado desde XDA).
http://dl.dropbox.com/u/48131451/jBr...cript_Ed-1.zip

Parece que limpia cache y Dalvik y elimina estos archivos

delete("/system/etc/init.d/S70zipalign");
delete("/system/etc/init.d/S90scheduler");
delete("/system/etc/init.d/S99finish");
delete("/system/etc/init.d/89system_tweak");
delete("/system/etc/init.d/98system_tweak");
delete("/system/etc/init.d/S89system_tweak");
delete("/system/etc/init.d/S98system_tweak");
delete("/system/etc/init.d/S90screenstate_scaling");
delete("/system/etc/init.d/90screenstate_scaling");
delete("/system/etc/init.d/98screenstate_scaling");
delete("/system/etc/init.d/S98screenstate_scaling");
show_progress(0.100000, 60);

Changelog:
#9

* jRCU removed
* Tree Preempt RCU by default
* Revert TCP patch from Google to ensure stability
* Remove GPU overclock - I want stability and no crashes or pixelated screens
* Tuned up few parameters on the ramdisk


ESTE NO LO HE PROBADO, INSTALAR BAJO VUESTRA RESPONSABILIDAD



Download:http://minooch.com/franciscofranco/G...o.Kernel-9.zip (flashable with CWM recovery)
(Thanks minooch for the hosting)



Aplicacion del market:https://market.android.com/details?i...co.kernel.note
saludos
__________________
IPHONE X 64GB

Última edición por k3to Día 11/03/12 a las 10:21:36.
Responder Con Cita
Los siguientes 2 usuarios han agradecido a k3to su comentario: