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. [Moved] Problem with starting app.
QtWS25 Last Chance

[Moved] Problem with starting app.

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 5 Posters 3.1k 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.
  • L Offline
    L Offline
    lukgol
    wrote on last edited by
    #1

    Hello everybody. Im new in Qt in Symbian. I have phone nokia e52. I have installed qt.sis in ver 4.8.0 also I have installed my app which nothing is do it. On the main window I have to show TabPage with two pages and thats all.

    I write for You my .pro file. Maybe that will be helpfull. Application when I install it on the phone doesn`t start. I dont have any messages.

    @
    QT += core gui

    TARGET = Qt1
    TEMPLATE = app

    SOURCES += main.cpp
    mainwindow.cpp

    HEADERS += mainwindow.h

    FORMS += mainwindow.ui

    MOBILITY =

    symbian {
    TARGET.UID3 = 0xe28a29ed
    # TARGET.CAPABILITY +=
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
    }
    @

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mindomobile
      wrote on last edited by
      #2

      Is your app running in simulator?

      Mobile application development | <a href="http://mindomobile.com">mindomobile.com</a>

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Are you using the network, trying to access user data, etc.? You will need capabilities for that.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lukgol
          wrote on last edited by
          #4

          Yes programm starting in simulator. I dont use any neeeded capabilitites. Program has one window on wihich is TabPage with two pages. Its on MainWindow. Thath`s all.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            leon.anavi
            wrote on last edited by
            #5

            I would suggest the following ideas that might help you to solve the issue:

            • Wrap your app with "Nokia Smart Installer":http://developer.qt.nokia.com/wiki/Nokia_Smart_Installer_for_Symbian to make sure that the required version of Qt and other dependencies will be installed on the device.
            • Download and install on the device SysExplorer - an application that shows error codes on Symbian devices.

            http://anavi.org/

            1 Reply Last reply
            0
            • AlicemirrorA Offline
              AlicemirrorA Offline
              Alicemirror
              wrote on last edited by
              #6

              @leon: never heard' about sysexplorer. It's on Ovi Store?

              Enrico Miglino (aka Alicemirror)
              Balearic Dynamics
              Islas Baleares, Ibiza (Spain)
              www.balearicdynamics.com

              1 Reply Last reply
              0
              • L Offline
                L Offline
                leon.anavi
                wrote on last edited by
                #7

                [quote author="Alicemirror" date="1316615884"]@leon: never heard' about sysexplorer. It's on Ovi Store?[/quote]

                I don't think so. It is an ancient application from newlc.com which main purpose it to allow browsing through the directories and files on the device.

                http://anavi.org/

                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