I have a JAD file which I want to run on my simulator. So I do these things to download that JAD file on my simulator ...

I have changed the SD card and browse that project where the JAD file is kept.

Now when I browse that SD card I find there is a JAD file. When I click on it I got one download button and one cancel button. On clicking the download button it gives me information like "downloading failed".

When I click on the details button it says "invalid cod file not found". What should I do?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

The .jad file does not contain any of your actual code. It is actually a text file, you can open it in a text editor and read it. The .jad file just contains pointers to your .code file(s). So, you need to make sure that your .cod file(s) are available in the same folder as the .jad file.

link|improve this answer
yes and reading the jad file its look like this RIM-COD-URL-9: Piegon_Moblie-9.cod RIM-COD-URL-8: Piegon_Moblie-8.cod RIM-COD-URL-7: Piegon_Moblie-7.cod RIM-COD-URL-6: Piegon_Moblie-6.cod RIM-COD-URL-5: Piegon_Moblie-5.cod RIM-COD-URL-4: Piegon_Moblie-4.cod RIM-COD-URL-3: Piegon_Moblie-3.cod RIM-COD-URL-2: Piegon_Moblie-2.cod RIM-COD-URL-1: Piegon_Moblie-1.cod RIM-COD-Module-Name: Piegon_Moblie RIM-COD-URL-24: Piegon_Moblie-24.cod RIM-COD-URL-20: Piegon_Moblie-20.cod What does it mean – BBdev Jul 20 '11 at 12:50
And i dont have any cod file in there ..... it has some .alx, .csl, .jdp and some more file but not .cod file – BBdev Jul 20 '11 at 12:52
1  
you will need every one of those .cod files referenced in the .jad file in order to install the app. What is the path where you have found those .alx, etc. files? In my project, I have deliverables\Standard\5.0.0 and in that folder a single .cod file. If you rename that .cod file to .zip and then unzip, you will find your numerous .cod files. – Scott W Jul 20 '11 at 13:17
feedback

Build your app, and generate a .cod file. Then rename the .cod files to .zip file and then extract. Then you will get a set of .cod files. You need to have all of them and they should be signed.

You cannot download the .cod files to an SD card and install like Java ME. You need to either desktop software or your JDE or you need to deploy all of your .cod files along with your JAD file in some server. Then access the JAD file link from a browser. Here we go .. it's done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.