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. App does not run when installed on E: drive

App does not run when installed on E: drive

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 2 Posters 3.6k Views 1 Watching
  • 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.
  • O Offline
    O Offline
    Onddo
    wrote on last edited by
    #1

    Hi,

    I'm developing Qt/QML/QtMobility app using Nokia Qt SDK 1.1 tech preview, targeting Symbian^3. The app runs well if I install it on the C: drive of my phone. However, if I install it on the E: drive, it shows the app main view for about a second, but then it fails to run, and I get a white screen.

    Is this a known problem?

    Thanks!

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

      How are you deploying the QML files? It can be one of the possible reasons for this behavior.

      Anselmo L. S. Melo (anselmolsm)

      1 Reply Last reply
      0
      • O Offline
        O Offline
        Onddo
        wrote on last edited by
        #3

        Thanks for the answer. I didn't change anything from the default configuration with regards to deployment of QML files. I deploy some of my data files on the E: drive though, I added the following code to the .pro file:

        myFiles.sources = media*
        myFiles.path = e:\data\images
        DEPLOYMENT +=myFiles

        But that's all about my changes on deployment ...

        Thanks!

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          in the Projects mode, have you configured the deployment folder to be E: ?

          1 Reply Last reply
          0
          • O Offline
            O Offline
            Onddo
            wrote on last edited by
            #5

            I do not deploy automatically, I removed it from the Run steps. I create the .sis file and then I transfer the file via USB or Bluetooth (reason for this is that silent deployment fails in my environment).

            Is there anything I should modify in the .pro file if I'm going to install the app in the E: drive?

            Thanks

            1 Reply Last reply
            0
            • O Offline
              O Offline
              Onddo
              wrote on last edited by
              #6

              I tried with the Qt SDK Beta 1.1 and doesn't make any difference, I'm still unable to install the Qt/QML/QtMobility app on the E: drive of my N8.

              Does anyone have any other idea on what could be going wrong?

              Thanks!

              1 Reply Last reply
              0
              • O Offline
                O Offline
                Onddo
                wrote on last edited by
                #7

                Installing qt.sis, qtwebkit.sis and qtmobility.sis solves the problem. The files are provided in the Qt SDK beta 1.1, the folder is C:\QtSDK\Symbian\sis\Symbian^3.

                The installation is slowlier on the E:/ drive, but it does work.

                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