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)

trisha02 2011-09-23 11:21

Re: Preenv webOS games compatibility list
 
sudo gainroot
cd MyDocs
chmod +x filename.sh
sh filename.sh

should do it

raverpol 2011-09-23 11:24

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by patlak (Post 1094443)
What in the hell are you doing? I hope you don't mess anything up as root.

Type:

Code:

sudo gainroot
cd /home/user/MyDocs
sh angrybirdsseasons-mido.fayad.sh
exit
exit


I try to do steps with wiki page
thanks

patlak 2011-09-23 11:28

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by raverpol (Post 1094447)
I try to do steps with wiki page
thanks

You don't have to reply with a thanks comment each time. When someone is helpful, just press the thanks button, that's why it's there.

Also, the steps you are doing, I don't recall them being in the wiki.

raverpol 2011-09-23 11:45

Re: Preenv webOS games compatibility list
 
Im not good with commands so all I do is copy the once I find and on wiki there is:

$ mv /home/user/MyDocs/(Modname).sh (Modname).sh
$ chmod +x (Modname).sh
$ ./(Modname).sh

raverpol 2011-09-23 11:45

Re: Preenv webOS games compatibility list
 
now in sh file there is

gconftool-2 --recursive-unset /apps/preenv/angrybirdsseasons
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/enable_dpad 0
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_119_key 119 # W left screec
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_119_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_119_x 120
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_119_y 300
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_274_key 274 # down arrow
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_274_mouse 2
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_274_x 675
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_274_y 445
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_120_key 120 # x left screen
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_120_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_120_x 120
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_120_y 411
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_273_key 273 # up arrow
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_273_mouse 2
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_273_x 738
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_273_y 318
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_97_key 97 # A
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_97_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_97_x 60
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_97_y 357
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_100_key 100 # D
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_100_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_100_x 180
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_100_y 358

gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_101_key 101 # E
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_101_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_101_x 178
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_101_y 302

gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_113_key 113 # q
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_113_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_113_x 60
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_113_y 302

gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_99_key 99 # C
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_99_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_99_x 180
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_99_y 410

gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_122_key 122 # Z
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_122_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_122_x 61
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_122_y 411

gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_112_key 112 # P
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_112_mouse 1
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_112_x 738
gconftool-2 --set --type int /apps/preenv/angrybirdsrio/key_112_y 318

and wonder which is zoom in and out
BTW I try to use those letters but nothings change in game

hadjistyllis 2011-09-23 12:51

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by patlak (Post 1094129)
Super Sonic HD works with a symlink, but no sound.

EDIT: Reminds me of System Rush N95, GPU accelerated version.

i try this before but when its time to go to main menu it crashes with segmentation fault. you symlink libSDL_mixer-1.2.so.0.10.1?

patlak 2011-09-23 13:08

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hadjistyllis (Post 1094492)
i try this before but when its time to go to main menu it crashes with segmentation fault. you symlink libSDL_mixer-1.2.so.0.10.1?

Yes, that's the file I symlinked.

patlak 2011-09-23 13:09

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by raverpol (Post 1094460)
now in sh file there is
and wonder which is zoom in and out
BTW I try to use those letters but nothings change in game

You are supposed to hold a button on the keyboard and move your finger around on the touchscreen. The button replaces your other finger on screen.

raverpol 2011-09-23 13:46

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by patlak (Post 1094508)
You are supposed to hold a button on the keyboard and move your finger around on the touchscreen. The button replaces your other finger on screen.

ok, I get it but how for example zoom out?
and once again if I have Rio HD does the angrybirdsRio-mido.fayad?

raverpol 2011-09-23 15:01

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by patlak (Post 1094508)
You are supposed to hold a button on the keyboard and move your finger around on the touchscreen. The button replaces your other finger on screen.

I don't want you to think that I am lazy but I am only saking if I have problems :) I moved my games files to MyDocs and make them to be executable from WebOS directories for Avatar and NFS so I am not so lazy :)
would be nice if you could help me with that keyboard hehe

santiago 2011-09-23 16:02

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Kevstacey (Post 1093908)
try this:
sudo gainroot
cd /home/user/applications/com.com2us.sliceitpalmhd
chmod +rwx sliceit
chown -R user:users /home/user/applications/com.com2us.sliceitpalmhd/
preenv
desktopgen appinfo.json

should fix the problem

preenv-hd and desktopgen-hd this is why i edited the preenv in preenv-hd see here


@dignified
Code:

cd /preenv/games/path/
sudo rm -r com.gamename.folder
cd /usr/share/applications/hildon
ls preenv*

* it will show you all the preenv links

sudo rm -r preenv-gamename-youwanttoremove.desktop


Kevstacey 2011-09-23 18:32

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Kevstacey (Post 1094412)
i have now got Beyond Ynth running up until the map screen but seems the top of the screen is cut off and i cant enter any levels

i have followed all guides so far (weboshd.sh + webos2hd.sh scripts in place, libsdl-tab etc)

any help to get it working fully is appreciated, thanks :)

anyone had same problem?
cheers

moepda 2011-09-24 09:09

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Kevstacey (Post 1094691)
anyone had same problem?
cheers


i had virtually the same problem but unfortunately a fix as yet hasnt been found ...

santiago 2011-09-24 09:27

Re: Preenv webOS games compatibility list
 
i'm gonna try machinarium HD croos the fingers guys.. it's an amazing game!!!

hofi1870 2011-09-24 09:35

Re: Preenv webOS games compatibility list
 
Hi
The games I like Nova bia,etc Keyboards notworking
Play all the old scripts, multi-touch down
What should I do?:(

trisha02 2011-09-24 10:11

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by santiago (Post 1094966)
i'm gonna try machinarium HD croos the fingers guys.. it's an amazing game!!!

fingers crossed. but i hav one question santiago.isnt it possible to fix the games that are not working.we could take the help of the developers.ask them to help.or we could investigate what makes these games work on other platforms like android.we could copy the files from that phone.and make it work.just a gesture.i am a noob.

Brian_7 2011-09-24 12:52

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by santiago (Post 1094966)
i'm gonna try machinarium HD croos the fingers guys.. it's an amazing game!!!

The version that i downloaded had a index.html, so it didn't work. But the same thing happened with tap tap rocket and it seems that it works for the others users.

santiago 2011-09-24 13:03

Machinarium HD
 
4 Attachment(s)
Quote:

Originally Posted by trisha02 (Post 1094977)
fingers crossed. but i hav one question santiago.isnt it possible to fix the games that are not working.we could take the help of the developers.ask them to help.or we could investigate what makes these games work on other platforms like android.we could copy the files from that phone.and make it work.just a gesture.i am a noob.

Android has a different platform, to run android apps and games you need of the Dalvik Machine (like a jvm compiler). For the other question i can give you my help, i don't want to press anyone to release/fix/adjust nothing about. This is a community, untill i will have time i will help you, this is the way we follow (everybody does it)

By the way.. I tried the game Machinarium :) i want to share with you How-to get it working on N900.

first step unpack the IPK wherever you want, i unpacked it on My Preenv path (/usr/palm/applications) chmod al the files and chown them too with the User
Code:

sudo chmod -R +rwx /usr/palm/applications/org.mobilism.shiny.machinarium/*

sudo chown -R user /usr/palm/applications/org.mobilism.shiny.machinarium/*

now, you can't use preenv to run this Game becouse it'is made to run in a Enyo Framework (we want that!) by the way, the framework uses just a script to run the file in a web browser.. I adjusted the resolution page to work fine in the Microbrowser, yes it's a flash game but it's a very special game! With one text editor create a file named machinarium.htm and put it on the game-path-folder of machinarium. I used leafpad, doing this
Code:

sudo leafpad /usr/palm/applications/org.mobilism.shiny.machinarium/machinarium.htm
a empty window will appear. paste there this entry and save it with ctrl + s or pressing save in the Tap leafpad Menu.
Quote:

<html>
<title>Machinarium</title>
<body bgcolor="black">
<object>
<embed
width="980"
height="640"
allowscriptaccess="always"
allowfullscreen="true"
src="machinarium.swf">
</embed>
</object>
</body>
</html>
Now, we need to create a right Link in the desktop Menu, first of all do this to assign the righ icon to the game, copy and paste this on xterm
Code:

sudo cp /usr/palm/applications/org.mobilism.shiny.machinarium/icon.png /usr/share/icons/hicolor/scalable/hindon/machinarium.png
after this step, paste this code in the xterm
Code:

sudo leafpad /usr/share/applications/hildon/machinarium.desktop
a new wmpty window will apear paste this code and save it again with ctrl + s
Quote:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Machinarium
Exec=run-standalone.sh dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"file:///opt/preenv/usr/palm/applications/org.mobilism.shiny.machinarium/machinarium.htm"
X-Osso-Type=application/x-executable
Terminal=false
Icon=machinarium
you will see the icon at the netx reboot. To play with the game you need to lock the mouse pointer. I'm adding some screenshots :) enjoy

Dre 2011-09-24 13:27

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hofi1870 (Post 1094968)
Hi
The games I like Nova bia,etc Keyboards notworking
Play all the old scripts, multi-touch down
What should I do?:(

Same here, all of my keyboard mappings are not working any more.
What could be the problem?

trisha02 2011-09-24 13:44

Re: Preenv webOS games compatibility list
 
download libsdlpre.so (72kb) file again and place it in usr/preenv/lib where other preenv lib files are. then download the sh file for the game.then
sudo gainroot
chmod +x filename.sh
sh filename.sh
same thng happend to me.this thng solved it.

santiago 2011-09-24 13:54

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by trisha02 (Post 1095058)
download libsdlpre.so (72kb) file again and place it in usr/preenv/lib where other preenv lib files are. then download the sh file for the game.then
sudo gainroot
chmod +x filename.sh
sh filename.sh
same thng happend to me.this thng solved it.

brņ it's /opt/preenv/lib :) the place to copy the libsdlpre.so

raverpol 2011-09-24 14:08

Re: Preenv webOS games compatibility list
 
where can I find the sh file to control angry bird Rio HD and seasons HD with keyboard?

Brian_7 2011-09-24 14:17

Re: Preenv webOS games compatibility list
 
For angrybirds seasons HD, it is the same sh file of the old angrybirds seasons. And for angrybirds rio someone shared it in this thread.

trisha02 2011-09-24 14:20

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by raverpol (Post 1095071)
where can I find the sh file to control angry bird Rio HD and seasons HD with keyboard?

http://www.mediafire.com/?h7vvck3lrccf1
the link was in the preenv FAQ page. next time do a a search :)
i dont know about rio hd. i installed it. its in this thread somewhere. lost. angrybirds seasons hd works with the keyboard mapping of angrybirds seasons

raverpol 2011-09-24 14:22

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by trisha02 (Post 1095084)
http://www.mediafire.com/?h7vvck3lrccf1
the link was in the preenv FAQ page. next time do a a search :)
i dont know about rio hd. i installed it. its in this thread somewhere. lost. angrybirds seasons hd works with the keyboard mapping of angrybirds seasons

I know this site but rio from it doesnt work with hd, will try seasons later

trisha02 2011-09-24 15:11

Re: Preenv webOS games compatibility list
 
where to get the ipk of machinarium?

N900L 2011-09-24 15:17

Re: Preenv webOS games compatibility list
 
many people here seem to have many hd games installed
please post your tutorials or how you manage to install those games.

santiago 2011-09-24 16:09

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by N900L (Post 1095131)
many people here seem to have many hd games installed
please post your tutorials or how you manage to install those games.

check My Signature to run hd games

trisha02 2011-09-24 16:17

Re: Preenv webOS games compatibility list
 
where can i download machinarium santiago?

Dre 2011-09-24 17:51

Re: Preenv webOS games compatibility list
 
Try fuzzypalm blogspot

santiago 2011-09-24 18:08

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by trisha02 (Post 1095210)
where can i download machinarium santiago?

we cannot post any game file.
Use google, try with this kind of keywords


com. machinarium .ipk http:// game palm

Boemien 2011-09-24 19:00

Re: Preenv webOS games compatibility list
 
Please who can give me the way to have beyond ynth working? It does not run with me! thanks in advance. And @Santiago: Your Preenv-HD Rocks!! thanks for your work!!! :D

patlak 2011-09-24 19:12

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Boemien (Post 1095363)
Please who can give me the way to have beyond ynth working? It does not run with me! thanks in advance. And @Santiago: Your Preenv-HD Rocks!! thanks for your work!!! :D

Code:

sudo gainroot
cd /opt/preenv/lib
ln libSDL_mixer-1.2.so.0.10.1 libSDL.so
exit
exit


AndyTitan 2011-09-24 19:56

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by trisha02 (Post 1095123)
where to get the ipk of machinarium?

this is flash game, here it is http://www.offroadmaster.com/games/mashinarium.tar.gz

and open with maemo browser.

Code:

javascript:var d=(document.body.style.minWidth="1050px");
this is code for full screen put him in address Bar.

Kevstacey 2011-09-24 21:34

Re: Preenv webOS games compatibility list
 
i apologise for going off topic a bit, but look at this:

http://www.stonetrip.com/download.html

i wonder if you could use it to correct some games?

cloud596 2011-09-25 02:04

Re: Preenv webOS games compatibility list
 
@santiago i dunno , using ur preenv-hd.
Pocket cheff, skater, and uno asked device id

Alfred 2011-09-25 07:12

Re: Preenv webOS games compatibility list
 
Gyus, does anybody know the gconftool commands to fix the screen rotation and the height/width of the How to train Your own Dragon??

hadjistyllis 2011-09-25 08:20

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by cloud596 (Post 1095578)
@santiago i dunno , using ur preenv-hd.
Pocket cheff, skater, and uno asked device id

just use jflatt libsdlpre.so again and they will work

santiago 2011-09-25 11:28

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by hadjistyllis (Post 1095674)
just use jflatt libsdlpre.so again and they will work

???
read the signature! preenv-hd command is for theHD games

if you have a normal game u can use wgame and preenv 8preenv it's included in the preenv-hd pack) if you have a Hd game game use the preenv-hd command line and desktopgen-hd command read the signature.

ivgalvez 2011-09-25 11:45

Re: Preenv webOS games compatibility list
 
It would be great if management of normal libsdlpre and HD version could be done with Web OS Game Manager


All times are GMT. The time now is 05:54.

vBulletin® Version 3.8.8