It seems that some of the sensors are not supported on Symbian Belle when used through QtMoblity Sensors API. Or am I just doing something wrong? I am testing on Nokia 700.
So... I was porting our QWidget-based apps for Symbian Belle and I got errors when launching:
Now this was weird and unexcepted. But as I was adding orientation support to app that was already working on Belle, I found out that reason was use of QOrientationSensor. Further experimenting showed that neither did QtMobility examples work. QOrientationReading, QRotationReading etc. didn't cause that launch error, but they returned null values. However orientation change on a QML example did work.Code:Launch failed: Command answer [command error], 1 values(s) to request: 'C|87|Processes|start|""|"show_orientation.exe"|[""]|[]|true' #0 {"Code":-5,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (functionality is not supported)"} Error: 'Failed to create the process (verify that the executable and all required DLLs have been transferred) (functionality is not supported)' Code: -5
But, our apps are OpenGL apps. Using some nasty hack to find out orientation from some invisible QML view doesn't sound good. But are there other options? Is it even possible?
- virne




