Discussion Board

Results 1 to 15 of 15
  1. #1
    Registered User ipxx's Avatar
    Join Date
    Jul 2007
    Posts
    13
    How can I signing the .sis?

    Since I cannot register via the www.symbiansigned.com

    Thanks

  2. #2
    Super Contributor stichbury's Avatar
    Join Date
    Nov 2005
    Location
    London
    Posts
    584
    New registration will be available again next week. In the meantime please follow the instructions on the front page of the Symbian Signed web site about account registration (they are shown in red).

  3. #3
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Hello ipxx,
    Quote Originally Posted by ipxx
    How can I signing the .sis?

    Since I cannot register via the www.symbiansigned.com

    Thanks
    Just to add with Jo:

    If your application doesn't require developer certificate then you can go for Self-Signing. How to sign a .Sis file with Self-Sign Certificate

    Kiran.

  4. #4
    Registered User ipxx's Avatar
    Join Date
    Jul 2007
    Posts
    13
    Thanks kiran10182

    Since I try these steps already b4 in my n73
    it doesnt work. . .. . >_<

    Quote Originally Posted by kiran10182
    Hello ipxx,


    Just to add with Jo:

    If your application doesn't require developer certificate then you can go for Self-Signing. How to sign a .Sis file with Self-Sign Certificate

    Kiran.

  5. #5
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Quote Originally Posted by ipxx
    Thanks kiran10182

    Since I try these steps already b4 in my n73
    it doesnt work. . .. . >_<
    Would you please tell us which Capabilities your application requires?
    And what type of Installation error do you get?

    Kiran.

  6. #6
    Super Contributor peter_k_john's Avatar
    Join Date
    Oct 2005
    Posts
    739
    And also what are the steps you have done so far?

    Where you got stucked?

  7. #7
    Regular Contributor lucca99's Avatar
    Join Date
    Nov 2006
    Location
    Germany
    Posts
    115
    Hi there, I didn't want to open a new thread, because my question is quite
    similar:

    How can I sing a *.sis file so that it could be used on more than one
    device. (without payment)


    using the procedure "Symbian Developer Certificate Request" allows to
    add only one device-id. (IMEI)

    - can I actually skip this adding of IMEI id(s) ?

    I would like to allow everybody how trust me to download my sis file and use it for free . Is this possible?

    thanks in advance.
    P.S.
    CAPABILITY LocalServices Location NetworkServices ReadDeviceData ReadUserData UserEnvironment WriteDeviceData WriteUserData

  8. #8
    Regular Contributor cdavies's Avatar
    Join Date
    May 2007
    Posts
    463
    The answer is that you can't.

    If you need a dev. cert for more than one phone, you need an ACS publisher ID. Of course, there's nothing to stop you requesting lots of dev. certs for different phones.
    Get Resolvr - The Zeroconf framework for Symbian OS free today. Make your IP networking applications fun and easy to use. http://www.novelinteractions.com/resolvr/
    Proud to be the only autorickshaw owner in Cambridge - http://blog.novelinteractions.com/images/tuktuk.jpg

  9. #9
    Super Contributor antonypr's Avatar
    Join Date
    May 2003
    Location
    Vancouver, Canada
    Posts
    985
    As cdavies-nokia said, you can submit several requests for all of your phones. I have been doing it myself because I need to test on several different phones. It's a bit of overhead; but nothing we can do if we don't want to pay.

    About your users, you can ask them to download dev. cert from Symbian Signed themselves. This is, of course, not a nice solution.

    You can go to Symbian Signed for Freeware; but be prepare to wait months. My latest submission to Symbian Signed for Freeware has been stuck for 3.5 months now! I have even re-submitted it around 2 weeks ago; but still my application is not signed yet. I don't even know if this service is still alive. It looks like nobody is taking care of it any more.

    My suggestion, if you can get rid of ReadDeviceData and WriteDeviceData, go with self-signing.

    Antony
    Antony Pranata
    http://www.antonypranata.com/
    http://www.s60tips.com/

  10. #10
    Regular Contributor lucca99's Avatar
    Join Date
    Nov 2006
    Location
    Germany
    Posts
    115
    hey guys! thanks for the prompt reply !

    well, at this stage I might have to request diff. cert's
    Cheers, Lucca

    P.S. does someone know how much an "ACS publisher ID" cost ?

  11. #11
    Super Contributor antonypr's Avatar
    Join Date
    May 2003
    Location
    Vancouver, Canada
    Posts
    985
    Antony Pranata
    http://www.antonypranata.com/
    http://www.s60tips.com/

  12. #12
    Registered User Adriana_P's Avatar
    Join Date
    Jul 2007
    Location
    Germany
    Posts
    48
    Quote Originally Posted by antonypr View Post
    My suggestion, if you can get rid of ReadDeviceData and WriteDeviceData, go with self-signing.

    Antony
    Hi,

    I am trying to self-sign my application, and even if the makekey + signsis runs without problems (I think) and mysis_signed.sis is generated, when I try to install it on my phone (Nokia E50) I get the same message - "Certificate Error. Contact the application Supplier."

    Here: http://wiki.forum.nokia.com/index.ph...gn_Certificate

    I red that "If an application requires basic capabilities only, it can be signed with self-signed certificate. Basic capabilities include LocalServices, Location, NetworkServices, ReadUserData, UserEnvironment and WriteUserData."

    But now you suggest that self-signing works if the capabilities does not include ReadDeviceData and WriteDeviceData.

    Is this correct? Can this to be the cause why I can not self-sign my application?

    Another question:

    For signing I am simply using a batch file that contains:

    ***
    del mysis-signed.sis

    makekeys -cert -password 0123456 -len 1024 -dname "CN=MyName OU=Development OR=MyCompany CO=DE EM=my@address.de" mysis_key.key mysis_cert.cer

    signsis mysis.sis mysis_signed.sis mysis_cert.cer mysis_key.key 0123456

    pause
    ***

    Should I do something more? Should I use DevCertRequest Tool also for self-signing? If yes, how?

    Sorry for so many questions, but I am quite new in this world of Symbian and I am kind'a lost

    Thank you.

    Have a nice day,
    Adriana.

  13. #13
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Hello Adriana,

    On your Nokia E50 device narrow down to:

    App.Manager->Settings->Software Installation->All
    Kiran.

  14. #14
    Super Contributor peter_k_john's Avatar
    Join Date
    Oct 2005
    Posts
    739
    Hi,

    About the error that you got. Check this link.

    http://blogs.forum.nokia.com/view_entry.html?id=93

    About the capabilities:- Anotony is talking about the needs of lucca99 only. You will get a detailed list of capabilities that need symbian signed from www.symbiansigned.com

  15. #15
    Registered User Adriana_P's Avatar
    Join Date
    Jul 2007
    Location
    Germany
    Posts
    48
    Quote Originally Posted by kiran10182 View Post
    Hello Adriana,

    On your Nokia E50 device narrow down to:



    Kiran.

    Thousand times THANK YOU!!! It works, I successfully installed my application on my phone!

    Adriana.

Similar Threads

  1. Problem when signing .sis file
    By Barry2006 in forum Symbian Tools & SDKs
    Replies: 4
    Last Post: 2007-11-17, 05:14
  2. .sis signing problem
    By pronvit in forum Symbian Tools & SDKs
    Replies: 5
    Last Post: 2007-04-17, 17:58
  3. signing .sis application for 2nd ed
    By xersmith in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 3
    Last Post: 2007-01-05, 10:06
  4. Problem when signing .sis file
    By rmulam in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2006-08-05, 13:02
  5. Signing problem with 6630 and jad file
    By panwoo in forum Mobile Java General
    Replies: 7
    Last Post: 2005-11-19, 14:57

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