Ran into a bit of an issue. Initially I intalled my main rom "Simplex" to Slot 1 with a 3gb partition. Everything worked flawlessly for the day I ran with it. Even restored 300+ apps via TIBU with no issue.
Move forward a day: Yesterday I created a 2nd slot/partition of just 2gb and proceeded to install CM10 JB which worked flawlessly. I even cut down on the apps restored via TIBU to about just 100 of my most essential. Everything working fine in that slot/rom.
Late yesterday upon not being able to make/receive phone calls in CM10 (Probably a whole nother issue with that rom...) I rebooted to Slot 1 Simplex and now I am continuously getting the warning: Low on volume space: Internal Storage Space is getting low... - Even though I have done nothing more in this original slot as in installed new apps, ect...
Any ideas? How to solve? Thanks.
The main issue is that the stock ROMs use the /sdcard as primary storage, instead of /sdcard-ext. I'm working on a fix. To change the way your Simplex ROM works reverse the /sdcard and /sdcard-ext lines in the /system/etc/rootfs/init.mapphone_cdma.rc file:
Change this line:
export EXTERNAL_STORAGE /mnt/sdcard
To this:
export EXTERNAL_STORAGE /mnt/sdcard-ext
And this line:
export SECONDARY_STORAGE /mnt/sdcard-ext # Feature 34534
To this:
export SECONDARY_STORAGE /mnt/sdcard # Feature 34534
I should get the word out to devs who are working on MotoBlur ROMs that this would be the preferred setup for SD cards now.
Also the 3GB data partitions are really only there for HEAVY app users. In almost every case they are way overkill. I would bet that even 300+ apps fit on the 2GB partition.
How's your free space on the 3GB partition look? (use "df" in shell)