View Single Post
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#5
Originally Posted by riceboy View Post
let me see if i got this correct


Go to x-terminal and type:

root
preenv
cd /home/application/your game folder ( in this case my game location would be /opt/preenv/usr/palm/applications/com.gameloft.app.asphalt5)
chmod 777 res asphalt
chmod 777 gamesave
chmod 777 gamesett

will this be correct?

please be kind im a noob at this
In your case it would be:

Code:
sudo gainroot
cd /opt/preenv/usr/palm/applications/
chown -R user:users com.gameloft.app.asphalt5
exit 
exit