Indeed the problem was the smart installer, without it, just for testing, it works.
Thank you.
Type: Posts; User: john_god; Keyword(s):
Indeed the problem was the smart installer, without it, just for testing, it works.
Thank you.
I have a Nokia 5230 device, I don't have a sim card with net acess. If I run a Qt example from qtsdk, like fingerpaint, selfsigned, it runs ok. I have notice this example doesnt have a TARGET.UID3 in...
http://qt.nokia.com/learning/online/training/materials/qt-essentials-qt-quick-edition
The last slide from this link is about QML with C++
I just test it with the brand new SDK version 1.1.4. If I choose Qt 4.6.3 S^1 toolchain with creates "c:\..." but with S60 5ed toolchain with creates "!:\..." I was chosinh the first for greater...
I usually have the same problem. I have to manually edit the app_installer.pkg file, but it would be nice if the qmake autogenerated pkg file would automatically be generated with...
I having lots of troubles to update my app in Ovi store.
Now I'm having this the error when testing the sis file
"Application is not trusted and may be harmful to your phone"
"Unable to install...
I tried a update for my app in the Ovi store, but it failled in QA for about 60% of the devices. My app now is only available for S^3 devices, the S60 and S^1 are gone. I compiled it with latest SDK...
Thank you for your replays symbianyucca and gaba88.
I have installed QtVersionInfo, very nice tool and my current version is Qt 4.7.2, Mobility 1.0.x, OS 5.2, FW 012.004. I tried to install...
Thank you. I did that but my Qt app is still much more slower. Is there a way to know wich version is currently on the phone ?
I have a Nokia C7 wich cames with Qt 4.6.3. I've been playing with QtSdk 1.1 beta and installed qt.sis and qtwebkit.sis 4.7. Some Qt app are not much slower and with menus with different behavior....
You should not use your widget w in your main.cpp but in the mainwindow.cpp or something like that, because when your in main you are not in the main loop event of the application
Usually in main...
Try setting in the constructor
if your function is in the middle if some weavy processment and you and to terminate right away check for
Thank you for your replays. This is just a test project with minimal OpenGL calls, like glBegin(), none of them are reconized. The errors
widgl.cpp is the implementation of a minimal...
From what I've been reading it seems the latest release has OpenGL ES support for symbian, right ? I'm doing some tests and I have a project that the Desktop target is Ok, but the symbian target has...
Right now I have entered in the contest with a app wich I removed some features, because of the lack of official suport for OpenGL in the Ovi Store. But now with option to use Qt Sdk1.1 beta could I...
Just to share my experience with the forum, I had error's when creating a certificate .sis file, because I was using in the vendor name the character "ã" (without quotes) . I had to replace it...
Other two guys with the same phone model have downloaded the app and haven't complained, so probably it was a isolated error.
Thank guys, btw I like this Forum
Joao
Thanks for your replay.
All I wanted was some opinions about the subject and yours was valuable. Because I was upset, from a bad review, just saying something like "doesnt install" wich is very...
I got my first app publish and got a review saying that the app doesnt install on a Nokia 5800 XpressMusic. My app is Qt based, when I submit it I choose fully tested in a E71 and C7, on this family...
Well to me it was good. I send my app last wednesday to QA, now is Tuesday and my app is already published. Thank you Nokia.
Thanks again for your replay. I've fully tested on the C7 symbian^3, but only as self signed. About the RDA services and setting the vendor name in the file.pro, I will get there later, for now I...
Well, after some struggling I finally create a certificade app_installer.sis. From this I tried to set the vendor name in the file.pro, but all I got was a line parsing error, ( btw there's a link...
It seems some people have already publish Qt apps to the Apple Store, check this link
I checked again the email from Nokia, and I totally missed a attach zip file with a file.key, file.crt and file.sis (ok, shame on me, I'm punishing myself right know :p ).
Just to clear things,...
Hello again
Please bear with me, after a lot of reading I have some doubts. I have received 3 UID's from Nokia:
- developer certificate;
- developer key;
- developer certificate installer.
...