In falldetector.cpp, try changing the line:
m_accelerometer->setIdentifier("sym.accelerometer"); to
m_accelerometer->setIdentifier("Simulator.Accelerometer");
Type: Posts; User: sweedyar; Keyword(s):
In falldetector.cpp, try changing the line:
m_accelerometer->setIdentifier("sym.accelerometer"); to
m_accelerometer->setIdentifier("Simulator.Accelerometer");
Thanks for all the suggestions. Upgrading to QtMobility 1.0.2 did fix the reported error.
I tried running a number of examples of the location feature of Qt Mobility (e.g., http://wiki.forum.nokia.com/index.php/Get_continuous_location_updates_using_Qt_Mobility_API) on a Nokia 6790 device...
Your suggestion works. Many Thanks!
Here is the output:
C:\Users\sweedyar\Downloads>signsis -o writemessage.sis
Primary:
Issued by : (self-signed) Qt Development Frameworks.
Issued to : (self-signed) Qt Development...
Yes, the version I'm using has the same code as the one you show in the .pro file.
Yes I have set the "phone setting>Applicatiopns>App. manager>Software installation" to All.
I signed the QMobility example "writemessage" using Symbian Signed (Open Signed Online), but I still get the "Requested application access not granted" error when I try to deploy to a 6790 Nokia...
Thanks. As indicated in the initial post, I installed on the device both the new qt.sis and the new qtmobility.sis (i.e., 4.6.3 and 1.0.0(1)). Are you referring to something else that should be added...
When QSensor::connectToBackend() is called, the createBackend() function will be called according to the QSensorManager documentation. Thanks for the link that shows how to create "MyPlugin" class....
Thanks. But I did install the RC in a separate directory and subsequently deleted the contents of the Beta folder.
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...
I was previously able to run QSensor example apps using the Beta version of Nokia Qt SDK. However, I am now unable to do the same using the more recent Release Candidate (RC) version. Note that the...