Re: QtGps for Trolltechs Qtopia

2008-09-14 Thread Abdelrazak Younes
Radek Bartoň wrote: Dne Saturday 13 of September 2008 22:47:38 Abdelrazak Younes napsal(a): I was thinking of kml support too so that your track and way points can be loaded in Google Earth. KML files are pretty easy to generate. But I don't think this kind of format conversion have a place

Re: QtGps for Trolltechs Qtopia

2008-09-13 Thread Abdelrazak Younes
Jim Morris wrote: Dareus wrote: I had to configure the deamon and it worked well in the end. I was thinking if you could add the option to write a gpx track using gpxlogger or cgpxlogger. That would be very useful in various use cases (http://wiki.openmoko.org/wiki/GPS_applications). I was

Re: QtGps for Trolltechs Qtopia

2008-09-13 Thread Radek Bartoň
Dne Saturday 13 of September 2008 22:47:38 Abdelrazak Younes napsal(a): I was thinking of kml support too so that your track and way points can be loaded in Google Earth. KML files are pretty easy to generate. But I don't think this kind of format conversion have a place in a GUI app. The GUI

Re: QtGps for Trolltechs Qtopia

2008-09-12 Thread Dareus
using gpxlogger or cgpxlogger. That would be very useful in various use cases (http://wiki.openmoko.org/wiki/GPS_applications). -- View this message in context: http://n2.nabble.com/QtGps-for-Trolltechs-Qtopia-tp777344p1084655.html Sent from the Openmoko Community mailing list archive

Re: QtGps for Trolltechs Qtopia

2008-09-12 Thread Jim Morris
Dareus wrote: I had to configure the deamon and it worked well in the end. I was thinking if you could add the option to write a gpx track using gpxlogger or cgpxlogger. That would be very useful in various use cases (http://wiki.openmoko.org/wiki/GPS_applications). There are plans to

Re: QtGps for Trolltechs Qtopia

2008-09-11 Thread Dareus
://n2.nabble.com/QtGps-for-Trolltechs-Qtopia-tp777344p1083110.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: QtGps for Trolltechs Qtopia

2008-09-11 Thread Jim Morris
Dareus wrote: Jim Morris wrote: Radek Barton( wrote: 1. Download lastest gpsd source code at http://download.berlios.de/gpsd/gpsd-2.37.tar.gz and unpack it somewhere. 2. Add line #include linux/limits.h to gpsd.h-head file. 3. Modify line 15 of gps.h file from limits.h to linux/limits.h

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Radek Bartoň
Dne Saturday 23 of August 2008 02:25:25 Jim Morris napsal(a): Basically just qtopiamake, make then copy resulting binary to FR, oh and you need to add the gpsd client library libgps.so to the trolltech toolchain lib. Please could someone point me to some tutorial or basic steps how to most

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Jim Morris
Radek Barton( wrote: Dne Saturday 23 of August 2008 02:25:25 Jim Morris napsal(a): Please could someone point me to some tutorial or basic steps how to most easily crosscompile libgps for Qtopia/arm and/or where to download compatible libgps.a and libgps.la? Thanks. You should be

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Radek Bartoň
Dne Monday 01 of September 2008 01:17:12 Jim Morris napsal(a): Radek Barton( wrote: Dne Saturday 23 of August 2008 02:25:25 Jim Morris napsal(a): Please could someone point me to some tutorial or basic steps how to most easily crosscompile libgps for Qtopia/arm and/or where to download

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Jim Morris
Radek Barton( wrote: Tanks, I'll look what Mokomakefile provides and how it's used. I'm trying to compile qtopiagps to learn how to crosscompile software for Qtopia. Then I would want to create ipk/opk package with qtopiagps and create an icon in applications menu. But I have to learn all

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Radek Bartoň
Dne Monday 01 of September 2008 01:57:48 Jim Morris napsal(a): Radek Barton( wrote: Tanks, I'll look what Mokomakefile provides and how it's used. I'm trying to compile qtopiagps to learn how to crosscompile software for Qtopia. Then I would want to create ipk/opk package with qtopiagps and

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Radek Bartoň
Dne Monday 01 of September 2008 02:21:05 Radek Bartoň napsal(a): Yes, I followed that page and I succed so far that it tell me that it can't find libgps. So, I tried to download gpsd sources and configure them with --target=arm-angstrom-linux-gnueabi. This went without errors or warnings but

Re: QtGps for Trolltechs Qtopia

2008-08-30 Thread Aaron Sowry
On Fri, 2008-08-29 at 11:48 -0700, Jim Morris wrote: Radek Barton( wrote: Do anyone have compiled package for share? Otherwise I would need to make one just to try an application :-). Thanks. Yes if you go to the blog, and download the tar file, there is an executable called

Re: QtGps for Trolltechs Qtopia

2008-08-30 Thread Jim Morris
Aaron Sowry wrote: I get this: # ./qtgps ./qtgps: error while loading shared libraries: libQtSvg.so.4: cannot open shared object file: No such file or directory Are you running Qtopia? Are you running from the FR console or from an ssh terminal? If the latter then you need to do

Re: QtGps for Trolltechs Qtopia

2008-08-30 Thread Lorn Potter
Aaron Sowry wrote: On Fri, 2008-08-29 at 11:48 -0700, Jim Morris wrote: Radek Barton( wrote: Do anyone have compiled package for share? Otherwise I would need to make one just to try an application :-). Thanks. Yes if you go to the blog, and download the tar file, there is an executable

Re: QtGps for Trolltechs Qtopia

2008-08-29 Thread Radek Bartoň
Dne Thursday 28 of August 2008 01:29:54 Jim Morris napsal(a): Now with github goodness ;) I have created a github repository for this, in the hopes we can grow it into a useful tool. http://github.com/wolfmanjm/qtopiagps I have also written a blog entry on ho wto setup the toolchain for

Re: QtGps for Trolltechs Qtopia

2008-08-29 Thread Jim Morris
Radek Barton( wrote: Do anyone have compiled package for share? Otherwise I would need to make one just to try an application :-). Thanks. Yes if you go to the blog, and download the tar file, there is an executable called qtgps, you just copy that to your FR, and run it on the FR.

Re: QtGps for Trolltechs Qtopia

2008-08-28 Thread Yorick Moko
On Thu, Aug 28, 2008 at 1:29 AM, Jim Morris [EMAIL PROTECTED] wrote: Now with github goodness ;) I have created a github repository for this, in the hopes we can grow it into a useful tool. http://github.com/wolfmanjm/qtopiagps I have also written a blog entry on ho wto setup the

Re: QtGps for Trolltechs Qtopia

2008-08-27 Thread Jim Morris
Now with github goodness ;) I have created a github repository for this, in the hopes we can grow it into a useful tool. http://github.com/wolfmanjm/qtopiagps I have also written a blog entry on ho wto setup the toolchain for Qtopia..

Re: QtGps for Trolltechs Qtopia

2008-08-24 Thread Marco Trevisan (Treviño)
Jim Morris wrote: Marco Trevisan (Treviño) wrote: Jim Morris wrote: Attached is the source and binary, if you have Qtopia, just copy the binary qtgps to your FR, and run it from the file manager or terminal. (I'll figure out how to package it soon). Oh you also need to install gpsd

Re: QtGps for Trolltechs Qtopia

2008-08-23 Thread Jim Morris
Marco Trevisan (Treviño) wrote: Jim Morris wrote: Attached is the source and binary, if you have Qtopia, just copy the binary qtgps to your FR, and run it from the file manager or terminal. (I'll figure out how to package it soon). Oh you also need to install gpsd (opkg install gpsd).

Re: QtGps for Trolltechs Qtopia

2008-08-23 Thread Jim Morris
Marco Trevisan (Treviño) wrote: Jim Morris wrote: Launching it from the filemanager I get an error saying Can't open gpsd, while gpsd is installed, configured and running correctly in my phone. :o Ok I uploaded a new version, now with logging :) Run it, then ssh in and do a logread,

QtGps for Trolltechs Qtopia

2008-08-22 Thread Jim Morris
Hi, I ported the xgps program from the gpsd dist, to Qtopia (Trolltechs) as there was no GPS there yet and of course no X11 programs run on it. It is still a bit crude, but it works, and lets you at least see if your GPS works or not :) It is for testing like the OM one was for. Attached is

Re: QtGps for Trolltechs Qtopia

2008-08-22 Thread Lorn Potter
Jim Morris wrote: Hi, I ported the xgps program from the gpsd dist, to Qtopia (Trolltechs) as there was no GPS there yet and of course no X11 programs run on it. It is still a bit crude, but it works, and lets you at least see if your GPS works or not :) It is for testing like the

Re: QtGps for Trolltechs Qtopia

2008-08-22 Thread Jim Morris
Lorn Potter wrote: Jim Morris wrote: Hi, I ported the xgps program from the gpsd dist, to Qtopia (Trolltechs) as there was no GPS there yet and of course no X11 programs run on it. It is still a bit crude, but it works, and lets you at least see if your GPS works or not :) It is for

Re: QtGps for Trolltechs Qtopia

2008-08-22 Thread Lorn Potter
Jim Morris wrote: Lorn Potter wrote: Jim Morris wrote: Hi, I ported the xgps program from the gpsd dist, to Qtopia (Trolltechs) as there was no GPS there yet and of course no X11 programs run on it. It is still a bit crude, but it works, and lets you at least see if your GPS works or

Re: QtGps for Trolltechs Qtopia

2008-08-22 Thread Jim Morris
Lorn Potter wrote: One thing I was going to do was run the gps code in a thread so the UI comes up faster. One thing you could try, is only setupUi in the constructor, and then delay the other stuff in another slot with a singleshot timer. Yep that helped a little on the FR, helped a lot