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 please guide me to use JAD for it.

link|improve this question
feedback

1 Answer

The ALX file is probably the closest equivalent to a JAD. ALX files define the elements of a BlackBerry application. They are required for installing apps using the BlackBerry Desktop Manager. You can generate one using the BlackBerry JDE (Project -> Generate ALX).

Also, here's a link that defines the elements of an ALX file: ALX Elements.

Here's a link to the BlackBerry Development Guide, which has a section on packing and distributing BB apps.

Finally, here's a link to a forum post about setting up a server for hosting BlackBerry apps for OTA download/install: OTA Server

link|improve this answer
Thanks for the answer. Basically I want to use it OTA, to be able install from online server. Is it possible to install using ALX like this ? – Durgesh May 4 '10 at 16:34
Add a link to a useful post on OTA server setup. – Fostah May 5 '10 at 14:27
feedback

Your Answer

 
or
required, but never shown

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