I upgraded the qt.sis and qtmobility.sis files on my Symbian device from 4.6.2 and 1.0.0 to 4.6.3 and 1.0.0(1), respectively. This was the result of upgrading from the Beta to the Release Candidate 1 version of Nokia Qt SDK. Now, however, the following attempt to connect to a sensor backend no longer succeeds.
m_sensor = new QSensor("QAccelerometer");
m_sensor->addFilter(this);
if (m_sensor->connectToBackend())
qDebug("Connected to Backend");
else
qDebug("Did not connect to Backend");
Any ideas on why that might be? Thanks.




