View Single Post
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#33
Originally Posted by lucky88shp View Post
@Hariainm
So i tried again, but still the same error 'home/user/applications/nova/nova/nova' is not executable....dammit!!!
LOL how many nova directories have you (/nova/nova/nova !?) well, i'm going to explain it from the beginning:

- First of all, N.O.V.A. needs an extra package in order to run. Do this in xterm:
Code:
sudo gainroot
apt-get update
apt-get install libsdl-net1.2
- Get yourself a copy of *.ipk file or the whole directory tree of the app from your Palm Pre
- If you have the .ipk file, extract it with 7zip, and them the data.tar with WinRAR (sometimes 7zip doesn't get the correct directories, at least for me). you can do this in Windows, Linux or your own N900 if you have installed p7zip and untar.
- You should get /usr/palm/applications/com.gameloft.app.nova/ and inside it /nova directory with nova executable (7.6Mb) and lot of more stuff, and appinfo.json and icon.png files
- Place only com.gameloft.app.nova and all its content (/nova and other files) in N900's /home/user directory. How? with SSH or simple mv command from your MyDocs (main internal mass storage) to that.
- Add permissions to com.gameloft.app.nova/nova/nova file
Code:
sudo gainroot
cd /home/user/com.gameloft.nova/nova
chmod 755 nova
- Now make a desktop icon
Code:
desktopgen /home/user/com.gameloft.app.nova/appinfo.json
- Now run Preenv enviroment with preenv command and type ./nova And game will run!
(TIPS: use Tab function of your terminal to autocomplete paths in order to save you some typos and mistakes. If you are lost in wich directory are you, run pwd command)
Sorry but if you can't get it to run after this... i can't explain it more noob-friendly xD

Last edited by Hariainm; 2010-10-27 at 02:29.