Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Registered User manjunaths's Avatar
    Join Date
    Mar 2006
    Posts
    44
    Hi,
    i have created a sample application, created the sis file using makesis. And genereated the signed sis file using self cerification. I tried to install on the Nokia E60(S60 3rd Edition). it says "unable to install a protected application from an untrusted application supplier"

    The below are command lines which used for create a self sign sis file.

    create sis file
    makesis sampletest.pkg

    Create self certification file and private key file
    makekeys -cert -password symbian123 -len 20
    48 -dname "CN=Test User OU=Development OR=Company CO=FI EM=test@company.com" s
    elfkey.key selfcert.cer

    sign the sis file with self certification
    signsis dvttestharness.sis dvttestharness2.
    sis selfcert.cer selfkey.key symbian123

    please help anybody for this solution

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

    What it the UID of your application?
    Refer to the Antony's blog for the same:
    http://blogs.forum.nokia.com/view_entry.html?id=93


    Following is from SDK help:
    When an application is self-signed it must use a UID from the unprotected range. Specifically, the E range (0xE0000000 to 0xEFFFFFFF) has been reserved for development purposes, and new UID allocations are made from the A range (0xA0000000 to 0xAFFFFFFF). Before being released to end users, a self-signed application must have a UID allocated from the A range. For more information on the application UIDs, go to www.symbiansigned.com.
    Regards.
    Kiran.

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

    First of all check for following on your device:
    Application Manager->Settings->Software Installation->All
    Regards.
    Kiran.

  4. #4
    Registered User manjunaths's Avatar
    Join Date
    Mar 2006
    Posts
    44
    Quote Originally Posted by kiran10182
    Hello Manjunath,

    First of all check for following on your device:

    Regards.
    Kiran.
    Software installion is already set to all.
    i have tried to change the uid in my mmp file to 0x10000025
    but still it is giving same error.
    Can i know where uid is change either in mmp file or pkg file.

  5. #5
    Registered User manjunaths's Avatar
    Join Date
    Mar 2006
    Posts
    44
    Quote Originally Posted by kiran10182
    Hello Manjunath,

    First of all check for following on your device:


    Regards.
    Kiran.
    Hi kiran,

    the below is related to my pkg file
    ; SampleTest.pkg
    ;
    ;Language - standard language definitions
    &EN

    ; standard SIS file header
    #{"SampleTest"},(0x0524BB2),1,0,0

    ;Supports Series 60 v 3.0
    (0x101F7961), 0, 0, 0, {"Series60ProductID"}

    ;Localized Vendor Name
    %{"My Test EN"}

    ;Unique Vendor name
    :"Vendor"

    and the below is my mmp file
    UID 0x100039CE 0x0524BB2

    LANG SC

    in which file i can change?

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

    Change UID in your .mmp file according to post#2.
    For e.g: one of my sample applications has this line: UID 0x0 0xe31f597e in .mmp file.

    Then you need to rebuild your project.
    Replace this new UID in your .pkg file also.

    Regards.
    Kiran.

  7. #7
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    By the way From which IDE have you created your application?

    If not, then try to create some "HelloWorld" type of application. It will give you some basic idea about UID structure, etc...

    Regards.
    Kiran.

  8. #8
    Registered User manjunaths's Avatar
    Join Date
    Mar 2006
    Posts
    44
    Quote Originally Posted by kiran10182
    By the way From which IDE have you created your application?

    If not, then try to create some "HelloWorld" type of application. It will give you some basic idea about UID structure, etc...

    Regards.
    Kiran.
    Hi kiran,

    i have tried as your instruction, change the uid in the mmp file and pkg file.

    This time, it shows the compatible access and then installation progress bar,
    after completion of progress bar, it gives same error.

    This time, it shows the same error after completion of installation progress bar.
    but not installed.

  9. #9
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Hi,
    Quote Originally Posted by manjunaths
    Hi kiran,

    i have tried as your instruction, change the uid in the mmp file and pkg file.

    This time, it shows the compatible access and then installation progress bar,
    after completion of progress bar, it gives same error.

    This time, it shows the same error after completion of installation progress bar.
    but not installed.
    Have you created "HelloWorld" application just for testing? From which IDE?
    Have you rebuild your project after making changes in the .mmp file?
    Have you self-signed your .Sis file?

    Paste your UID line here from .mmp file.

    Regards.
    Kiran.

  10. #10
    Regular Contributor sunitha.m13's Avatar
    Join Date
    Aug 2009
    Location
    Bangalore, India
    Posts
    454
    Hi,

    I am trying to install my application on to the target device.(Nokia N97)
    I have checked "Application Manager->Settings->Software Installation->All", It has been set to All.

    SIS file is getting installed but with a error like "Application doesnot compatible with Phone.Continue Any Way ? (Yes / No)"
    I continued with Yes option.
    then, I am getting an error like : Requested application access not granted.

    Iam using Carbide.C++ V2.0

    .mmp file :
    TARGET MultiViews.exe
    TARGETTYPE exe
    UID 0x0 0xA00001FA

    .pkg file:
    ;MultiViews_gcce.pkg
    ;Languages
    &EN

    ; Header
    #{"MultiViews"},(0xA00001FA),1,0,0

    ;Localised Vendor name
    %{"VendorEN"}

    ;Unique Vendor name
    :"Vendor"
    Regards,
    Sunitha.M

  11. #11
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,156
    Quote Originally Posted by sunitha.m13 View Post
    Hi,

    I am trying to install my application on to the target device.(Nokia N97)
    I have checked "Application Manager->Settings->Software Installation->All", It has been set to All.

    SIS file is getting installed but with a error like "Application doesnot compatible with Phone.Continue Any Way ? (Yes / No)"
    I continued with Yes option.
    then, I am getting an error like : Requested application access not granted.

    Iam using Carbide.C++ V2.0

    .mmp file :
    TARGET MultiViews.exe
    TARGETTYPE exe
    UID 0x0 0xA00001FA

    .pkg file:
    ;MultiViews_gcce.pkg
    ;Languages
    &EN

    ; Header
    #{"MultiViews"},(0xA00001FA),1,0,0

    ;Localised Vendor name
    %{"VendorEN"}

    ;Unique Vendor name
    :"Vendor"
    Pkg file would be of interest.
    Also info of what SDK you are using to build would help. Of course if you search the forum, its already discussed a lot of times
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

  12. #12
    Regular Contributor sunitha.m13's Avatar
    Join Date
    Aug 2009
    Location
    Bangalore, India
    Posts
    454
    3rd Edition FP1 SDK
    Regards,
    Sunitha.M

  13. #13
    Nokia Developer Moderator Symbian_Neil's Avatar
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    4,156
    Quote Originally Posted by sunitha.m13 View Post
    3rd Edition FP1 SDK
    N97 is a 5th ed device.
    - Neil R.Bhasme -

    Twitter: @Symbian_Neil

  14. #14
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Check http://wiki.forum.nokia.com/index.ph...fication_codes for getting the 5th edition identifier.

  15. #15
    Regular Contributor sunitha.m13's Avatar
    Join Date
    Aug 2009
    Location
    Bangalore, India
    Posts
    454
    I have tried with N79, It is getting installed. But application is not opening.

    In Emulator, it works fine...
    Regards,
    Sunitha.M

Page 1 of 2 12 LastLast

Similar Threads

  1. Nokia PC Connectivity能否链接到cdma手机上发送短信和其他操作?
    By bborn in forum Web Technologies and Multimedia Content- Web 技术和多媒体内容
    Replies: 2
    Last Post: 2004-05-04, 11:06
  2. Series 60 Concept Emulator (SDK Beta 0.2 Linux) not working
    By mattbee in forum Mobile Java Tools & SDKs
    Replies: 1
    Last Post: 2003-06-10, 11:43

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