Tagged Questions
1
vote
1answer
557 views
BlackBerry App World Distribution of .jad files
I am developing an app using Eclipse Plugin with BlackBerry JRE 4.5 to support devices with OS versions 4.5 and higher. I understand that when you use a JRE version lower than 4.7 and you deploy the ...
1
vote
1answer
266 views
jad for blackberry non-midlet application
I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then ...
1
vote
2answers
509 views
Direct file download vs reading a file back as download
Is there any difference between creating a direct link to a file on a server, and doing something like reading the file from a location and setting the content type header then streaming back the ...
1
vote
2answers
627 views
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 ...
0
votes
1answer
44 views
BlackBerry: How to read in a JAD and extract the version number
I know the method
ApplicationDescriptor.currentApplicationDescriptor();
But I aim to download another JAD and compare it's version number to the current applications version. What is the ...
0
votes
0answers
92 views
Need JAD file for blackberry installation
I have successful run my app built with phonegap and sencha touch on a Blackberry simulator using the "How To Create a PhoneGap Plugin for BlackBerry WebWorks" tutorial.
Now I want to run the app on ...
0
votes
2answers
157 views
how to provide .jad file download link?
We are trying to provide a download link to abc.jad file in index.html. abc.jad and index.html are both in the same folder. Following is the link.
<a href="abc.jad" ...
0
votes
1answer
178 views
Error deploying signed jar+jad to a blackberry 9300 curve 5.0
My setup is Eclipse, BB JRE 5.0, Blackberry application (not MIDlet). It works ok debugging it from eclipse on the aforementioned device. However, packaging it (firstly signs the cod files and then) ...
0
votes
1answer
85 views
Blackberry over the air installation
I uploaded my blackberry application's delivarables to a server. I want my users to install the application from an url. Before uploading to remote server i made tests on localhost. No problem. But ...
0
votes
0answers
55 views
Know the version of the compiler
I have only one file available. jad, and all the source folder. I would have to know the version of the compiler that compiled the application (I did not have access to. cod) ...
Is this possible?
...
0
votes
1answer
520 views
Unsupported Media Type when deploying OTA Blackberry App
I have a blackberry app that I am trying to deploy OTA (over the air).
I have set the MIME type on my server to be:
cod application/vnd.rim.cod
jad text/vnd.sun.j2me.app-descriptor
jar ...
-1
votes
2answers
289 views
Downloading JAD file on BlackBerry simulator 9550
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 ...