yea im cruising this thread cdtmod3.2 thread as well as the cwm thread i tried downloading a couple apps and they werent moved to the sd card and when i tried to manually move them the option was blacked out...hoping to find someone who has similiar problem
that's the thing. if you have your sdcard partitioned right, then there is no move to SD. Apps will be installed to the SD-ext, not to the SDcard. They will install there automatically and you will never need to micromanage a thing.
Your problem isn't a problem with your phone or setup. The problem is your understanding of how it works.
Let me try a quicky learner course for you.
Lets say you have an 8gig sdcard. so under normal circumstances the layout might look like:
|__________________vfat_____________|
now you partition that in CWM under Advanced > partition SDcard and you pick 1024MB for ext and 0 for swap, your card would then look like:
|______vfat_____________|___EXT4____|
when your phone boots, KK2.0 will insert the ext4 partition into your /data filestructure such that all your aps (*.apk) will be stored in the ext4 partition.
When you then try something like going into Settings > Applications > manage applications and try clicking "move to SDcard" on an app, all you're doing is moving it from the ext4 side to the vfat side, and leaving a link on the ext4. this is wasting your time, and wasting space because a link takes up about 7 bytes each that doesn't need to be there.
When you look at your usage of internal storage, it will only show you the amount of internal storage used. What you will find is that a 64MB apk file will generate somewhere around 30MB of data (settings, dalvik cache, etc) to your internal usage, but the 64MB file will actually be on your SDcard. If you don't have you card partitioned, a 64mb apk will take up about 100Mb on average. (64MB is an exaggerated example most apps are 1/10th that size. I just tried to keep the numbers round and whole)
my setup shows 163768k (160MB)of total internal storage, 39MB used. But I have 111MB of apps installed. Across those 111MB of apps, they generated 100MB of Dalvik cache files that I have stored in a third sdcard partition. So my apps take up 250MB of storage, considerably more than the internal could hold on it's own