Using USSD
-
[quote author="AMahfouz" date="1315153118"]Dear, Qt guys
How can I use USSD in Qt?[/quote]
AFAIK USSD is not supported by Qt or its Mobility package. You will have to use Symbian for it and then integrate with your Qt app.
-
OK, How can I use "SDK API plug-in":http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in with -QT- Qt.
-
There was a white paper made available namely "Using Qt and Symbian C++":http://qt.nokia.com/files/pdf/whitepaper-using-qt-and-symbian-c-together/ . It will help you to use Symbian Code from within Qt.
-
[quote author="AMahfouz" date="1315216367"]Thank you QtK I have this paper, but I need an example that merge -QT- Qt with symbian and demonstarte the use of SDK API plug-in.[/quote]
There is no example available demonstrating USSD. You can take clue from the above paper and try it for USSD api's.
-
I think that there is not a real difficult to use them, but in wat context you need ?
-
If you already know the AT commands that you want to use (e.g. the specific set for 3G communication or for sms sending etc.) I think that they should be part of process that manage the communication between the application and the communication part on the device. Do you have some example, code etc?
-
I want to do such that:
The user enter "short number" with special charachters and send it as USSD to the operator.This short code: "585number#" send via USSD.
I tried some research and found that:- There are API plug-in that support USSD but used with 3rd edition FP2.
- By AT-Command is: "AT+CUSD = 1,"*111#",15\r\n", There are any API in Qt that help me to apply AT-Commnad.
-
I am not sure if there are some specific API. There is the possibility to manage it in a different way, sending the AT sequence as a terminal command?
I will search for this in the meanwhile...
-
This post can help you: http://developer.qt.nokia.com/forums/viewthread/9407
And I am sorry to confirm that in effect there is no Mobility support as the direct API you was asking for. I remember I had read about somewhere, I think this the post. Try to see the documents and see if there are some updates. But this is a second post you put on the forum. I will merge these two in only one.