Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry App World™ Development

Reply
New Developer
achenet
Posts: 2
Registered: 12-03-2009

Installing a application on a 8900 device

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 !

Please use plain text.
Developer
RLord321
Posts: 343
Registered: 02-23-2009

Re: Installing a application on a 8900 device

Since you are doing desktop installations, check your ALX file.  You can restrict installations to specific models with this file.

Please use plain text.
New Developer
achenet
Posts: 2
Registered: 12-03-2009

Re: Installing a application on a 8900 device

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.

 

 

Please use plain text.