Re: MIDP 1.0.3 support Mobile Media APIs



arraxen via JavaKB.com wrote:
Hello,

I want to retrieve the device information to know wheter it supports MIDP
1.0 only, MIDP 1.0.3, or MIDP 2.0.

There is no such thing as MIDP 1.0.3. There is MIDP 1.0 and MIDP 2.0.

I know that we can use
System.getProperty("microedition.profiles"), but the result tells only if
it is MIDP 1.0 or MIDP 2.0, not any information if it is MIDP 1.0.3.

That's because 1.0.3 is a version of the Wireless Toolkit. Also, the above mentioned property is *not* a part of the MIDP 1.0 specification.


--
Darryl L. Pierce <mcpierce@xxxxxxxxx>
Visit my homepage: http://mcpierce.multiply.com
"By doubting we come to inquiry, through inquiry truth." - Peter Abelard
.



Relevant Pages

  • Re: J2ME & System class
    ... Try the Javadocs for the MIDP. ... They come with the Wireless Toolkit and ... as well as Properties class. ... "By doubting we come to inquiry, through inquiry truth." ...
    (comp.lang.java.programmer)
  • Re: Can MIDP 1.0 program run in MIDP 2.0 phones?
    ... seems that not every phone can run this code well, I am confusing that is the MIDP version problem? ... the phone in question supports JSR-82 (Java APIs for Bluetooth). ... Visit my homepage: http://mcpierce.multiply.com "By doubting we come to inquiry, through inquiry truth." ...
    (comp.lang.java.help)
  • Re: custom build MIDP 2.0
    ... I was able to successfully build the same and got the midp executable too. ... now I want to modify the ... MIDP so that it includes my java files and makes it a part of the compiled midp bundle. ... Visit my homepage: http://mcpierce.multiply.com "By doubting we come to inquiry, through inquiry truth." ...
    (comp.lang.java.programmer)
  • Re: J2ME: MemoryImageSource alike?
    ... > Darryl Pierce wrote: ... There's a complete gaming API in the MIDP 2.0, ... Games have been produced for a few years now for MIDP ... "By doubting we come to inquiry, through inquiry truth." ...
    (comp.lang.java.programmer)
  • Re: J2ME: MemoryImageSource alike?
    ... Timo Nentwig wrote: ... >>And, has already been said, there's no way to do that in the MIDP. ... Dude, whatever. ... "By doubting we come to inquiry, through inquiry truth." ...
    (comp.lang.java.programmer)