I wonder if anyone observed similar issue using QGeoPositionInfoSource::startUpdates.
After invoking this method and getting gps updates via the positionUpdated signal, the application exist and...
Type: Posts; User: daudrain; Keyword(s):
I wonder if anyone observed similar issue using QGeoPositionInfoSource::startUpdates.
After invoking this method and getting gps updates via the positionUpdated signal, the application exist and...
Removing Phonon objects creation solved the issue.
Today I've been able to debug a small test application, set breakpoints and trace the code.
However it does not work so well with a bigger application (SIS is 1630ko large), Qt Creator logs the...
Is there any way to start the debugging session right away?
Qt Creator seems to run make before any debugging session.
Finally device debugging looks to be ok.
I did uninstall Nokia PC Suite and Nokia Ovi Suite (2.2.....), reboot my computer, and reinstall a fresh 3.0.0.284 Ovi suite.
After that Qt Creator seems detecting my N8 device.
My Qt Creator 2.0.1 (built on September 9 2010) does not detect the device.
However Nokia OVI suite is detecting it.
How can I troubleshout the remaining connectivity issue?
Thx
Hi,
The issue was coming from the UID assigned to the installer. The UID was not the reserved one for smartinstaller (0x2002CCCF) and this was preventing installation to terminates.
Thx
David
What is the version of the latest smartinstaller.sis?
The one available on http://wiki.forum.nokia.com/index.php/File:Nokia_Smart_Installer_for_Symbian_v1_0.zip has version 0.24, and it has been...
smartinstaller-readme.txt says "Nokia Smart Installer for Symbian ("Smart Installer") Beta Version 0.18"
I am testing on Nokia N8 version 011.012
Here is an another test with a different sim card, this time the download phase looks ok but an error occurs then.
16/11/2010 2:09:48 Downloading 'C:\system\adm\adm_changes.xml'...
Good catch.
I used xplore_symbian.
Here is the log :
16/11/2010 1:51:31 + SendToBackground(1)
Hi,
I am currently having issues with a smartinstaller sis package. The installer part looks to be installed, then the verifying phase looks ok, then a "download error" message shows up for few...
void portraitToLandscape()
{
mpMainWindow->mpFSPortraitRootWidget->setParent(NULL);
mpMainWindow->setCentralWidget(mpMainWindow->mpFSLandscapeRootWidget);
...
b)
The application uses one main window.
Hi,
On my side, my application goes from this portrait configuration :
[[1][2][3][4]]
[5]
[[6][7][8]]
To this landscape one:
Try something like :
QDir privatePathQt(QCoreApplication::applicationDirPath() );
QString privatePathSymbian(QDir::toNativeSeparators(privatePathQt.filePath("sound/sound/sax.mp33")));
QUrl...
Nokia development documentation is not an easy one since it covers different topics/technologies across many websites.
To create home screen widget, you should look at...
I get it working on Nokia N8.
Is it working on all Symbian^3 devices?
It would be nice to list which devices or platforms are not allowing such usage.
Anyway I wonder why one would use...
widget.openApplication doesn't look better.
Hi,
I am trying to start a Qt application when the corresponding homescreen widget is selected.
However the widget fullscreen page remains open for a while.
Here is the code I am using to...
To use a resource with QSound, you need to specify the application private path :
QDir privatePathQt(QCoreApplication::applicationDirPath() );
QString...
Depending on the device you are testing on, you may have some issues like getting no audio output.
See...
you may need to check if there is any border/margin introduced by QGraphicsView parent classes QAbstractScrollArea and QFrame. Look at scrollbar status and current frame shape...
Are you testing on simulator or device?
If you test on device, and you want to play mp3 files that comes along your sis file, you have to add the following to your pro file :
...