>-----Original Message----- >From: [email protected] [mailto:qt-mobility- >[email protected]] On Behalf Of ext Grego >Sent: Tuesday, 3 August 2010 1:32 AM >To: [email protected] >Subject: [Qt-mobility-feedback] 1.0.2 release questions, for Symbian in >particular > >Hi, > >I have a few questions, I'm a relative newcomer to QtMobility APIs, so >please bear with me: > >Does the Qt Creator "Help -> Start Updater" bring the mobility APIs to >1.0.2? >Does using 1.0.2 require relinking applications, or is installing >1.0.2 on the phone enough?
It depends what version of Mobility your application was build with. If it was build using Mobility 1.0.0 I am afraid you have to recompile as the library versions on Symbian have changed. In addition there were changes in some API as well. The most notable one was Multimedia between 1.0.0 and 1.0.1. Then again Multimedia was marked as Beta during the 1.0.0 release anyway. There were two more minor changes in Contacts and Sensors as well (1.0.0->1.0.1). They should not matter too much though as the changes were in an obscure area (in the case of Contacts) and unless you have written a sensor plug-in you wouldn't hit the Sensor change either. >Does the smart installer now automatically pull in 1.0.2? The appropriate changes were initiated. It should be available any time soon. >The very first item in release notes mail says: > > Bug: Location on Symbian not working > Status: Fix Verified > Details: 1.0.2 package will be generated with LBT disabled > >what is LBT? Support for Location Based Triggering (or something along this line). It simplifies/enables certain aspects of the area monitoring support in the location API (on Symbian). >Is there a JIRA (QTBUG) for the items for more details? http://bugreports.qt.nokia.com/browse/QTMOBILITY-360 -- Alex _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
