View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#790
Originally Posted by despat View Post
enkhbayer, can you explain how you got HAWX to work. I've tried the following but when I click on the desktop icon, It does not run (goes back to desktop after a brief black screen). Anything I've missed?


First, i extracte the game package with downloaded game folder access com.gameloft.app.hawx

With FILEBOX copied to / home / user /

Then enter the XT

root

mkdir-p / media / cryptofs / apps / usr / palm / applications

ln-s / home / user / com.gameloft.app.hawx / / media / cryptofs / apps / usr / palm / applications /

cd / home / user / com.gameloft.app.hawx / hawx

chmod a + x hawx

chmod-R 777 / home / user / com.gameloft.app.hawx /

preenv

desktopgen / home / user / com.gameloft.app.hawx / appinfo.json
What happens when you try and run the game from Xterm?
Code:
$ preenv
$ cd /home/user/com.gameloft.app.hawx/hawx
$ ./hawx
By the way, there's numerous mistakes in the commands you've given, mainly with spaces missing or additonal spaces you don't need....