tags:

views:

56

answers:

2

I want to create my own device to be compatible with the Java ME SDK, in fact it is a CDC PBP1.0 device.

Does anyone have any experience to share on this or can point me to the correct place within Sun's jumbled website.

+2  A: 

PhoneME Advanced is Sun's open source CDC implementation.

If you wan to create your own clean room implementation of CDC, you can read the CDC specifications but licensing the Test Conformance Kit to prove you are CDC-compliant will cost you money.

You can also look into microemulator.

QuickRecipesOnSymbianOS
Microemulator is, indeed, a nice bit or work.
David N. Welton
+2  A: 

This blog by Sun explains it all http://blogs.sun.com/javamesdk/entry/how_to_create_a_custom should get you started pretty well.

drubin
This is more of what I had in mind, the problem is apart from this little blog entry there isn't any decent documentation. So I have created my own device configuration, but it fails with no useful logging and don't know where to start due to no documentation.
Jim
There are docs, they just aren't orginised very well, If you look at the javadocs for the emulator code its self you can kinda work out what properties are used where. Yes I agree this isn't ideal but well j2me has and seems it will always be a lack of documentation.
drubin