View Single Post
Old 09-24-2009, 02:03 AM   #5
pgoeol
Thumbs Must Hurt
 
Join Date: Sep 2009
Model: 8100
PIN: N/A
Carrier: Airtel
Posts: 75
Default

There are 5 .cod files and I zipped them into a single file and changed its extension to .cod file. Then I've created a .alx file as it was not generated in my build process...
my alx file looks has following content

<loader version="1.0">
<application id="myApp">
<description>
Application Store (dc=enterprise)
</description>
<name> myApp </name>
<version> 1.0.0 </version>
<vendor> xyz </vendor>
<copyright> Copyright (c) 2009 xyz </copyright>
<directory _blackberryVersion="[4.0.0,4.7.0)">8100</directory>
<fileset series="8100" Java="1.5">
<files>
mitr.cod
</files>
</fileset>
</application>
</loader>


is it the correct format???
Offline   Reply With Quote