prevail2exist
Member
the first couple times i tried it without the EQ. the last time i tried it with EQ which made an even bigger difference
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

the first couple times i tried it without the EQ. the last time i tried it with EQ which made an even bigger difference
Were you using the EQ too or did you try it both times with just Beats ?
I'm not saying that I doesn't work , I'm just saying that I didn't notice a difference until I used the EQ . Your ears are probably better than mine too . I listened to a lot of LOUD rock n roll back in the day . lol![]()
geez lol y do i have the feeling that if there is a fix for this that there is going to be yet another update to this ROM lol DOH!!
hey wetbiker7,
Since we're about the same age, tell me what ya think about this mix.
in about 1 hour and 17minutes later... lol
http://dl.dropbox.com/u/37187938/Classic Rock - GusSuperMegamix.mp3

geez lol y do i have the feeling that if there is a fix for this that there is going to be yet another update to this ROM lol DOH!!
Check this out , if you don't wanna go through all that , just find a different market app and give it a shot .there won't be a fix for it cause theres nothing i can do about it
the market is just buggy since google updated it. takes it a while to sync up with your account sometimes for your apps to show up right.
I'll give it a try here in a sec . LOL . I hope I can stay up that long . I'm about to fall outta my damn chair .![]()
starts kind of cheezzzie but it gets good by the 3rd song.

Just got finished DLing and gonna crank it up in a sec . No promises that I'll get through it 2nite though lol . I'm so tired that my freakin' eyes are starting 2 cross .
Thanks for sharing that with me Bro .![]()

Hey guys, when I have updated to a CTMod in the past, I have been able to get my call logs and mms/sms restored with Titanium, but this time it doesn't seem to be working. Anyone know exactly where that info is stored/how to recover? I did copy and wipe almost everything off of the SD, if that has something to do with it.
Thanks
Edit- Also, kind of off topic, but in link2sd, should I be using symbolic links as opposed to moving the app to the sd card for the keeping the impact as low as possible on internal memory?
If you're going to use link2sd, make sure you put a # in front of all the lines in /system/koumamod to disable the built in app2sd
i think this is where im messing up i have link2sd and i will delete it...but how do you access app2sd to use itif you're going to use link2sd, make sure you put a # in front of all the lines in /system/koumamod to disable the built in app2sd
i think this is where im messing up i have link2sd and i will delete it...but how do you access app2sd to use it
If you're going to use link2sd, make sure you put a # in front of all the lines in /system/koumamod to disable the built in app2sd
#!/bin/bash
#setprop koumakernelmount "data" #Uncomment to mount sd-ext as /data
setprop koumakernelmount "SSM" #Uncomment to mount sd-ext partitions in the SSM configuration, Comment before enabling /data


Should I be using something other than a text editor?
The only lines I have in that file are:
Code:#!/bin/bash #setprop koumakernelmount "data" #Uncomment to mount sd-ext as /data setprop koumakernelmount "SSM" #Uncomment to mount sd-ext partitions in the SSM configuration, Comment before enabling /data
EDIT:
OK, tried it with all commented out, wouldn't work, so just switched it to mount as data, and that gave me the room I was looking for. I have a 16 gb class 10 card with a 4gb sd-ext partition that I wanted to use for apps, I kept running out of room before, but now it seems to be working great.
link2sd did make me do a quick reboot when I first started it, I hope that is not an every start occurrence.
Well what he should do is just comment out both lines in the config, SSM and the /data, and everything should be fine... ya'know, if he REALLY wants to use Link2SD.
I'm kinda wondering why he's wanting to use an app that is already basically built in to the kernel ?
If he just has 2 have that app , wouldn't it be better if he went with an older version of the Kernel ?
Sigh, the link2sd app is absolutely useless if you're going to use the built in mount options.
If you set the config file to data mode, then you just mounted your sd-ext as the /data partition. Using utilities to then add soft links to the /data partition to move the apps to SD is either going to move the apps to the VFAT partiton (which would be ******ed to do) or it moves it to "/sd-ext" which at this point is mounted at /data... which means you're moving the apk files to another directory which may be a name used for somethign else which could cause problems, and then adding unneeded soft links. Either way, you are uselessly adding another 7k of data per app to your sdcard and making everythign slower because for every file, it has to look it up twice, once to find the symlink and again to find the real file.
This is the equivalent of taking your windows My Documents folder, putting all the files into C:\windows\system and then putting shortcuts to the files you moved in My Documents