maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Preenv webOS games compatibility list (https://talk.maemo.org/showthread.php?t=64392)

lucky88shp 2010-10-29 04:38

Re: Preenv webOS games compatibility list
 
@AgogData
Same thing for me, cant see the video. I guess we'll have to do without tht. Its just a min long cinematic, u can watch it on youtube..type 'Asphalt 5 intro'.

toxaris 2010-10-29 08:08

Re: Preenv webOS games compatibility list
 
Ok, I have made some digging to get Settlers work with save and save space in /home.

First off be shure to get the right IPK, around 180 MB. There are an IPK package that is only 70 MB, that doesnt work.
To save space (gamefiles are total around 400 MB) in /home/user, you can move this file Settlers/sprites.bar to MyDocs and symlink it back.
Code:

ln -s /home/user/MyDocs/preenv/settlers/sprites.bar /home/user/webos/com.gameloft.app.settlers/Settlers/sprites.bar
That way you will save 350MB.
Actually that would be possible with other games that contains big files.

Next, to be able to save game you have to change rights on Settlers/Save. (as root)
Code:

chmod 777 -R /home/user/webos/com.gameloft.app.settlers/Settlers/Save
I thinks thats it. And I hope I got the code right.

hardkorek 2010-10-29 08:24

Re: Preenv webOS games compatibility list
 
Do You have any idea how to jump over first obstacle at the begining of n.o.v.a.?
I have same problem with Assasin Cread.

Seems i need to run and jump. Impossible without multitouch?

I'm not programmer myself but do you think it would be possible to code some background program that would emulate touching predefinied area on the screen via hw button?

It could have similar interface to accelomote.

do you think it is possible?

DarkShadowSwE 2010-10-29 10:39

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by ttocak (Post 856095)
EDIT new error: settlers instantly closes on start...
any one knows why or how to fix this? thanks in advance....

got the same problem , using preenv 0.1.1 and PR 1.3

cutehunk04 2010-10-29 10:43

Re: Preenv webOS games compatibility list
 
where can i find games for it.... i hav installed preenv...can anyone tell me where can i download games for it ....thankss

gorgezilla 2010-10-29 10:52

Re: Preenv webOS games compatibility list
 
hello there. me new N900 user. found these two links
http://www.youtube.com/watch?v=pGQwW...eature=related
and
forum.gsmhosting.com/vbb/f487/palm-pre-pixi-webos-apps-games-1019334/
for me it just worked for the nfs

FP125 2010-10-29 10:54

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by cutehunk04 (Post 856389)
where can i find games for it.... i hav installed preenv...can anyone tell me where can i download games for it ....thankss

Same here - what exactly is preenv - is it an application to run Gameloft (and similar) games?

dh3x 2010-10-29 11:06

Re: Preenv webOS games compatibility list
 
it's to run games for webOS to be exact (i.e Palm Pre/Pixi)

nancorocks 2010-10-29 11:10

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by DarkShadowSwE (Post 856386)
got the same problem , using preenv 0.1.1 and PR 1.3

Settlers closes by me also. pr 1.3

Any1 knows how to fix this? Thank you.

dekin 2010-10-29 11:11

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by nancorocks (Post 856415)
Settlers closes by me also. pr 1.3

Any1 knows how to fix this? Thank you.

same here. dont know the cause

AgogData 2010-10-29 11:17

Re: Preenv webOS games compatibility list
 
im about to install oregon trail now, where should i chmod 777 to save the game ?

Aranel 2010-10-29 11:22

Re: Preenv webOS games compatibility list
 
Something is wrong about The Settlers and Asphalt 5.

I'm using 180 mb version of Settlers, still It crashes on start with a SDL_Quit. Also tried chmodding, root privs and starting it via Xterm. Here's appinfo.json:

Quote:

{
"id": "com.gameloft.app.settlers",
"version": "1.1.1",
"vendor": "Gameloft",
"type": "game",
"main": "Settlers/Settlers",
"title": "The Settlers",
"icon": "icon.png",
"requiredMemory": 90
}
Also did the Asphalt 5 trick. Before symlinking, It was crashing at Loading screen, now It crashes after the "Touch to start race" screen.

NFSU, Sims 3 and many others are working good, so I think something is wrong about my games or some dependency is missing, I have no idea which one, ofc.

MD5Sum - The Settlers 1.1.1 (.ipk): 7ec3cde6e96a27aa1aba4d64e208aa8f
MD5Sum - Asphalt 5 1.0.3 (.ipk): bd64ceb183c3d5c6a9e675d9f0ae3e8a

nos4A2 2010-10-29 11:24

Re: Preenv webOS games compatibility list
 
I am running pr 1.3 and settlers, no probs..

zehjotkah 2010-10-29 11:27

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by nos4A2 (Post 856431)
I am running pr 1.3 and settlers, no probs..

was something special needed? like installing a dependency?

zerocool2k 2010-10-29 11:30

Re: Preenv webOS games compatibility list
 
Ah, I fixed the problem with "Blades of Fury"
For those that encountered
Code:

PDL: Application asked for device ID, giving 0000
You need to chmod 777 for the 2 files in .../blades/blades/
Code:

"data.sav"
"progress.sav"

You may need to create them.


I got some graphic glitches though. Had "Failed to initialize libosso" in the xterm, don't know if it's related. If someone can figure out, please tell me.

Aranel 2010-10-29 11:30

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by AgogData (Post 856422)
im about to install oregon trail now, where should i chmod 777 to save the game ?

It should be:
/home/user/applications/com.gameloft.app.oregontrail/OregonTrail

Xaaak 2010-10-29 11:34

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Aranel (Post 856428)
Also did the Asphalt 5 trick. Before symlinking, It was crashing at Loading screen, now It crashes after the "Touch to start race" screen.

same.... can help any?

AgogData 2010-10-29 11:38

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Aranel (Post 856437)
It should be:
/home/user/applications/com.gameloft.app.oregontrail/OregonTrail

so its only the main folder ?

ttocak 2010-10-29 11:48

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by nos4A2 (Post 856431)
I am running pr 1.3 and settlers, no probs..

I could not get the desktopgen to work, so i did chmod 755 on settlers executable, maybe thats why the game closes...

on what files should i add chmod 777, only on the executable?

Aranel 2010-10-29 11:59

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Xaaak (Post 856442)
same.... can help any?

Suddenly It's now working :confused: Now It sometimes crashes, sometimes not, but always crashes If I touch the screen instead of waiting for it to start the race itself.

@AgogData
I think so, didn't try. :| If doesn't work, try it with -R option. (chmod -R 77...)

ttocak 2010-10-29 12:13

Re: Preenv webOS games compatibility list
 
Settlers started in x-term, preenv, pr 1.3

PDL: Aplication asked for device ID, giving 0000
SDLGL: Called SDL_Quit

ch mod 777 only on settlers executable
ideas? :confused:

lubabula 2010-10-29 12:17

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by jflatt (Post 854270)
You can extract on n900, from the other thread page 20.
apt-get install binutils gnu-tar
ar p *.ipk data.tar.gz | /usr/bin/gnu/tar xz .

Could you help me with that command. I cant make it work.

salawat 2010-10-29 12:18

Re: Preenv webOS games compatibility list
 
hi, i just tried gangstar and it didnt work, how do i remove it? as in delete it?

ttocak 2010-10-29 12:21

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by salawat (Post 856491)
hi, i just tried gangstar and it didnt work, how do i remove it? as in delete it?

http://wiki.maemo.org/Preenv/FAQ#Sav...Docs_folder.29

Enter preenv and cd into the game folder:

$ preenv
$ cd game-folder

Become root and use desktopgen to delete game icons:

$ root
# preenv
# desktopgen -r appinfo.json
# exit
# exit

Now you can delete the game folder itself:

$ cd ..
$ rm -r game-folder

badboyuk 2010-10-29 12:27

Re: Preenv webOS games compatibility list
 
im not sure why Assassins creed is in the 1st section of the list.....yes it does work but the game isnt playable as you need a multi-touch screen

rickysio 2010-10-29 12:56

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by badboyuk (Post 856506)
im not sure why Assassins creed is in the 1st section of the list.....yes it does work but the game isnt playable as you need a multi-touch screen

It works, not unplayable, just uncompletable.

jsomby 2010-10-29 12:57

Re: Preenv webOS games compatibility list
 
Has anybody tested Palm Pre Spotify to work on N900 with preenv? Havent seen .ipk and dont have webos sdk on computer so i cannot fetch it by myself and try.

rickysio 2010-10-29 13:34

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by cutehunk04 (Post 856592)
frm where does i download the games...assassin creed,hitman,NFS,BOA.. pls tell me also

Get a Pre and download.

mele 2010-10-29 13:57

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by jsomby (Post 856552)
Has anybody tested Palm Pre Spotify to work on N900 with preenv? Havent seen .ipk and dont have webos sdk on computer so i cannot fetch it by myself and try.

I have the ipk but it was no success.

Deadwing 2010-10-29 14:13

Re: Preenv webOS games compatibility list
 
It's here any way how to fix if the device is giving undefined symbol: PDL_GerDevideName? I'm getting this at radiant game but there http://wiki.maemo.org/Preenv/Game_Compatibility says that its working..

paddyc1988 2010-10-29 14:29

Re: Preenv webOS games compatibility list
 
Ok first of I just wanted to know if theres a way of running these games for the internal memory without using system links?
I figured that its just a matter of having the right "permission" but anyone in the know will guess that I'm a bit of a noob so it could just be impossible.

Also I read a few posts that only really touched the subject, but I was wondering is it theoretically possible to run webos apps using preenv.

cddiede 2010-10-29 14:29

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hardkorek (Post 856246)
Do You have any idea how to jump over first obstacle at the begining of n.o.v.a.?
I have same problem with Assasin Cread.

Seems i need to run and jump. Impossible without multitouch?

It's totally possible. I was able to jump over the obstacles in the tutorial level in NOVA and am now on level 3. It wasn't easy but if you get a running start and then clearly let go of the dpad before you jump it works.

cddiede 2010-10-29 14:32

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by mele (Post 856636)
I have the ipk but it was no success.

preenv will only let you execute WebOS apps that were written with the native SDK, and not the older pre-library specific applications such as Foursquare, Spotify, or Pandora.

cddiede 2010-10-29 14:34

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by paddyc1988 (Post 856666)
Ok first of I just wanted to know if theres a way of running these games for the internal memory without using system links?
I figured that its just a matter of having the right "permission" but anyone in the know will guess that I'm a bit of a noob so it could just be impossible.

Also I read a few posts that only really touched the subject, but I was wondering is it theoretically possible to run webos apps using preenv.

The games binaries need to have an execute permisssion. The FAT32 formatted file systems on your internal 32GB memory block (/home/user/Mydocs) or on the MircoSD card can't support this kind of file permissions.

But your /home partition (The 2GB space where you can install apps to) is formatted ext2, which DOES support UNIX standard file permissions, so the game binaries need to live there.

This is why if you ever copy file to/from the /home partition to MyDocs or your SD card you'll see alot of warnings about not being able to preserve the original file ownership.

DarkShadowSwE 2010-10-29 14:37

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by nos4A2 (Post 856431)
I am running pr 1.3 and settlers, no probs..

how did u get urs to work ?

i did these steps :

1. 7 zip extracted the .ipk
2. unpacked the data.tar with winrar.
3. used ssh to send it to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers
4. used chmod -R 777 on /home/use/Games/settlers
5. started preenv and went to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers and used dektopgen appinfo.json

ttocak 2010-10-29 15:17

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by DarkShadowSwE (Post 856684)
how did u get urs to work ?

i did these steps :

1. 7 zip extracted the .ipk
2. unpacked the data.tar with winrar.
3. used ssh to send it to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers
4. used chmod -R 777 on /home/use/Games/settlers
5. started preenv and went to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers and used dektopgen appinfo.json

I'm really desperate, tried every single way i could find, still the same error in x-term:
PDL: Aplication asked for device ID, giving 0000
SDLGL: Called SDL_Quit
Please if anybody can help don't hold back the ideas... :(

Bratag 2010-10-29 15:18

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by DarkShadowSwE (Post 856684)
how did u get urs to work ?

i did these steps :

1. 7 zip extracted the .ipk
2. unpacked the data.tar with winrar.
3. used ssh to send it to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers
4. used chmod -R 777 on /home/use/Games/settlers
5. started preenv and went to /home/use/Games/settlers/usr/palm/applications/com.gameloft.app.settlers and used dektopgen appinfo.json

Gah - people really need to grasp the concept of permissions. You should not be doing chmod -R 777. A much better idea is to do a chown -R user:users on it. That way you simply change ownership of the file to the standard N900 user rather than opening up access to everything. Yes I know its a personal phone not a server - but right is right.

cddiede 2010-10-29 15:30

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Bratag (Post 856731)
Gah - people really need to grasp the concept of permissions. You should not be doing chmod -R 777. A much better idea is to do a chown -R user:users on it. That way you simply change ownership of the file to the standard N900 user rather than opening up access to everything. Yes I know its a personal phone not a server - but right is right.

I don't know about you, but my N900 is a personal phone AND a server. :D

jsomby 2010-10-29 15:47

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by mele (Post 856636)
I have the ipk but it was no success.

okay, thanks!

MaddogG 2010-10-29 15:51

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by enkhbayar (Post 854835)
HAWX worked for me. Its good for me.

How did you make it work? :confused:


All times are GMT. The time now is 16:02.

vBulletin® Version 3.8.8