View Single Post
Posts: 33 | Thanked: 30 times | Joined on Sep 2008
#554
Yet another question... How do you install applications that are counting on filling the "internal memory" card, rather than the flash? For example, the map program (i.e. Wayfinder). When you try to download a map, it just says sorry there isn't enough room! DOH!
I ended up creating a "dummy card", moved the "map" folder to it, and then it worked:

Code:
mkdir /media/mmc3
chmod 777 /media/mmc3
chown user /media/mmc3
mv /media/mmc2/map /media/mmc3
I'm lucky this even worked. If anyone thinks this is evil, let me know! Not sure what I'll do if I find another app that behaves the same...

Last edited by Eladon; 2008-10-21 at 10:24.