Yes, I was aware what are the supported versions. I repeat that Qt 4.7.3 and Qt Mobility 1.1.3 are working well on 3rd edition phones I tested (C5, E72, N95, 6210n, 6220c etc.) and it seems to me...
Type: Posts; User: catharsis; Keyword(s):
Yes, I was aware what are the supported versions. I repeat that Qt 4.7.3 and Qt Mobility 1.1.3 are working well on 3rd edition phones I tested (C5, E72, N95, 6210n, 6220c etc.) and it seems to me...
I basically want to develop for Symbian S60 3rd edition and I need 2 things I don't have in Qt Mobility 1.0.3:
- camera
- geoservices plugins (there is no qgeoserviceproviderfactory and a bunch of...
I have the following code (basically starting network positioning and receiving updates):
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QDebug>
#include <QTimer>
#include...
You could try to take some advice written in http://www.developer.nokia.com/Community/Discussion/showthread.php?215545-compiling-for-symbian-device-takes-ages (I found this thread after I started...
Actually the middle (OK) button does not work at all in this view, so I think this is the main problem and this is why I cannot get out from edit boxes, for example
I don't have clear information about crashes (I mean I cannot set up a test case when it always crashes), but it seems to me that auto-complete has very big stability issues and also...
Yes, Nokia decisions are somehow understandable, especially in the context that Symbian is not the primary OS anymore. What I don't fully understand is why Qt 4.7.3 and QtMobility 1.1.3 do not...
Hello Lucian, first of all, sorry for the tone of my message, but I become more and more frustrated by the lack of support from Nokia for Qt for 3rd edition devices and also the app was trying to...
I have a widget-based application which also runs on 3rd edition phones. I need to display a web page with a login form, input user and password and press 2 buttons.
I have the following problems:...
I'm using latest Qt SDK (1.2.1) and I have a medium size Widget-based app. Compiling for Symbian^3 takes a reasonable amount of time (under 1min), but compiling for 5th edition takes something...
I am using the lates Qt SDK (1.2.1) with Qt Creator 2.4.1 on Windows 7 x64. Qt Creator constantly crashes: CODA is not running on phone -> Qt Creator crashes, starting to use autocomplete -> Qt...
Please check http://www.developer.nokia.com/Community/Discussion/showthread.php?221279-Home-Screen-API-amp-Reboot
As I am stupid enough to still develop for Symbian and idiot enough to target for 3rd edition with Qt, I have the following problem regarding Smart Installer:
- I am compiling an application for...
Sorry for reviving this thread, but I have the latest Qt SDK and 3rd edition toolchain was removed from it. Is there any way to build for 3rd edition without switching to an older version of SDK ? If...
I renamed deployment.pri and now both project work. Thanks.
Ok, so I would have 2 projects that are using same src folder and some common files (thus no duplicates files and changes would be synchronized)? This might work and would be much simpler. Thanks.
...
Can anybody help me on this? So .h files are included correctly into project, but .cpp files are not.
Could it also be a paths error? What would I need to check and change?
PS: I tried including just 1 file from main project. If the method I call is in the .h file, I don not get any "undefined...
I have a Symbian project in Qt/QWidget and I want to use most of its code into another project, just have a different main.cpp and different QMainWindows.
I created a Subdirs Project (SubProject)...
In my application it used to crash because I initialized map widget in constructor of the MainWindow. The error made the constructor crash and be recalled until it crashed the application.
Funny...
Ok, so no clear reasons why the timer stops firing? Do you know any ways to check if the timer works or any methods to bypass this error?
In 5th edition and S^3 I didn't see these kind of delays, although it may of happened once in 5th edition.
The code was tested in 3rd edition, 5th edition and Symbian^3 phones. Mostly, it happened in 3rd edition models (C5 and 6210 Navigator), but it did not occur all the time (I would say in less than...
If you have an application with maps (take mapsdemo, for example), when you initialize maps widget you have this message:
[Qt Message]...
Yes, it seems like a possible expanation, but:
1. What could block the timer from firing? (is there some timer number limit on Symbian or is there some limit of how many signal and slots are...