The Following User Says Thank You to JMacalinao For This Useful Post: | ||
|
2010-10-27
, 18:43
|
Posts: 39 |
Thanked: 36 times |
Joined on Aug 2010
@ UAE
|
#362
|
|
2010-10-27
, 18:54
|
Posts: 92 |
Thanked: 9 times |
Joined on Apr 2010
|
#363
|
|
2010-10-27
, 19:08
|
Posts: 39 |
Thanked: 36 times |
Joined on Aug 2010
@ UAE
|
#364
|
|
2010-10-27
, 19:32
|
Posts: 92 |
Thanked: 9 times |
Joined on Apr 2010
|
#366
|
install preenv from terminal
Enable Extra-devel
xterminal:
root
apt-get update
apt-get install preenv
extract the webOS game.ipk and you'll get two tar files.
Control.tar.gz and Data.tar.gz,
extract Data.tar.gz and you'll get:
data.tar ->extract it and you'll get :
usr
data
Go into usr and inside you'll find an applications folder.
Copy what's inside the folder (a folder called com.ea.xx.xxx.xx or com.gameloft.xx.xxx)
create a folder called "applications" in home/user/
copy the com.xxx.xxx.xxx to your /home/usr/applications via SSH
should looks like this: home/user/applications/com.xxx.xxx..xxx
run the following command:
xterminal: root
chmod +rwx /home/user/applications/com.xxx.xxx.xx/nfsuc
preenv
desktopgen /home/user/applications/com.xxx.xxx.xx/appinfo.json
some games gamefile is located inside the folder directory:
example: com.ea.xxx.xxx/monopoly/monopolyclassic
done.
Go to appl list and you should see an icon of the game
Look for the file without extension and has the name of the game then chmod it.
Maxx
|
2010-10-27
, 19:38
|
Posts: 55 |
Thanked: 5 times |
Joined on Sep 2010
|
#367
|
|
2010-10-27
, 19:47
|
Posts: 22 |
Thanked: 4 times |
Joined on Dec 2009
|
#368
|
Though Settlers 1.1.1 is supposed to be playable, as seen in the wiki and some pictures uploaded by users, I haven't been able to run it.
This is the log from the console:
Other games are working fine.Code:PDL: Init: Service name is com.javispedro.preenv.Settlers PDL: Music is playing PDL: Screen dimming prevention ON SDLGL: called sdl_init with flags = 0x100030 X11: PID is 7761 SDLGL: Requested GL major version 1 SDLGL: SDL_GLES initialized (res=0) SDLGL: Ignoring doublebuffer preference SDLGL: Requested GL minor version 1 (ignored) SDLGL: Called SetVideoMode(320, 480, 0, 0x80000002) SDLGL: Requested OpenGL video mode SDLGL: Asked if video mode 800x480x16 (0x90000000) is ok PDL: Application asked for device ID, giving 0000 SDLGL: Called SDL_Quit
The Following User Says Thank You to mariuscm For This Useful Post: | ||
|
2010-10-27
, 19:52
|
Posts: 111 |
Thanked: 33 times |
Joined on Sep 2010
|
#369
|
|
2010-10-27
, 20:07
|
Posts: 183 |
Thanked: 33 times |
Joined on Aug 2010
|
#370
|
jmac.ph