Hello experts:
I made a program in j2me for my nokia 6630 using the bluetooth API for communicate two phones and send phrases like a chat, but when i try the program in the phone i have a problem that in the emulator i did not have.
This problem is "Symbian OS error:-44" and i check that it is in the next line:
if (!localDevice.setDiscoverable(DiscoveryAgent.GIAC)) {
throw new IOException("Can't set discoverable mode...");}
I dont know how solve it and neither the reason why it happens.
Thank you very much your help. Bye.

Reply With Quote

