So here is new kernel from me to use with LG ICS firmwares.
Freq: 300,600,800,1008,1300
RAM:466
GPU: stock
Disabled Smart reflex for CPU
SIO iosched
VR iosched
ZRAM
KSM
init.d
Userspace voltage control by creator of SetCpu mr coolbho3000 and Smart reflex recalibration part by Mr Imoseyon
So big thanks to them!!
How to use:
1) You have to be on ICS
2) Root
3) Recovery
http://forum.xda-developers.com/show....php?t=1978543
4) Wkparks bootloaders
http://forum.xda-developers.com/show....php?t=1971014
Download and flash with recovery.
To enable ZRAM write script like this
and made it stick on reboot:
or modify /system/bin/swap_enable.sh
Voltages are stock on boot so to save power use app like Setcpu, Voltage control or similar to set you own best values and make it stick on boot.
Thanks to:
Wkpark
Xbsall
coolbho3000
Samno
Imoseyon
and others that helped, and all XDA.
Github: https://github.com/iodak/p920-ICS-kernel
Freq: 300,600,800,1008,1300
RAM:466
GPU: stock
Disabled Smart reflex for CPU
SIO iosched
VR iosched
ZRAM
KSM
init.d
Userspace voltage control by creator of SetCpu mr coolbho3000 and Smart reflex recalibration part by Mr Imoseyon
So big thanks to them!!
How to use:
1) You have to be on ICS
2) Root
3) Recovery
http://forum.xda-developers.com/show....php?t=1978543
4) Wkparks bootloaders
http://forum.xda-developers.com/show....php?t=1971014
Download and flash with recovery.
To enable ZRAM write script like this
and made it stick on reboot:
Code:
echo $((64*1024*1024)) > /sys/block/zram0/disksize
busybox mkswap /dev/block/zram0
busybox swapon /dev/block/zram0
Voltages are stock on boot so to save power use app like Setcpu, Voltage control or similar to set you own best values and make it stick on boot.
Thanks to:
Wkpark
Xbsall
coolbho3000
Samno
Imoseyon
and others that helped, and all XDA.
Github: https://github.com/iodak/p920-ICS-kernel