• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Kernel][GB] KoumaKernel 2.5

You could take the SD2ext zip from the first post, and edit out the line to format the sd-ext, then keep that handy as a Dalvik wipe CWM zip

Sounds like an idea there. Didn't think about that. Thanks Kouma

Crap wait. That's just removing the line in the updater script correct? The one that says "format("ext4", "EMMC", "/dev/block/mmcblk0p2");"
 
i had 2.3 data then flashed 3.3 which one do i use to be on like 2.3's data and do i just flash data.ext4 or sd-ext.ext4 then there is a system and cache zip which one restores apps?


sorry mean flashed 2.4 not 3.3 meaning kk
 
i had 2.3 data then flashed 3.3 which one do i use to be on like 2.3's data and do i just flash data.ext4 or sd-ext.ext4 then there is a system and cache zip which one restores apps?


sorry mean flashed 2.4 not 3.3 meaning kk

make your koumamod file look like this:
Code:
on koumamod
# Default Internal /data partition. Comment this line to disable mounting of the internal /data (not recommended)
#	mount ext4 /dev/stl13 /data rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# Mount SD-EXT as /data partition (KoumaKernel 1.2 style) Uncomment this line to activate this mode
	mount ext4 /dev/block/mmcblk0p2 /data rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# Required Directory and Permissions. Do not edit these
	mkdir /data/dalvik-cache 0771 system system
	chown system system /data/dalvik-cache
	chmod 0771 /data/dalvik-cache
	mkdir /data/app 0771 system system

# Mount SD-EXT as /data/app and SD-SWAP as /data/dalvik-cache (SSM Style) Uncomment both lines to activate this mode
#	mount ext4 /dev/block/mmcblk0p2 /data/app rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc
#	mount ext4 /dev/block/mmcblk0p3 /data/dalvik-cache rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# /data permissions. Do not edit
	chown system system /data
	chmod 0771 /data
	trigger post-fs
and then never remove your sdcard :)
 
after about 3 hours i finally got that and i can remove it when powered off to sd card reader then put back in right? also i use cpu tuner and turned up to 900 no problem then turned all the way up to 946 and min at 120 at conservative hit apply and tried to over due it and no hot battery and no battery drain and fast as hell working great and for 30 min no lock ups or anything but fast!!!!!!:D:D:D:D


so i can take sd card out if phone is off right??
 
Mine totally tops out at 800. Would like to see it that high but its still way faster than ever before have it on minmax and sio. Battery lasts forever don't use it much at work
 
Mine totally tops out at 800. Would like to see it that high but its still way faster than ever before have it on minmax and sio. Battery lasts forever don't use it much at work

Even with the new kernel ? Have you tried Voltage Control to change the processor speed ? What is it doing , rebooting when turned up ?
 
Even with the new kernel ? Have you tried Voltage Control to change the processor speed ? What is it doing , rebooting when turned up ?


Ya tried voltage control, setcpu, CPU tuner. Running 2.4 w/ data mounted. Tried all the governors and I/O. Bump it to 825 or higher runs for about 10 sec then freezes
 
Ya tried voltage control, setcpu, CPU tuner. Running 2.4 w/ data mounted. Tried all the governors and I/O. Bump it to 825 or higher runs for about 10 sec then freezes

Don't feel bad , mine will only go up to 900MHz which I'm happy with . Even if it could handle the higher setting , I wouldn't run it at that speed for everyday use . I'm pretty sure that running it at the higher speeds will shorten the life of the phone too . Some of these processors just can't handle the higher settings .
 
Don't feel bad , mine will only go up to 900MHz which I'm happy with . Even if it could handle the higher setting , I wouldn't run it at that speed for everyday use . I'm pretty sure that running it at the higher speeds will shorten the life of the phone too . Some of these processors just can't handle the higher settings .


Only super-slightly disappointed lol stupid fast compared to what it was! Before too long these guys will probably Dev a rom that allows us to plug the prevail into whatever passes for the space shuttle replacement!
 
Only super-slightly disappointed lol stupid fast compared to what it was! Before too long these guys will probably Dev a rom that allows us to plug the prevail into whatever passes for the space shuttle replacement!


LMAO !!! No doubt .

It'll surprise me to see what else can be done with this phone . I think that they've just about done it all . :D
 
LMAO !!! No doubt .

It'll surprise me to see what else can be done with this phone . I think that they've just about done it all . :D

Hell no!
They are planning to make them into an PET.
and load up navis that fight viruses and use a buster. As we load SD cards filled with extra data to power up our navis and we will be jacking in to ports all over!
Here's an example of one of those navis in the making...

5dcad8bcf445a75fcbe387c2cdb890d3


Link for if No show:
http://t5ak.roblox.com/5dcad8bcf445a75fcbe387c2cdb890d3
 
Hey , like I said , " It'll surprise me " . I like surprises . With the talent that we've got in here , there's no telling what else they will accomplish . :p:D
 
Hey , like I said , " It'll surprise me " . I like surprises . With the talent that we've got in here , there's no telling what else they will accomplish . :p:D

I'm just hoping we do get net navis on our phones like in megaman nt warrior,
And battle each other and stuff. XD
Were so close too.
Especially with all the great tallent.
I'm just an amature novice for theming. But I can see the talent when I see it.
 
Kouma. Liked the new splash. NEon red. (Less red is good enough for me. My eyes didn't feel violated) lolz.
I appreciate your works. Praise you and blood! XD don't wanna kiss ass and be generically thank full though. Just know, that I'm stalking you too! XD
 
Only super-slightly disappointed lol stupid fast compared to what it was! Before too long these guys will probably Dev a rom that allows us to plug the prevail into whatever passes for the space shuttle replacement!

damnit.

Blood!, Shabby!, Hroark!, Kato!, be on the lookout! We have a leak!
 
I walked into my room and my phone was levitating about a foot and a half above my dresser only a matter of time before that's on YOUTUBE lol
 
Quick Question: (SSM without Dalvik) You didn't specify if you can have the dalvik cache to be optionally mounted on your instructions. I'm going to assume that if you don't want to use the dalvik cache but just /data/app you would use this setting correct? Just leave the second line commented.

Or is it like the old one where if you don't have the swap partition it ignores it?

on koumamod
# Default Internal /data partition. Comment this line to disable mounting of the internal /data (not recommended)
mount ext4 /dev/stl13 /data rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# Mount SD-EXT as /data partition (KoumaKernel 1.2 style) Uncomment this line to activate this mode
# mount ext4 /dev/block/mmcblk0p2 /data rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# Required Directory and Permissions. Do not edit these
mkdir /data/dalvik-cache 0771 system system
chown system system /data/dalvik-cache
chmod 0771 /data/dalvik-cache
mkdir /data/app 0771 system system

# Mount SD-EXT as /data/app and SD-SWAP as /data/dalvik-cache (SSM Style) Uncomment both lines to activate this mode
mount ext4 /dev/block/mmcblk0p2 /data/app rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc
# mount ext4 /dev/block/mmcblk0p3 /data/dalvik-cache rw noatime nosuid nodev barrier=0 data=writeback nobh nodiratime noauto_da_alloc

# /data permissions. Do not edit
chown system system /data
chmod 0771 /data
trigger post-fs
 
i have ctmod3.3 and kk2.4 data and have turned up the oc all the way with min set at 120 on conservative using cpu tuner(someone said before they switched from set pcu with problems and then on cpu tuner had no problems) today all day was on phone using gps and we browsing hard and normally battery won't make the day today had 46 left and when checked battery temp never went over 84 before would go t0 94 or 96 and everytime go back into cpu always still on my settings and when move screen in there goes to 946. no lockups or lag or any problems all day. is it still safe to leave this way all the time??


View attachment 29976
 
Quick Question: (SSM without Dalvik) You didn't specify if you can have the dalvik cache to be optionally mounted on your instructions. I'm going to assume that if you don't want to use the dalvik cache but just /data/app you would use this setting correct? Just leave the second line commented.

Or is it like the old one where if you don't have the swap partition it ignores it?

Just like the old one, It will try, but if it's not there, it doesn't hurt anything
 
Back
Top Bottom