04-15-2010 04:24 AM
Hi, everybody,
When I try to load a newer version of application using DeskTop Manager,
I got the following error message.
"This application is not compatible with your device and cannot be loaded".
Someone posted this issue last year and my problem is exactly same to his problem.
So I copied his post here.
How can I update newer version of application without the error message?
The original link and the question of the post is as follows.
Could you please give me a clue, how can I overcome that?
1. compiled the application and created alx-file (app version is 1.0).
2. ran BlackBerry Desktop Manager (ver. 5.0) and installed the application.
3. changed something in my application, re-compiled the application and created new alx-file (app version is 1.1)
4. ran BlackBerry Desktop Manager, ran Application Loader, and saw that my application is already shown in Application Loader list (version 1.0). When I tried to install newer version I got the message “This application is not compatible with your device and cannot be loaded”. Anyway after that the Action in Application Loader window was “Update” and I could update the application.
How can I update already installed application without error message?
04-16-2010 01:29 AM
What device are you trying to load it onto?
Which OS is on the device (Options > About on phone)?
What JDE/SDK/JRE was the application built against (5.0, 4.7, 4.6, 4.5, 4.3)?
04-16-2010 02:06 AM
May it is the problem with OS version.
But, previously i have teh same issue that is because of a space in between the app name. then i created a new project with new name and it worked for me later. so kindly check that there are no spaces or special characters in the app name.
04-16-2010 03:10 AM
I checked through all the related posts at this forum. And I followed all the advices including space in the app name. But nothing solved my problem.
In my case, I can install my application if it's not installed on the device without any message.
But if I try to install new version of the same application, I got the message even though it's installed on the device.
I tried this on all my phones, Curve 8520, Curve 8900, Bold 9000 and Bold 9700.
I got the message on every phones above.
OS version of the phones are 4.6 or 5.0.
And I'm using BlackBerry Component Pack 4.6.1 and BlackBerry JDE Plug-in for Eclipse 1.0.0.67.
04-16-2010 03:36 AM
try to load the app using javaloaer.
download jl_cmder, install it, copy and paste your cod file in the Jl_cmder folder.
go to command prompt.. browse to the Jl_cmder path.
then type javaloader -u load myApp.cod
04-18-2010 09:31 PM
If I use another way of loading, for example using javaloader or downloading via OTA, There is no problem at all.
But we have to let our users to install our application by themselves, So we need to solve the installation problem of Desktop manager.
The users will install our application successfully if they ignore the error message, But there will be so many kind of users. And I'm afraid of the reply of some users.
Thanks,