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

Use of location API crashes the Nokia E71.

XMLWordPrintable

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

      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.

        1. helloworld.zip
          28 kB
          Berthier Lemieux
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes