Qt SDK && old symbian devices
-
Hi all,
I'm trying to develop an application for my E66 phone .
I read "here":http://labs.qt.nokia.com/2011/11/08/qt-4-7-4-release-bundle-for-symbian-news/ that my symbian version is not supported by SDK 1.1.4 and I need to use 1.1.2 version.Now I'm downloading SDK 1.1.2 but what about 1.1.3 ? I've installed it (1.1.3) and with it I can build a .sis file to install in my phone. I only can't run in debug mode in the device becouse I get an error message about "CODA".
Can someone explain me better the differences between SDK 1.1.2 and 1.1.3 referred to old symbian?
-
bq. This 1.1.2 release contained still the Application TRK debugging tool support that is the best solution for these earlier devices. There is also build targets available. Later SDKs have only CODA debugging functionality that works only on later Symbian releases.
According to the "doc":http://labs.qt.nokia.com/2011/11/08/qt-4-7-4-release-bundle-for-symbian-news/.
So, may be you should use TRK, instead of CODA
-
Documentation is clear. :( I skipped this part from reading :(
Have to use sdk 1.1.2.bq. S60 3rd Edition devices support only Qt 4.6.3, not Qt 4.7 or later. Further, support for the App TRK on-device debugging agent has been removed from Qt Creator 2.3. Only CODA is supported from Qt SDK 1.1.3 onward, and CODA does not support S60 3rd Edition. Therefore, you can no longer run and debug applications from Qt Creator on S60 3rd Edition devices.
bq. The tool chains for developing applications using Qt 4.6.3 for Symbian and Qt 4.7.3 for Symbian^ 3 and Symbian Anna have been removed from Qt SDK 1.1.4. To develop such applications, download and use Qt SDK version 1.1.2 instead. It contains Qt 4.6.3 for Symbian and Qt 4.7.4 for Symbian support for Symbian devices with the Application TRK debug agent.
-
I found a similar problem "here":http://www.developer.nokia.com/Community/Discussion/showthread.php?230413-Today-I-have-Installed-Qt-1.1.2-SDK-I-want-to-run-a-working-live-streaming-Qt-app but I don't find a solution...