September 14, 2010

Mimik Mimik
Lab Rat
4 posts

Trouble Compile to S60 Nokia 5800 XpressMusic

 

Hello, My name is Igor, I have some trouble with QT :
device : Nokia 5800 Xpress Music,

Operation System : Windows 7×64 7600

Now im installed : Nokia QT SDK offline v1_0_en, Active Perl 5_12_2 Win7 X64,

C++ plugin;

When im compile my test project, when select Emulator in to Emul my program is work, but when compile release to device, Take error : “General Os Error”, when manual copy *.sis file to mobile and install Take error : “No QT Component found” and application not run…

7 replies

September 14, 2010

snowpong snowpong
Lab Rat
54 posts
Mimik wrote:
When I manually copy *.sis file to the mobile and install I get the error : “No QT Component found” and the application will not run…
  1. Install OVI Suite on your PC
  2. Connect and setup your 5800 to work with it
  3. Go to Start -> All Programs -> Nokia Qt SDK -> Symbian
  4. Click “Install Qt to Symbian device”

Next time, read this page: http://doc.qt.nokia.com/nokia-qtsdk-1.0/creator-developing-symbian.html [doc.qt.nokia.com] :)

September 14, 2010

Mimik Mimik
Lab Rat
4 posts

but this not good, when for work application size 100kb must install QT pack 10mb,

September 14, 2010

snowpong snowpong
Lab Rat
54 posts

The N8 comes with Qt already installed, but other existing phones needs to get Qt installed somehow.

More info here [wiki.forum.nokia.com].

September 14, 2010

anselmolsm anselmolsm
Ant Farmer
417 posts
Mimik wrote:
but this not good, when for work application size 100kb must install QT pack 10mb,

This 10MB pack needs to be installed only once. New Qt applications won’t install it again.

 Signature 

Anselmo L. S. Melo (anselmolsm)
www.anselmolsm.org

September 14, 2010

Mimik Mimik
Lab Rat
4 posts

but when we load another applications, they not want another pack, or not?

i think need compile application with library, and program will have needed libs =)

September 14, 2010

Tobias Hunger Tobias Hunger
Mad Scientist
3125 posts

Mimik: New devices will at some point come with Qt pre-installed.

Up till then (or when targetting older devices) you need to make sure the libraries are available on the device. Using the smart installer is the best way to do that: At least the user will not end up having to download the libraries over and over again and it will further detect pre-installed Qt versions on new devices.

September 14, 2010

snowpong snowpong
Lab Rat
54 posts
Mimik wrote:
i think need compile application with library, and program will have needed libs =)

Statically linked Qt for Symbian is really not supported. Try the Smart Installer before you go there :)

 
  ‹‹ QtWebKit Security      [Solved] Setting the Symbian statuspane in Qt-application ››

You must log in to post a reply. Not a member yet? Register here!