weimingtom / openwig

Automatically exported from code.google.com/p/openwig
1 stars 0 forks source link

Openwig on Nokia N9 with phoneME Java platform app doesn't work #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What cartridge are you playing?
Any

What is your phone/PDA manufacturer and model? What GPS are you using?

Im trying to use Nokia N9 with PhoneMe Advanced Java Platform. 
http://davy.preuveneers.be/phoneme/
 I guess this is not supported yet but It would be great to have this program work also in Meego devices. Everything starts fine with openWig. OpenWig starts fine in this platform. 

What steps will reproduce the problem?
1.gwc file opens nicely. I can see the first page of catrridge
2.Change GPS to internal. shows a gps location 
3. By Pressing start button,  craches cartridge and openwig main page shows up. 

What is the expected output? What happens instead?
Cartridge to start. -> Cartridge Did not run.

If you see an error screen, please type its contents here:
on attachment

What version are you using?
latest

Please provide any additional information below.
Err file from the applet.

Original issue reported on code.google.com by small.o...@gmail.com on 22 Aug 2012 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
well, the err log says that "catched signal 11", which is something the 
underlying platform should never ever do.
there is some sort of error above it that could be traced into openwig, about 
seeking not supported - it might be possible to work around it, but it would 
still be better if this was fixed in PhoneME. and if the signal 11 thing is 
unrelated, such workaround wouldn't help until PhoneME was fixed.

so i'm afraid i can't support this configuration at this point.
perhaps you could report this to PhoneME developers and see if they can do 
something about it

MeeGo seems to have a full Java 2 SE, though. you might want to try running 
DesktopWIG on it. i believe it would be much more straightforward to support 
that. i'm not sure how the N9 would handle the GUI, but it's worth a try.

Original comment by matej...@gmail.com on 22 Aug 2012 at 9:02