version conflict CLDC 1.0 / 1.1
Hi
Please I need immedeate help.
I am currently making a game in NetBeans 4.1(java IDE) and using the nokia series 60 emulator.
The app is comiled with MIDP 2.0 and CLDC 1.1 setting. The complete game has been developed but now when i test the game on aa phone, it is not running on any phone( even the ones which are MIDP 2 and CLDC 1.1 compliant ) this includes nokia 3230 ( CLDC 1.1 and MIDP 2.0 comp)
However when I create a blank app of CLDC 1.0 and MIDP 2.0 its successfully running on
the nokia 3230. whereas with MIDP 2.0 & CLDC 1.1 it fails to even Install. The error shown is "Invalid version".
Please any sort of help will be greatly appeciated.
Thanks
Saaransh Bagga
Re: version conflict CLDC 1.0 / 1.1
Acutally nokia 3230 is cldc 1.0.. i wrote a java 2d game in cldc 1.0 and midp 2.0.. it works fine on my 3230 phone.. but a m3g game written by me in cldc 1.1 doesn even get installed.. says invalid version..is there any way to install cldc 1.1 config package on this phone??
Re: version conflict CLDC 1.0 / 1.1
That's what I said in 2005; 3230 is CLDC 1.0.
There is no way for you to "upgrade" or install CLDC 1.1 support on the 3230 (or any phone that doesn't come with the support from the manufacturer).
Your options are:
- do not support such devices
- rewrite your application (or modify whatever you do that only works in CLDC 1.1 to also work in CLDC 1.0)