![]() |
| This is a discussion on unable to run app within the 3rd Party BlackBerry Software forums, part of the BlackBerry Aftermarket Development category; As soon as I install this .alx via Blackberry Desktop Manager on my 8703 it crashes. What am I doing ... |
| |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| unable to run app
As soon as I install this .alx via Blackberry Desktop Manager on my 8703 it crashes. What am I doing wrong? The .alx is located on my C:\ along with the ltcratecalc.cod. Is something with the (fileset Java="1.28") incorrect or is the code in my .cod broken. I can run this same app on a 8800 without any problems. loader version="1.0"> <application id="ltcratecalc"> <name > </name> <description > </description> <version > </version> <vendor > MyCompany </vendor> <copyright > Copyright (c) 2007 MyCompany </copyright> <fileset Java="1.28"> <directory > </directory> <files > ltcratecalc.cod </files> </fileset> </application> </loader> |
|
#2
| |||
| |||
| Re: unable to run app
Is it an app specifically for the 8800? It might require 4.2 OS, which is not available on the 8703e...
|
|
#3
| |||
| |||
| Re: unable to run app Quote:
|
|
#4
| |||
| |||
| Re: unable to run app
Well, depending on carrier, the 8700 models are running on 4.1 and the 8100 and the 8800 are now on the 4.2.
|
|
#5
| |||
| |||
| Re: unable to run app
This can happen if you compile under 4.2. Try grabbing version 4.1 (or earlier) of the development environment from RIM and compile using that. There's an article here that talks a little about running a 4.2 app on an older device: http://allblackberry.com/news/2007/0...-reboot-error/ |
|
#6
| |||
| |||
| Re: unable to run app Quote:
Error starting myapplication: Unsigned module 'myapplication-6' may not contain classes in com.rim (except com.rim.samples), net.rim, net.blackberry, java or................. Anybody have any idea. Am I putting the .cod file in wrong place is that what that error is telling me? |