12-03-2009 04:07 AM
Hello,
I've developed a new application for my firm. I've deployed my application on 8310 devices, 9500 devices, no problem...
Since last week, I'm trying to install this application on a 8900 device. It's not working, the Desktop Manager is telling me that the application is not compatible with this device. I've read an article on the blackberry website explaining which version of JDE using, but no result...
The Blackberry device version is v4.6.1.206 (platform 4.2.0.102).
I've compiled my application on JDE v4.2.1.41, v4.6.1.23 , and v4.7.0.41.
I'm signing the application on a computer (where the JDE 4.2.1 is installed).
After during the installation, I've got always the same error message (Compatibility issue...).
How can I install the application on this device ?
Thanks for you help !
12-04-2009 03:52 PM
Since you are doing desktop installations, check your ALX file. You can restrict installations to specific models with this file.
12-09-2009 11:11 AM
Hello,
this is the content of my alx file :
<loader version="1.0">
<application id="CFirst">
<name >
C-First
</name>
<description >
ABW
</description>
<version >
1.0
</version>
<vendor >
MyCompany
</vendor>
<copyright >
Copyright (c) 2009 MyCompany
</copyright>
<fileset Java="1.38">
<directory >
</directory>
<files >
CFirst.cod
</files>
</fileset>
</application>
</loader>There is no restriction on device version.
According this document, I should be able to install my application on the 8900 device.