Results 1 to 10 of 10

Thread: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

  1. #1
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    Hi
    I am trying to use Telephony API's on N8 device. I downloaded the Mobility Extension Pack and tried to install the qt_mobile_ext_libs.sisx but I am unable to do so.
    Does this have any other prerequisite ?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    What does "unable to do" mean in this context?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    I am unable to install this qt_mobile_ext_libs.sisx on the N8 device.

    Without this, I am unable to test the demos and examples provided although installation of qt_mobile_ext_demos.sisx succeeds.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    Quote Originally Posted by abk883 View Post
    I am unable to install this qt_mobile_ext_libs.sisx on the N8 device.
    But what do you mean by that? Aren't you able to download the bundle, you don't know what combinations of buttons to press or what? How do you expect us to help you without providing such information?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    You didnot understand what I meant. Just to make it more clear, I am able to download the Mobillity bundle and copy the sisx file to the device.
    When I try to start the installation for qt_mobile_ext_libs.sisx, no action takes place. So, I mean installation doesnot take place.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    How do you start the installation? Do you have matching version of Qt installed? Did you try installing the package using the command line?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    Tap on the sisx, which gives an option "Open w/ AppArc". Using same option I am able to install the other qt_mobile_ext_demos.sisx.
    Regarding Qt, its version is 4.7.0-beta 1.

    I have not tried installing using command line. Will try to see how is that done. Thanks.

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    Quote Originally Posted by abk883 View Post
    Regarding Qt, its version is 4.7.0-beta 1.
    Does it match the one required by the extension package?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. The following user says thank you to wysota for this useful post:

    abk883 (7th January 2011)

  10. #9
    Join Date
    Mar 2010
    Posts
    22
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    online description says that it supports 4.6 and higher.

    I tried an alternate way now. I made a testapp where in I have included all the Telephony classes in my project. I am able to install this sisx this way.
    I was able to make a call using the API provided from my test app. But when I make the call, I dont receive any notifications back. I will debug it more and see whats going wrong.

    Thanks for your help wysota

  11. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?

    Quote Originally Posted by abk883 View Post
    online description says that it supports 4.6 and higher.
    But the binary package links against a specific version of the library. If it links against 4.7 and you have 4.6 then it won't work. Either build a binary package with mobility for your specific Qt version or check the dependencies of the binary package you have and install Qt in version required by the package (or newer).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Problem while using the S60 extension APIs and the Qt Mobility APIs
    By sudhir.linux in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd January 2011, 12:48
  2. Replies: 0
    Last Post: 16th December 2010, 08:32
  3. using gsoap with Nokia Qt SDk problems while running on device
    By hasnain in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 4th November 2010, 11:51
  4. Somebody help me, about QT mobility
    By HiJack in forum Qt Tools
    Replies: 2
    Last Post: 24th July 2010, 09:14
  5. Not able to open Qt Mobility applications on Nokia N97 Device!
    By rajeevsahu in forum Installation and Deployment
    Replies: 0
    Last Post: 16th July 2010, 06:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.