Active Topics

 



Notices


Reply
Thread Tools
santiago's Avatar
Posts: 518 | Thanked: 334 times | Joined on Mar 2010 @ italy
#2811
Originally Posted by Kevstacey View Post
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

Last edited by santiago; 2011-09-23 at 16:08.
 
Kevstacey's Avatar
Posts: 400 | Thanked: 76 times | Joined on Nov 2009 @ uk
#2812
Originally Posted by Kevstacey View Post
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
 

The Following User Says Thank You to Kevstacey For This Useful Post:
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#2813
Originally Posted by Kevstacey View Post
anyone had same problem?
cheers

i had virtually the same problem but unfortunately a fix as yet hasnt been found ...
 
santiago's Avatar
Posts: 518 | Thanked: 334 times | Joined on Mar 2010 @ italy
#2814
 
Posts: 3 | Thanked: 0 times | Joined on Sep 2011
#2815
Hi
The games I like Nova bia,etc Keyboards notworking
Play all the old scripts, multi-touch down
What should I do?
 
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#2816
Originally Posted by santiago View Post
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.
__________________
PR 1.3
CSSU (TESTING)
KERNEL POWER 49
BACKUPMENU
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#2817
Originally Posted by santiago View Post
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's Avatar
Posts: 518 | Thanked: 334 times | Joined on Mar 2010 @ italy
#2818
Originally Posted by trisha02 View Post
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.
<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
[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
Attached Images
    

Last edited by santiago; 2011-09-27 at 01:10.
 

The Following User Says Thank You to santiago For This Useful Post:
Posts: 22 | Thanked: 18 times | Joined on Feb 2011 @ Trinidad
#2819
Originally Posted by hofi1870 View Post
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?
 
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#2820
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.
__________________
PR 1.3
CSSU (TESTING)
KERNEL POWER 49
BACKUPMENU
 

The Following 2 Users Say Thank You to trisha02 For This Useful Post:
Reply

Tags
games, multi touch, palm pre, preenv, profile, reach page 250?, speed, yesssss


 
Forum Jump


All times are GMT. The time now is 11:57.