Discussion Board

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Mikhail617 View Post
    Thanks. I am using the correct .cer file but I still get the error.
    can you read all the posts above and need the necessary setting changes.

  2. #17
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    Yes, I read all the posts and tried all the suggested changes but still getting the same result. My E51 phones are set to accept 'all' installations, not 'signed only'. I have changed the UID2 to 0x100039CE, made sure that I am using the correct .cer file and my IMEIs appear to be correct but I am still getting the same error. What else could it be???
    Quote Originally Posted by skumar_rao View Post
    can you read all the posts above and need the necessary setting changes.

  3. #18
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Mikhail617 View Post
    Yes, I read all the posts and tried all the suggested changes but still getting the same result. My E51 phones are set to accept 'all' installations, not 'signed only'. I have changed the UID2 to 0x100039CE, made sure that I am using the correct .cer file and my IMEIs appear to be correct but I am still getting the same error. What else could it be???
    i suggest you match the error you are getting with the reasons stated in http://developer.symbian.org/wiki/in...n_supplier..22 and let us know.

  4. #19
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,746
    The extra error code will not help (E51 is older than S60 3rd FP2), but you can still benefit from checking the list of possible causes: http://blogs.forum.nokia.com/blog/lu...er-debug-guide
    Some blind guesses: older devices do not necessarily like if a file is signed multiple times, make sure that it is signed exactly with one certificate, the devcert. Disable online certification checks if they are enabled.
    Show your .pkg file.

  5. #20
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    Ok, I'll check out those links and see what I can learn.

    here is my pkg file:

    Code:
    ; Installation file for Symbian OS 9.x for generic console application
    ; Installation file for CallMode EXE
    ;
    ; This is an auto-generated PKG file by Carbide.
    ; This file uses variables specific to Carbide builds that will not work
    ; on command-line builds. If you want to use this generated PKG file from the
    ; command-line tools you will need to modify the variables with the appropriate
    ; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
    ;
    
    ;
    ; UID is the exe's UID
    ;
    #{"CallMode EXE"},(0xED93BF02),1,0,0
    
    ;Supports Series 60 v 3.0
    [0x101F7961],0,0,0,{"S60ProductID"}
    
    ;Localised Vendor name
    %{"Vendor-EN"}
    
    ;Unique Vendor name
    :"Vendor"
    
    "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\CallMode.exe"		  -"!:\sys\bin\CallMode.exe"
    
    "$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\ConsoleMenu4_reg.rsc"	  -"!:\private\10003a3f\import\apps\ConsoleMenu4_reg.rsc"

  6. #21
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Hmm. What does it show when you type the following on command prompt:

    Code:
    signsis -o yourDevCertSigned.sisx
    And to list down IMEIs from the dev cert, try this link: http://wiki.forum.nokia.com/index.ph...s_in_a_DevCert
    Nokia Developer Wiki Moderation team

  7. #22
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    it says "file I/O fault, cannot open CallMode.sisx."

    Quote Originally Posted by kiran10182 View Post
    Hmm. What does it show when you type the following on command prompt:

    Code:
    signsis -o yourDevCertSigned.sisx
    And to list down IMEIs from the dev cert, try this link: http://wiki.forum.nokia.com/index.ph...s_in_a_DevCert

  8. #23
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Quote Originally Posted by Mikhail617 View Post
    it says "file I/O fault, cannot open CallMode.sisx."
    Interesting! Does signsis -o anySisxfile.sisx command give the same result with any other .sisx file?
    Nokia Developer Wiki Moderation team

  9. #24
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    yup. I just tried it on a few of my older sisx files and I keep getting the same result.
    Quote Originally Posted by kiran10182 View Post
    Interesting! Does signsis -o anySisxfile.sisx command give the same result with any other .sisx file?

  10. #25
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    Quote Originally Posted by Mikhail617 View Post
    yup. I just tried it on a few of my older sisx files and I keep getting the same result.
    Which is the SDK in use and which OS? Also see the version number of signsis. signsis -?
    Nokia Developer Wiki Moderation team

  11. #26
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    S60_3rd_FP2_SDK_v1.1 and I am attempting to install on nokia E51 which I believe is S60 3rd FP1. The signsis is version 4.0.0.4.

    oh and I am working in Windows XP version 2002, service pack 2
    Quote Originally Posted by kiran10182 View Post
    Which is the SDK in use and which OS? Also see the version number of signsis. signsis -?

  12. #27
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,240
    This is strange! I have not encountered such an error with signsis -o ever.

    Let's do it like this: Can you try submitting to OpenSigned Online and then install that signed sis on your E51. Does it work?
    Nokia Developer Wiki Moderation team

  13. #28
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    It looks like OpenSigned Online won't work for this app as it requires MultimediaDD and the last bullet under service information for OpenSigned Online says "SIS files can be signed for all Platform Security Capabilities except CommDD, MultimediaDD, NetworkControl, DiskAdmin, DRM, AllFiles, TCB."


    Quote Originally Posted by kiran10182 View Post
    This is strange! I have not encountered such an error with signsis -o ever.

    Let's do it like this: Can you try submitting to OpenSigned Online and then install that signed sis on your E51. Does it work?

  14. #29
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by Mikhail617 View Post
    It looks like OpenSigned Online won't work for this app as it requires MultimediaDD and the last bullet under service information for OpenSigned Online says "SIS files can be signed for all Platform Security Capabilities except CommDD, MultimediaDD, NetworkControl, DiskAdmin, DRM, AllFiles, TCB."
    Can you try just installing any sis file that falls under OpenSigned online category, even you can create one easily.

  15. #30
    Regular Contributor Mikhail617's Avatar
    Join Date
    Feb 2010
    Posts
    79
    I can certainly do that but I don't think it will tell us anything relevant to this problem since all my other sis files were self-signed and successfully installed using the same tools and phones I am using now (except DevCert). Deductive reasoning tells me that this problem is either specific to my latest app or to the OpenSigned Offline process so I am not sure what would be the point of signing and installing some other random .sis file. Do you agree?
    Quote Originally Posted by skumar_rao View Post
    Can you try just installing any sis file that falls under OpenSigned online category, even you can create one easily.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [moved] unable to install a sis file
    By gunajit9 in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 5
    Last Post: 2009-10-30, 10:58
  2. Unable to install sis file ?
    By amit.mangal in forum Symbian C++
    Replies: 4
    Last Post: 2009-10-25, 14:41
  3. problem regarding signing .sis file even have dev cert key ...its urgent plz
    By dwivedi in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 14
    Last Post: 2009-05-07, 15:47
  4. Unable to install sis file v9.1
    By gheese in forum Symbian C++
    Replies: 2
    Last Post: 2006-08-08, 12:27
  5. Unable to install the SIS file
    By ajsri77 in forum Streaming and Video
    Replies: 0
    Last Post: 2006-06-07, 15:00

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