[MeeGo-dev] GPS, Meego && IVI

2010-08-28 Thread Nasa
Hi, I have some questions on implementation of gps on meego, I asked on IRC and was pointed this way... So while googling I noted that both gpsd and gypsy are installed in the IVI version of meego (which I verified was true). Some of the messages I came across suggest gypsy is the *default* s

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Nasa
> Hi, > > I have some questions on implementation of gps on meego, I asked on > IRC and was pointed this way... > > So while googling I noted that both gpsd and gypsy are installed in > the IVI version of meego (which I verified was true). Some of the > messages I came across suggest gypsy is t

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Kevron Rees
> >> Hi, >> >> I have some questions on implementation of gps on meego, I asked on >> IRC and was pointed this way... >> >> So while googling I noted that both gpsd and gypsy are installed in >> the IVI version of meego (which I verified was true). Some of the >> messages I came across suggest gyp

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Arjan van de Ven
On 8/30/2010 8:38 AM, Kevron Rees wrote: Hope that helps. As I understand, the qt-mobility location backend for meego will be geoclue/gypsy. So that should at least abstract application writers from having to know the details of the device. yep meego.com will use/is using geoclue/gypsy co

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Nasa
- "Kevron Rees" wrote: > > > >> Hi, > >> > >> I have some questions on implementation of gps on meego, I asked > on > >> IRC and was pointed this way... > >> > >> So while googling I noted that both gpsd and gypsy are installed > in > >> the IVI version of meego (which I verified was true).

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Kevron Rees
[snip] >> Hi nasa, >> >> gypsy requires some application to have knowledge of the device and to >> set >> it up via the gypsy dbus api. I was told that gypsy should really be >> used >> with some sort of management layer like geoclue which I assume has >> some >> sort of configuration that it read

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Sanny Chawla
Hi, Geoclue master provider uses gconf key to set the gps device for Gypsy. Below is one of the example which sets the path to bluetooth device. gconftool-2 -t string -s /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice 00:02:76:C5:81:BF AFAIK, gypsy has support for Serial gps devices and

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Kevron Rees
> Hi, > > Geoclue master provider uses gconf key to set the gps device for Gypsy. > Below is one of the example which sets the path to bluetooth device. > > gconftool-2 -t string -s > /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice 00:02:76:C5:81:BF > > AFAIK, gypsy has support for Serial g

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Sanny Chawla
On Tue, Aug 31, 2010 at 12:18 AM, Kevron Rees wrote: > > AFAIK, there is no supl support in gypsy at the moment. The problem is, > there seems to be no standard way to feed agps data back to the gps > device. Device mfg's use proprietary command sets to achieve this. > Getting the agps data fro

Re: [MeeGo-dev] GPS, Meego && IVI

2010-08-30 Thread Michael Leibowitz
On Mon, 2010-08-30 at 11:48 -0700, Kevron Rees wrote: > AFAIK, there is no supl support in gypsy at the moment. The problem is, > there seems to be no standard way to feed agps data back to the gps > device. Device mfg's use proprietary command sets to achieve this. > Getting the agps data from

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-01 Thread Nasa
- "Kevron Rees" wrote: > > Hi, > > > > Geoclue master provider uses gconf key to set the gps device for > Gypsy. > > Below is one of the example which sets the path to bluetooth > device. > > > > gconftool-2 -t string -s > > /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice > 00:02:76:

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-01 Thread Michał Sawicz
Dnia 2010-09-01, śro o godzinie 23:01 +, Nasa pisze: > For additional points -- this there a way to check gps data from > geoclue > without navit? Geoclue has a D-Bus API that you can use with either dbus-launch or d-feet for a better view. Basically you need to create a master client, set the

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-03 Thread Nasa
> > > Hi, > > > > > > Geoclue master provider uses gconf key to set the gps device for > > Gypsy. > > > Below is one of the example which sets the path to bluetooth > > device. > > > > > > gconftool-2 -t string -s > > > /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice > > 00:02:76:C5:81:BF

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-09 Thread Nasa
- "Nasa" wrote: > > > > Hi, > > > > > > > > Geoclue master provider uses gconf key to set the gps device > for > > > Gypsy. > > > > Below is one of the example which sets the path to bluetooth > > > device. > > > > > > > > gconftool-2 -t string -s > > > > /apps/geoclue/master/org.freedeskto

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-09 Thread Kevron Rees
>> > Does anyone know how to get this to work? >> > >> > For additional points -- this there a way to check gps data from >> > geoclue >> > without navit? > > Just to keep this thread alive > > Is this a use case that is being worked for meego (ie: usb attached > gps reciever that provides gps

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-10 Thread Nasa
- "Kevron Rees" wrote: > >> > Does anyone know how to get this to work? > >> > > >> > For additional points -- this there a way to check gps data from > >> > geoclue > >> > without navit? > > > > Just to keep this thread alive > > > > Is this a use case that is being worked for meego (ie

Re: [MeeGo-dev] GPS, Meego && IVI

2010-09-21 Thread Nasa
- "Nasa" wrote: > - "Kevron Rees" wrote: > > > > > > >> Hi, > > >> > > >> I have some questions on implementation of gps on meego, I asked > > on > > >> IRC and was pointed this way... > > >> > > >> So while googling I noted that both gpsd and gypsy are installed > > in > > >> the IVI