October 10, 2011

wasim3s wasim3s
Lab Rat
13 posts

Application does not run in C6-00

 

I tried to make a simple mobile application using QtSDK-4.7.4. It successfully run on simulator but it unable to run on Nokia C6-00.
While application deployed successfully with smart installer (It download all necessary files).
When i try to open application on Nokia C6, nothing happens.
I made this application through “Mobile Qt Application” option.
Kindly help me where is the fault?????

7 replies

October 10, 2011

Fuzzbender Fuzzbender
Lab Rat
71 posts

Any tips about the content of your app?

If you make super-simple (“hello world”) app, does that work?

October 10, 2011

Tobias Hunger Tobias Hunger
Mad Scientist
3125 posts

Symbian has capabilities: Do you request all your application needs in the pro-file?

October 11, 2011

wasim3s wasim3s
Lab Rat
13 posts

My application is so simple there is a push button, line edit and line widgets. When user enter some text in line edit and press push button it display text in line widgets.
I choose “mobile qt application” template.
If i choose other template then qtSDK display error “qt new version required or newer code” during compile………

Fuzzbender wrote:
Any tips about the content of your app?

If you make super-simple (“hello world”) app, does that work?

October 11, 2011

wasim3s wasim3s
Lab Rat
13 posts

I think i have all applications. This application run successfully on windows without Qt after copying some libraries like libgcc_s_dw2-1, libgcc_s_dw2-1 etc in exe folder…
This is pro file of that application..

  1. Add files and directories to ship with the application
  2. by adapting the examples below.
  3. file1.source = myfile
  4. dir1.source = mydir
    DEPLOYMENTFOLDERS = # file1 dir1

symbian:TARGET.UID3 = 0xE057CF1E

  1. Smart Installer package’s UID
  2. This UID is from the protected range
  3. and therefore the package will fail to install if self-signed
  4. By default qmake uses the unprotected range value if unprotected UID is defined for the application
  5. and 0×2002CCCF value if protected UID is given to the application

#symbian:DEPLOYMENT.installer_header = 0×2002CCCF

  1. Allow network access on Symbian
    symbian:TARGET.CAPABILITY += NetworkServices
  1. If your application uses the Qt Mobility libraries, uncomment
  2. the following lines and add the respective components to the
  3. MOBILITY variable.
  4. CONFIG += mobility
  5. MOBILITY +=

SOURCES += main.cpp mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui

  1. Please do not modify the following two lines. Required for deployment.
    include(deployment.pri)
    qtcAddDeployment()
    Tobias Hunger wrote:
    Symbian has capabilities: Do you request all your application needs in the pro-file?

October 16, 2011

qtrahul qtrahul
Lab Rat
188 posts

symbian:TARGET.CAPABILITY += NetworkServices

To deploy on the device , you need the Symbian Signed certificate or OVI publish Certificate, self sign will not work with the capabilities you are using.

October 16, 2011

wasim3s wasim3s
Lab Rat
13 posts

So what should i use instead of “symbian:TARGET.CAPABILITY += NetworkServices” for self sign???
How i can obtain symbian signed certificate from OVI store???

October 16, 2011

qtrahul qtrahul
Lab Rat
188 posts

email to publishtoovi.support@nokia.com

https://www.symbiansigned.com/signedui/welcome

 
  ‹‹ Unresolved external - gmtime not found when linking libpng (4.7.4)      acessing Private directory in harmattan? ››

You must log in to post a reply. Not a member yet? Register here!