View Single Post
Posts: 219 | Thanked: 40 times | Joined on Sep 2010
#481
Originally Posted by Leon4 View Post
Originally Posted by zerocool2k View Post
You have to chmod the correct executable file. For NFS, it's right at the outermost folder, but for NOVA it's in .../com.gameloft.app.nova/nova/ (filename is nova). Same for asphalt5, the executable file is in: .../com.gameloft.app.asphalt5/Asphalt5 (filename is Asphalt5). Note that everything is case sensitive.
im doing it that way now, example, cd /home/user/com.gameloft.app.nova/nova/
then i chmod +rwx nova, but when i enter desktopgen appinfo.json it says now: Unable to prase "appinfo.json": Failed to open file 'appinfo.json': No such file or directory wtf does that mean now??
Because appinfo.json is in the outer nova folder. If you are in the inner nova folder, you need to "cd .." first to get out, then run the desktopgen command. Pay attention to where files are located, don't just enter command blindly.