I want to write a MIDlet that runs on a Nokia 3650 (MIDP 1.0) that can
open a Bluetooth serial socket.
I read the info on
www.benhui.net on "How to develop Bluetooth App using
SUN WTK and Nokia SDK" but it looks like that is instructions for
configuring just the EMULATOR to use JSR-82 with MIDP 1.0. (or 2.0).
Any idea how to get a MIDlet on MIDP 1.0 phone to open a Bluetooth
serial port? I know that the 3650 does not support JSR-82 but I'm
wondering if anyone is aware of a work around.
For instance, I see a Symbian paper "Extending the Reach of MIDlets: how
MIDlets can access native services"
(
http://www.symbian.com/developer/tec.../java_midp.asp) and
I wondering if anyone knows of somthing similar for accessing Bluetooth
from MIDP 1.0 that is ready to go.
Thanks,
Dan