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

Root [ROM] CTMod 3.80 (04/06/13)

I don't know if it will fix yours or not but I'm gonna tell you exactly what I did after a few attempts at wiping data and uninstalling the ROM .

You are going to need a CWM backup of CTMod 3.2on your sd card

First while still running 3.3, I went in to CWM and wiped the dalvik cache and did a factory wipe . I then restored a CWM backup of 3.2 and everything was working again . I then went back in to CWM and flashed 3.3 again . This time after flashing , I rebooted back in to recovery and wiped the dalvik again then let it reboot back to the 3.3 homescreen . I signed in to the Market and I still didn't have my apps so I went back in to recovery , went to " backup and restore/advanced restore/chose the 3.2 image/restore sd-ext " then rebooted . It took a couple of minutes to boot back up but after it did I had all my apps and and the market was working like it should . ;)

I hope that will work for you .
 
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 :D

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!!

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.
 
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

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 . :p


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!!

Heck man , it took me longer to explain it than it did to actually do it . lmao :D 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.

of course there will be a fix. Google will make it, and it will install automatically when the next market errr play app gets published
 
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 . :eek:

Thanks for sharing that with me Bro . :D


NEW: OHHHH Yeah ! Nothing like a lil G&R 4 the head .
 
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?
 
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
 
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

that must be why I keep getting the for error "too many links" or levels of links or something like that. I'll try sticking with app2sd for now. Thanks.
 
im having a couple of apps force close on me after i upgraded to 3.3
so far its winamp and terminal emulater any ideas


i deleted terminal emulator and winamp and reinstalled them ...seem to be running fine.....so they didnt like being restored lol
 
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

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.
 
Just for future reference If you try changing it again , try going in to CWM and wiping the dalvik cache . When I originally switched over to the SSM , I had to wipe the dalvik cache before it would work . ;)





EDIT: I'm liking the new clock options Blood. It's a nice little bonus feature :D
 
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.

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
 
:eek::eek::eek::eek::eek::eek::eek:


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 ?
 
:eek::eek::eek::eek::eek::eek::eek:


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 ?
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.
 
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

Wait wait wait... people still use link2sd?
 
Back
Top Bottom