Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > Samsung Galaxy Prevail > Galaxy Prevail - All Things Root



Like Tree2Likes

Reply
LinkBack Thread Tools
Old October 15th, 2011, 04:17 PM   #1 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default [Kernel][GB] KoumaKernel 2.5

Koumajutsu here,

I've put together a kernel package for our wonderful Prevail.

Version 2.5:

Short and sweet, I added swap support for anyone who cares about such things

Odin users: You will notice that the download file is now a .zip. this is because the tar file is inside and the config file is in there too. There are some instructions in the included readme.txt on how to install the config file, without it, the kernel will not attempt to mount the extended SDcard partitions at all.

CWM users: The installer script puts everything where it needs to be hands free. This is the best way to install IMO.

On to configuring:
For non-CTMod users: (CTMod will have it integrated in 3.5)
Koumamod.apk 1.5
the above link lets you skip all this:
in /system there (should) be a file named koumamod. In there is 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
This may be hard to read while in an editor on the phone itself. Just take your time with it
We are concerned with the lines that start with "mount ext4"
simply remove the # from in front of the line to for the mount option you want.
it's broken up into sections, 2 of them you should probably not mess with, they are labeled with Do Not Edit
Uncomment the sections you want to run, Comment the sections you don't.
The above is the default config, it just mounts the internal.

People running in all /data on the sd-ext can get away with commenting the first section, but your phone will not run or boot without your sdcard if you do that. but it seems to help gps for some people

Be careful to only have one mode uncommented at a time, there's no safety, you can end up with your SD-ext mounted in 2 places, making an endless loop within itself, this is bad (or it just wont mount the 2nd time, either way, don't do it)

Integrated Darktremor style App2SD! Hroark discovered a tweak that obsoletes A2SD apps and that change is now integrated with this kernel.

I've added an extra secret mod that can be unlocked by manually adding a third sd-card partition, I will post instructions at the end of this post. -Unhidden due to new cwm formatter

*NOTE* You absolutely MUST format your SD-ext partition if changing over from a traditional App to SD solution. This mounts the SD extended partition as /data. Other apps map SD-Ext to folders within /data, the structure will not match and will not work if you do not format.

If you do not have a partitioned SD card. THERE IS NO CHANGE. Don't worry about upgrading

Boot times -WILL- be slower. Especially with slower SD cards. I run a class 2 card because I'm a cheap bastard, it takes me an extra 30 seconds or so to boot. I expect faster cards will be faster. Smaller partitions should also be faster, I have a 4 gig SD-Ext partition.

Performance results with my 8 gig Class 2 card split 50/50? Some apps load slow, especially the first time. Things are pretty snappy after that.

Therefore, this is pretty good for general consumption.

There is no hotspot_event_monitoring.

Outside of that, this was originally a branch of Hroarkernel 1.2, with Hroark's smaller EXT4 drivers, and init.d support stolen from Shabbypenguin's init.rc

I would like to thank Hroark13 for the Kernel source and workshop, Hroarkernel, his EXT4 modules and his help in providing all the information I used in making my dhd.ko; and Shabbypenguin for confirming that I had the right init.rc lines to implement his init.d support method.
I would also like to thank trenchkato for getting overclocking to work and for sharing his code

Change Log:
Code:
2.5: Added swap support
2.4: Fixed GPS. Added Governors, Added IO schedulers, Upped Overclocking to 946, changed koumamod mounting
2.3: Fixed another bug where permissions and directories were not created properly. Added overclocking to 900MHz
2.2: Fixed bug where permissions and directories would not create correctly on clean SDcards. Removed RFS drivers. Fancied up the boot splash. first attempt at Signed zips
2.1: Updated Kernel string. Added a method for choosing mount style (SSM or 1.2/3 style)
2.0: Compiled from 2.6.35.14 source, tweaked mount locations. 1.5 turned official
1.4: Changed mount location for SD-EXT, to quiet some whiners :p
1.3: Skipped to avoid confusion with Build from Hroark
1.2: Tweaked Mount options for improved performance
1.1: Thanks to Hroark's hard work, pure App2SD integrated
1.0 cosmetic revision: swapped out boot splash for a work in progress version
1.0: Added bootanimation support, Cleaned up LS_COLORS (Thanks to Bloodawn for unknowingly showing me a spelling mistake I made that cause me grief with boot animations)
0.1GB: Redid 0.1 for Gingerbread Release, made dhd.ko smaller. Included new gingerbread ext modules made by Hrorak. Removed CIQ

0.2: Had to put CIQ service back in to resolve bootloops for some users
0.1: Initial Release
Super simple instructions:

Odin Images:
Flash with Odin with the One Package option set.
Get Odin from here: http://androidforums.com/galaxy-prevail-all-things-root/375550-odin.html

ClockWorkMod (CWM) Images:
Flash like any theme:
Copy KoumaKernel Zip file to your sdcard
Power off phone, or reboot into recovery if your phone supports it.
Power on your phone while holding the Volume Up and Camera buttons.
Navigate to "install zip from sdcard" -> "choose zip from sdcard" -> <Zip File for KoumaKernel>
Select the option: "Yes - Install <Zip File for KoumaKernel>"
Wait for the script to complete.
Reboot phone.

GINGERBREAD KERNELS

KoumaKernel 2.5 GB CWM
Code:
md5sum: 5ca76fb8460a1436c5f26833ecc0b764
KoumaKernel 2.5 GB CWM Upgrade from 2.4
Code:
md5sum: 964052eda054294c16a9eb6102ab53d9
KoumaKernel 2.5 GB Odin
Code:
md5sum: c8a69b68a365bffcdbe4efc5e90ec1fa

Old Versions
CWM Packages
KoumaKernel 2.4 GB CWM
KoumaKernel 2.3 GB CWM
KK 2.2 overclock enabled
KoumaKernel 2.2 GB CWM
KoumaKernel 2.1 GB CWM
KoumaKernel 2.0 GB CWM
KoumaKernel 1.4 GB CWM
KoumaKernel 1.2 GB CWM
KoumaKernel 1.1 GB CWM
KoumaKernel 1.0 GB CWM
KoumaKernel 0.1 for Gingerbread
Odin Packages
KoumaKernel 2.4 GB Odin
KoumaKernel 2.3 GB Odin
KoumaKernel 2.2 GB Odin
KoumaKernel 2.1 GB Odin
KoumaKernel 2.0 GB Odin
KoumaKernel 1.4 GB Odin
KoumaKernel 1.2 GB Odin
KoumaKernel 1.1 GB Odin
KoumaKernel 1.0 GB Odin

FROYO KERNELS
Odin Package:
KoumaKernel 0.2b Odin "One Package"

CWM Package
KoumaKernel 0.2b CWM flashable package

Froyo CIQ Removed Versions:
KoumaKernel 0.1b Odin
KoumaKernel 0.1b CWM

Super Secret Mod In order to activate the Super Secret Mod (moves /data/dalvik-cache to SD), you do the following (I will not answer questions regarding this, it is for the Advanced user and if you can't figure it out, you're not an advanced user, and seriously, if you can't work ADB and run a CWM zip, you probably shouldn't be modding your phone anyways. Just sayin):
1) Boot into Recovery
2) ADB shell into the phone
3) Run "sdparted -i"
4) Pick a size for a swap partition (CWM doesn't give you many size options, most are probably too small)
5) Pick a size for your EXT partition. Let the fat partiton have the rest.
6) When sdparted completes, manually convert the swap partition to ext4 by using the following:
SD Ext Partition Formatter for CWM

* Suggestions *: Pick the same size for both your ext and your swap partitions, they seem to fill up at about the same rate. For me, I picked 1987, because it is exactly 1/4th of my SDcard so I have swap = 1987, ext = 1987 and vfat = 3974. Total = 7948 (8gig sdcard)


Koumajutsu is offline  
Last edited by Koumajutsu; May 24th, 2012 at 03:36 PM. Reason: new Koumamod.apk
Reply With Quote
The Following 48 Users Say Thank You to Koumajutsu For This Useful Post:
525Local (November 24th, 2011), Addacus (October 18th, 2011), AndyKip (January 17th, 2012), ARocker (October 16th, 2011), Bandaid (February 2nd, 2012), BirdWithBowtie (April 3rd, 2012), blaqueknight (March 5th, 2012), Bloodawn (October 15th, 2011), blue2107 (October 19th, 2011), BoomBoom53 (February 10th, 2012), caliskies (March 14th, 2012), cu3rvo (May 6th, 2012), DaddyZap (February 2nd, 2012), DaisFlaque (March 25th, 2012), dirtyredz (May 13th, 2012), EarlyMon (December 5th, 2011), fcortes626 (October 16th, 2011), Gray Wolf (May 8th, 2012), hroark13 (October 15th, 2011), inigomontoyasr (November 16th, 2011), irishobo (April 2nd, 2012), J6Remy (March 12th, 2012), jsnowl (November 4th, 2011), justahotbag (April 9th, 2012), Khudzul (January 7th, 2012), kristopher5823 (April 29th, 2012), LzrdKng74 (February 7th, 2012), MiguelAMX (May 4th, 2012), new optimus (November 9th, 2011), olicious370 (February 1st, 2012), omerta365 (November 28th, 2011), patsfann (March 19th, 2012), PhoneMan93 (February 28th, 2012), prevail2exist (March 12th, 2012), Rally 517 (October 16th, 2011), Rarewolf (March 2nd, 2012), RedMurkal (February 13th, 2012), rm50 (October 15th, 2011), ROI3ERT (March 29th, 2012), rsmayer (April 16th, 2012), RTLflat (May 13th, 2012), Slayer72 (March 16th, 2012), SnyperTodd (November 16th, 2011), SoCal Trucker (February 2nd, 2012), TryingToRoot (October 19th, 2011), Wallago67 (March 12th, 2012), wetbiker7 (February 23rd, 2012), wyelkins (November 29th, 2011)
Sponsors
Old October 15th, 2011, 04:29 PM   #2 (permalink)
Senior Member
 
hroark13's Avatar
 
Join Date: Jul 2011
Posts: 1,639
 
Device(s):
Thanks: 193
Thanked 1,545 Times in 503 Posts
Default

nice work


this will free up alot of memory
hroark13 is offline  
Reply With Quote
Old October 15th, 2011, 04:46 PM   #3 (permalink)
Member
 
Join Date: Jul 2011
Location: Hawaii
Posts: 229
 
Device(s): Samsung Prevail CTMod 3.3 KoumaKernal 2.1 HeXeD theme
Thanks: 28
Thanked 39 Times in 27 Posts
Send a message via AIM to hate Send a message via Skype™ to hate
Default

what would removing hotspot_event_monitoring do for the phone?
hate is offline  
Reply With Quote
Old October 15th, 2011, 04:54 PM   #4 (permalink)
Senior Member
 
hroark13's Avatar
 
Join Date: Jul 2011
Posts: 1,639
 
Device(s):
Thanks: 193
Thanked 1,545 Times in 503 Posts
Default

Quote:
Originally Posted by hate View Post
what would removing hotspot_event_monitoring do for the phone?

free up about 6 MB of ram

hotspot_event_monitoring 89.kb removed
dhd.ko reduced from 2.6 mb to 264 kb
ext4.ko reduced from 3.4 mb to 346 kb
jbd2.ko reduced from 836 kb to 103 kb

since the hotspot_event_monitoring is a security feature, this may make tethering easier
hroark13 is offline  
Last edited by hroark13; October 17th, 2011 at 04:42 PM.
Reply With Quote
Old October 15th, 2011, 05:27 PM   #5 (permalink)
Member
 
Join Date: Jul 2011
Location: TheATL
Posts: 197
 
Device(s): Samsung Prevail: CTMod 2.0[GB] by Bloodawn Samsung Intercept: UbuntDroidv6 ZTE Warp: Stock blah
Thanks: 39
Thanked 37 Times in 29 Posts
Default

Quote:
Originally Posted by hroark13 View Post
free up about 6 MB of ram

hotspot_event_monitoring 89.kb removed
dhd.ko reduced from 2.6 mb to 264 KB
ext4.ko reduced from 3.4 mb to 346 kb
jbd2.ko reduced from 836 kb to 103 kb

since the hotspot_event_monitoring is a security feature, this may make tethering easier
someone needs to couple this with carrier IQ remover.
That would be awesome.
aladdin99 is offline  
Last edited by aladdin99; October 15th, 2011 at 05:30 PM.
Reply With Quote
Old October 15th, 2011, 07:53 PM   #6 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

I installed per the instructions for CWM zip installation, but after the script finished and the obligatory system rebooting the phone is now hanging up at the introduction Boost screen. It vibrated once and then quit..... Looks like I'll be hitting Odin pretty hard in the morning after I get off from work unless anybody has any ideas..... LOL
SpCowboy2842 is online now  
Reply With Quote
Old October 15th, 2011, 07:57 PM   #7 (permalink)
Junior Member
 
Join Date: Jun 2011
Posts: 64
 
Device(s):
Thanks: 1
Thanked 8 Times in 6 Posts
Default

my question is would this cause blue's CIQ removal steps to be reversed and cause CIQ to be turned back on?
bhays3 is online now  
Reply With Quote
Old October 15th, 2011, 08:07 PM   #8 (permalink)
Senior Member
 
Bloodawn's Avatar
 
Join Date: Jul 2011
Posts: 1,292
 
Device(s): Samsung Galaxy Prevail
Thanks: 106
Thanked 1,176 Times in 463 Posts
Default

this is a kernal, it won't effect my ciq remover
__________________
CTMod: Prevail - Marquee
Like my work? Donate
Bloodawn is offline  
Reply With Quote
Old October 15th, 2011, 08:07 PM   #9 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by SpCowboy2842 View Post
I installed per the instructions for CWM zip installation, but after the script finished and the obligatory system rebooting the phone is now hanging up at the introduction Boost screen. It vibrated once and then quit..... Looks like I'll be hitting Odin pretty hard in the morning after I get off from work unless anybody has any ideas..... LOL
Strange. can you try clearing your dalvik cache, or reflashing
Koumajutsu is offline  
Reply With Quote
The Following 3 Users Say Thank You to Koumajutsu For This Useful Post:
JRandall1982 (May 2nd, 2012), Rarewolf (March 8th, 2012), SpCowboy2842 (October 15th, 2011)
Old October 15th, 2011, 08:15 PM   #10 (permalink)
Junior Member
 
Join Date: Jun 2011
Posts: 64
 
Device(s):
Thanks: 1
Thanked 8 Times in 6 Posts
Default

alright cool..in that case i'll definitely have to give this a go
bhays3 is online now  
Reply With Quote
Sponsors
Old October 15th, 2011, 08:59 PM   #11 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

Quote:
Originally Posted by Koumajutsu View Post
Strange. can you try clearing your dalvik cache, or reflashing
I had the same idea about clearing the Dalvik Cache just before I logged back in and saw this... It's kind of hard to work on my phone while watching over 3 other employees that are on heavy equipment. LOL.

I just cleared the cache and it's trying to boot up as I write this.
SpCowboy2842 is online now  
Reply With Quote
Old October 15th, 2011, 09:07 PM   #12 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by SpCowboy2842 View Post
I just cleared the cache and it's trying to boot up as I write this.
fingers crossed.
and not in the machines
Koumajutsu is offline  
Reply With Quote
Old October 15th, 2011, 10:51 PM   #13 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

Quote:
Originally Posted by Koumajutsu View Post
fingers crossed.
and not in the machines
Well, I cleared the Dalvik cache and it looked promising. The phone entered the boot animation cycle, and then started bootlooping right when it should actually be booting up. Honestly, I think my phone just completely hates a change of any kind.... LOL!!!!!! It did the same thing when Shabby's RC1 first came out, and then hroarks ext4, and just about every other theme..... I'll push it through with Odin, after I Odin to get back up and running. LOL
SpCowboy2842 is online now  
Reply With Quote
Old October 15th, 2011, 11:05 PM   #14 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by SpCowboy2842 View Post
Well, I cleared the Dalvik cache and it looked promising. The phone entered the boot animation cycle, and then started bootlooping right when it should actually be booting up. Honestly, I think my phone just completely hates a change of any kind.... LOL!!!!!! It did the same thing when Shabby's RC1 first came out, and then hroarks ext4, and just about every other theme..... I'll push it through with Odin, after I Odin to get back up and running. LOL
Sorry to hear you've had trouble. Before I released, I had an issue with the cwm version myself, Facebook started to force close. I had to go into applications and clear that app's cache then log back in again, and then it was fine.

I thought I squashed that bug, it may have just hit a system app for you

I guess you could try clearing your regular cache, but I'd hate to make you lose all your settings and any saved login info
Koumajutsu is offline  
Reply With Quote
Old October 16th, 2011, 01:03 AM   #15 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

Quote:
Originally Posted by Koumajutsu View Post
Sorry to hear you've had trouble. Before I released, I had an issue with the cwm version myself, Facebook started to force close. I had to go into applications and clear that app's cache then log back in again, and then it was fine.

I thought I squashed that bug, it may have just hit a system app for you

I guess you could try clearing your regular cache, but I'd hate to make you lose all your settings and any saved login info

I did clear the system cache as well but it still kept boot looping. It's not that big of a deal though. I look forward to trying out the kernal when I'm back up and running in a few short hours.
SpCowboy2842 is online now  
Reply With Quote
Old October 16th, 2011, 10:01 AM   #16 (permalink)
Junior Member
 
Join Date: Aug 2011
Location: Walls, MS
Posts: 60
 
Device(s): Samsung Galaxy Prevail Google Nexus S 4G
Thanks: 3
Thanked 2 Times in 2 Posts
Send a message via Yahoo to SSG27
Default

I tried flashing the CWM version but when the phone boots up, it'll do the single vibrate like it's supposed to and I'll here the signal sound but it won't leave the boot screen. I even did the usual wipe cache and dalvik cache after flashing like all the other goodies say to do hoping it would help but to no avail. Any suggestions on why this happened?
SSG27 is offline  
Reply With Quote
Old October 16th, 2011, 01:00 PM   #17 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by SSG27 View Post
I tried flashing the CWM version but when the phone boots up, it'll do the single vibrate like it's supposed to and I'll here the signal sound but it won't leave the boot screen. I even did the usual wipe cache and dalvik cache after flashing like all the other goodies say to do hoping it would help but to no avail. Any suggestions on why this happened?
It could just be slow to go to the lock screen. I haven't ran many performance tests with the CWM version. I think I'll just take that version down for now. Though the people that have had success with it have been happy, I don't like a trend of people having problems.
Koumajutsu is offline  
Reply With Quote
Old October 16th, 2011, 02:09 PM   #18 (permalink)
Junior Member
 
Join Date: Aug 2011
Location: Jersey City, NJ
Posts: 73
 
Device(s): Samsung Galaxy Prevail - [ROM][ACS] ShabbyMod - 0.9 (Modified) + CWM + [MOD] Notification Power Widg
Thanks: 102
Thanked 6 Times in 4 Posts
Thumbs up

I've been running the CWM version for about 3 days now and I've had no bootloop or error vibrations of any kind.
Great work!
Dont know that I can help any of you that are bootlooping. I was running hoarks kernal installed via the Odin package with the kernal and rooted system. After that I installed ShabbyRom (where I removed more apps to make it smaller and added Zeam launcher and some other stuff). Installed different themes, Honeycomb, Simple Blue, and one that I'm working on. And a few days ago I flashed this kernal via CWM with no issues.
ARocker is online now  
Reply With Quote
Old October 16th, 2011, 03:02 PM   #19 (permalink)
Member
 
Join Date: Jul 2011
Location: Los
Posts: 373
 
Device(s): Samsung Galaxy Prevail, Asus EePad Transformer Prime
Thanks: 67
Thanked 49 Times in 30 Posts
Default

mines installed and is working. i usd the cwm version. just leave it there and make a note for people know it doesnt work for every one.
fcortes626 is offline  
Reply With Quote
Old October 16th, 2011, 03:05 PM   #20 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by fcortes626 View Post
mines installed and is working. i usd the cwm version. just leave it there and make a note for people know it doesnt work for every one.
It could be something as simple as people needing to do a factory reset after flashing this. I want to be sure though before I put it back up
Koumajutsu is offline  
Reply With Quote
Sponsors
Old October 16th, 2011, 03:18 PM   #21 (permalink)
Junior Member
 
Mr.Push's Avatar
 
Join Date: May 2011
Location: North Carolina
Posts: 37
 
Device(s): HTC AmaZe...ICS..
Thanks: 57
Thanked 1 Time in 1 Post
Default

...
Mr.Push is offline  
Last edited by Mr.Push; October 17th, 2011 at 11:34 PM.
Reply With Quote
Old October 16th, 2011, 03:41 PM   #22 (permalink)
Member
 
im a genius's Avatar
 
Join Date: Aug 2011
Location: Florida
Posts: 162
 
Device(s): Samsung Galaxy S II 4g Touch, Samsung galaxy prevail
Thanks: 12
Thanked 4 Times in 4 Posts
Default

its working fine i dont see why other are having problems...
im a genius is offline  
Reply With Quote
Old October 16th, 2011, 03:51 PM   #23 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

I tried a bunch of things. including a stock ED13 image.
I can't get it to break.
It has to be something uncontrollable.
I've put it back up
If you run into problems, do a factory reset and try agian
Koumajutsu is offline  
Reply With Quote
Old October 16th, 2011, 10:17 PM   #24 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

I have the Dalvik cache moved to the SD card with Darktremors. I'm wondering if that caused some of the issues that my phone had last night with the cwm flash. ???? Just thinking.......
SpCowboy2842 is online now  
Reply With Quote
Old October 16th, 2011, 10:21 PM   #25 (permalink)
Junior Member
 
gw4141's Avatar
 
Join Date: Jul 2011
Location: Marrero, La.
Posts: 66
 
Device(s): Samsung Prevail w/CTMod 3.6 Acer Iconic Tab A100 /ICS
Thanks: 7
Thanked 5 Times in 5 Posts
Default

CWM this morning, no problems at all.. everythings seems fine. Works like a charm.
gw4141 is offline  
Reply With Quote
Old October 16th, 2011, 10:48 PM   #26 (permalink)
Junior Member
 
Join Date: Jun 2011
Posts: 77
 
Device(s):
Thanks: 34
Thanked 11 Times in 11 Posts
Default

I've been testing also and it seems like carrier iq can't be flash onto your kernel.
Stlouizsin is offline  
Reply With Quote
Old October 17th, 2011, 07:08 AM   #27 (permalink)
Senior Member
 
Bloodawn's Avatar
 
Join Date: Jul 2011
Posts: 1,292
 
Device(s): Samsung Galaxy Prevail
Thanks: 106
Thanked 1,176 Times in 463 Posts
Default

Quote:
Originally Posted by Stlouizsin View Post
I've been testing also and it seems like carrier iq can't be flash onto your kernel.
if your talking about the ciq remover it works fine with the kernal if you install it correctly
Bloodawn is offline  
Reply With Quote
Old October 17th, 2011, 09:33 AM   #28 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by Bloodawn View Post
if your talking about the ciq remover it works fine with the kernal if you install it correctly
Thanks Bloodawn,
I spent almost an hour trying to reproduce Stlouizsin's issue, but I kept running into problems just trying to get CWM installed. Turns out I was skipping a step, I blame staying up too late
Koumajutsu is offline  
Reply With Quote
Old October 17th, 2011, 11:47 AM   #29 (permalink)
Junior Member
 
Join Date: Jun 2011
Posts: 77
 
Device(s):
Thanks: 34
Thanked 11 Times in 11 Posts
Default

Quote:
Originally Posted by Bloodawn View Post
if your talking about the ciq remover it works fine with the kernal if you install it correctly
I was trying for hours to flash simple blue 4.1 but i kept boot looping.
Stlouizsin is offline  
Reply With Quote
Old October 17th, 2011, 12:21 PM   #30 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by Stlouizsin View Post
I was trying for hours to flash simple blue 4.1 but i kept boot looping.
did you flash simple blue 3.1 first as per the instructions?
CIQ removed themes seem to require a non-ciq removed theme to be flashed first for some strange reason
Koumajutsu is offline  
Reply With Quote
The Following User Says Thank You to Koumajutsu For This Useful Post:
Addacus (October 19th, 2011)
Sponsors
Old October 17th, 2011, 12:22 PM   #31 (permalink)
Junior Member
 
Join Date: Jun 2011
Posts: 77
 
Device(s):
Thanks: 65
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by Stlouizsin View Post
I was trying for hours to flash simple blue 4.1 but i kept boot looping.
Did you install simple blue 3.1 first?
haris163 is online now  
Reply With Quote
Old October 17th, 2011, 12:26 PM   #32 (permalink)
Senior Member
 
trenchkato's Avatar
 
Join Date: Jul 2011
Location: Atlanta, Georgia
Posts: 539
 
Device(s):
Thanks: 54
Thanked 118 Times in 75 Posts
Default

Flashed via cwm.. working fine...
trenchkato is offline  
Reply With Quote
Old October 18th, 2011, 01:00 PM   #33 (permalink)
Junior Member
 
Join Date: Aug 2011
Location: Jersey City, NJ
Posts: 73
 
Device(s): Samsung Galaxy Prevail - [ROM][ACS] ShabbyMod - 0.9 (Modified) + CWM + [MOD] Notification Power Widg
Thanks: 102
Thanked 6 Times in 4 Posts
Default

What can we expect from future releases? Any plans?
ARocker is online now  
Reply With Quote
Old October 18th, 2011, 01:11 PM   #34 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by ARocker View Post
What can we expect from future releases? Any plans?
I'm still learning quite a bit. There is a good group of people that have helped quite a bit with this, and at the moment I am trying to return the favor. One of the things I'd like to do is clean out a lot of references to things that don't exist in this phone(that is, if there is anything to clean out). I think it might improve boot times.
Koumajutsu is offline  
Reply With Quote
The Following 2 Users Say Thank You to Koumajutsu For This Useful Post:
ARocker (October 18th, 2011), blue2107 (October 18th, 2011)
Old October 18th, 2011, 10:54 PM   #35 (permalink)
Member
 
blue2107's Avatar
 
Join Date: May 2011
Posts: 187
 
Device(s):
Thanks: 99
Thanked 92 Times in 30 Posts
Default

Quote:
Originally Posted by Koumajutsu View Post
I'm still learning quite a bit. There is a good group of people that have helped quite a bit with this, and at the moment I am trying to return the favor. One of the things I'd like to do is clean out a lot of references to things that don't exist in this phone(that is, if there is anything to clean out). I think it might improve boot times.
I haven't tried this yet, but keep up the great work. It's always nice to see a new face in development.
blue2107 is offline  
Reply With Quote
Old October 19th, 2011, 09:32 AM   #36 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Just put up version 0.2
Seems that some things can require CIQ when the system initializes.
I put the init code back in for CIQ and it seems to clear up the cause of most of the bootloops.
Koumajutsu is offline  
Reply With Quote
Old October 19th, 2011, 09:35 AM   #37 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Bummer, either I can't, or don't know how to update the title of the thread
Koumajutsu is offline  
Reply With Quote
Old October 19th, 2011, 10:19 AM   #38 (permalink)
Senior Member
 
Bloodawn's Avatar
 
Join Date: Jul 2011
Posts: 1,292
 
Device(s): Samsung Galaxy Prevail
Thanks: 106
Thanked 1,176 Times in 463 Posts
Default

isn't iqmsd the only file it calls for? cause I removed it from the phone with 3.0 of my remover
Bloodawn is offline  
Reply With Quote
Old October 19th, 2011, 11:18 AM   #39 (permalink)
Member
 
Heloguy's Avatar
 
Join Date: Apr 2011
Location: Matawan,NJ
Posts: 137
 
Device(s):
Thanks: 23
Thanked 7 Times in 6 Posts
Default

i am running honeycomb theme with ciq removed, and just installed this kernel with no problems whatsoever. running smooth and a little snappier.
great job! thanks
Heloguy is offline  
Reply With Quote
Old October 19th, 2011, 11:27 AM   #40 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by Bloodawn View Post
isn't iqmsd the only file it calls for? cause I removed it from the phone with 3.0 of my remover
Yeah, but I ran into an issue when I installed my kernel that had iqmsd removed and then tried to install shabbymod. It got stuck at the boot animation and the boot log seemed to indicate that SprintAndroidExtension.apk was stuck trying to run CIQ
I put iqmsd back in and shabby loaded perfectly

it kinda boils down to, pre-ciq removal, run 0.2. After CIQ removal, install 0.1 for absolute obliteration of CIQ. But a factory reset seems to cause the things still looking for it at init to hang, so until they are all tracked down and squashed, doign a factory reset would mean goign to koumakernel 0.2, flashing a ciq enabled theme, flashing a CIQ removed theme, and then Koumakernel 0.1
Koumajutsu is offline  
Last edited by Koumajutsu; October 19th, 2011 at 11:30 AM.
Reply With Quote
The Following User Says Thank You to Koumajutsu For This Useful Post:
Rally 517 (October 19th, 2011)
Sponsors
Old October 19th, 2011, 08:57 PM   #41 (permalink)
Premium Member
 
PhoneMan93's Avatar
 
Join Date: Oct 2011
Posts: 446
 
Device(s):
Thanks: 74
Thanked 63 Times in 33 Posts
Default

So is this the new CWM?
__________________
Hear what you've been missing!
Dr.Dre Beats for Samsung Galaxy Prevail

Don't understand Kernel mumbo?!
PhoneMan93 is online now  
Reply With Quote
Old October 19th, 2011, 09:23 PM   #42 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by PhoneMan93 View Post
So is this the new CWM?
No, but like peanut butter and chocolate, they are two great tastes that go great together
Koumajutsu is offline  
Reply With Quote
Old October 19th, 2011, 10:03 PM   #43 (permalink)
Member
 
SpCowboy2842's Avatar
 
Join Date: Jun 2011
Location: The mountains of N.C.
Posts: 319
 
Device(s): Samsung Prevail
Thanks: 42
Thanked 53 Times in 43 Posts
Default

Kouma, I finally Odined .01 last night, and I must say GREAT JOB. The phone is running great and all is good until the next breakthrough development. LOL.!!!!!! Thank-you.
SpCowboy2842 is online now  
Reply With Quote
Old October 20th, 2011, 05:03 PM   #44 (permalink)
Premium Member
 
PhoneMan93's Avatar
 
Join Date: Oct 2011
Posts: 446
 
Device(s):
Thanks: 74
Thanked 63 Times in 33 Posts
Default

Quote:
Originally Posted by Koumajutsu View Post
No, but like peanut butter and chocolate, they are two great tastes that go great together
So lets say I don't have CWM yet but i used the one click root to root my phone could i use this to obtain CWM?
PhoneMan93 is online now  
Reply With Quote
Old October 20th, 2011, 05:15 PM   #45 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by PhoneMan93 View Post
So lets say I don't have CWM yet but i used the one click root to root my phone could i use this to obtain CWM?
Nope, currently the best, and only way I know of to get CWM is via Odin.
Koumajutsu is offline  
Reply With Quote
Old October 20th, 2011, 05:43 PM   #46 (permalink)
Premium Member
 
PhoneMan93's Avatar
 
Join Date: Oct 2011
Posts: 446
 
Device(s):
Thanks: 74
Thanked 63 Times in 33 Posts
Default

I still have the file, but using odin to root always gives the Google auth error no?
I'm uploading to MediaFire now
PhoneMan93 is online now  
Reply With Quote
Old October 20th, 2011, 06:41 PM   #47 (permalink)
Senior Member
 
The~Skater~187's Avatar
 
Join Date: Oct 2011
Posts: 710
 
Device(s): Galaxy Prevail 187MoD-HoneyBread6/Genocide-OC-Kernel/CWM 5.0.2.7
Thanks: 170
Thanked 179 Times in 107 Posts
Default Just need a little direction

Just install kouma kernel 0.2, partitioned my 32gb sd card, the partition goes trhough fine, the format does too, but when I do to mount it I keep getting errors mounting the sd-ext? Any ideas why?
The~Skater~187 is online now  
Reply With Quote
Old October 20th, 2011, 11:20 PM   #48 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by The~Skater~187 View Post
Just install kouma kernel 0.2, partitioned my 32gb sd card, the partition goes trhough fine, the format does too, but when I do to mount it I keep getting errors mounting the sd-ext? Any ideas why?
No clue really. maybe try a smaller partition size? I only have an 8 gig card, and I split it 4 and 4 and did not run into any issues.
Can you tell me the exact error that you're receiving?
Koumajutsu is offline  
Reply With Quote
The Following 2 Users Say Thank You to Koumajutsu For This Useful Post:
leftnut26 (March 23rd, 2012), The~Skater~187 (October 21st, 2011)
Old October 21st, 2011, 07:26 PM   #49 (permalink)
Senior Member
 
The~Skater~187's Avatar
 
Join Date: Oct 2011
Posts: 710
 
Device(s): Galaxy Prevail 187MoD-HoneyBread6/Genocide-OC-Kernel/CWM 5.0.2.7
Thanks: 170
Thanked 179 Times in 107 Posts
Default Still can't figure where I messed up.

In clockwork I get and error trying to mount the sd-ext. When I I boot my phone it boots fine and everything, but my link2sd doesn't work anymore. I tried recreating mount scripts and none go through, and after trying to re-partition my card down to 128, with 0 swap space my ext4 partition comes up as other when I check it using Mini Partition tool and GParted on Linux.
The~Skater~187 is online now  
Reply With Quote
Old October 21st, 2011, 07:42 PM   #50 (permalink)
Senior Member
 
Koumajutsu's Avatar
 
Join Date: Aug 2011
Location: Jurupa Valley(Rubidoux), Ca
Posts: 1,096
 
Device(s): Samsung Galaxy Prevail
Thanks: 102
Thanked 618 Times in 323 Posts
Default

Quote:
Originally Posted by The~Skater~187 View Post
In clockwork I get and error trying to mount the sd-ext. When I I boot my phone it boots fine and everything, but my link2sd doesn't work anymore. I tried recreating mount scripts and none go through, and after trying to re-partition my card down to 128, with 0 swap space my ext4 partition comes up as other when I check it using Mini Partition tool and GParted on Linux.
Hmmm, can you try it again with Hroarkernel installed. I don't think the issue is related to anything in the kernel
Koumajutsu is offline  
Reply With Quote
Sponsors
Reply

Samsung Galaxy Prevail
Current Rating:
Rate this Phone:

The Samsung Galaxy Prevail is an entry level device for Boost Mobile. Unlike some of it's Galaxy S cousins, you wont find some of the higher end "Galaxy S" features and it doesn't have the familiar TouchWhiz interface seen on so m... Read More


Bookmarks

Tags
cwm, kernel, odin


Go Back   Android Forums > Android Phones > Samsung Galaxy Prevail > Galaxy Prevail - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 07:11 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo