Additional comment. It has been a complete mess when Qt Quick Components tech.preview and the version available via SmartInstaller had the same version number 1.0. Yet having even different component...
Type: Posts; User: oskarinarki; Keyword(s):
Additional comment. It has been a complete mess when Qt Quick Components tech.preview and the version available via SmartInstaller had the same version number 1.0. Yet having even different component...
@gaba88 Thanks, yes I also just "gave it a try" with the help of latest QtSDK and it seems to be supported. You just need to have this in your .pro file
CONFIG += qt-components
That will...
This article says Qt Quick components 1.0 is now supported by the Smart Installer:...
Could have been some version of QtSDK, not sure though :-|
Solved! There was apparently "manually" installed Qt4.6.4 on the phone which I was able to remove with Application Manager. After that the Smart Installer worked fine.
Thanks!
... QtInfo seems to require Qt 4.7.2 "Note that Qt 4.7 needs to be installed for the application to work. The goal is to make QtInfo? work with Qt 4.6 as well, but currently this is not the case. "...
... and just tried quickly to install the qt_473_symbian3_9.2.421_pu.sis separately and yes indeed it gives "Update error!" as you suggested. Hmm I wonder why!?
It is a bit of a trouble if a...
No it should have the "ordinary" Qt versions that has been deployed with either SW upgrade or with earlier smart installer. Of course it is hard to tell the exact Qt version numbers, since you can...
My Qt app has these dependencies
; Default dependency to Qt libraries
(0x2001E61C), 4, 7, 3, {"Qt"}
; Symbian^3 HW/platform dependency
[0x20022E6D],0,0,0,{"S60ProductID"}
; Default...
Hi,
I know the instructions how to add FILETEXT in general. The thing is that I can not add my own disclaimer dialog there without being hidden by the popups & dialogs shown by the Smart...
I have something like this in the application PKG. This is just for printing an installation note and an option to cancel the installation.
"./install_text.txt" - "", FILETEXT, TEXTEXIT
Now...
Hi,
Thanks treinio for confirming this and for the 'workaround' tips!
Hi,
I know how to force target drive in PKG file and Qt DEPLOYMENT variable but I have not found how to force the project file TARGET to install in specific drive.
The problem looks like this....
Looks like qmake is in right place and working.
Actually I got rid of this error by fixing "Build directory" under Projects settings. For some reason the directory was "T:\<my_project>" after...
Hi,
I recently installed Nokia Qt SDK 1.0 (Windows 32 [offline]) on XP.
Now when trying to build a project in Qt Creator I am getting following error:
Could not start process...
Does anyone know a workaround for this? The only 'cure' I have found is doing the 'normal reset' on the phone. After that it works at least for a while ... :( I am using E71....
Thanks very much! Works perfectly now!
Hi,
I am using a rich text editor as one component in a compound control. Does anyone know based on this code snippet why my editor does not show copy / paste commands in CBA when edit key (pen)...
It is not possible to install JSR180 (SIP API) afterwards on older phones. The CLDC platform itself does not allow post-product system library extensions. In other words adding packages in namespaces...
Yes,
HTTP is over TCP.
What I actually meant is that in MIDP/CLDC Generic Connection Framework there is no such a component like "HttpServerConnection". And thus there is no such a concept like...
Thanks,
That explained the "problem". Do you know if it is possible to fix (easily) the project import script or maybe use a script from newer SDK?
Hi,
How do I get the headers (folder) included automatically in the CodeWarrior project view. I haven't found a setting for this in preferences. Or is there something else wrong with my...
Look for the file lib\internal.config from the emulator folders.
There you can edit the default user info.
#
# JSR180 SIP API for J2ME Configuration
#
com.nokia.phone.ri.sip.user_address:...
Hi,
It is not possible to extend dynamically J2ME core packages like javax.micoredition.*
Adding sipa1_0_1.jar (e.g. in classpath) would not help, since the J2ME does not allow adding packages...
Hi,
Can you show exactley how you call initRequest() in your code?