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 ?
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?
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.
Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?
Quote:
Originally Posted by
abk883
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?
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.
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?
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.
Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?
Quote:
Originally Posted by
abk883
Regarding Qt, its version is 4.7.0-beta 1.
Does it match the one required by the extension package?
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
Re: Is it possible to Use Mobility Extension API's on Nokia N8 device Week40 SDK?
Quote:
Originally Posted by
abk883
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).