Re: QtGps for Trolltechs Qtopia

2008-09-13 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

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

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_applicatio

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

Re: QtGps for Trolltechs Qtopia

2008-09-12 Thread Dareus
Jim Morris wrote: > >> Another issue: qtgps keeps on saying that there an 'error opening gpsd', >> then i tried a low level access to gps, nothing worked (i already tried >> before flashing and it worked well). >> gps is power on >> # gpspipe -r >> gpspipe: could not connect to gpsd 127.0.0.1:29

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 to gpsd.h-head file. >>> 3. Modify line 15 of gps.h file from to >>> 4. configure with

Re: QtGps for Trolltechs Qtopia

2008-09-11 Thread Dareus
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 to gpsd.h-head file. >> 3. Modify line 15 of gps.h file from to >> 4. configure with command: PATH=/opt/t

Re: QtGps for Trolltechs Qtopia

2008-08-31 Thread Jim Morris
Radek Barton( wrote: > 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 w

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 b

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 qtopiag

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

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

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 shoul

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-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

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 t

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

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. h

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

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.. http://blog.wolfman.com/articles/2008/08/27/porting-xgps-to

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

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 logr

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 insta

Re: QtGps for Trolltechs Qtopia

2008-08-23 Thread Marco Trevisan (Treviño)
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). > > If you have problems let

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

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 >

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 :)

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