Originally posted by cookie23 at 27-11-2009 03:16 PM
If there are only .cod and a .jad files, how do you put and install a .jad file on your phone? Any input would be appreciated, thanks.
I've installed a few apps in this format.
Basically attach the phone to your PC and make sure Make sure Mass Storage Mode is on
under options >> memory
The phone will read like a normal USB Hdd.
Copy the .jad / .cod package to any folder on your phone.
Open Media, Push the Blackberry button (left of the touchpad) and select explore.
Browse to where you copied the .cod / .jad package and click on the .jad file to install.
Alternatively you can make a .alx file for you .cod file/s
open notepad and type the following html code.
<loader version="1.0">
<application id="
Game Name/ID">
<name>
Game Name</name>
<description>ALXmake V1.0 make</description>
<version>
0</version>
<vendor>ALXmake</vendor>
<copyright>
Copyright Ubisosf</copyright>
<fileset Java="1.25">
<directory />
<files>
Game Cod file1.cod
Game Cod file 2.cod (if you have more than one .cod file)
</files>
</fileset>
</application>
</loader>
Save as
Game name.alx
type "All files"
Make sure your .alx and .cod files are in the same directory then install using desktop manager.
Open application loader >> Under Load/Delete applications click start >> Click Browse
Browse to where you extracted or copied the .alx/.cod package >>
Click next >> Click finish
Done it this way many times as well
you can also enter the copyright and version as shown if you want.