Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluecove on Windows CE 6.0 #144

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments
Open

Bluecove on Windows CE 6.0 #144

GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Tried using bluecove 2.0.0 jar on Windows CE 6.0 for bluetooth device 
discovery.
2. Kept bluecove_ce.dll and intelbth_ce.dll in \Windows folder.
3. Tried to run simple bluetooth device discovery and service discovery for 
detecting bluetooth printer.


What is the expected output? What do you see instead?
The bluetooth printer device and its services should be discovered.
But got error while using device discovery.

What BlueCove version are you using (include build number for SNAPSHOT)?
Using bluecove-2.0.0.jar downloaded from releases from the below URL :- 

http://sourceforge.net/projects/bluecove/files/BlueCove/2.0.0/


On what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
I am using it on Windows CE 6.0 OS on Motorola Symbol MC3190 device and on 
Creme JVM 4.12

Please provide any additional information below.

I tried using bluecove-2.0.0.jar on Windows CE 6.0 device on Creme JVM 4.12 and 
put the intelbth_ce.dll and bluecove_ce.dll, extracted from the jar, in 
\Windows\ folder and try to run the application.

But when i try to get the local device thru the code
LocalDevice.getLocalDevice() 

it throws the exception as below and application hangs :

BlueCove version 2.0.0 on winsock
UnsatisfiedLinkError:socket
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: socket
    at com.intel.bluetooth.BluetoothStackMicrosoft.getLocalDeviceBluetoothAddress()
    at javax.bluetooth.LocalDevice.<init>()
    at javax.bluetooth.LocalDevice.getLocalDevice()


After searching on the net, i found that it may be problem that ws2.dll is not 
present in \Windows\ folder of Windows CE.
But its already present there.
Also, i tried to copy another ws2.dll, but it gives permission denied error.

Please suggest.
Thanks.


Original issue reported on code.google.com by Ankit...@gmail.com on 14 Jan 2014 at 9:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant