Tagged Questions
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
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
1answer
79 views
How to offer anitleeching method of a JAD OTA link
Ok, I am currently using a download script in PHP which queries a mySQL database and checks if that token has been downloaded (this token I create manually through a generate script). So for example ...