Results 1 to 15 of 15

Thread: running first application on s60

  1. #1
    Join Date
    May 2009
    Posts
    129

    Default running first application on s60

    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

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: running first application on s60

    Quote Originally Posted by addu View Post
    1)have to install the carbide c++ sdk ? if yes means which version
    What is your target s60 device, 3rd or 5th.
    Quote Originally Posted by addu View Post
    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.
    Quote Originally Posted by addu View Post
    please help me
    please go through Qt S60 Docs

  3. #3
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    3rd edition..

    can u please send me the download link

    Thanks

    Yuvaraj R

  4. #4
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: running first application on s60

    Find here.

  5. #5
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    Thanks Gokul


    Are u from Tamil nadu in India ?


    Thanks

    Yuvaraj R

  6. #6
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: running first application on s60

    From Bangalore

  7. #7
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    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

  8. #8
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: running first application on s60

    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.
    It's nice to be important but it's more important to be nice.

  9. #9
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: running first application on s60

    Quote Originally Posted by axeljaeger View Post
    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.

  10. #10
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    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
    Attached Files Attached Files

  11. #11
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: running first application on s60

    I am afraid, Its hard to help you. As I dont have S60 Device or Carbide installed. Sorry !!

  12. #12
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    Ok,

    Thanks

  13. #13
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: running first application on s60

    Quote Originally Posted by yogeshgokul View Post
    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...!

  14. #14
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    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

  15. #15
    Join Date
    May 2009
    Posts
    129

    Default Re: running first application on s60

    I tested demo application E61 device.
    It is showing the menu not supported

    Thanks

    Yuvaraj R

Similar Threads

  1. QT3 application is not running on ARM Board
    By soumya in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 20th July 2009, 11:13
  2. How to detect a running application
    By yogesh in forum Qt Programming
    Replies: 4
    Last Post: 20th February 2009, 11:22
  3. How to invoke a running application
    By srikanthch in forum Qt Programming
    Replies: 2
    Last Post: 18th December 2008, 16:42
  4. Replies: 7
    Last Post: 24th November 2008, 12:22
  5. Knowing if application is running
    By mourad in forum Qt Programming
    Replies: 1
    Last Post: 15th May 2008, 11:47

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.