View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#306
Originally Posted by santiago View Post
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

Code:
CONFIG          += link_pkgconfig
PKGCONFIG   += gtk+-2.0 hildon-1 liblocation
to build

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..
Yep, I already found that one for accessing the GPS. I was able to compile and run it without problems (not taking into account the
long time for finding a GPS fix). Thanks, anyway :-)

About the bug reporting: have a look at the "MIDlet Settings" and enable the redirecting of all console output. After running your app
you will hopefully find some useful info in the err.txt and out.txt log files in the /home/user/MyDocs/ directory.

Davy
 

The Following User Says Thank You to DavyP For This Useful Post: