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…
-
[quote author="Mimik" date="1284459006"]
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…[/quote]Install OVI Suite on your PC
Connect and setup your 5800 to work with it
Go to Start -> All Programs -> Nokia Qt SDK -> Symbian
Click "Install Qt to Symbian device"
Next time, read this page: "http://doc.qt.nokia.com/nokia-qtsdk-1.0/creator-developing-symbian.html":http://doc.qt.nokia.com/nokia-qtsdk-1.0/creator-developing-symbian.html :)
-
The N8 comes with Qt already installed, but other existing phones needs to get Qt installed somehow.
More info "here":http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian.
-
[quote author="Mimik" date="1284459647"]but this not good, when for work application size 100kb must install QT pack 10mb,[/quote]
This 10MB pack needs to be installed only once. New Qt applications won't install it again.
-
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.