[Moved] Problem with starting app.
-
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 guiTARGET = Qt1
TEMPLATE = appSOURCES += main.cpp
mainwindow.cppHEADERS += mainwindow.h
FORMS += mainwindow.ui
MOBILITY =
symbian {
TARGET.UID3 = 0xe28a29ed
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
@ -
Is your app running in simulator?
-
Are you using the network, trying to access user data, etc.? You will need capabilities for that.
-
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.
-
@leon: never heard' about sysexplorer. It's on Ovi Store?
-