robertoprato / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Obex PC Server problem in Windows and Linux #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Code compiles OK.
2. It listens for connections.
3. But i can't find it using any phone.
I am using the "OBEX Put Server" example from Bluecove website.

What is the expected output? What do you see instead?
I want to be able to discover the device with the mobile phone and
send some file to the pc using it.

What BlueCove version are you using (include build number for SNAPSHOT)? 
On what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
bluecove-2.1.0.jar
bluecove-gpl-2.1.0.jar(In linux)
I am using Windows XP SP2 and Fedora Core 11.

Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!
Other sample codes work fine, i can send files to mobile phones but i can 
recieve from them.

Original issue reported on code.google.com by sephirot...@gmail.com on 22 Feb 2010 at 6:35

GoogleCodeExporter commented 8 years ago
Works for me. Some phones needs to have ServiceRecord.setDeviceServiceClasses() 
set
ptoerly to discover the service. It is not supported by BlueCove on some 
platforms.

Original comment by skarzhev...@gmail.com on 31 Mar 2010 at 4:43