tags:

views:

39

answers:

2

HI, I am new to Qt world. I have made a Symbian based Qt application. Currently its running on emulator. I want to run it on Noika device. If any body can help me to provide the procedure for how to deploy it on Nokia device, that would be great.

Thanks, Qtguy

+1  A: 

Hi, I think that the easiest way to do it is to follow the instructions of this paper: http://sw.nokia.com/id/b6900606-f656-4e0e-a299-a6f585efb291/Getting_Started_with_Nokia_Qt_SDK_v1_0_en.pdf

You will need a Windows PC, download the Nokia Qt SDK and the Nokia Ovi Suite, you will also need a way to connect the phone where you want to deploy to your development machine (bluetooth or usb cable), and a tool included in the SDK to install sis files to and debug applications in your phone from your PC, named App TRK.

Then you need to set a build target from your phone, connect your phone to the PC, start the App TRK and build from your PC. Then your application will be installed.

Everything is more detailed in the paper that I linked above.

If you want to distribute your applications through Ovi store you will have to wait a while since the installer of Qt applications is still in beta version.

Mkfnx
A: 

Are you using the Nokia SDK?if so,install TRK for Symbian OS on your phone and,start it,then connect it to PC via USB.You will get everything done in qt creator.

schemacs