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.
sudo chmod -R +rwx /usr/palm/applications/org.mobilism.shiny.machinarium/* sudo chown -R user /usr/palm/applications/org.mobilism.shiny.machinarium/*
sudo leafpad /usr/palm/applications/org.mobilism.shiny.machinarium/machinarium.htm
<html> <title>Machinarium</title> <body bgcolor="black"> <object> <embed width="980" height="640" allowscriptaccess="always" allowfullscreen="true" src="machinarium.swf"> </embed> </object> </body> </html>
sudo cp /usr/palm/applications/org.mobilism.shiny.machinarium/icon.png /usr/share/icons/hicolor/scalable/hindon/machinarium.png
sudo leafpad /usr/share/applications/hildon/machinarium.desktop
[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