Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User evariste's Avatar
    Join Date
    Jan 2007
    Posts
    19
    Hello,
    I have created a simple exe application (one src file).
    Code:
    #include <e32base.h>
    GLDEF_C TInt E32Main() {
    
    for(;;)
    {
    
    User::After(10000000);
    User::InfoPrint(_L("Ping Message"));
    }
    
    }
    The mmp file is this
    Code:
    TARGET FirstExe.exe
    TARGETTYPE exe
    UID 0x0 0xE0000183
    VENDORID 0
    
    SOURCEPATH ..\src
    SOURCE FirstExe.cpp
    
    USERINCLUDE .
    USERINCLUDE ..\inc
    USERINCLUDE ..\..\..\Epoc32\include
    
    LIBRARY euser.lib
    and the package file is
    Code:
    &EN
    ;Standard SIS file header
    #{"FirstExe"},(0xE0000183),1,0,0
    
    ;Localised Vendor name
    %{"Vendor-EN"}
    
    ;Unique Vendor name
    :"Vendor"
    
    ;Series 60
    [0x101F7961],0,0,0,{"Series60ProductID"}
    
    "c:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\gcce\urel\FirstExe.exe"        -"!:\sys\bin\FirstExe.exe"
    I create my exe file with
    Code:
    abld build gcce urel
    I create a SIS file using
    Code:
    createsis create FirsteExe.pkg
    However I cannot install the application in my N93 (Os v9+) due to an error :
    "Unable to install protected application from an untrusted supplier"
    I am using the 0xE* area as explained in the FAQ https://www.symbiansigned.com/app/page/dev/uidfaq
    but I still cannot install my application.

    I have built some of the Symbian SDK examples and I have also created working SIS using Carbide.C++ I am wondering if there is an easy way of manually configuring the UID settings.

    Thank you all in advance.!

  2. #2
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Hi,

    Have you signed your .sis???
    Search for "signsis" in the SDK help. Check the detial description on very first hit.

    Kiran.
    Last edited by kiran10182; 2007-03-19 at 12:31. Reason: Replaced .exe with .sis

  3. #3
    Registered User evariste's Avatar
    Join Date
    Jan 2007
    Posts
    19
    Hello Kiran!

    createsis doesn't sign your SIS file?
    Using this tool I was requested for a password ans some random input data.
    Using
    Code:
    signsis -o -v FirstExe.sis
    I get the following.
    Code:
    Primary:
    Issued by FirstExe2b02abe8b5a1ca5a977b6524326a67873d528ca9bd544ef275b1f3fec62317
    25af27685cc120ec90bfae8c20cd353497d0df4b67f52bd5acf4.
    Issued to Vendor-EN.
    Valid from 19/03/2007 to 18/03/2008.
    The application is signed right?

  4. #4
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Hello evariste,

    Ok. I think i was messed up. Your UID also looks fine.
    I think Carbide.c++ automatically sign your .Sis. However I have not experience it because i m Carbide.Vs user.
    Let me probe into...
    I hope you have reimported your .mmp file after you have changed your UID.

    If not then,
    -reimport .mmp file.
    -rebuild for release version.
    -try to deploy it on real device.

    I hope following link may prove to be helpful:
    http://discussion.forum.nokia.com/fo...22&postcount=8

    Kiran.

Similar Threads

  1. Unable To Install
    By SlonUA in forum Mobile Java Networking & Messaging & Security
    Replies: 6
    Last Post: 2007-04-25, 13:46
  2. Unable to install Yahoo Go, Gmail after formatting
    By popophobia in forum General Development Questions
    Replies: 2
    Last Post: 2007-03-14, 09:10
  3. Replies: 2
    Last Post: 2007-02-21, 09:35
  4. Unable to install .sisx in Nokia N80
    By henargv in forum Symbian Networking & Messaging (Closed)
    Replies: 0
    Last Post: 2006-06-06, 11:14
  5. Unable to install S60 Nokia Theme Studio 1.2
    By TheDarkus in forum Mobile Java Tools & SDKs
    Replies: 9
    Last Post: 2006-01-02, 16:19

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