Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~384 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for newbi in jme

Hello to all My Program is a connect between the mobile and laptop via Bluetooth,And send msg from mobile to the laptop, and vice versa via Bluetooth the server located on the laptop I used JSE with using BlueCove, and a client on the mobile phone using j2me both develop …

0
68
Member Avatar for mahdi68

hi mahdi68 public class Midlet extends MIDlet implements CommandListener u should write public class Midlet extends MIDlet implements CommandListener,DiscoveryListener { and use this one for device discovery [CODE] try { if (!agent.startInquiry(DiscoveryAgent.GIAC, this)) { // Inquiry not started, error handling code here } } catch (BluetoothStateException bse) { // Error …

Member Avatar for newbi in jme
0
316

The End.