PDA

View Full Version : 'failed to install midlet' error on XDA orbit


tashjp
18th September 2007, 07:15 PM
I have developed a very simple midlet (my first one) that uses GPS to determine location coordinates and then displays them on the screen. (CLDC 1.1 and MIDP 2.0)
I am using the O2 XDA Orbit and have tried to install this using midlet manager as well as downloading from a host. Both times I recieved the error 'failed to install midlet'.
Does anyone have any ideas how to fix this?

Thanks,
Natasha.

defcomg
18th September 2007, 07:58 PM
Tao Intent Jmm simply Does not Support with Jsr for use of Gps as far as i knw currently no windows mobile based device does.U Probebly Need To get Something Like Esmertecs Jbed Advanced frm www.esmertec.com

Menneisyys
18th September 2007, 09:58 PM
I have developed a very simple midlet (my first one) that uses GPS to determine location coordinates and then displays them on the screen. (CLDC 1.1 and MIDP 2.0)
I am using the O2 XDA Orbit and have tried to install this using midlet manager as well as downloading from a host. Both times I recieved the error 'failed to install midlet'.
Does anyone have any ideas how to fix this?

Thanks,
Natasha.

1. welcome to XDA-Dev :)

2. as defcomg has stated, the TAO Intent MIDlet manager doesn't seem to support serial access. Install Jbed (see http://forum.xda-developers.com/showpost.php?p=1483665&postcount=24 ) and try again.

tashjp
19th September 2007, 03:07 AM
Thank you both, I shall give it a go!

tashjp
21st September 2007, 03:50 PM
I installed JBed and now the midlet installs, however when I try to run the app I get this error:
"The midlet could not be instantiated:java.lang.NoClassDefFoundError"

My midlet only contains one class, could this be something to do with using an optional API (Location JSR 179)?
I read somewhere that you had to add a midlet-extensions property to the manifest which I have done (Midlet-Extensions: javax.microedition.location), could this be part of the problem?

Thanks,
Natasha.

jameslittle
24th January 2009, 03:18 AM
I can't install Midlet on my pda wm6 i get the setup icon in xml, after copy to the sd card
any suggestion will be grateful

nir36
24th January 2009, 11:33 AM
moved to Q&A section