The Russian link summaryl: steps to be able to see music, photos, etc in stock apps 1. Put your files on the memory card preferably keeping the same file structure as on the tablet, 2. On internal usb memory create ExtSD 3. Install app GScript, 4. create a script with the following code "mount -o bind /mnt/mmcblk1p1 /mnt/sdcard/ExtSD" and click check box NEED SU and save, 5. Run this script, refresh stock apps to see photos etc
For games script is like "umount /mnt/sdcard/Android/data/com.rockstar.gta3 mount -o bind /mnt/mmcblk1p1/Android/data/com.rockstar.gta3 /mnt/sdcard/Android/data/com.rockstar.gta3" with the respective folder copied to memory card beforehand. Again check NEED SU option, save, debug for FAILED meaning script errors or NOT FOUND meaning missing folder on sd, etc.
Apparently you can also see the folder on usb when connected to the pc too.
Hope it helps. I saw similar examples of this scripting in other posts but have not tried any of that myself.
Sent from my Sony Tablet S using Tapatalk
For games script is like "umount /mnt/sdcard/Android/data/com.rockstar.gta3 mount -o bind /mnt/mmcblk1p1/Android/data/com.rockstar.gta3 /mnt/sdcard/Android/data/com.rockstar.gta3" with the respective folder copied to memory card beforehand. Again check NEED SU option, save, debug for FAILED meaning script errors or NOT FOUND meaning missing folder on sd, etc.
Apparently you can also see the folder on usb when connected to the pc too.
Hope it helps. I saw similar examples of this scripting in other posts but have not tried any of that myself.
Sent from my Sony Tablet S using Tapatalk