Ok I found the problem.
It seems that Qt does not automatically set the Apn's proxy to the QNetworkAccessManager. So I put a little code in Symbian C++ to query the apn's proxy, since Qt does have...
Type: Posts; User: ricardopereira; Keyword(s):
Ok I found the problem.
It seems that Qt does not automatically set the Apn's proxy to the QNetworkAccessManager. So I put a little code in Symbian C++ to query the apn's proxy, since Qt does have...
I already have the write access capability and certificate. But I found the solution.
The problem was not really the permission but the path to file. Usually in Qt, you should put the path as '/'...
Hello
According to Qt documentation and Nokia examples, a Sqlite database in Symbian can only be created/accessed in the application's private folder.
Is this limitation correct? Isn't there a...
Hi
I'm developing an application that communicates with a server via HTTP.
Using WiFi or a normal Internet apn the application works fine. However, when using a WAP apn, there is no response...