1
votes

i build app for android and blackberry on build.phonegap.com and got.jad file for blackberry. it is working on blackberry emulator fine. i installed .cod files on emulator by selecting all .cod files and importing them.

while downloading that jad file and installing on blackberry i got an error: 907 invalid COD

then i downloaded .cod files from bild.phonegap site and try to install them but got error: cannot open the file and shows symbol of ? on .cod file.

now i have .jad files and .cod files, please tell me how to install this app on blackberry. thanks in advance.

My Emulator is not getting connected to internet how can i connect it to internet.??

4
how r u installing file by using desktop manager or by web ?Apple_Magic
i want to install app by OTA.blackberry dev
which is correct answer? i have install so many time with BBSAK my COD...Luigi Saggese

4 Answers

2
votes

The JAD file is a metadata file that tells the device where to find the COD file. In the JAD there should be a line similar to:

RIM-COD-URL: MyApplication.cod

It is recommended that the URL be relative to the location of the JAD (as it is above). The system must be able to find and access the COD file(s) at the location specified.

2
votes

I have faced similar problem. blackberry limits the size of cod file to 64 or 65 kb . If your cod file size is more than that then it divides it into chunks of 64 kb each. The solution is to take the cod file extract it you will more than one cod file copy that all along with the jad file on ur phone it would work !

0
votes

Have you tried software BBSAK? http://bbsak.org/

There is the section

Modify CODs -> install JAD 

and find your app to install on BlackBerry.

-2
votes

I don't know the Blackberry system very well but don't you have a jar file also? This file should contain the program (if it works like it used to be with Midlets on mobile phones that support java).