Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Using USSD

    Mobile and Embedded
    3
    13
    4116
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AMahfouz last edited by

      Dear, Qt guys

      How can I use USSD in Qt?

      Ahmed Mahfouz
      Assistant Lecturer
      Computer Science Department
      Faculty of Science
      Minia University
      Post Code: 61519

      1 Reply Last reply Reply Quote 0
      • K
        kamalakshantv last edited by

        [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.

        1 Reply Last reply Reply Quote 0
        • A
          AMahfouz last edited by

          OK, How can I use "SDK API plug-in":http://www.developer.nokia.com/Community/Wiki/SDK_API_Plug-in with -QT- Qt.

          Ahmed Mahfouz
          Assistant Lecturer
          Computer Science Department
          Faculty of Science
          Minia University
          Post Code: 61519

          1 Reply Last reply Reply Quote 0
          • K
            kamalakshantv last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • A
              AMahfouz last edited by

              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.

              Ahmed Mahfouz
              Assistant Lecturer
              Computer Science Department
              Faculty of Science
              Minia University
              Post Code: 61519

              1 Reply Last reply Reply Quote 0
              • K
                kamalakshantv last edited by

                [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.

                1 Reply Last reply Reply Quote 0
                • A
                  AMahfouz last edited by

                  How to use AT-Commands with Qt?

                  Ahmed Mahfouz
                  Assistant Lecturer
                  Computer Science Department
                  Faculty of Science
                  Minia University
                  Post Code: 61519

                  1 Reply Last reply Reply Quote 0
                  • Alicemirror
                    Alicemirror last edited by

                    I think that there is not a real difficult to use them, but in wat context you need ?

                    Enrico Miglino (aka Alicemirror)
                    Balearic Dynamics
                    Islas Baleares, Ibiza (Spain)
                    www.balearicdynamics.com

                    1 Reply Last reply Reply Quote 0
                    • A
                      AMahfouz last edited by

                      I'd like to send USSD.

                      Ahmed Mahfouz
                      Assistant Lecturer
                      Computer Science Department
                      Faculty of Science
                      Minia University
                      Post Code: 61519

                      1 Reply Last reply Reply Quote 0
                      • Alicemirror
                        Alicemirror last edited by

                        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?

                        Enrico Miglino (aka Alicemirror)
                        Balearic Dynamics
                        Islas Baleares, Ibiza (Spain)
                        www.balearicdynamics.com

                        1 Reply Last reply Reply Quote 0
                        • A
                          AMahfouz last edited by

                          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.

                          Ahmed Mahfouz
                          Assistant Lecturer
                          Computer Science Department
                          Faculty of Science
                          Minia University
                          Post Code: 61519

                          1 Reply Last reply Reply Quote 0
                          • Alicemirror
                            Alicemirror last edited by

                            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...

                            Enrico Miglino (aka Alicemirror)
                            Balearic Dynamics
                            Islas Baleares, Ibiza (Spain)
                            www.balearicdynamics.com

                            1 Reply Last reply Reply Quote 0
                            • Alicemirror
                              Alicemirror last edited by

                              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.

                              Enrico Miglino (aka Alicemirror)
                              Balearic Dynamics
                              Islas Baleares, Ibiza (Spain)
                              www.balearicdynamics.com

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post