What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Custom Kernel

ok very experimental, i just added the very experimental "smartass" governor from the xda. im running it right now. seems to be working decently. have only been testing it for about 2 hours. if you have issue just use the interactive governor.

the script should start compcache on boot if you do or dont have a swappartition on the sdcard, it should still work.

as usual do a nandroid before flashing anything.

jamezelle-kernel-250-1100-smartass-compcache.zip
 
Installed and testing. So far it seems to be pretty snappy, however SetCPU is no longer reporting the CPU temperature. I'll report back on battery life tomorrow. Thanks Jam! Oh, how can I tell if compcache is enabled?

Sent from my Droid using DroidForums App
 
Opps hit submit on accident....... I've tried chevy1 kernel but it ran to hot. I'm currently running with slayher uvlow with one complaint, the wifi acts like switching in and out of sleep mode. So...... my point...... what did you cook up jam? What should I expect?

Sent from my Droid using DroidForums App
 
Sorry jam I was being lazy , found the info on xda. Thanks again for all your hard work.

Sent from my Droid using DroidForums App
 
sorry Jamez bootlooping on mine no chance to play w/ governor.. =(

sorry yea it doesnt like some people lol

Opps hit submit on accident....... I've tried chevy1 kernel but it ran to hot. I'm currently running with slayher uvlow with one complaint, the wifi acts like switching in and out of sleep mode. So...... my point...... what did you cook up jam? What should I expect?

Sent from my Droid using DroidForums App

its based on p3droid but i reverted some of his commits, and added the smartass governor, which is still very experimental.

Installed and testing. So far it seems to be pretty snappy, however SetCPU is no longer reporting the CPU temperature. I'll report back on battery life tomorrow. Thanks Jam! Oh, how can I tell if compcache is enabled?

Sent from my Droid using DroidForums App

if you manually
Code:
insmod /system/lib/modules/omap34xx_temp.ko
temp monitoring should work fine. i may have to add a script to load it on boot. to check compcache in a terminal run
Code:
free
it should output something like
Code:
              total         used         free       shared      buffers
  Mem:       231740       223116         8624            0           28
 [B]Swap:        96380         8500        87880[/B]
Total:       328120       231616        96504
the bold being the compcache
you can also do
Code:
rzscontrol /dev/block/ramzswap0 --stats
which should output something like
Code:
BackingSwap:	/dev/block/mmcblk0p3
DiskSize:	   96390 kB
MemLimit:	   30720 kB
NumReads:	    2690
NumWrites:	    4281
FailedReads:	       0
FailedWrites:	       0
InvalidIO:	       0
NotifyFree:	       0
ZeroPages:	     246
GoodCompress:	     100 %
NoCompress:	       0 %
PagesStored:	    2857
PagesUsed:	     740
OrigDataSize:	   11428 kB
ComprDataSize:	    2917 kB
MemUsedTotal:	    2960 kB
BDevNumReads:	     798
BDevNumWrites:	    1178
but if you dont have a swap partition on your sdcard like i do mmcblk0p3 then it wont show the backingswap section
 
Last edited:
It's working excellent with mine 12.31 and setcpu. Can't wait to try it on a wifi.

As always, thanks.

Sent from my Droid using DroidForums App
 
Trying it out right now and I'm liking it so far. Is there anyway to bring back my clock on the notification bar?

Sent from my Droid
 
Back
Top