Discussion Board

Results 1 to 12 of 12
  1. #1
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Hello,

    I am new to symbian development.. Pls help me..
    I am trying to install .sis file by using S60 3rd Edition SDK into mobile device(Nokia E70) but getting the error Certification error. contact to the application vendor.

    I am doing the procedure like this..

    1) I opened an App from C:\Symbian\9.1\S60_3rd\S60Ex.
    2) compiled it in release mode for using gcce.
    3) I am using the default certification that is in C:\Nokia\Tools\Carbide_vs\Certificates.
    4) And i am signing the .sis file by right clicking on it also in properties window.
    5) I am trying to install on the mobile device and getting the error i mentioned above..

    Please help me in regarding this.

    Thanks in advance,
    Muralidhar.

  2. #2
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    What was the UID3 of the application?

  3. #3
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    UID 0x0 0xA000018B

  4. #4
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    On the phone, in the App manager -> Settings, check that Software Installion is set to "All".

  5. #5
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Quote Originally Posted by muralidharvvk
    UID 0x0 0xA000018B
    Also note that if it is a GUI application,
    Code:
    UID 0x100039CE 0xA000018B
    would be a better choice.

  6. #6
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Hello,

    Yaa.. I done this doing whatever u say and able to install the sis file on device for a basic application like Helloworld.

    When trying to do the same for an messaging application i am getting the error on device "Required application access not granted".

    Please help me out in this..

    Thanks & regards,
    Muralidhar.

  7. #7
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    Then your application does not have a capability that it needs. Check S60 documentation on capabilities. If you need advanced capabilities you also need to assign the UID from what is called the protected range and use Developer Certificates from Symbiansigned to convince the phone to install your app..

  8. #8
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    Hello,

    I got what u are saying..
    I have seen that document and got the capabilities list needed for that app.
    I am trying to install on E70 3rd generation phone..

    The capapbilities are:

    NetworkServices
    ReadUserData
    WriteUserData
    WriteDeviceData
    ReadDeviceData

    I want to know there is any other way other than signing the application to get the above capabilities.

    Because my application is in still development phase. When it developed completely only i can send it for testing and get the certification.

    Thanks in advance,
    Muralidhar.

  9. #9
    spirit77fr
    Guest spirit77fr's Avatar
    DevCert are free and the procedure to get one is straighforward. This is all explained on symbian signed.
    The basic devcert is valid for 6months and work only for one IMEI.

    I have got one. My only problem is that it doesn:t work on my phone. But it should work on yours as you have already been able to install self-signed apps.

    Here the link to my post describing the problem I have with my phone. Any help welcome.

    http://discussion.forum.nokia.com/fo...ighlight=804nk

  10. #10
    Regular Contributor muralidharvvk's Avatar
    Join Date
    Sep 2006
    Location
    Bangalore
    Posts
    51
    I got some DevCertRequest_13_09_2006_v1.9.exe from symbian site ans installed in my system and created .cer and .key files for my app.

    i have done makesis Messaging_gcce.pkg
    and it created me a sis file Messaging_gcce.SIS.

    I generated .key and .cer from that tool provided by symbian and copyed into my app sis directory..
    When i am trying to sign this sis file like this
    signsis Messaging_gcce.SIS Messaging_gcce_sign.SIS Messaging.cer Messaging.key password

    then it is giving me error like this

    encryption error, Cannot read Messaging.cer.

    Please help in this..

    Thanks & regards,
    Muralidhar

  11. #11
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    You need to "import" the certificates and keys into Carbide.vs using the Manage Certificates tool (found in the VS Tools menu). Once you have imported the certificate, you can then set it as the default for the project in the Carbide.vs Properties for a given project. The default certificate will then always be used when building that project.

    This is all in the online Help, for instance a search using the VS Help search with the keywords "carbide certificate" gives the correct page as the second hit on the list, much faster than trying to guess how it works :-).

  12. #12
    spirit77fr
    Guest spirit77fr's Avatar
    signsis should work.

    I just wonder how you generated you certificate.

    The way I did it is:

    1) run DevCertReq tool. Supply your IMEI.
    This will generate two files:
    ____.csr
    ____.key

    2) you then need to go on the symbian signed website.
    login
    and upload you _____.csr file.
    Thereafter you can download your _.cer files.

    Then, when you use signsis, you should supplied the ___.cer (downloaded from symbian) and the ____.key generated by the DevCertReq tool.

    you can find more detail information on the symbian website

Similar Threads

  1. S60 Signing and Certification
    By Nokia Ron in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 52
    Last Post: 2007-11-15, 09:40
  2. Failed MIDlet install with VeriSign certificate
    By chgru in forum Mobile Java Networking & Messaging & Security
    Replies: 14
    Last Post: 2006-06-06, 16:57
  3. Signing problem with 6630 and jad file
    By panwoo in forum Mobile Java General
    Replies: 7
    Last Post: 2005-11-19, 14:57
  4. Midlet Signing - real life experience
    By sangohku in forum Mobile Java Networking & Messaging & Security
    Replies: 0
    Last Post: 2005-09-11, 06:17
  5. Signing midlets with Verisign certificate for Nokia 6600
    By rmellado in forum Mobile Java General
    Replies: 0
    Last Post: 2004-07-02, 10:36

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