05-16-2011 01:35 AM
No reply yet ? Isn't there a solution ?
05-16-2011 01:47 AM
Hi,
Do one thing open simulator and in the simulator open file menu-->Load java program select cod file then reset simulator and check..
if you already try this , try to install on real device else let's wait for others response....
05-17-2011 05:20 PM
The BlackBerry smartphone simulator does not need the ALX or JAD files to run an application. All it needs are the application's COD files.
However, these are packaged differently for an ALX deployment compared to a JAD deployment. When using an ALX file all of the sibling COD files are packaged into a parent COD file, that is basically a zip file. A JAD file deployment distributes the sibling COD files individually. So you'll see a listing of COD files that looks like this:
MyApp.cod
MyApp-1.cod
MyApp-2.cod
And so on....
The number of COD files will vary based on the size of the application (you can read about that here: http://supportforums.blackberry.com/t5/Testing-and
The last error you report indicates that you are missing some of the sibling COD files for the application. Ensure you copy all COD files listed in the JAD file into the simulator directory. Alternatively you can just point the BlackBerry Browser in the simulator to the JAD file and install it "OTA".