Any comments on this one?
Type: Posts; User: Tuomo; Keyword(s):
Any comments on this one?
Hello,
Currently I'm using s60launcher in order to provide user selectable autostart feature for my Qt console applications. I noticed that if I enable either "Phone autolock period" or "Remote...
Hello,
There has been some discussion related to this but I haven't been found an answer.
I need to distribute qt_installer.sis and qtmobility.sis with our application (it won't be available on...
Hello,
Is there any developer tools or 3rd party programs for displaying memory usage (stack/heap/chunks) of a Qt application on a device. Platform can be either S60 3.1, 3.2 or 5th edition.
...
So basically you mean that there is no way to get reason for the crash? Does the Qt itself make any signals / messages (via qFatal or so) on error circumstances? Or does Symbian itself detect...
Hello,
What is the best practice to log as much debug data as possible when an Qt application crashes on Symbian device. The application itself is able to log its internal state and errors, but...
Thanks for the reply.
I was looking a bit more this "Qt 4.7.0 way" to manage internal QNetworkSessions. The following snippet simplifies the code quite a lot and I'm also able to use active...
I have done some experiments while trying to migrate my code to use Qt 4.7.0 Bearer Management. After migrating my code to Qt 4.7.0 the behavior is similar to what I said in my first post.
...
Yep thats obvious. I'll give it a try and install both Nokia Qt SDK and separate Qt SDK (with S60 5th edition SDK) until Qt 4.7.x is supported by Nokia Qt SDK.
Is it possible to install and use both Nokia Qt SDK and Qt 4.7.0 for Symbian ( including S60 5th edition SDK, Qt SDK 4.7.0 and Qt Mobility ) on same machine? Considering that they are both installed...
I just quickly tested out the 4.7.0. The original issue happens when I'm using Qt 4.6.3 and Qt Mobility 1.0.2.
I have an application that is build with Nokia Qt SDK (Qt 4.6.3 + Mobility 1.0.2). It asks for an access point, initializes and opens QNetworkSession, and sends HTTP requests.
My application works...
So I'll fill a bug report and see how it goes.
I downloaded that project and modified it to work with Symbian. The QNetworkSession logic is very similar to mine (I have tried several approaches). In addition I set the following:
void...
That example is just quickly written so I'm able to demonstrate this (and few other) problem(s). Also, I think that going from QNetworkConfiguration::name() to QNetworkConfiguration::identifier() is...
Initialization from a list + validity check:
// SLOT connected to QNetworkConfigurationManager::updateCompleted()
void MainWindow::OnConfigsUpdated()
{
m_Configs =...
As far as default value is concerned it seems to be 30 seconds(?) :
http://doc.qt.nokia.com/4.7/qnetworksession.html#waitForOpened...
I'm using QNetworkSession to open network connection.
Code example:
bool Connection::OpenConnection(const QNetworkConfiguration &accessPoint)
{
// Create and open QNetworkSession
...
Is it possible to update my Nokia Qt SDK installation, which is currently using Qt 4.6.3, to Qt 4.7.0. The automatic updater does not provide any updates.
The Qt SDK 4.7.0 is already available so...
And this is the only way to get the MIDlet Suite UID, which on the other hand is required (and is the only way) to uninstall a MIDlet through Symbian code?
PS. Is there any public documentation...
Hello,
Anyone found out a way to find the Midlet Suite UID on S60 3rd Edition Feature Pack 2 onwards?
It was just the demo package distributed with the Nokia Qt SDK. So that seems to be flaw in the .pkg file.
It was the full qt installation package (>10Mb, qt_installer.sis) which also came...
Hello,
I'm using the SW Install Launcher API to install applications on a E51 (actually I'm using the XQInstaller, which is just a wrapper around the Symbian API).
I'm trying to install...
There is a bug in OpenC that may cause this. More info available at:
http://bugreports.qt.nokia.com/browse/QTBUG-8687
You can try to build your sources directly to the project. It works with XQInstaller. Instructions:
...