Standalone kernel downloads:
http://snuzzo.android-edge.com/Kernels/Funky-Kernel/grouper/
v1.6.2 is baked into the rom.
v1.6.1 is similar but without any wake(DT2W/S2W/S2S) controls.
New feature as of 10/10/14
Plain-Tweak:
Ever wanted to control your kernel from a file on your internal storage? Now you can! There are currently 3 different ways
1.) Manually create a text file on the root of /sdcard named 'plaintweak' with the following values:
gov=(your choice of governor)
maxkhz=(max cpu clockrate for all cores)
minkhz= (min cpu clockrate for all cores)
scheduler=(choice of IO scheduler)
tcpcong=(choice of TCP Congestion control)
2.)Invoking the instruction 'plaintweak' with adb shell or
Terminal Emulator.
3.)Separate aroma package for your device(not yet created) or through the rom installer.
When I run 'plaintweak' from aroma package adb shell or
Terminal Emulator wouldn't it get overwritten?
No! Not at all. Your old settings are saved at /sdcard/plain-tweak listed by date.
Don't like the values? Want a different configuration? Rather use Performance Control or another app?
Simply rename your current plaintweak file or copy an older plaintweak file to /sdcard root located in /sdcard/plain-tweak.
Custom Density
Currently 3 different ways to set
This can be controlled via the aroma package installer, abd shell/terminal emulator, or through placeholder file
/sdcard/customdensity that contains "customdensity=<value>"
If value is less than 180 it will not set. If value has a difference of 180 from default it will not set. May take 2 reboots to also set properly if using placeholder file only.
With adb shell/terminal emulator:
'buildproptweaks density *180 and up in values of 20
For example;
buildproptweaks density 200
then reboot
Custom bootanimation
Must be 720x1080 and placed at /sdcard/bootani/bootanimation.zip
Bootanimation disabling
There is 3 different ways to disable it.
1. Through aroma installer package
2. With adb shell/terminal emulator:
2a. type in 'bootanimation' it will toggle
2b. type in 'buildproptweaks bootanim [en|dis]able'