Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Mobile extensions problems in Qt mobile app
Forum Updated to NodeBB v4.3 + New Features

Mobile extensions problems in Qt mobile app

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 6 Posters 3.6k Views 1 Watching
  • 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.
  • H Offline
    H Offline
    hasnain
    wrote on last edited by
    #1

    my objective is to make a simple telephone call from Qt app. as telephony extension is not provided with Qt mobility. so i used old Qt moblie extension package(mobile extension preview 3). Now problem is that i don't have Required symbian Libs.
    .pro file is as under
    @#-------------------------------------------------

    Project created by QtCreator 2010-12-31T11:59:14

    #-------------------------------------------------

    QT += core gui

    TARGET = musicApp
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp
    telephony/xqtelephony.cpp
    telephony/ctelephonymonitor.cpp
    telephony/ccalldialer.cpp
    telephony/xqtelephony_p.cpp

    HEADERS += mainwindow.h
    telephony/xqtelephony.h
    telephony/telephony_global.h
    telephony/ctelephonymonitor.h
    telephony/ccalldialer.h
    telephony/xqtelephony_p.h

    FORMS += mainwindow.ui

    CONFIG += mobility
    MOBILITY =

    symbian {
    TARGET.UID3 = 0xe9694094
    TARGET.CAPABILITY += NetworkServices/
    ReadUserData/
    WriteUserData
    LIBS += -letel3rdparty
    -lcntmodel
    -lbafl
    -lefsrv
    -lestor
    -lexiflib.dll
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    }
    @
    *
    -letel3rdparty
    -lcntmodel
    -lbafl
    -lefsrv
    -lestor
    -lexiflib.dll*

    these libs are not available

    rest of my project is quit simple i am just using these to statements to make a call
    @ XQTelephony *telephone = new XQTelephony(this);
    telephone->call(ui->lineEdit->text());@
    anybody have an idea, whats the problem.

    And is there some otherway to make a call from qt app.
    thanks.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dguimard
      wrote on last edited by
      #2

      Hello

      did you install the symbian sdk (symbian 3 for example ) ???
      this library come with the sdk and depending you installation path , the should be under \epoc32\release\winscw\udeb

      1 Reply Last reply
      0
      • S Offline
        S Offline
        shishimalu
        wrote on last edited by
        #3

        where can we get "XQTelephony" lib?

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kamalakshantv
          wrote on last edited by
          #4

          Using the old Qt Mobile extension package won't help you as your device might already have an updated version.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hasnain
            wrote on last edited by
            #5

            then what should i do to make a call from a qt mobile app, any suggestion, any link or example or anything that might help. i am not asking for some sample code i am just asking for a direction. i can not bear with the idea that one can make call on from nokia device using J2ME application which run on JVM. but not using qt app which is intended for nokia devices.

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qtrahul
              wrote on last edited by
              #6

              Mobile Extension is the old project of Nokia For Qt for Symbian.
              Mobile Extension APIs are deprecated.

              The devices available for Nokia are based on Symbian^3 which contains Qt 4.6.3.

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kamalakshantv
                wrote on last edited by
                #7

                [quote author="hasnain" date="1294405096"]then what should i do to make a call from a qt mobile app, any suggestion, any link or example or anything that might help. i am not asking for some sample code i am just asking for a direction. i can not bear with the idea that one can make call on from nokia device using J2ME application which run on JVM. but not using qt app which is intended for nokia devices. [/quote]

                At this stage, you can make use of symbian native platform APIs for making call and other such telephony API requirements.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  cook007
                  Banned
                  wrote on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved