Hi,
As many of you might know the Belle devices comes with Qt installed on its firmware and not as a installable package as it is in Symbian^3 e Anna.
That said I need to know if the smart...
Type: Posts; User: olympio; Keyword(s):
Hi,
As many of you might know the Belle devices comes with Qt installed on its firmware and not as a installable package as it is in Symbian^3 e Anna.
That said I need to know if the smart...
Try changing your carbide workspace. I had the same problem and everything was in the correct place. Then I changed the workspace and it worked.
Hi,
You can run a N97 SDK compiled widget with Symbian^3. And it still works quite well. Take a look at:...
Good to know that!
Thank you!
Thanks for your reply.
Now the Symbian^3 1.0 is released and I can use with Carbide to develop Qt applications because it is shipped with Qt 4.7 and Mobility 1.1.
Hi,
Just downloaded the newest Carbide version and tried to run a basic Qt application for QtSDK 1.1. The IDE complains about a lot of things The major points are:
* Doesn't recognize QtSDK 1.1...
Hi, unfortunately this hasn't worked for me. I've replaced QCameraViewfinder with QGraphicsVideoItem but only a black screen shows up. No view finder. Also, I can see the following error in the...
Why don't you try to get the error information of the camera object from its signal error(QCamera::Error e).Also, maybe QtCreator console gives you any clue;
Hope this helps.
Try to get the camera error information from the camera object signal error(QCamera::Error e). Also, QtCreator console gives some information when running in debug mode.
Hope this may help.
I'm facing the same problem with my application. However, my application always gets this error. I was wondering if I'm missing some capabilities. What caps are you using for your application?
It...
Hi, I'm testing with QtSDK Tech Preview and N8. I've installed qtmobility 1.1.0 and Qt 4.7.3 to the device. Unfortunately when running this code I get a segmentation fault in the line
...
The versions 1.01(0) and 1.1.0 are the same. The only difference is in the notation.
Are you setting the camera device when creating the QCamera object?
You should have smth like this:
QByteArray cameraDevice = QCamera::availableDevices()[0];
camera = new...
Hi Ung-Ping,
I've just tested it and it is working now. At least my blog feed (http://blogs.forum.nokia.com/rss.php?blogId=300075&profile=rss20) has passed from the first step. It seems it was a...
Hi Alain,
It seems you are right. I thought the problem was the blog being blocked or something similar, but I have tried with my blog that is active and I got the same problem.
I really dont...
Hi,
Have you checked that your blog account is active? Some time ago Ron has disabled some accounts. Maybe this is your problem.
Cheers,
Olympio Cipriano
Hi,
I've been playing around with Ovi app wizard and found some issues. It seems that the logo image doesn't fit the proper place in the preview. Although I've uploaded an 240x60px PNG image, the...
Hi,
I couldn't install it yet. When checking for updates nothing is found.
I have found only the following folders in p2 directory:
..\Carbide.c++ v2.3\p2\org.eclipse.equinox.p2.core...
Is it possible to hide the application from task bar without having the application fw? My application is just a console application in which i've created my own window. Is it possible hide the...
Hi, in fact there is a HourGlass implementation for N95 on http://efforts.embedded.ufcg.edu.br/symbiancpp/?p=9.
It has been implemented with C++. With this you can see where you can reach.
best...
I've tried PowerVR font implementation, but it has only one font (and it seems for me a bit ugly). How can I use different fonts? Is there a way to load a different font using PowerVR API. I havent...
Does anyone know if the open c implementation of fopen function allows opening files in binary mode ('b' option)? I've tried unsucessifully to do that here. Does anyone get it??
thanks in advance
Hi everybody,
I have an app.exe that uses a dll DLL1.dll. This dll, in turn, statically links to another dll, say DLL2.dll.
As far as I now, dll2 has to have at least the same capabilities of...
why don't you just use the cmmfdevvideorecord api available with uiq sdk? it looks great for doing this you want.
best regards
I've got an application that makes device discovery and then service discovery. I'm not having problems with the first, but service discovery panics in the method
NextRecordRequestL()
of the...