nuevo kermel con los nuevos gobernadores de la cpu.
05.05.2012 - nueva versión ( kernel_new4.zip ), sobre la base de skynet28 `s beta 4, añadió.
http://forum.xda-developers.com/show...php?p=25652430
This is the kernel of the hybrid romv 2.0 by akivan3
with some great modifications by gorolegov.
Futures:
- the possibility of overclocking.
- avaiable governors: brazilianwax, lagfree, smartass, minmax, Scary, SavageZen, smartassV2, interactiveX, interactive, conservative, ondemandX, ondemand, userspace, powersave, intellidemand, performance.
- aviable frequency: 122, 245, 320, 480, 604, 672, 829, 787, 806, 825, 844, 864, 883, 902, 921, 940, 960.
- S97ramscript included with following lines:
[hide]#!/system/bin/sh
# Copyright© 2011 Juwe11
# 13.8.2011 Updated VM values - Thanks to [Kalis] for help
# 18.8.2011 Added oom_adj values
# 19.9.2011 Updated VM and LMK values
if [ -e /sys/module/lowmemorykiller/parameters/adj ]; then
echo "0,1,2,4,6,15" > /sys/module/lowmemorykiller/parameters/adj
fi
if [ -e /sys/module/lowmemorykiller/parameters/minfree ]; then
echo "2560,4096,5632,10240,11776,14848" > /sys/module/lowmemorykiller/parameters/minfree
fi
if [ -e /proc/sys/vm/swappiness ]; then
echo "20" > /proc/sys/vm/swappiness
fi
if [ -e /proc/sys/vm/vfs_cache_pressure ]; then
echo "70" > /proc/sys/vm/vfs_cache_pressure
fi
if [ -e /proc/sys/vm/dirty_expire_centisecs ]; then
echo "3000" > /proc/sys/vm/dirty_expire_centisecs
fi
if [ -e /proc/sys/vm/dirty_writeback_centisecs ]; then
echo "500" > /proc/sys/vm/dirty_writeback_centisecs
fi
if [ -e /proc/sys/vm/dirty_ratio ]; then
echo "15" > /proc/sys/vm/dirty_ratio
fi
if [ -e /proc/sys/vm/dirty_background_ratio ]; then
echo "3" > /proc/sys/vm/dirty_background_ratio
fi[/hide]
- android.hardware.location.gps.xml included
- gps.conf included
- resolv.conf included
- libs are included:
[hide]lib\hw\
gps.cooper.so
gps.goldfish.so
gps.vision.so[/hide]
- modules are included:
[hide]lib\modules\
bcm4329.ko
cifs.ko
reset_modem.ko
tun.ko
zram.ko[/hide]
- the possibility of record conversations with the telephone line.
- very fast GPS lock (less than a minute)
- long battrey life (1.5 days against 15 hours of daily use)
All gps modules are from Angeeks.com_JAMT_Ju4.1 ROM.
The battery modules are from zImage_Mod by an0nym0us_.
Some futures are from Battery extender by LibiSC.
Tested on Lewa ROM and it is based on CM 7.2.
Installation:
- install zip with CWM5.