views:

88

answers:

1

I am getting the following error when i try to use a blue tooth dongle to transfer a video file from pc to mobile phone. does anyone know

 run:
    BlueCove log redirected to log4j
    log4j:WARN No appenders could be found for logger (com.intel.bluetooth).
    log4j:WARN Please initialize the log4j system properly.
    BlueCove version 2.1.0 on bluesoleil
    java.io.IOException: Device not discovered
    BlueCove stack shutdown completed
            at com.intel.bluetooth.BluetoothStackBlueSoleil.connectionRfOpenClientConnection(BluetoothStackBlueSoleil.java:361)
            at com.intel.bluetooth.BluetoothRFCommClientConnection.<init>(BluetoothRFCommClientConnection.java:37)
            at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:379)
            at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:162)
            at javax.microedition.io.Connector.open(Connector.java:83)
            at de.avetana.obexsolo.OBEXConnector.open(OBEXConnector.java:103)
            at OBEXTest.main(OBEXTest.java:23)
+1  A: 

java.io.IOException: Device not discovered

Try going through the discovery and association stage.

Andrew Bolster
How can i do that?sorry i dint understand.
No idea how to do it using Bluecove (I'm a bluez man), consult the API's!
Andrew Bolster