Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1820

groundspeed info arrive period is too long in 1.1.3.1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 1.1.x
    • Location
    • None
    • E7, N8, Symbian Anna

    Description

      I'm using the following code to obtain GPS data each second:

      locationDataSource = QGeoPositionInfoSource::createDefaultSource(this);
      if (locationDataSource)

      { locationDataSource->setPreferredPositioningMethods(QGeoPositionInfoSource::AllPositioningMethods); QObject::connect(locationDataSource, SIGNAL(positionUpdated(QGeoPositionInfo)), this, SLOT(positionUpdated(QGeoPositionInfo))); locationDataSource->startUpdates(); }

      After updating to Symbian Anna and updating QtMobility component to revision 1.1.3.1, QGeoPositionInfo::GroundSpeed attribute of QGeoPositionInfo is arrive each 15 seconds or even more
      GPS position arrives each second as defined
      After rolling back QtMobility to 1.1.3 GroundSpeed arrives ones per second

      Attachments

        Activity

          People

            dalaing David Laing (closed Nokia identity) (Inactive)
            vladest Vlad Stelmahovsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: