Results 1 to 10 of 10

Thread: Deploying Qt App. on different Symbian devices

  1. #1
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Question Deploying Qt App. on different Symbian devices

    I want to make an application that can run on all nokia devices
    BUT I have 2 problems with deployment.
    I don't know "how many sis files I have to create for all nokia devices????"
    because nokia devices are different in Symbian OS versions (symbian^3, symbian^1, Symbian Belle , Symbian Anna ,S60 ,3rd edition,5th edition and N97)
    I dont know also "How to create each of them "sis files" ????

    PLzzzzzzzz Help!
    Thanks in advance

  2. #2
    Join Date
    Oct 2011
    Posts
    18
    Thanked 6 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: Deploying Qt App. on different Symbian devices

    Hello,
    in principle, you could make do with one if you can limit yourself to Qt 4.6.3.

    Please tell me more about the app you work on.

  3. #3
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    It's a medical application
    contains 3 windows
    1- Introduction about the prog. (label)
    2- User choose from 2 options. (2 buttons)
    3- the prog calculates the result "multiplication of 2 numbers"
    ----------------------------------------------------------
    I use Qt creator 2.1.0
    based on Qt 4.7.1

  4. #4
    Join Date
    Oct 2011
    Posts
    18
    Thanked 6 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: Deploying Qt App. on different Symbian devices

    You are me quite a bugger. Sending a PM, bismillah, man.

    For this, I would downgrade to Qt 4.6.3 - then you could go with just one sis file.

    But: Nokia is unwilling recently to admit Carbide generated files into Ovi. So you might need two: one with the latest Qt for touchscreen, and the old one with 4.6.3 for non touch.

  5. #5
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    I don't understand this statement "You are me quite a bugger. Sending a PM, bismillah, man."

    Is that mean I should download an older version of Qt SDK ??
    Last edited by Marwa Shams; 22nd October 2011 at 01:27.

  6. #6
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    PLZ help :'(

  7. #7
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    Hi
    You should always use the latest SDK version, but when compiling your app, in build settings, choose Qt 4.6.3 for S^1.
    There's a nasty bug that doesnt allow support for 5th edition, check the workaround in the link(I dont know if it's correct already in the latest version). If you ask me, the greatest concert between differente phones versions should be testing your app in touch and non touch devices.
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

  8. The following user says thank you to john_god for this useful post:

    Marwa Shams (31st October 2011)

  9. #8
    Join Date
    Jul 2011
    Posts
    14
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    I'm really thankful for your help, It's appreciated
    --------------------------------------------------------
    * I have this SDK now --> Qt_SDK_Win_offline_v1_1_3_en
    --------------------------------------------------------
    * I can't find this option "Qt 4.6.3 for S^1" in build settings.
    --------------------------------------------------------

    * In projects --> target --> build --> Qt version --> “there are 5 choices”
    (Qt 4.7.2 for symbian^1 - Qt 4.7.2 for symbian^3 - Qt 4.7.3 for symbian^1 - Qt 4.7.3 for symbian^3 - Qt 4.7.4 for symbian Belle)

    * In projects --> target --> build --> Tool Chain --> "there are 2 choices”
    ( Symbin GCCE Tool chain - GCCE (3.4.3) )

    ---------------------------------------------------------
    * I want to cover all the following devices:
    -----------------------------------------
    1- Symbian^3 - http://www.developer.nokia.com/Devic...lter2=symbian3

    2- Symbian^1 - http://www.developer.nokia.com/Devic...ilter2=s60_5ed

    ---------------------------------------------------------
    SO,
    What should I choose from the above "Qt version options & Tool Chain "
    in order to generate sis files for Symbian^1 and Symbian^3 " the devices in the above 2 links"??
    ---------------------------------------------------------
    Thanks in advance

  10. #9
    Join Date
    Oct 2011
    Posts
    18
    Thanked 6 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: Deploying Qt App. on different Symbian devices

    Quote Originally Posted by john_god View Post
    Hi
    You should always use the latest SDK version, but when compiling your app, in build settings, choose Qt 4.6.3 for S^1.
    There's a nasty bug that doesnt allow support for 5th edition, check the workaround in the link(I dont know if it's correct already in the latest version). If you ask me, the greatest concert between differente phones versions should be testing your app in touch and non touch devices.
    This is IMHO wrong.

    You need Carbide and Qt 4.6.3 standalone!

  11. #10
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Deploying Qt App. on different Symbian devices

    Quote Originally Posted by tamhanna View Post
    This is IMHO wrong.

    You need Carbide and Qt 4.6.3 standalone!
    I nerver used Carbide, only QtSDK, but I can assure you that I had a app in Ovi Store, from only one sis file, fully compatible with old devices such as Nokia E71 (non touch S^1) to Nokia N8 (S^3 touch device).

    Marwa: In QtCreator go to menu "Help"->"Start updater". You should install aditional Qt 4.6.3 S^1 version.
    I think you should at least test it in a touch and non touch device. If you don't have it you might wanna check Nokia RDA .

    Regards
    Last edited by john_god; 9th November 2011 at 16:20.
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

Similar Threads

  1. Replies: 0
    Last Post: 21st April 2011, 09:27
  2. Need help in deploying the Qt app to real symbian device
    By baluk in forum Installation and Deployment
    Replies: 1
    Last Post: 1st October 2010, 19:28
  3. Replies: 1
    Last Post: 9th September 2010, 16:49
  4. How get the list of usb devices
    By newb in forum Qt Programming
    Replies: 2
    Last Post: 5th June 2010, 05:24

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.