Discussion Board

Results 1 to 9 of 9
  1. #1
    Registered User jesseek's Avatar
    Join Date
    Aug 2005
    Posts
    21
    Why self-signed program prompt warning “Program isn’t compatible with the mobile” during installing?
    This program is built with S60 3rd MR SDK, and installed to s60 3rd based mobile such as N71 and N73. It is self-signed coz it’s only alloc the basic capabilities.
    However, The software can be installed succeed when we ignore the warning, and it can run with no problem.
    My question is how to grid of these annoying warning since the program hasn’t any problem indeed.
    Thanks in advance.

  2. #2
    Super Contributor antonypr's Avatar
    Join Date
    May 2003
    Location
    Vancouver, Canada
    Posts
    985
    You should be able to remove the warning by adding the following line in your .pkg file:

    Code:
    ;Supports Series 60 v 3.0
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}
    Antony

  3. #3
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,673
    do you have the following line in your pkg file ? :

    [0x101F7961], 0, 0, 0, {"Series60ProductID"}

    yucca

  4. #4
    Registered User jesseek's Avatar
    Join Date
    Aug 2005
    Posts
    21
    Yes, I do put that line in my pkg file.
    Below is a portion of my pkg file, does anything wrong here?

    ; Languages, &lang-code [(dialect-ID)], lang-code [(dialect-ID)], ...
    ; e.g. &EN,FR,ZU(1024)
    &ZH

    ; Header, {component name language 1,...}, {application UID},major,minor,build
    #{"mobileMusic"},(0xF0008A3F),1,6,0

    ;signature line
    *"My.cer","My.key"



    ; Supports S60 v 3.0
    ; Device hardware, [productUID], version-range, {"ProductName"}
    ;[0x101F6F88], 0, 0, 0, {"Series60ProductID"}
    [0x101F7961], 0, 0, 0, {"Series60ProductID"}

  5. #5
    Registered User jesseek's Avatar
    Join Date
    Aug 2005
    Posts
    21
    Quote Originally Posted by symbianyucca
    do you have the following line in your pkg file ? :

    [0x101F7961], 0, 0, 0, {"Series60ProductID"}

    yucca
    I changed this line to below:

    [0x101F7961], 0, 0, 0, {"S60ProductID"}

    After that, the warning disapeared. However, a new warning "The program is not trusted" prompts to me. Is it the problem of self sign?

  6. #6
    Super Contributor antonypr's Avatar
    Join Date
    May 2003
    Location
    Vancouver, Canada
    Posts
    985
    Exactly. Since You use self-signed certificate, your application is not "trusted" by the device. It is because the device cannot verify your certificate.

    Antony

  7. #7
    Registered User rons's Avatar
    Join Date
    Apr 2007
    Posts
    2
    What is to be done to avoid this - "Program not trusted".

  8. #8
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Hi,
    Welcome to the Forum!!!

    Quote Originally Posted by rons
    What is to be done to avoid this - "Program not trusted".
    Submit your application for Symbian Signed. If it gets approved then you can install it on phones without facing this message.

    Moreover visit www.symbiansigned.com for all your queries and confusions.

    Kiran.

  9. #9
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,415
    You avoid it by making it trusted = having it Symbian Signed (signed with a trusted certificate, and not your own). You can also apply for self-signing authority, but that's rather more expensive, if it is only about one app.

Similar Threads

  1. Issue when trying to generate .sis file
    By rmulam in forum Symbian Tools & SDKs
    Replies: 9
    Last Post: 2009-08-13, 14:10
  2. Nokia phones are not ready for Bluetooth audio
    By cgraham1 in forum Bluetooth Technology
    Replies: 216
    Last Post: 2008-01-03, 17:52
  3. C-code..unable to make sis
    By Symbian_Neil in forum Symbian C++
    Replies: 9
    Last Post: 2006-12-02, 07:55
  4. Warning in compiling my program?
    By ardc_21 in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2005-08-25, 10:41
  5. can not successfully link any sample using .NET
    By lobotomat in forum Symbian Tools & SDKs
    Replies: 2
    Last Post: 2002-08-20, 00:29

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