cod

How to properly force a Blackberry Java application to install using Loader.exe

I want to include the Application Loader process in a software installation, to ensure that users get our software installed on their Blackberry by the time our installer software finishes. I know this is possible, because Aerize Card Loader (http://aerize.com/blackberry/software/loader/) does this. When you install their software, if y...

Optimizing for a smaller .cod (.jar) file

The RIM compiler performs extra optimization and compression on the resulting ".jar" while building the final .cod file, but there are things that can be done by the developer to significantly reduce the final .cod file size. One such thing would be to run PNGCrush, OptiPNG, or a similar tool to reduce the size of the included .png fil...

Too many cod-parts in jad file

I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the missing MIME types. But when I try to download the application by requesting the jad file, I get a 500 error with the details saying that the...

BlackBerry - Changes are not getting reflected in my app

Suddenly my changes are not getting reflected when I run my app. I have tried the following things. Restarted the eclipse and tried. created a new eclipse workspace. Uninstall and installed the blackberry jde. As I read "Blackberry simulator not creating COD file", I have deleted some java files and images then tried. Nothing works....

Blackberry COD build issue

I have a database of size 20MB that I would like to build into COD. Its a mandated requirement. How can I get the rapc to build 20MB When I build the app I am getting the compiler error: java.lang.NullPointerException at net.rim.tools.compiler.d.af.bb(Unknown Source) at net.rim.tools.compiler.d.af.null(Unknown Source) ...

Eclipse (Blackberry JDE 4.6.1) fails deploying the application on the simulator

Hi, this is the message I receive when I try to build my applicaion. ..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified) rapc executed for the project HBB the project is currently set as "Active for Blackberry" and all the other option are set as defined...

Issues in signing the .COD file

Hi, I am facing issues in signing the .COD file for my Application. Few days back, I installed the Signature key files on my machine which I received from the Blackberry support. Signature Key files were successfully installed on my machine. Now, I want to sign my .COD file again as my .COD files have been updated. But, I am gettin...