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)

N900L 2011-04-29 14:32

Re: Preenv webOS games compatibility list
 
no thats not my problem.
the game doesnt save any progress.
the game is installed and i can alo play but it doesnt save anything.
i

shardul 2011-04-29 14:40

Re: Preenv webOS games compatibility list
 
Is there any way to play gangster.

jedi 2011-04-29 14:49

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by N900L (Post 997380)
no thats not my problem.
the game doesnt save any progress.
the game is installed and i can alo play but it doesnt save anything.
i

No, you said:
Quote:

and whats about the 2nd command?

in uflipgamedirectory run?

how do i wirte this in xterminal?

thank you?
I'm just trying to work out your confusing posts!

Have you tried the game to see if it now saves? The chown command should/might have fixed it...

N900L 2011-04-29 14:56

Re: Preenv webOS games compatibility list
 
what is the chmod command?

Radicalz38 2011-04-29 15:39

Re: Preenv webOS games compatibility list
 
Hi guys! I did some little investigation with regards to why settlers IPK is not working also for me and asks for device ID. While a debian format of the game is working for me perfectly and noticed single file which differs to each other.
Take a look at the screenshot.
http://i164.photobucket.com/albums/u...alz38/ss-1.png

couldvbb 2011-04-29 15:56

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Radicalz38 (Post 997419)
Hi guys! I did some little investigation with regards to why settlers IPK is not working also for me and asks for device ID. While a debian format of the game is working for me perfectly and noticed single file which differs to each other.
Take a look at the screenshot.
http://i164.photobucket.com/albums/u...alz38/ss-1.png

I checked I can play normal IPK
It has texture10.bar
It does not texture11.bar
I think you should find other IPK test

Radicalz38 2011-04-29 16:02

Re: Preenv webOS games compatibility list
 
Yes I already have a working version I just wondered and tried to compare between the non working IPK and the working deb. So which means the cause why the IPK isn't working is it's because of a missing or invalid texture?
Just showing that also so it could give people the hint why their won't work since I noticed alot including me who encountered a non working settlers. And proving that symlinking and the preenv-uid isn't the real deal

jedi 2011-04-29 16:31

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by N900L (Post 997391)
what is the chmod command?

Sorry - i meant the chown command....

jflatt 2011-04-29 22:58

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Radicalz38 (Post 997419)
Hi guys! I did some little investigation with regards to why settlers IPK is not working also for me and asks for device ID. While a debian format of the game is working for me perfectly and noticed single file which differs to each other.
Take a look at the screenshot.
http://i164.photobucket.com/albums/u...alz38/ss-1.png

The non-working version tries to open texture10.bar, fails, opens texture11.bar, and compares the contents of that file with the values received as the device id. You can see this with
Code:

ltrace -e fopen,strcmp ./settlers

StocChr 2011-04-30 14:01

Re: Preenv webOS games compatibility list
 
can someone compile the ipk from angry birds seasons 1.4.0, or tell me how to do, to a working deb file?
i have the ipk file.

hadjistyllis 2011-04-30 14:04

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by N900L (Post 997380)
no thats not my problem.
the game doesnt save any progress.
the game is installed and i can alo play but it doesnt save anything.
i

open xterm
sudo gainroot
cd /home/user/Games/"U Flip"
chown user:users uflip

This will give the exe full access

AgogData 2011-04-30 14:12

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hadjistyllis (Post 997824)
open xterm
sudo gainroot
cd /home/user/Games/"U Flip"
chown user:users uflip

This will give the exe full access

does U Flip or U Connect save ? cause i finish many levels and when i close the game and start it again i have to start over

N900L 2011-04-30 15:35

Re: Preenv webOS games compatibility list
 
no such file or directory at last command

OperationNT 2011-04-30 16:28

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by StocChr (Post 997821)
can someone compile the ipk from angry birds seasons 1.4.0, or tell me how to do, to a working deb file?
i have the ipk file.

I don't understand why you need a ".deb" file if you have the ".ipk" file. You simply need to uncompress the IPK archive (by using, for example 7zip).

Once it is done, you just have to copy the folder "com.rovio.angrybirdsseasons" inside your phone and move it to a place other than "/home/user/MyDocs" (because it doesn't have the proper formating for execution permissions). So for example, you can move it to "/home/user" :
Code:

mv /home/user/MyDocs/com.rovio.angrybirdsseasons /home/user/
After this, you must write the following commands inside a terminal (assuming you put the folder to "/home/user") :
Code:

sudo gainroot
chmod +rwx /home/user/com.rovio.angrybirdsseasons/angrybirdsseasons
preenv
desktopgen /home/user/com.rovio.angrybirdsseasons/appinfo.json

You should have an icon appear on your applications list with Angry Birds Seasons.

Good luck ;).

hadjistyllis 2011-04-30 22:31

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by AgogData (Post 997828)
does U Flip or U Connect save ? cause i finish many levels and when i close the game and start it again i have to start over

open xterm
sudo gainroot
cd /home/user/Games/"U Flip" (btw just cd to the game folder)
ls (if all ok you will see the file UFlip)
chown user:users UFlip (not uflip)

AgogData 2011-05-01 01:43

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hadjistyllis (Post 998027)
open xterm
sudo gainroot
cd /home/user/Games/"U Flip" (btw just cd to the game folder)
ls (if all ok you will see the file UFlip)
chown user:users UFlip (not uflip)

The same ! i guess this game is meant to be like that.

jedi 2011-05-01 08:23

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by N900L (Post 997852)
no such file or directory at last command

we're going round in circles here.
copy/paste the output from xterm.
the occasional please and thankyou wouldn't hurt either - these are real, live people trying to help you - not bots ;)

couldvbb 2011-05-01 14:59

Re: Preenv webOS games compatibility list
 
Hockey Nations: Shootout
Can be opened, vertical
gconftool-2 --set --type int /apps/preenv/hockey_nations_shootout_2010/screen_rotation 2
But the touch point location error
http://images.plurk.com/20f008df38a5...2ec5672a6d.jpg

N900L 2011-05-01 15:30

Re: Preenv webOS games compatibility list
 
thank you for remembering me.

AgogData 2011-05-01 15:57

Re: Preenv webOS games compatibility list
 
Buka and Radiant are working and the screen orientation is fine but the touch orientation is false in both games yet they are listed as working with no bugs, the only solution is to play the game in portrait mode without returning to the old flattj's old lib .so file, so can a little .sh script file fix that ?

Berkt 2011-05-02 20:46

Re: Preenv webOS games compatibility list
 
Why rednecks vs aliens doesn't save the game??

AgogData 2011-05-02 22:41

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Berkt (Post 999040)
Why rednecks vs aliens doesn't save the game??

I've noticed that lvl 7 is its last save point and it doesn't save after that

Berkt 2011-05-03 04:01

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by AgogData (Post 999088)
I've noticed that lvl 7 is its last save point and it doesn't save after that

but is a game or a preenv problem?

Nokia 5700 2011-05-05 15:14

Re: Preenv webOS games compatibility list
 
Some games I've tested have the issue of having a weird touch area. Some also don't scale completely right. There are parts which aren't shown on screen, mostly the top.

javispedro 2011-05-05 16:10

Re: Preenv webOS games compatibility list
 
I know. Feel free to put them on the wiki. I still have some work to do but eventually (someday :P) I'll get to look at whatever is listed on the wiki.

If you have any clues at what might be wrong, different, etc. with them, feel free to add them to the Wiki or post them here too.

TimusEravan 2011-05-06 08:24

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by javispedro (Post 1000693)
I know. Feel free to put them on the wiki. I still have some work to do but eventually (someday :P) I'll get to look at whatever is listed on the wiki.

If you have any clues at what might be wrong, different, etc. with them, feel free to add them to the Wiki or post them here too.

Is there any plan to merge the code with flattj libsdlpre.so?

govprog 2011-05-06 10:21

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by javispedro (Post 1000693)
Feel free to put them on the wiki. I still have some work to do but eventually (someday :P) I'll get to look at whatever is listed on the wiki.

If you have any clues at what might be wrong, different, etc. with them, feel free to add them to the Wiki or post them here too.

Have edited wiki a little bit.
* Fixes are moved into FAQ section.
* Added the new "Partially working" section for the games that have bugs that make the games hard to play, but not impossible.
* Collected logs from T.M.O and added to the wiki.
* FAQ sorted and fixes referring to TMO have been included at the last of the page (so,not completely removed from wiki(Compatibility page))
Please let me know if the changes are admissible. If not, feel free to revert it to the last travla change or edit it. Any changes are welcome. :)
With Regards

Brian_7 2011-05-06 13:25

Re: Preenv webOS games compatibility list
 
you should add glowhockey to unplayable. It starts, but when i play the touchscreen doesn't work anymore after the first touch.

govprog 2011-05-06 14:12

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Brian_7 (Post 1001183)
you should add glowhockey to unplayable. It starts, but when i play the touchscreen doesn't work anymore after the first touch.

All right. I may give it a try and write it in the wiki after that.

Also I should thank the contributors that are developing, helping and the contributors that are enriching the wiki. Thank you all.

Brian_7 2011-05-06 23:21

Re: Preenv webOS games compatibility list
 
Anyone knows how to solve the problem with the screen and the touchscreen in the game "slice it!"?

AgogData 2011-05-10 20:25

Re: Preenv webOS games compatibility list
 
can some1 confirm that UConnect and UFlip doesn't save the game after closing just like Rednecks Vs Aliens to update the wiki ?

Brian_7 2011-05-10 21:09

Re: Preenv webOS games compatibility list
 
yes, Uflip doen't save the game.

zifis 2011-05-11 09:27

Re: Preenv webOS games compatibility list
 
1 Attachment(s)
Hey all.

I installed angry birds seasons and angry birds rio and I noticed that the graphics are poor.

Can that be fixed or is it because o the lower resolution of the game?

MastaG 2011-05-11 09:37

Re: Preenv webOS games compatibility list
 
Yes Angry Birds seems to be lower quality here too.
I installed Angry Birds Rio, Seasons and the regular Angry Birds for PreEnv.
All three seem to suffer from a lower res.
I hope this gets better in the future.

I bought all 4 level backs from OVI but the fifth one (I believe it's called Hang 'm high), isn't there on the OVI store because Nokia discontinued the N900.
However it's available for PreEnv that's the reason I also installed the regular Angry Birds on PreEnv.

travla 2011-05-11 09:54

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by MastaG (Post 1004032)
Yes Angry Birds seems to be lower quality here too.
I installed Angry Birds Rio, Seasons and the regular Angry Birds for PreEnv.
All three seem to suffer from a lower res.
I hope this gets better in the future.

I bought all 4 level backs from OVI but the fifth one (I believe it's called Hang 'm high), isn't there on the OVI store because Nokia discontinued the N900.
However it's available for PreEnv that's the reason I also installed the regular Angry Birds on PreEnv.

Actually, that is not correct. Rovio "intend" to release Rio and Seasons for Maemo, I asked them on Twitter, and while non-committal, they said they plan to release both. We'll have to wait and see I guess. Sorry to go off topic.

zifis 2011-05-11 10:01

Re: Preenv webOS games compatibility list
 
Part of the fun of owning a N900 is that you don't have to wait for N900 specific releases :D

So I don't care if they intended to release a maemo version, simply because the good people of this community have given us webos game installer ;)

the question remains: are the preenv games designed at a lower than 800x480 resolution?

travla 2011-05-11 10:12

Re: Preenv webOS games compatibility list
 
Resolution is 320 x 480.

http://www.palm.com/us/products/phon...html#techspecs

MastaG 2011-05-11 10:58

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by travla (Post 1004041)
Actually, that is not correct. Rovio "intend" to release Rio and Seasons for Maemo, I asked them on Twitter, and while non-committal, they said they plan to release both. We'll have to wait and see I guess. Sorry to go off topic.

That's great news, I hope they'll also release the fifth level pack too.
It's worth every penny.
Lol.. the reason that taking a crap takes alot longer nowadays:P

jflatt 2011-05-11 15:35

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by travla (Post 1004049)

The Pre 3 is going to be 800x480, hopefully all these apps will get updates to run at higher resolution. Some games actually can run at 800x480 now, but some get broken badly. I'll have to check out Rio, since it's so new and runs on so many OS, it might just work fine at 800x480. I may be able to add some gconf keys to make this configurable

javispedro 2011-05-11 15:38

Re: Preenv webOS games compatibility list
 
Note that sometimes they have been giving out different binaries for different devices (e.g. Pixi).


All times are GMT. The time now is 07:34.

vBulletin® Version 3.8.8