08-14-2008 11:34 PM
Hi all:
I can install my app using desktop manager, and it works well.
However, when I try to install the app using OTA, in jad file, there is a line like this:
RIM-COD-URL-1: ProjectName-1.cod
It always failed because my cod file is ProjectName.cod, not ProjectName-1.cod.
Can someone help me?
Thanks!
Solved! Go to Solution.
08-15-2008 04:16 AM
You have hit a size limit, and your cod has been broken up into a number of cod files. These are called sibling files, and are discussed in a number of places in the Developer Guide. However if you want a quick explanation, I suggest you look here:
What Is - The file size limit for wireless downloads
Article Number: DB-00015
The procedure to get round this is also explained in a number of places, but you might find the following useful (see Cause 4).
Support - 907 Invalid Jar Error when installing an application wirelessly
Article Number: DB-00432
08-15-2008 06:31 PM
08-19-2008 01:17 AM
Hi peter and dkonigs:
I have tried to unzip the cod file, but it's failed. It saied the format of cod file is unkown, can not be exacted
08-19-2008 05:04 AM
I suggest you delete the jad file from the directory where it is created by the JDE, then re build yourapplication. This will force the JDE to rebuild your jad and you will probably find that it has now decided that your cod no longer needs a sibling file. In my experience, the JDE does not rebuild (but just updates) the jad when you recompile.
What level of JDE are you using?
08-19-2008 11:26 PM
Thanks Peter.
I deleted all generated files, the re-build the project, it works.