BTW: it was in the etelpckt.h
Type: Posts; User: H0LL0; Keyword(s):
BTW: it was in the etelpckt.h
Ha, found it :) it is KErrGprsOfflineMode. Damn this is complicated to find. Maybe i find some time to adapt the wiki article.
Hello,
The list of error codes in the wiki (click) is incomplete. I have some network trouble with my application and keep getting -4180 error codes and have no idea what they mean. This is not...
Thanks for the reply, but you didn't answer any of my questions. You seem to be pessimistic concerning the support of S60 5th devices with qt. Well there are still many bugs in the Qt APIs for these...
Where are the QtMobility .sis Smart Installer binary packages für QtMobility for Symbian 5th? The documentation says it is oficially supported. Where is the use in official support if it is not...
So the RConnection manages itself, so to speak. It reconnects on disconnects automatically.
Is there any way to control, or monitor this behaviour? At least i would like to estimate the number of...
English is not my native language and the details of the pricing of a mobile contract is rarely my common vocabulary. So this will be really hard to explain, now :)
My Mobile Provider calculates...
Ok, forget it, suddenly the autostart does work. Maybe I wasn't patient enough after the phone boot.
The Qt autostart example application from this wiki article does not work, too.
I changed the uids in the QtAutoStartApp.pro file and the name of the .rss file to 20045FAF, since my dev cert...
I have a Qt / Symbian application, which runs fine, but simply doesn't want to accept the autostart mechanism. It compiles, the .sis package includes the .rsc file after compilation, but the app...
the quality of the viewfinder is just too bad. The picture is too noizy and unsharp.
I will try the video thing. I just wandered, why it takes over 2 seconds to take an image, while the built in...
Recently i had the Idea of using the viewfinder image instead, since 640x480 is a size the viewfinder can handle easyly, but the result is inacceptable.
I need to take a 640x480 Picture. I use the camerawrapper. Currently it takes around 2.5 Seconds from CaptureL to CapturedBitmapReady/CapturedDataReady with EFormat64K and 2.2 with...
@timm-ah: s60 3rd is still a tier 2 platform for qt 4.7. if that doesn't change i might profit from new features of new versions as well, i certainly won't profit from downgrading
@skumar_rao: i...
What do you mean? use 4.6.3 instead, because it is uninstallable? well that would make much more problems than it solves.
or do you mean i uninstall 4.7 by installing 4.6? that doesn't work.
My application has a Qt-Independent update mechanism, which is able to install softwareupdates and it shall be able to install qt updates.
Now I realised that on some devices it is not possible to...
Thanks for the info. It seems that the cause is the missing backup_registration.xml. I just read, that the camerawrapper has a "bug" that it doesn't support backup. It would be nice if someone could...
I have written a rather complex application. It contains of many .sis packages. Since the application is deployed on new phones only, I want to deploy it using an .nbu to make the installation...
http://bugreports.qt.nokia.com/browse/QTBUG-18944
i hope to get my hands on another 3.1 device soon, too.
Hmm ok. So it seems to be a Symbian Security issue. It is trange that Qt behaves different on different Symbian platforms, though. I develop on a Nokia E66 (S60 3rd FP1).
I tested it on Qt 4.7.3 now it doesnt work either.
ok, i tested a little again and to make my point clear here is my code:
QDir appDir(QApplication::applicationDirPath());
QString fileName = QApplication::applicationDirPath() +...
The directory returned by QApplication::applicationDirPath() definetly DOES exist on application creation. (it is C:\private\<uid>) i can write files in it. i can read files from it. i can NOT create...
On a Symbian Device i have the following problem:
qDebug() << QDir("C:/DATA").exists(); // true
qDebug() << QDir(QApplication::applicationDirPath()).exists(); // false
qDebug() <<...
Thank you. Could have tried that on my own. :)