Don't worry. Create a simple script and put it in /system/etc/init.d with 777 perimissions.
Sth like this will do the job:
Code:
#!/system/bin/sh
#Limit to stock max freq
echo "1024000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
#SIO scheduler (REMOVE # from the lines with "echo" below to enable it)
#SD
#echo "sio" > /sys/block/mmcblk0/queue/scheduler
#system partitions
#echo "sio" > /sys/block/mtdblock0/queue/scheduler
#echo "sio" > /sys/block/mtdblock1/queue/scheduler
#echo "sio" > /sys/block/mtdblock2/queue/scheduler
#echo "sio" > /sys/block/mtdblock3/queue/scheduler
#leave a line empty so sh can parse the "eof"
This will work for both of you. For ppl needding the SIO just uncomment (remove #) from the lines with echo "sio".
Easy as that. Change it and/or add more to configure whatever you want to cpu and io schedulers
EDIT1:---------
Thank you all for your comments. And don't forget read the WARNING at OP for the aytorooting before flashing.
In addition i would like to request feedback on UI and games feel with the tripple buffering and ram management (for LMK changes).
And of course if you like my kernel please hit thanks