Hi,

I'm using the Oct 2010 release of MeeGo on an N900 using these instructions:
http://wiki.meego.com/ARM/N900/Install/MMC

Is the internal GPS supported in this release?  How about the most current one?

When I run a query via Qt, I never get a valid GPS result, e.g.:
QGeoPositionInfoSource *source = 
    QGeoPositionInfoSource::createDefaultSource(this);
  
  if (source) {
    connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)),
            this, SLOT(positionUpdated(QGeoPositionInfo)));
}

I see that there is a gypsy compile flag to enable automatic turning on and off
of the internal GPS for N810, and some conjecture that this may also work for
the N900, but actually there is no /dev/pgps in either the latest Maemo or this
MeeGo release.

gypsy-daemon is running.

Basically I would like to know that if I use the most current snapshop that the
problem will go away.

Cheers,
-jonathan

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to