QUOTE(ekudz @ Nov 20 2011, 09:02 PM)
what do u mean bind it? please teach .. i cant play eternal legacy due to internal sd not enough memory ..
there are many techniques to solve store data in internal sdcard to external sdcard. the technique i m using is by mount bind /sdcard/gameloft -> /sdcard/external_sd/gameloft. to do this:
Manual way:
1. copy everything in /sdcard/gameloft -> /sdcard/external_sd/gameloft
2. delete everything inside /sdcard/gameloft (leave the /sdcard/gameloft empty)
3. run as root:
- mount -o bind /sdcard/external_sd/gameloft /sdcard/gameloft
but u need to run this every time after you reboot your phone. i solved that by editing the /init.rc.
Automated way:
http://www.jayceooi.com/2011/10/02/how-to-...ternal-sd-card/This technique is better than patching game since you can basically map everything you like, not limited to gameloft data. can be used to map NaviSEA, Aura, etc...
note: you can't use softlink since internal SD is a vfat system...
*warning*: once u do that, you can no longer see the /sdcard mount when u connect your phone to PC via USB. but u still can see the external_sd. if u still wanna see the /sdcard, just:
- umount /sdcard/gameloft