Hi, Argh ... the lightmaps demo is actually broken!
It is supposed to use a saved track if no gps is found. But it starts replay (calls m_location->startUpdates()) only if it successfully opens a satellitedialog. This in turn doesn't exist on desktop linux and also doesn't make any sense with a simulation. Thus it never starts replay of the captured data. Furthermore it doesn't work with my bluetooth gps. I see it reading some data on the bluetooth link via hcidump, but it stops reading after a few seconds and the positionUpdated signal is never emitted. It works if i capture the nmea strings into a log file and then run this through the simulation. And yes, i changed SimulationMode to RealTimeMode, didn't set m_usingLogFile to true and fixed the satellite bug mentioned above. Till _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
