Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    Hi All,

    I would like to get my App to Ovi store. So I'm trying to request the Nokia signing but:

    I'm using QT_SIS_CERTIFICATE and QT_SIS_KEY which were provided by Nokia to sign my app, but when I try to install on my device the sis file fails to install. I see a progress bar "Finalizing installation" followed by "Cancelling Installation" and then an installation failed error message.

    just to mention I'm using the one of the UIDs provided by Nokia.

    any help is appreciated,

    Best Regards,

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    you could check the logs to see a bit more on what could be going wrong in there: http://www.developer.nokia.com/Commu...er_for_Symbian

  3. #3
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    I created the c:/logs/ADM but can't get any logs in there, any help please?

  4. #4
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    Can you please provide steps how I can access this C:\logs\ADM? as I think I'm not doing what is needed..

  5. #5
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    You could use any filemanager to create the folders, and also to copy the files out from the device.

  6. #6
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    Please here is part of the Log where the reason for the error please help find this
    code:
    09/08/2012 12:18:14 Building dependency list
    09/08/2012 12:18:14 Processing [0x2002AF5F] v0.50.0 (0)
    09/08/2012 12:18:14 Processing [0x2001E61C] v4.07.3 (0)
    09/08/2012 12:18:14 Processing [0x200267C2] v4.08.0 (1)
    09/08/2012 12:18:14 Processing [0x2002AC89] v1.01.3 (0)
    09/08/2012 12:18:14 Processing [0x2006794C] v1.00.0 (0)
    09/08/2012 12:18:14 -> to fetch list
    09/08/2012 12:18:14 Removing downloaded files
    09/08/2012 12:18:14 + SetState(): 7 -> 8
    09/08/2012 12:18:14 SysDrive C: Free 16134144 (15.39 MB)
    09/08/2012 12:18:14 Drive E: Free 15917973504 (15 180.56 MB)
    09/08/2012 12:18:14 Download drive C: free 15478784 (14.76 MB)
    09/08/2012 12:18:14 Download size 0 (0)
    09/08/2012 12:18:14 PkgUid 0x2006794C: InstDrive C:, prio 0, size 0
    09/08/2012 12:18:14 Nothing to download, dependencies OK.
    09/08/2012 12:18:14 + SetState(): 8 -> 14
    09/08/2012 12:18:14 Finding root package
    09/08/2012 12:18:14 Root: UID 0x2006794C, 'TraceSaverWidget'
    09/08/2012 12:18:14 * Installing AppSis 0x2006794C 'c:\private\2002CCCE\import\TraceSaverWidget.sis' to C:
    09/08/2012 12:18:14 + SilentInstallPackage(): 'c:\private\2002CCCE\import\TraceSaverWidget.sis' to C:
    09/08/2012 12:18:29 CInstallManager: Install completed (-30477). 0
    09/08/2012 12:18:29 HandleInstallCompletedL(-30477): 14
    09/08/2012 12:18:29 + SetState(): 14 -> 16
    09/08/2012 12:18:29 + CADMAppUi::HandleFailure(): 16. err=5, m=3
    09/08/2012 12:18:29 - CADMAppUi::HandleFailure(): 0
    09/08/2012 12:18:31 DlSt= 13, PrSt= 0, L=0
    09/08/2012 12:18:31 + CreateInstallationResumeInfo()
    09/08/2012 12:18:31 Saving state for 'TraceSaverWidget' (4)
    09/08/2012 12:18:31 Adding info: 0x2002AF5F
    09/08/2012 12:18:31 Adding info: 0x2001E61C
    09/08/2012 12:18:31 Adding info: 0x200267C2
    09/08/2012 12:18:31 Adding info: 0x2002AC89
    09/08/2012 12:18:31 - CreateInstallationResumeInfo(): 0
    09/08/2012 12:18:31 + SetState(): 16 -> 18
    09/08/2012 12:18:31 Exit (14)
    09/08/2012 12:18:31 Uninstalling bootstrap 0x2002CCCD
    09/08/2012 12:18:51 CInstallManager: Install completed (0). 0
    09/08/2012 12:18:51 HandleInstallCompletedL(0): 18
    09/08/2012 12:18:51 + TStateExit::InstallCompleted(0): 5, -30477
    09/08/2012 12:18:53 + CADMAppUi::ExitApp(): 5, 0
    09/08/2012 12:19:32 ADM icon hidden: 0 (0)
    09/08/2012 12:19:32 CADMAppUi::~CADMAppUi()
    09/08/2012 12:19:32 + CStateMachine::Stop(): 0 pkgs installed.
    09/08/2012 12:19:32 Total 102 kB in 8.7 s, avg 11.84 kB/s (99.9 s)

  7. #7
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    according to : http://www.developer.nokia.com/Commu...8-30477%29-N73 its because some file is open, and can not be closed & replaced. So try checking what havens if you try installing the sis file without the Smart installer wrapping.

  8. #8
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    whitout the smart installer the sis file gives "unable to install error". Any solution for this please, how can I proceed?

  9. #9
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    then do comment lines out from the pkg file, untill the error goes away. that way you could identify the line causing this error, and then copy paste the pkg here, and let us know which line was the faulty one.

  10. #10
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    I did comment every line of the pkg file but no result till I comment the last line, but even if it shows that the installation is completed the application doesn't exist in the applications place. please help if possible

    ; C:/Users/Metricell/Desktop/TraceSaverWidget68//TraceSaverWidget_installer.pkg generated by qmake at 2012-08-08T15:06:13
    ; This file is generated by qmake and should not be modified by the user
    ;

    ; Language
    &EN


    ; SIS header: name, uid, version
    #{"TraceSaverWidget installer"},(0x2002CCCF),1,0,0

    ; Default localized vendor name
    %{"Vendor"}


    ; Default unique vendor name
    :"Vendor"



    ; Manual PKG pre-rules from PRO files
    ; Default dependency to Qt libraries
    ; Default HW/platform dependencies
    [0x20022E6D],0,0,0,{"S60ProductID"}
    [0x1028315F],0,0,0,{"S60ProductID"}
    ; Default dependency to QtMobility libraries


    "C:/Users/Metricell/Desktop/TraceSaverWidget68/TraceSaverWidget.sis" - "!:\private\2002CCCE\import\TraceSaverWidget.sis"
    @"C:/QtSDK/Symbian/SDKs/Symbian1Qt473//smartinstaller.sis",(0x2002CCCD)

  11. #11
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    Not that pkg, you would need to work with the the pkg that made the TraceSaverWidget.sis, this one is just the Smart installer Wrapper.

  12. #12
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    Can you please be more specific, in my project directory there only 3 .pkg files (applicationName_installer.pkg;applicationName_stub.pkg;applicationName_template.pkg) which one of them, or do you mean something else? Thanks for your help

  13. #13
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    I would assume it could be the applicationName_template.pkg, anyway, it should be the one that makes the instalaltion file, so check what's in there.

  14. #14
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,671
    Also you might want to do things in command line using makesis & signsis, just to make sure QtSDKL would not modify the pkg.

  15. #15
    Registered User metricellint's Avatar
    Join Date
    Aug 2012
    Posts
    10
    I'm not sure well can you please see if it's the file:

    ; C:/Users/Metricell/Desktop/TraceSaverWidget68//TraceSaverWidget_template.pkg generated by qmake at 2012-08-08T15:06:13
    ; This file is generated by qmake and should not be modified by the user
    ;

    ; Language
    &EN


    ; SIS header: name, uid, version
    #{"TraceSaverWidget"},(0x2006794C),1,0,0

    ; Default localized vendor name
    %{"Vendor"}


    ; Default unique vendor name
    :"Vendor"



    ; Manual PKG pre-rules from PRO files
    ; Default dependency to Qt libraries
    (0x2001E61C), 4, 7, 3, {"Qt"}
    ; Default HW/platform dependencies
    [0x20022E6D],0,0,0,{"S60ProductID"}
    [0x1028315F],0,0,0,{"S60ProductID"}
    ; Default dependency to QtMobility libraries
    (0x2002AC89), 1, 1, 3, {"QtMobility"}

    ; DEPLOYMENT
    "c:/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/release/$(PLATFORM)/$(TARGET)/TraceSaverWidget.exe" - "!:\sys\bin\TraceSaverWidget.exe"
    "c:/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/data/z/resource/apps/TraceSaverWidget.rsc" - "!:\resource\apps\TraceSaverWidget.rsc"
    "c:/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/data/z/resource/apps/TraceSaverWidget.mif" - "!:\resource\apps\TraceSaverWidget.mif"
    "c:/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/data/z/private/10003a3f/import/apps/TraceSaverWidget_reg.rsc" - "!:\private\10003a3f\import\apps\TraceSaverWidget_reg.rsc"

    ; Manual PKG post-rules from PRO files
    "/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/release/$(PLATFORM)/$(TARGET)/as_s60launcher.exe" - "c:\sys\bin\as_TraceSaverWidget.exe"
    "/QtSDK/Symbian/SDKs/Symbian1Qt473/epoc32/data/z/private/101f875a/startuplist.rsc" - "c:\private\101f875a\import\[2006794C].rsc"
    ""-"c:\system\data\TraceSaverWidget.ini", FN

Page 1 of 2 12 LastLast

Similar Threads

  1. Smart Installer "Installation Failed"
    By please_help in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 15
    Last Post: 2012-04-27, 11:34
  2. smart installer fails with "unable to delete file"
    By Nesma M. Rezk in forum [Archived] Nokia Smart Installer for Symbian
    Replies: 3
    Last Post: 2011-05-20, 14:09

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