Christiebunny
Newbie
Running a rooted Ally, velocity 1.2 ROM, amonra recovery; busybox and bash shells as well as default; and I've got a 32GB microSD, with a 5GB ext3 and a 1GB swap partition setup on it (p2 & p3, p1's a 26GB FAT32).
I've been able to move a few apps to the fat32 partition on the SD card, with apps2SD but I'd like a little more flexibility and room, so.... Is it possible to move any of the following to those partitions?
/dalvik-cache
/cache
/data/data
/data/app
/system/app
Simply moving them and "ln -s"ing them doesn't seem to work, I tried that with the FAT32 partition (25GB), and lose permissions with it, too. My best guess is, it's not mounting the partition early enough in the boot process, adb catlog was giving me 'can't find dalvik-cache' errors.
So, my questions are:
1. Is it possible to move any of those, or all of them, to that partition? And if so, how? ideally i'd like the caches on the swap partion and the apps and /data/data on the ext3.
2. How can I reliably mount those partitions, and do so early enough in the boot cycle for them to be read at the right time in the boot cycle?
less important puzzles:
3. How do I set bash as my default shell?
4. I've been told android doesn't use an fstab, but a vold.fstab instead, yet I've seen both on the system.. what's up?
5. Failing any of this, is there a way to easilly shuffle the partition boundaries around to make /data a little larger?
I've been able to move a few apps to the fat32 partition on the SD card, with apps2SD but I'd like a little more flexibility and room, so.... Is it possible to move any of the following to those partitions?
/dalvik-cache
/cache
/data/data
/data/app
/system/app
Simply moving them and "ln -s"ing them doesn't seem to work, I tried that with the FAT32 partition (25GB), and lose permissions with it, too. My best guess is, it's not mounting the partition early enough in the boot process, adb catlog was giving me 'can't find dalvik-cache' errors.
So, my questions are:
1. Is it possible to move any of those, or all of them, to that partition? And if so, how? ideally i'd like the caches on the swap partion and the apps and /data/data on the ext3.
2. How can I reliably mount those partitions, and do so early enough in the boot cycle for them to be read at the right time in the boot cycle?
less important puzzles:
3. How do I set bash as my default shell?
4. I've been told android doesn't use an fstab, but a vold.fstab instead, yet I've seen both on the system.. what's up?
5. Failing any of this, is there a way to easilly shuffle the partition boundaries around to make /data a little larger?