Thanks for your help!
You're right on the unneeded signal wrapper. Your first code snippet works great, except for the variable types in the rotationChanged function, which aren't needed (they...
Type: Posts; User: cymerio; Keyword(s):
Thanks for your help!
You're right on the unneeded signal wrapper. Your first code snippet works great, except for the variable types in the rotationChanged function, which aren't needed (they...
I used this to get rotation data (in angles, but not for orientation in the form of portrait, landscape, etc)
Item {
id: sensor
signal rotationChanged (real xr, real yr, real zr)
...
I don't know if this post belongs here, as it's about both QML and QMobility.
I successfully accessed rotation and accelerometer data with QML, but I'm currently struggling with AmbientLightSensor...
Thanks, but that doesn't work for standalone apps, only for apps executed within qmlviewer (there's no executable in that example, only qml).
Also, that example isn't in my SDK, dunno why.:confused:...
For some reason, the Qt Simulator wasn't detected by QtCreator. I had to add it manually specifying the Simulator's qmake binary in Tools -> Qt4 -> Qt Versions.
So the "can be tested easily on the...
I'm using QtSDK 1.1 beta on 64bit Linux, and I'm trying to deploy to s60v5 (5800XM).
I created a QML app using the QtCreator app wizard. It created some C++ code that it's supposed to control...
Agreed.
I had some experience programming Qt for the desktop and was looking to learn Qt for Symbian, but Nokia didn't bother to include it in the firmware upgrades (like Java), so meanwhile I was...
Bye bye Qt. Bye bye Nokia.
I call this a "black friday".
Are you joking right?
This is suicide for the company.
I'm chose Nokia for their commitment to open-source. Just started to learn Symbian C++.
I'm used to programming in Qt too, but was just...
But it says "Using this package, you can build applications for S60 1st, 2nd and 3rd ed, and UIQ 3, on Linux and OS X."
I want to develop for a 5th ed touch phone. I'm confused as that website...
I want to develop for my s60v5 (5800XM) in a native way (i.e. not Qt, not Java, not Flash, only Symbian C++) within Linux if possible.
Ideally also no emulation (i.e. Wine, virtualization software),...
There are no sis files in the SDK for Linux (I don't know why).
Oh, that's a pity. I hope someday it could be possible though.
Anyway, I installed Qt finally by going with the phone to http://qt.nokia.com/phonedemos and downloading qt-demos.sis.
My app still...
Hi.
I'm trying to develop for the 5800XM device in Linux, so I downloaded and installed Nokia Qt SDK, and configured the Remote Compiler.
It generates a sis file, so it seems to work.
My app...
Hi.
I'm trying to develop for the 5800XM device in Linux, so I downloaded and installed Nokia Qt SDK, and configured the Remote Compiler.
It generates a sis file, so it seems to work.
The first...