Can I enable bluetooth on a mobile device with java? -


Sorry for my bad english, someone had worked with Java on mobile device (cell phone), then tell me what might be possible

To enable the device's Bluetooth connection from the Java application?

Thank you

Yes, it is absolutely with J2ME (Java 2 micro version) possible. I did this three years ago, so I have some knowledge.

  1. Visit Oracle's website and download J2ME libraries / packages from Oracle.
  2. For example, how to connect to a Bluetooth device for more tutorials.

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -