If anyone is still looking for solution:
echo "export DGLES2_BACKEND=glx" >> ~/.profile
Framerate in my case has increased dramatically! Found at...
Type: Posts; User: svlasov; Keyword(s):
If anyone is still looking for solution:
echo "export DGLES2_BACKEND=glx" >> ~/.profile
Framerate in my case has increased dramatically! Found at...
Hello,
I used MeeGo::QmKeys events to adjust the volume in my application (increase/decrease) with hardware keys. But the situation is that when application starts I set the volume to some default...
http://doc.trolltech.com/4.7-snapshot/qdeclarativeintroduction.html#property-change-notifications
So I created onValueChanged handler, it doesn't work :(
Slider {...
The Slider element from MeeGo components is missing an important signal, actually it has no signals at all. How can I be notified about user interaction with the slider? Check periodically for the...
Thanks, reported there https://bugreports.qt.nokia.com/browse/QTSDK-848
From there: http://blogs.nokia.com/nordicblog/news/qml-based-ui-library-for-harmattan/
Everything under Experimental -> Harmattan is already installed
http://i54.tinypic.com/zn76v4.png
...
Hello,
I use the lates QtSDK 1.1.2, it comes with Creator 2.2.1. I created a new project using QtQuick/Harmattan template. When I switch to Designer view it doesn't display any Harmattan...
Not always it's just a single standalone executable
That's what I mean, I have to take care of 'rules' file + I need to modify the project to find its files after they were installed into...
for projects that don't follow the unix-way and use messy file structure, while when packaging one supposed to install files into proper locations: executable to bin/, binaries to lib/, resources to...
Found something relevant there http://talk.maemo.org/showthread.php?t=73231. It seems that the security framework is using DigSig http://disec.sourceforge.net/ Now the question is how to disable it?
Agree, it should be allowed to disable the Security FW when the device is in developer mode, we are talking about N950 and not N9. Qt Creator templates won't work in every situation, also...
Well, that's really troublesome to package every single binary/test-app. Is there a way to disable this Security framework? After all I'm playing with a developer device.
Hello,
I wrote a "hello world" app but can't run it on the phone.
#include <stdio.h>
int main(int argc, char **argv)
{
Yeah, but I have about 0.5 frames per second. Couldn't it be little bit faster? There is the log from QEMU http://pastebin.com/EiVJF4Qr it complains several times about some missing OpenGL stuff
How to get it working? QEMU runs too slow and it's almost unusable.
arm-qemu-rm680_linux_i686$ LD_LIBRARY_PATH=lib bin/dgles2test
Function glBlendEquationSeparate not found!
Tried on two...
I found sources of qml components gallery in http://qt.gitorious.org/qt-components, what about native widgets?
Nevermind, found the answer there http://www.developer.nokia.com/Community/Discussion/showthread.php?213344-Forum-thread-posts-in-wrong-order
Hello,
I'm new here. I've been on many forums but this one is quite inconvenient. If I want to read the first post I have to go to the last page of discussion and scroll to bottom. How to switch...
Ubuntu 10.04 x86
Yep, resolved that :)
Hello,
Where can I get exact sources of these galleries
http://i55.tinypic.com/jjp83n.png
that is native widget gallery and qml components gallery.
P.S. Please move the thread to...
I have tried with a separate download of QEMU from there
http://www.developer.nokia.com/Community/Wiki/Harmattan:Platform_Guide/Developing_with_Harmattan_Platform_SDK/Using_QEMU
and it fails to...
Supposedly that running Maemo Emulator from Creator is equal to running QEMU manually I can't it get working anyways. From the Qt docs
"Using Maemo or MeeGo Harmattan Emulator"...
Hello,
I'm running QEMU that comes with the SDK
$ ~/QtSDK1.1.2/Madde/bin/mad remote -r rx71-harmattan-1122 poweron
I created a new test app as Qt Quick Project -> Harmattan Application....
/media/Nokia Nxx/SDK/MeeGo_1.2_Harmattan_API_Reference_Beta.zip
/media/Nokia Nxx/SDK/SDK-installer-linux-32bit.bin
/media/Nokia Nxx/SDK/SDK-installer-linux-64bit.bin
/media/Nokia...