View Single Post
Old 11-24-2009, 02:01 PM   #2
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

I assume this is deploying OTA?

First off, you cannot deploy an app compiled under 4.3 on a device running a lower version of the OS. Does your 8703 run OS 4.3? (probably not).

Second, you should rename your COD file to the ZIP extension, and see if you can open/extract all of the individual COD files. Once the code or data segments exceed 64K, the compiler will begin generating additional COD files (MyProject-1, MyProject-2, etc) to accomodate the size. The individual COD files should be deployed with your JAD, not the aggragate COD file (which is really just a ZIP file).

Third, you should always delete the COD files and your JAD file prior to doing your clean "production" build. The compiler will often leave unused artifacts in the JAD file that will not get removed unless you allow the file to be recreated.
Offline   Reply With Quote