I want to tell my blackberry app in blackberry device. I searched and found that you have to place .cod, .jad and .alx file and then download and install the .jad file in the device. I did this but it said Class net.rim.device.api.command.Command not found.

I think I have to add more files or what should I do?

Thanks!

7

2 Answers

If you created this cod file , than before installing it on Blackberry Device you need to Signed it first. See this video how to sign .

 

Once you sign your cod file , you can install it on BB phone by .COD file or by .JAD file.

If you want to install using .JAD file , copy your .COD file into SDCARD & .JAD too. Remember if you have more than 60KB .COD file size than you need to extract it to divide into 60KB Sizes(Use 7 Zip to extract) & put in same folder as in .jad File & open .Jad file from Phone & Follow the icstruction.

If you want to install by .COD File , than you may have used BB Eclipse Env. GOTO

<installed Eclipse folder>/plugins\net.rim.ejde.componentpack<SDK Ver>\components\bin 

& paste your cod file in bin folder. Now open COmmand prompt point to this folder & use this command before it connect your BB Phone by USB to computer

JavaLoader load <cod file name> 

Follow this link for more guidance

 

cod files with alx file are for desktop installation via usb-cable. Launch BB Desktop Manager, specify alx file and BB Desktop Manager will install cod files (described in alx-file) to the connected device.

cod files and jad file are for wireless installation. Device opens jad file in browser, and downloads and installs all cod files described in jad file.

That's it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.