seryioo
15/09/12, 00:10:28
Hola, aqui os traigo kernel OC para ICS (928), tambien con soporte para ZRAM y Swap.
Features:
ADB as root
Overclocking enabled (thanks to genokolar)
Undervolting interface added (from genokolar, who took it from a SE kernel modder somewhere) - I think SetXperia can use it
SIO I/O scheduler added
SmartassV2 cpufreq scheduler (AnDyX mod) - although I think ondemand does a bit better IMO
sysfs entry to turn off keypad lights (I wrote an applet for this some time back, I'll dig it out later)
Minimum display backlight is set to 15, but I think Android needs a framework change to use it. You could try RootDim
Kernel actually builds (and Bluetooth works)
ZRAM (+ swap) support. ZRAM is optimized for Android (taken from Siyah kernel). I'll write up the instructions on enabling this later
CIFS as module.
Extras:
Para la CPU instala NO FRILLS o SetCPU.
Para activar o desactivar retroiluminacion instala ButtonLight widget.
Disminuir nivel de brillo a 14%. Descarga RootDim del Play Store.
Mount Windows shares:
Grab CifsMounter and point it to the cifs.ko in /system/lib/modules. You may also need to insmod nls_utf8.ko and md4.ko.
Para añadir ZRAMed escribe estas lineas en install-recovery.sh:
busybox swapoff /dev/block/zram0 > /dev/null 2>&1 #Use > /dev/null 2>&1 for every busybox command in install-recovery.sh as it will discard any messages outputted
echo 1 > /sys/devices/virtual/block/zram0/reset
Metodo de instalación:
Zip flasheable desde el CWM.
Fuente y descarga: http://forum.xda-developers.com/showthread.php?t=1884326
Features:
ADB as root
Overclocking enabled (thanks to genokolar)
Undervolting interface added (from genokolar, who took it from a SE kernel modder somewhere) - I think SetXperia can use it
SIO I/O scheduler added
SmartassV2 cpufreq scheduler (AnDyX mod) - although I think ondemand does a bit better IMO
sysfs entry to turn off keypad lights (I wrote an applet for this some time back, I'll dig it out later)
Minimum display backlight is set to 15, but I think Android needs a framework change to use it. You could try RootDim
Kernel actually builds (and Bluetooth works)
ZRAM (+ swap) support. ZRAM is optimized for Android (taken from Siyah kernel). I'll write up the instructions on enabling this later
CIFS as module.
Extras:
Para la CPU instala NO FRILLS o SetCPU.
Para activar o desactivar retroiluminacion instala ButtonLight widget.
Disminuir nivel de brillo a 14%. Descarga RootDim del Play Store.
Mount Windows shares:
Grab CifsMounter and point it to the cifs.ko in /system/lib/modules. You may also need to insmod nls_utf8.ko and md4.ko.
Para añadir ZRAMed escribe estas lineas en install-recovery.sh:
busybox swapoff /dev/block/zram0 > /dev/null 2>&1 #Use > /dev/null 2>&1 for every busybox command in install-recovery.sh as it will discard any messages outputted
echo 1 > /sys/devices/virtual/block/zram0/reset
Metodo de instalación:
Zip flasheable desde el CWM.
Fuente y descarga: http://forum.xda-developers.com/showthread.php?t=1884326