Trouble Compile to S60 Nokia 5800 XpressMusic
-
wrote on 14 Sept 2010, 10:10 last edited by
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…
-
wrote on 14 Sept 2010, 10:17 last edited by
[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 :)
-
wrote on 14 Sept 2010, 10:20 last edited by
but this not good, when for work application size 100kb must install QT pack 10mb,
-
wrote on 14 Sept 2010, 10:25 last edited by
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.
-
wrote on 14 Sept 2010, 10:46 last edited by
[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.
-
wrote on 14 Sept 2010, 11:20 last edited by
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 =)
-
wrote on 14 Sept 2010, 11:52 last edited by
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.
-
wrote on 14 Sept 2010, 11:58 last edited by
[quote author="Mimik" date="1284463249"]
i think need compile application with library, and program will have needed libs =)
[/quote]Statically linked Qt for Symbian is really not supported. Try the Smart Installer before you go there :)
3/8