Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User wole1's Avatar
    Join Date
    Jan 2010
    Posts
    4
    I recently packaged an ebook app using the Origo IDE. It runs fine on the Origo simulator as well as on my N8 and everything appears to work well. The thing is I need to package it to submit to Ovi QA but I ran into the following challenges which I urgently need help with:
    First, I have been told by Ovi QA that I need to package the app with the latest Qt Smart Installer. How do I export the .sis package into the Qt SDK to add the smart installer?
    Secondly, how do I declare Qt dependencies in the package file in the format:
    (0x2001E61C), 4, 6, 3, {"Qt"}
    (0x2002AC89), 1, 0, 2, {"QtMobility"}
    or
    (0x2001E61C), 4, 7, 3, {"Qt"}
    (0x2002AC89), 1, 1, 3, {"QtMobility"}

    I have not created the app using Qt at all as I am not quite versed in programming. However I am quite strong in my IT knowledge hence being able to understand and use Origo IDE, which does not come with options for packaging with Smart Installer and declaring dependencies. I would be ever so grateful to get helpful responses to the questions above.

  2. #2
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,294
    Have you told them You have developed and run your app in Origo IDE 1.0, instead of Qt SDK. ?

    Anyway, No problem , if it is in question answer, and you don't know how to declare package file ? then take a look at this : Nokia Smart Installer for Symbian

    It depends on what target devices(Symbian version) you are selecting.

    regards,
    rahul

  3. #3
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    First, I have been told by Ovi QA that I need to package the app with the latest Qt Smart Installer. How do I export the .sis package into the Qt SDK to add the smart installer?
    Add following line in your package file.

    Code:
    @"smartinstaller.sis",(0x2002CCCD)
    if "smartinstaller.sis" is not in your current directory then use full path with sis file name.

    Secondly, how do I declare Qt dependencies in the package file in the format:
    (0x2001E61C), 4, 6, 3, {"Qt"}
    (0x2002AC89), 1, 0, 2, {"QtMobility"}
    or
    (0x2001E61C), 4, 7, 3, {"Qt"}
    (0x2002AC89), 1, 1, 3, {"QtMobility"}
    Its purely depends on which SDK for Qt and Qt mobility you are using in your application. If you are building your application with Qt 4.7.3 and Qt Mobility 1.1.3 then use

    Code:
    (0x2001E61C), 4, 7, 3, {"Qt"}
    (0x2002AC89), 1, 1, 3, {"QtMobility"}

  4. #4
    Registered User wole1's Avatar
    Join Date
    Jan 2010
    Posts
    4
    Thanks a lot Rahul. I have informed QA that I developed the app in Origo IDE. I will work using the link you have sent as that seems helpful. I'll let you know how it goes.

    Cheers!

Similar Threads

  1. New symbian signed developer certificate and smart installer
    By mainguet in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 3
    Last Post: 2011-06-22, 21:09
  2. Problem of packaging the sis file with smart installer
    By Rondo23 in forum [Archived] Nokia Smart Installer for Symbian
    Replies: 11
    Last Post: 2011-02-25, 10:39
  3. Smart installer 1.1 packaging
    By mamaji4 in forum [Archived] Nokia Smart Installer for Symbian
    Replies: 2
    Last Post: 2011-01-07, 13:58
  4. Publishing using Smart Installer for pure Symbian C++ (non QT) application
    By gybrush in forum [Closed] Publishing to Nokia Store
    Replies: 3
    Last Post: 2010-12-21, 21:52
  5. Hybrid Application Generator and Symbian Smart Installer
    By OscarBernabeu in forum [Archived] Nokia Smart Installer for Symbian
    Replies: 1
    Last Post: 2010-09-15, 10:57

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved