Make sure you are signing correctly with your Publisher certificate. After signing your .sis with Publisher ID, what does the following command show?
signsis.exe -o mysisfile.sis
Make sure you are signing correctly with your Publisher certificate. After signing your .sis with Publisher ID, what does the following command show?
signsis.exe -o mysisfile.sis
Nokia Developer Wiki Moderation team
FYI, I have builded the .sis and the .sisx file from the build configurations options of the Carbide. And when I issued this command signsis.exe -o mysisfile.sis it showed No primary signatures
and when i isued the command signsis.exe -o mysisfile.sis it showed Primary: Issued by TC TrustCenter Class 2 L1 CA XII. Issued to 1c. Valid from 05/08/2010 to 05/08/2011
Oky finally now i got my sis file uploaded by renaming mysisfile.sisx to mysisfile.sis and when i zipped it and sent it, it got uploaded. So am i correct in this step of renaming this .sisx file to .sis?
Meanwhile I am still not able to clear the Express Signing procedure because in step3 i got stuck because they are saying that I have used NetworkControl capability in my project but the fact is that in my project I haven't used NetworkControl capability. My application has a dll and an exe. So why is this been said by the Symbian Signed?
Yes it settled finally but am still confused about the fact that why the orginal file is not being takenby the symbian signed where as renaming the .sisx to .sis made it uploaded to the symbian signed and i didnt typed that command incorrectly ..one command was for the .sis file and one for the .sisx file and it yeilded two different outputs as No primary signartures (for the sis file) and Primary: Issued by TC TrustCenter Class 2 L1 CA XII. Issued to 1c. Valid from 05/08/2010 to 05/08/2011(for the .sisx file )
in the dll the capabilities are (the dll that i have used is HTTP filter plugin)
LocalServices Location NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData
and in the exe the capabilites are
Location NetworkServices ReadDeviceData ReadUserData SwEvent WriteDeviceData WriteUserData
I finally got my application Express Signed and Thanks to all here who have helped me out. Without all your help this wont have been possible for me. Thanks to ALL..
I resolved the issue by cleaning all files related to my project from the epoc32 folder...including my dll file that i am creating.. the issue was coming because I didnt cleaned up the dll that was created ...I only was cleaning up the project*.* from the epoc32 folder whereas you should also clean the dll*.* from the epoc32 folder. That was how the problem got resolved.