Quote:
Originally Posted by TorgoJohnson
Theoretically, is it true that since that Android apps are stored and run from the SD card, you can fill up the rest of your card with apps? I know that on Android phones, you have to store and run apps from internal memory, unless you manage to root the OS.
|
Android is already rooted. Rootfs and data is just on your SD card running out of an image file. Squashfs mushes the rootfs image as a pseudo rom and your data storage as just a mount point I think...
The only thing I can think is to make a mount point for the Apps folder to be on a SD card. It would have to be mapped to a device ID such as /dev/sdb1 if such option is implemented.