Ok tnx, i will get N5800.
Since i can't test it yet, would this code use AP named "My AP" when opening www.google.com?
try {
IAPInfo iapinfo = IAPInfo.getIAPInfo(); ...
Type: Posts; User: DixieFlatline; Keyword(s):
Ok tnx, i will get N5800.
Since i can't test it yet, would this code use AP named "My AP" when opening www.google.com?
try {
IAPInfo iapinfo = IAPInfo.getIAPInfo(); ...
Hi!
Suppose i have access point on my phone that uses my home's wlan network (network SSID is "NET").
I want my J2ME app to open browser and always use this access point (=connect through WLAN...
I guess issues are with qt 4.7, qt version 4.6.3 is supported.
Ok, so any dependencies will be downloaded by smart installer and there is no obstacles to start developing in QT for al platforms (Symbian 1 (3rd, 5th edition), Symbian 3, Meego)?
Do my users need to install this smartinstaller or is it preinstalled on Symbian s60?
Thank you very much, very helpful!
Tnx, i found it, it says Qt for Symbian devices (Nokia Qt SDK), but if i click "Manage" it shows "found qt version 4.6.3".
If i am correct, programs built for this version will work on Symbian s60...
Hello!
I have Qt creator 2.01 that came with Nokia QT SDK. If i understand it correcty, the creator itself is made with QT 4.7.
Where can i find out, which Qt version IDE uses, when building SIS...
Tnx for the tip.
Thank you very much for you fast answers.
When choosing symbian device, i have 2 options, Debug or relase (http://rapidshare.com/files/443940410/screen.png).
If i choose debug i get "There is no device plugged in" message.
If i choose...
Hi!
I don't have a phone at hand so i want to create sis file and send it to my friend who has s60 device. Is this possbile in qt creator withour connecting phone to the PC?
Tnx for your quick answer. I will test it on a device when i get it.
What do you mean by event loop? Do i have to add some kind of exit button to prevent this?
Is this better (shows exit button...
Hello!
I just want my app to start a browser and load an URL. I am using this code that compiles and runs on simulator, but when started, nothing happens.
#include <QtGui>
#include...
Hello!
I created Mifare1k tag with nfc manager. i wrote some plain text on it. How should i read it?
I tried the code below(modified one other example), bui it crashes my emulator as i run it ...