PDA

View Full Version : running first application on s60



addu
18th August 2009, 09:29
Hi All

I installed qt for S60..


i saw some videos regarding the "qt for s60"

I have some doubts..


1) have to install the carbide c++ sdk ? if yes means which version

2) already i have experince in Qt creator. how do create the applications for s60 using the Qt creator.

please help me

Thanks

Yuvaraj R

yogeshgokul
18th August 2009, 09:51
1)have to install the carbide c++ sdk ? if yes means which version

What is your target s60 device, 3rd or 5th.

2) already i have experince in Qt creator. how do create the applications for s60 using the Qt creator.

You have to use Carbide, because only that have the emulator for s60.

please help me
please go through Qt S60 Docs (http://pepper.troll.no/s60prereleases/)

addu
18th August 2009, 11:52
3rd edition..

can u please send me the download link

Thanks

Yuvaraj R

yogeshgokul
18th August 2009, 12:33
Find here (http://pepper.troll.no/s60prereleases/doc/requirements-s60.html).

addu
18th August 2009, 13:53
Thanks Gokul


Are u from Tamil nadu in India ?


Thanks

Yuvaraj R

yogeshgokul
18th August 2009, 14:10
From Bangalore;)

addu
18th August 2009, 14:53
fine,

I have one more doubts.. what will the sis file size by default..

Previously we tried to use QT but our Project Manager stopped using the QT, due to size.


please guide me

Thanks

Yuvaraj R

axeljaeger
18th August 2009, 22:03
How to bundle Qt libs with your project is yet to be announced by nokia. You will very likely not embedd Qt into your sis file because you dont want to have a copy of Qt for each Qt based project on the device.

yogeshgokul
19th August 2009, 05:47
How to bundle Qt libs with your project is yet to be announced by nokia. You will very likely not embedd Qt into your sis file because you dont want to have a copy of Qt for each Qt based project on the device.

This is true.
So for now qt is giving a sis for all its libs required on device. So your application's sis size will be lesser. Just install that sis(and 2-3 other required sis also) on device. And that device will run your qt app. You dont need to deploy the Qt dlls with your app.

addu
19th August 2009, 06:07
Thanks Gokul

I downloaded some sis files ,which is creasted by using Qt..

But when i am trying to upload for device ,it is showing dll is missing..

Here i have attached the downloaded sis files

Please help me

Thanks

Yuvaraj R

yogeshgokul
19th August 2009, 06:34
I am afraid, Its hard to help you. As I dont have S60 Device or Carbide installed. Sorry !!

addu
19th August 2009, 07:11
Ok,

Thanks

Lykurg
19th August 2009, 12:41
I am afraid, Its hard to help you. As I dont have S60 Device or Carbide installed. Sorry !!

It's not hard because you havn't a S60!
It is hard because you, addu, don't read the links and help you get! What do you do not understand if the phone says to you, that it can't find the right dlls?
ANSWER: QT AND THE PROPER DLL ARE NOT INSTALLED ON YOUR PHONE!

So read http://pepper.troll.no/s60prereleases/:


To try out the Tower package on your phone:
1.) Install Open C/C++ support libraries:
* pips_s60_1_5_5b.sis
* openc_ssl_s60_1_5_5b.sis
* stdcpp_s60_1_5_5b.sis

2.) Install the Qt library:
* qt_libs.sis

3.) Install the demos:
* fluidlauncher.sis


And since all your threads are like that, please start to read by your own the docs and help. And thinks twice before asking, if you could not solve your problem by reading simple and easy documentation...!

addu
20th August 2009, 05:10
the required lib sis files very large..


if i have small application also, i have to deploy all reqired lib sis files ?

Any way to reduce sizes.

Thanks

Yuvaraj R

addu
20th August 2009, 11:30
I tested demo application E61 device.
It is showing the menu not supported


Thanks

Yuvaraj R