ok so in case there are other guys there that bang their heads on monitor (like I did).... This is a bug in developer.nokia.com signing system that broke authentication. This bug is fixed and will...
Type: Posts; User: tipul07; Keyword(s):
ok so in case there are other guys there that bang their heads on monitor (like I did).... This is a bug in developer.nokia.com signing system that broke authentication. This bug is fixed and will...
Hello,
Is the support for remote compiler still there? I get "Forum Nokia authentication failed" error. Password works fine on browser (as u can see ), also is not the linux authentication error...
Just tested now on my linux machine where I was authenticated before. I clicked Logout to try to authenticate again, but re-authenticated failed. I wish I tested run a remote compilation b4...
Hello,
Is the support for remote compiler still there? I get "Forum Nokia authentication failed" error. Password works fine on browser (as u can see :) ), also is not the linux authentication...
Hi mkhpad,
Are you sure your app has rights to write directly on C:\ ? If you have another drive try writing the file there or write in private app directory.
Regards,
Andy
Thnx izinin for the tip.
If I "transfer" each scalar from read value to a "structure" inside the item it works.
Too bad they didn't do a copy method for items to copy all attribures directly.
...
Hi there,
I'm trying to get distance in meters between points read using PositionSource. Reading points goes well (on simulator and on device), but when I want to keep first position read in a...
I spent about 2 weeks trying to get qpixmaps or qimages out of QViewFinder with no luck.
Best I could get was something like:
camera = new QCamera( devices.at( cameraIndex ).toLatin1() );...
So from what I understand you want your editor widget to be wider.
I didn't test, but I think editor widget comes in this method with parent set to table cell, hence cell size restriction. It might...
I think Qt Mobility 1.1.1 will go official soon. I personally go with Qt Mobility 1.1.1 (Qt SDK 1.1)
Andy
You should let it self-signed and just comment ReadDeviceData and WriteDeviceData.
TARGET.CAPABILITY = NetworkServices \
ReadUserData \
WriteUserData \
...
Hi witsku,
Thnx for pointing this out!
While implementing QCamera I noticed 2 signals which describe camera status/state... :confused:
void stateChanged ( QCamera::State state )
void statusChanged ( QCamera::Status status )
...
Debug might say undefined reference as you don't have debug libraries on your device.
Regs,
Andy
Using only headers won't help, you will need libraries too. If you download Nokia Qt SDK 1.0.2 -...
Thank you for the info!
It might be bcuz you try to deploy to device an application compiled with QT 4.7 and on devicemight be 4.6...
From what I know Qt Mobility 1.0.2 and Qt 4.6.3 are required to go to Ovi store.
...
Hello,
I have a problem trying to figure out how to access camera API.
QCamera is really nice wrapper, but if you want to publish to Ovi Store you should use QT Mobility 1.0.2 and QCamera comes...
Well I don't see a reason why you cannot store whatever you want in a field in sql lite... With respect to why choosing BLOB over TEXT you might fin this usefull: http://www.sqlite.org/version3.html...
Hi Rondo23,
What petrib suggested is that you store actual image file in file system (like a normal file) and in database you just store it's location and (eventually) searcheable meta data.
...