document updated 9 years ago, on Dec 21, 2014
You can access game files at /data/data/<id>/files/
You can access these game files from your Linux computer by:
- install Terminal IDE
- install Rooted SSH/SFTP Daemon
- make the phone is connected via wifi
- on Linux:
sudo apt-get install sshfs
sudo mkdir /media/$LOGNAME/android/
sudo sshfs root@192.168.1.67:/ /media/$LOGNAME/android/ -o allow_other