Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Upgrading from 4.6.3 to 4.7.1 on N8
Forum Update on Monday, May 27th 2025

Upgrading from 4.6.3 to 4.7.1 on N8

Scheduled Pinned Locked Moved Mobile and Embedded
15 Posts 7 Posters 15.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sriky27
    wrote on last edited by
    #1

    Hi,

    I have developed an application on N8 using Qt 4.6.3. While it was running I have installed Qt 4.7.1 binaries on the phone, the application showed a weird behaviour. How should the application developer handle this kind of situation. Please advise.

    -Sriky

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      What behavior??

      Anselmo L. S. Melo (anselmolsm)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexander
        wrote on last edited by
        #3

        sriky27, where do you find Qt 4.7.1 for N8?

        1 Reply Last reply
        0
        • J Offline
          J Offline
          johnk
          wrote on last edited by
          #4

          Hello,

          Once you download and install the 4.7.1 sdk for Symbian ("here":http://qt.nokia.com/downloads is the download page), you'll see the sis files there. "Here":http://doc.qt.nokia.com/4.7/install-symbian-installer.html are the instructions for installing on device. Does that work for you?

          -jk

          1 Reply Last reply
          0
          • A Offline
            A Offline
            alexander
            wrote on last edited by
            #5

            johnk, I suggest, this sis files will not be installed on Nokia N8.

            bq. The problem is that Qt is pre-installed on S^3 devices and the Symbian Signed version of Qt that is available from the normal download channels (and released at the same time as the other platforms) does not have the necessary package flags to upgrade a Qt that is pre-installed on the device.
            "http://labs.qt.nokia.com/2010/10/18/qt-4-7-for-symbian3-developer-version-available/":http://labs.qt.nokia.com/2010/10/18/qt-4-7-for-symbian3-developer-version-available/

            And I see only Qt 4.7.0 developer version for N8

            1 Reply Last reply
            0
            • J Offline
              J Offline
              johnk
              wrote on last edited by
              #6

              Hello Alexander,

              Sorry I forgot about that important fact.

              -jk

              1 Reply Last reply
              0
              • W Offline
                W Offline
                Wenzheng
                wrote on last edited by
                #7

                In fact, I'm looking for Qt4.6.3 library to be installed on my Windows Desktop, but seems all the download links from nokia has been updated to Qt 4.7, How could I create an application for N8 specifically then?

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  alexander
                  wrote on last edited by
                  #8

                  You can install Qt 4.7 on your Nokia N8.

                  1 Reply Last reply
                  0
                  • W Offline
                    W Offline
                    Wenzheng
                    wrote on last edited by
                    #9

                    yes, but doesn't mean I can install Qt4.7 on the user's N8, which means if I'm using Qt4.7 to build an app the N8 users would not able to run it.. and that is not good.. :(
                    [quote author="Alexander Kuchumov" date="1290751339"]You can install Qt 4.7 on your Nokia N8.[/quote]

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      alexander
                      wrote on last edited by
                      #10

                      Try this link: "http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/qt-symbian-opensource-4.6.3.exe":http://ftp3.ie.freebsd.org/pub/trolltech/pub/qt/source/qt-symbian-opensource-4.6.3.exe

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        anselmolsm
                        wrote on last edited by
                        #11

                        [quote author="Wenzheng" date="1291678271"]yes, but doesn't mean I can install Qt4.7 on the user's N8, which means if I'm using Qt4.7 to build an app the N8 users would not able to run it.. and that is not good.. :(
                        [/quote]

                        Qt 4.7 is available now for developers, will be available for users soon. As you're a developer, you can start creating your 4.7 based apps so they will be ready when the users devices receive the upgrade. :-)

                        Anselmo L. S. Melo (anselmolsm)

                        1 Reply Last reply
                        0
                        • B Offline
                          B Offline
                          billbonney
                          wrote on last edited by
                          #12

                          [quote author="Wenzheng" date="1291678271"]yes, but doesn't mean I can install Qt4.7 on the user's N8, which means if I'm using Qt4.7 to build an app the N8 users would not able to run it.. and that is not good.. :( [/quote]

                          You need to deploy your app packaged with the Nokia Smart Installer (aka Qt Smart installer). This will check the N8 when your app is being installed on a users phone. If the Qt libraries need to be updated, it will download and install the updates

                          see http://wiki.forum.nokia.com/index.php/Nokia_Smart_Installer_for_Symbian

                          :-)

                          1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            mohsen
                            wrote on last edited by
                            #13

                            maybe it's because of fixing threading problems on 4.7.1

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              alexander
                              wrote on last edited by
                              #14

                              [quote author="PixelQ" date="1294872985"] This will check the N8 when your app is being installed on a users phone. If the Qt libraries need to be updated, it will download and install the updates [/quote]

                              SmartInstaller does not support Qt 4.7 now.

                              1 Reply Last reply
                              0
                              • B Offline
                                B Offline
                                billbonney
                                wrote on last edited by
                                #15

                                [quote author="Alexander Kuchumov" date="1295334629"]
                                [quote author="PixelQ" date="1294872985"] This will check the N8 when your app is being installed on a users phone. If the Qt libraries need to be updated, it will download and install the updates [/quote]

                                SmartInstaller does not support Qt 4.7 now.[/quote]

                                That's is correct, but when you deploy a Qt application you need to use the Smart Installer and that is how the libraries will be installed by the user to the device.

                                I'm not sure of the release date for qt.4.7 for Symbian ^3. Anybody?

                                1 Reply Last reply
                                0

                                • Login

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • Users
                                • Groups
                                • Search
                                • Get Qt Extensions
                                • Unsolved