|
2012-02-26
, 17:51
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#302
|
|
2012-02-26
, 18:55
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#303
|
/MyDocs/java/Mario_Advisor_v0.61 $ /opt/phoneme/bin/runmidlet ./Mario_Advisor.jar
[./Mario_Advisor.jar]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: ./Mario_Advisor.jar may be a plain executable, not an archive
|
2012-02-26
, 19:10
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#304
|
|
2012-02-26
, 22:30
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#305
|
CONFIG += link_pkgconfig PKGCONFIG += gtk+-2.0 hildon-1 liblocation
|
2012-02-26
, 23:46
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#306
|
at the end of this page, you'll find an example to use liblocation api
Link: http://wiki.maemo.org/Documentation/...g_Location_API
Also down here attached you have a Qt example about the Maemo Location that uses liblocation, reference is here: http://maemo.org/api_refs/5.0/5.0-final/liblocation/
add this to your .pro file
to buildCode:CONFIG += link_pkgconfig PKGCONFIG += gtk+-2.0 hildon-1 liblocation
gcc main.c `pkg-config --cflags --libs gtk+-2.0 hildon-1 liblocation`
one question: do you have a way to print a bug report? i mean. can you implement a way to log all the classe error on a file? to help you in this way will be nice a bugreport button on phoneme. something like send a bug. just becouse i tryed many games/apps free and copyrighted..
The Following User Says Thank You to DavyP For This Useful Post: | ||
|
2012-02-27
, 00:28
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#307
|
The Following 3 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-02-27
, 01:07
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#308
|
However, I am not sure if this works on the N9. It is quite likely that the
service, mimetype and icon files should be put in a different folder
(compared to Maemo).
Could N9 owners please check whether they can find other xml mime
package descriptions in /usr/share/mime/packages/ and service
descriptions in /usr/share/dbus-1/services/
Thanks
Davy
|
2012-02-27
, 03:23
|
Posts: 250 |
Thanked: 126 times |
Joined on Dec 2010
|
#309
|
There is yet another new build (20120227) online at:
http://davy.preuveneers.be/phoneme/public/maemo/deb/
With this build, you should be able to select a jar or jad in the File
manager, and phoneME should automatically open it (rather than going
through the 'Run MIDlet' application). It took me a while to figure out
how filenames were passed along through dbus and how to set up a
service to handle the JAR/JAD file types. I also added two icons to
better distinguish the JAR and JAD files
|
2012-02-27
, 11:40
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#310
|
The java midlet from the German railways runs quite well with phoneme (but of course without GPS).
However, I have trouble with the german Handyticket app, which would be quite useful to have:
http://www.handyticket.de/curr_ver/G...hPhone-dht.jar
It starts the main menu fine, but any selection results in a network server error in the layout of the app.
Log files (err and out.txt) are empty, so there is little more I can say.
For the app to be useful one would need to register, but to reproduce the error it is not necessary.
Any help would be appreciated as the midlet is much more convenient then the web version.