-
Nokia9500 - CDC 1.1
The Nokia 9500 does only have CDC 1.0 support as far as I know, but is there any way to develop CDC 1.1 applications for that device? Maybe upgrade the device or add any jar archive? If this does not work I need to get another phone for development, so does anyone kow where I can look up CDC 1.1 compliant devices?
-
Re: Nokia9500 - CDC 1.1
No CLDC upgrades for the 9500. See [url]http://forum.nokia.com/devices[/url] for Nokia device specs (including info whether it suppots CLDC 1.0 or 1.1).
-
Re: Nokia9500 - CDC 1.1
Hi,
I bought a SavaJe phone “Jasper S20” at last JavaOne 2006. It is a Java ME /CDC 1.1 phone with support for AGUI(JSR-209). AGUI=swing
[url]http://www.savaje.com/show_device.html[/url]
[url]http://jcp.org/en/jsr/detail?id=209[/url]
[url]http://www.savaje.com/developers.html[/url]
It is the only device I know supporting CDC1.1 now, but during 2007 I think there will come many devices for the CDC1.1 platform.
-ove
-
Re: Nokia9500 - CDC 1.1
Oops. Didn't spot the CDC vs. CLDC. In any case, the Nokia device specs are where I said they are, but there are no CDC 1.1 devices by Nokia (and probably, as ove points out, there aren't many devices with it from others, either).
-
Re: Nokia9500 - CDC 1.1
Bad news for me! :(
I thought there were already several mobile phones out there that have CDC 1.1 support. So there is no way to get a CDC 1.1 application running on the Nokia 9500, right !?
It is very important for me that the mobile phone does also have WiFi so it could still take a few months until i find a matching mobile phone I guess!?
@petrib:
I knew that the Nokia9500 has CDC 1.0 support from [url]http://www.forum.nokia.com/devices/9500[/url] ! thanks though.
-
Re: Nokia9500 - CDC 1.1
There is also an web site dedicated to CDC:
[url]http://www.blueboard.com/javame/[/url] , where you can find more information about CDC devices.
This website is done by the Java.net project called "javamecdc-group":
[url]https://javamecdc-group.dev.java.net/[/url]
-ove