blackberry - How to extract JAD file from COD file? -


i provided jar file , jad file blackberry's rapc compiler. produced cod file. the jad file constains business logic related properties (in opposition classics properties midlet-name, etc) trying extract.

assuming 1 has access cod file, there way extract jad file cod file ?

ps: don't have access jad given rapc. hence question :)

ps2: links/turotials/samples how create jad file blackberry don't answer question.

thanks

you can make own jad manually or using "blackberry desktop manager":

http://www.ehow.com/how_7846156_create-jad-cod-alx.html

and here sample jad:

manifest-version: 1.0 rim-cod-module-name: yourprojectname rim-cod-module-dependencies: net_rim_cldc,net_rim_pdap,net_rim_bbapi_invoke midlet-jar-size: 133911__your_jar_size_in_byte midlet-1: ,img/icon.png, rim-cod-creation-time: 1319628844__maybe_unneccessary midlet-jar-url: yourprojectname.jar rim-cod-url: yourprojectname.cod rim-cod-size: 45832__your_cod_size_in_byte microedition-configuration: cldc-1.1 midlet-version: 1.0.0 midlet-name: yourprojectname midlet-vendor: blackberry developer microedition-profile: midp-2.0 rim-midlet-flags-1: 0 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -