View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#596
Originally Posted by cloud596 View Post
I use deb package . that will install to home/opt/preenv/usr/palm/applications.
when I wrote this command that my asphalt 5 still cant save the game even I symlink. is that any problem where I put command.
Instead this:
Code:
mkdir -p /home/user/webos/gamesave
ln -s /home/user/webos/gamesave /media/internal
try this one:
Code:
mkdir -p /home/opt/preenv/usr/palm/applications/gamesave
ln -s /home/opt/preenv/usr/palm/applications/gamesave /media/internal