Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the procedure to deploy a Symbian-based Qt application on a Nokia device?

Tags:

qt

I am new to Qt.

I have made a Symbian-based Qt application. Currently it's running on an emulator. I want to run it on a Nokia device.

What is the procedure to deploy it on a Nokia device?

like image 221
user358232 Avatar asked Nov 20 '25 18:11

user358232


1 Answers

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.

like image 120
Miguel López Avatar answered Nov 23 '25 10:11

Miguel López



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!