Hello:
When I try to set my MIDlet in discoverable mode I have some problems:
if (!miLocalDevice.setDiscoverable(DiscoveryAgent.GIAC)) {
throw new IOException("Error bla bla bla...");
}
If I execute my midlet, it "deep freeze" my emulator. Debuggin the application I've seen that is in this line, and it crashes the debugger too! (Deep freezed again) why? In my phone (6630) nothing happens. :? :? :? but I can't see if all its ok.
In j2me.org said me that perhaps I must "activate" the "discoverable mode" manually in a menu in the emulator, but I don't know how to do this. I'm using the "Nokia_Prototype_SDK_4_0" Any idea?
Thank you!!!

Reply With Quote

