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

Use of location API crashes the Nokia E71.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • 1.0.2
    • 1.0.0
    • Location
    • None
    • Nokia QT SDK v1.0

    Description

      Using the location API on the Nokia E71, gives an error message "LBS thread crashed". I basically only request a location update, following the example in the documentation:

      QGeoPositionInfoSource *source = QGeoPositionInfoSource::createDefaultSource(this);
      if (source)

      { connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)), this, SLOT(positionUpdated(QGeoPositionInfo))); source->startUpdates(); }

      (See whole project attached) The code works well in the Nokia QT SDK emulator.

      Attachments

        1. helloworld.zip
          28 kB
          Berthier Lemieux

        Activity

          People

            dalaing David Laing (closed Nokia identity) (Inactive)
            bertlemieux Berthier Lemieux
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: