![]() |
Re: Palm Pre gets SDL! native gaming
@realmic
This is why you've gotta check the previous post man. There's no reason to run Preenv as Root. The ONLY reason someone needs Root is simply to change the permissions(chmod) of appinfo.json so that it can be executed(+x). I probably should have read your earlier post a bit better to double-check that, but again this goes out to everyone DO NOT RUN Preenv as root(unless there's some specific case that others have verified that it is necessary). |
Re: Palm Pre gets SDL! native gaming
Just installed NFSUC&HeroOfSparta
|
Re: Palm Pre gets SDL! native gaming
Ok I just figured I'd give an update since there hasn't been a response to my original post. I've tried to install the Grooveshark app using Preenv and I'm a little hung up. It seems possible(until I potentially hit some issues with libs), but I just lack knowledge of the structure of WebOS apps.
I followed the same instructions that worked for installation of games. When I get to the Code:
desktopgen appinfo.jsonCode:
'type' attribute is mandatory (and should be 'pdk') |
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
I'm kind of seeing a second life for both platforms if we could allow some kind of community WebOS/Maemo hybrid so they could have our useful and best apps and we can have theirs. Also, maybe I'm going too quickly or asking too many questions, but has anyone successfully found a way to save the games state or copy the save file of the running game? |
Re: Palm Pre gets SDL! native gaming
Because the web apps require the Palm WRT in their OS. If you want these apps to work on N900 you will need to port the js bindings to the underlying Palm libs to work on the Nokia WRT and connect to Maemo libs. Good luck... :)
P.S. Its not impossible... |
Re: Palm Pre gets SDL! native gaming
Guys, help me to run Blades of Fury.. it crashes on the start when loading the game.. black screen and nothing else and close the game
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
And how can i make Driver work correctly, without graphics missing
|
Re: Palm Pre gets SDL! native gaming
Quote:
games i got work: Asphalt5 NFSU and HeroofSparta |
Re: Palm Pre gets SDL! native gaming
What command i need to you use to run it from the command line?
|
Re: Palm Pre gets SDL! native gaming
To Asphalt 5 players:
Does It crashes at the race when you choose Kawasaki or newer cars? It crashes on mine so I'm wondering if it's a common issue or just mine. |
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Asphalt5 works perfectly in game play. But the problem is the cut scenes and movies. There isn't any video but only sound. is there a way to fix this?
Put the game into FAT32 partition on eMMC make it run smoother than in Opt partition. |
Re: Palm Pre gets SDL! native gaming
Maybe converting the videos will work
But I'm too lazy to test it |
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
Both are on the eMMC, so no difference there. If anything, ext3 is linux native. The benchmarks I found on Google showed better performance with ext3. Anyway, can't test it myself as I've removed the FAT32 partition. Maybe someone can time a file operation or similiar to test ($time cp ..)? |
Re: Palm Pre gets SDL! native gaming
okay igot the problem like:
error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory |
Re: Palm Pre gets SDL! native gaming
do i need:
apt-get install libsdl-net 1.2? |
Re: Palm Pre gets SDL! native gaming
Quote:
Second post found ;) |
Re: Palm Pre gets SDL! native gaming
Quote:
But after put it into FAT32 it doesn't have any frame drops. I wonder why too. |
Re: Palm Pre gets SDL! native gaming
Thanks alot
|
Re: Palm Pre gets SDL! native gaming
is there any way to get Driver running correctly?
|
Re: Palm Pre gets SDL! native gaming
Anyway Asphalt5 cannot play it's own movie.
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
apt-get install libsdl-net1.2 if u get an error then check the game compatability thread bcuz i may have gave u the wrong spelling NOVA needs the same thing to run as well |
Re: Palm Pre gets SDL! native gaming
I cant install nfsu
Tried it with the autoinstaller, and the ipk file, and he blocks on allready the first step. Did I not read a step? |
Re: Palm Pre gets SDL! native gaming
Quote:
I think it's very probable libsdlpre was compiled without all codecs, or maybe libcinema. |
Re: Palm Pre gets SDL! native gaming
cant install preenv successfully. i get this ff errors
Code:
home/user/MyDocs/Preenv # apt-get install preenv |
Re: Palm Pre gets SDL! native gaming
Quote:
apt-get -f install This will correct all the issues wrt to dependency issues. enjoy. for more info visist: www.techoinfo.com |
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
i am trying to play monopoly but i get an error when i disable the shake to roll feature and press the back button - when i run from the console i get this:
SDLGL: Requested GL minor version 0 (ignored) SDLGL: Requested GL major version 1 SDLGL: Called SetVideoMode(320, 480, 0, 0x2) SDLGL: Requested OpenGL video mode SDLGL: SDL_GLES initialized (res=0) SDLGL: Asked if video mode 800x480x16 (0x90000000) is ok PDL: Init: Service name is com.ea.app.monopoly PDL: Screen dimming prevention ON PDL: Application handles pause events PDL: Switch orientation to 3 ACCEL: Opening accelerometer PDL: Application asked for lang, giving en_GB Segmentation fault anyone knows why? all the files in the monopolyclassic folder are symlinks to a folder in mydocs, except for the executable one (all the games are working this way). Thanks. |
Re: Palm Pre gets SDL! native gaming
Quote:
I get black screens and can hear sound but i cant see anything during videos. |
Re: Palm Pre gets SDL! native gaming
Quote:
I was struggling with the very same problem for the past couple of nights, and just resolved it. The problem was the the save folder and it's contents are not writeable, and when you change an option, the app needs to make a change to some of the files and can't. So the solution is: chmod -R 777 monopolyclassic/save This will recursively give write access to everyone (i.e. user), and all works well. I've updated the Wiki (http://wiki.maemo.org/Preenv/FAQ#How...ith_an_icon.3F). Now I'm trying to move it to MyDocs to save some space, problem is you can't change ownership in MyDocs (I think because it is NTFS fs). But I moved NFSUC in to MyDocs and game saves are working fine, so I'm hoping Monopoly will be fine too. Cheers, travla EDIT: I just created symlinks to all directories under monopolyclassic, and it is working a treat - no crash on changing settings and game saves working. This saved 45mb of space, had to leave all files under monopolyclassic in /home/user/. I may have been able to create symlinks to each one of those (I saw someone had written a simple loop for this) but couldn't be bothered, only 15 mb... |
Re: Palm Pre gets SDL! native gaming
it's possible to play Gangstar on N900 one day?
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
Re: Palm Pre gets SDL! native gaming
Quote:
|
| All times are GMT. The time now is 15:55. |
vBulletin® Version 3.8.8