jerryw / android-notifier

Automatically exported from code.google.com/p/android-notifier
1 stars 0 forks source link

Conflict with Bluesoleil #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.

DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notifications not working).

What steps will reproduce the problem?
1.Install Bluesoleil 6.4.x
2.Set on bluetooth in Android Notifier
3.Restart Android Notifier

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows7 64-bit

Please provide the log output if possible (from the alogcat app on android,
Show Log menu on the multiplatform client, or Console on native mac app):

Please provide any additional information below.

2011-08-10 02:38:47,005 ERROR [ApplicationImpl] - Error starting [bluetooth] 
receiver
java.lang.UnsatisfiedLinkError: 
com.intel.bluetooth.BluetoothStackBlueSoleil.getLibraryVersion()I
    at com.intel.bluetooth.BluetoothStackBlueSoleil.getLibraryVersion(Native Method)
    at com.intel.bluetooth.BlueCoveImpl.setBluetoothStack(BlueCoveImpl.java:964)
    at com.intel.bluetooth.BlueCoveImpl.detectStack(BlueCoveImpl.java:502)
    at com.intel.bluetooth.BlueCoveImpl.access$500(BlueCoveImpl.java:69)
    at com.intel.bluetooth.BlueCoveImpl$1.run(BlueCoveImpl.java:1044)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.intel.bluetooth.BlueCoveImpl.detectStackPrivileged(BlueCoveImpl.java:1042)
    at com.intel.bluetooth.BlueCoveImpl.getBluetoothStack(BlueCoveImpl.java:1035)
    at javax.bluetooth.LocalDevice.getLocalDeviceInstance(LocalDevice.java:75)
    at javax.bluetooth.LocalDevice.getLocalDevice(LocalDevice.java:95)
    at com.notifier.desktop.notification.bluetooth.BluetoothNotificationReceiver.doStart(BluetoothNotificationReceiver.java:54)
    at com.notifier.desktop.app.AbstractLifecycle.start(AbstractLifecycle.java:36)
    at com.notifier.desktop.app.ApplicationImpl.startLifecycle(ApplicationImpl.java:256)
    at com.notifier.desktop.app.ApplicationImpl.startLifecycles(ApplicationImpl.java:245)
    at com.notifier.desktop.app.ApplicationImpl.start(ApplicationImpl.java:99)
    at com.notifier.desktop.Main.main(Main.java:106)

Original issue reported on code.google.com by mabin...@mabin.info on 9 Aug 2011 at 5:44