Custom Kernel

johall07

Member
Joined
Dec 24, 2009
Messages
280
Reaction score
0
can anyone tell me where i can find the jamezelle custom kernel i would like to try it out
 
OP
J

johall07

Member
Joined
Dec 24, 2009
Messages
280
Reaction score
0
anyone?

Sent from my Droid using DroidForums App
 

jamezelle

Premium Member
Premium Member
Developer
Joined
Apr 11, 2010
Messages
620
Reaction score
0
anyone?

Sent from my Droid using DroidForums App

ill post it in a few hours or maybe tomorrow. i have to make some changes first
 
Last edited:

loudaccord

Member
Joined
Aug 12, 2010
Messages
168
Reaction score
0
just curious, other than comp cache, what else would be changed? Also, what was this based off of? Just curious :)
 

jamezelle

Premium Member
Premium Member
Developer
Joined
Apr 11, 2010
Messages
620
Reaction score
0
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
 

d1pham

New Member
Joined
Dec 18, 2009
Messages
17
Reaction score
0
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
 

juniorjwh

Member
Joined
Dec 26, 2010
Messages
148
Reaction score
0
Location
US
What is this kernel suppose to do? Compcache? What does that mean? I've

Sent from my Droid using DroidForums App
 

juniorjwh

Member
Joined
Dec 26, 2010
Messages
148
Reaction score
0
Location
US
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
 

ZaChYmO

Member
Joined
Dec 20, 2010
Messages
120
Reaction score
0
sorry Jamez bootlooping on mine no chance to play w/ governor.. =(
 

juniorjwh

Member
Joined
Dec 26, 2010
Messages
148
Reaction score
0
Location
US
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
 

jamezelle

Premium Member
Premium Member
Developer
Joined
Apr 11, 2010
Messages
620
Reaction score
0
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:

juniorjwh

Member
Joined
Dec 26, 2010
Messages
148
Reaction score
0
Location
US
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
 

jlaidlaw

Member
Joined
Jun 12, 2010
Messages
301
Reaction score
0
Location
California
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
 

jamezelle

Premium Member
Premium Member
Developer
Joined
Apr 11, 2010
Messages
620
Reaction score
0
jlaidlaw what do you mean???
 
Top