简体   繁体   中英

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

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?

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.

您使用的是诺基亚SDK吗?如果是这样,请在手机上安装TRK for Symbian OS,启动它,然后通过USB将其连接到PC。您将在qt creator中完成所有操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM