I am hoping someone out there knows something about symbolic linking. I know very little but have an idea. Couldn't a symbolic link be created that links the resources folder on the internal sdcard to the external sdcard? theoretically, when the program goes to access the file in internal memory it will be directed to the external sd card instead. Has anyone tried this and did it work? Theoretically it could possibly work but I'm not sure exactly how to do it. Any ideas?
I have an sd card that is formatted for FAT32. I installed a terminal application on my tablet so I could issue commands. I tried the following command:
ln -sf /mnt/extsd/android/data/com.logos.androidlogos /mnt/sdcard/android/data/com.logos.androidlogos
This issued an error saying "link failed no such file or directory".