08-17-2009 05:50 PM
Hi,
For some reason when I try to sign my project .cod file the signature tool creates a second instance of my project for it to sign.
I tried to create a new project and move my files - but no luck.
it looks something like:
Proj.cod Not Signed Required RRT
Proj.cod Not Signed Required RBB
Proj.cod Not Signed Optional RCR
Proj-1.cod Not Signed Required RRT <----????
Proj-1.cod Not Signed Required RBB <----???? Where did these 3 come from?
Proj-1.cod Not Signed Optional RCR <----????
Any help would be appreciated.
JDE4.5 - Eclipse
Thanks.
Solved! Go to Solution.
08-17-2009 09:47 PM
08-17-2009 11:53 PM
If you change the extension of a cod file to .zip, you will see that on larger apps you have multiple cods and these files are named <primary cod name>-n, with the first file always sharing the filename with your primary cod. When you build your project again it will build a new cod. This has no impact on signing, but is important when writing your jad.
a good post about the issue is here: http://supportforums.blackberry.com/rim/board/mess
08-18-2009 09:05 AM
Thanks!!
Will this have any affect on OTA deployment?
08-18-2009 09:11 AM
08-18-2009 09:37 AM
Thanks for clearing this up!
12-17-2009 06:59 PM
so how can we get it to not sign multiple times?
12-18-2009 01:49 AM
Once the COD is signed that is sufficient, no need to resign it until you build the new cods.
what is your requirement.
01-04-2010 02:43 PM - last edited on 01-04-2010 02:44 PM
are you guys saying that i can unzip the .cod and then only sign one of them and then deploy all of them and it should work?
01-04-2010 03:53 PM
I'm not sure that is correct, when I sign the cod and then extract all the siblings, I find that they are signed as required. So sign before extracting.