How to install qt quick app on Nokia S60 5th edition on RDA
-
Hi,
I am new to Qt and I am developing an app for Symbian^3 platform using Qt Quick 1.1.
My app runs properly on Symbian touch devices but when I installs on Nokia S60 5th edition then it installs but app could not run on these devices (S60 5th edition).Also as described in this link " Support for Symbian ":http://developer.qt.nokia.com/wiki/Support_for_Symbian that S60 does not support Qt Quick 1.1 but if we installs any app using this library then it would first download Qt Quick and then installs Qt and then installs the app.
In my case when I try to test on RDA then any thing like above does not happens.What is wrong going on here?
Also is there some other steps to build app using Qt Quick such that it installs and run on all Symbian^3 devices properly.
One more thing I could only test my app on RDA as I do not have any S60 device with me.Any help would be highly appreciated.
Thank You -
It will be more appropriate to move this thread to Mobile and Embedded forum.
Please note that Symbian S60 5th edition is Symbian^1. What kind of error do you get when you try to run your app on devices with this OS?
-
Thanks for quicker response.
Well yes it is symbian^1.
I did not get any error when tap on app icon on application home screen on RDA device.
But When I try to install then it says that app is not compatible with target do you want to continue. And I just say yes to this and it installs.
Could you explain to make same application for both Symbian^1 and Symbian^3?
And if same app could not be made for both platforms then releasing two apps in market with same name would not look good. what about this? -
[quote author="rashid.inayat" date="1323254020"]
Could you explain to make same application for both Symbian^1 and Symbian^3?[/quote]Few months ago I had same problem with Qt app build with Qt SDK 1.1 working on both Symbian^1 and Symbian^3. I found a workaround which I have described at this wiki article: "Building Applications for Symbian^1 with Qt SDK 1.1":http://developer.qt.nokia.com/wiki/Building_Applications_for_Symbian1_with_Qt_SDK_1.1 Please have a look because you might be experiencing the same issue.
-
Thanks again I visited this and tried as mentioned in the thread. But may be my problem is with build file. Do you have any idea about smart installer as I had checked the check box "create smart installer package" in the Qt Creator but even then its not working on S60.