Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Bluetooth-API on Samsung SGH-U800 #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Debian Lenny
* Remuco version: 0.9.2
* Client device: Samsung SGH-U800
* Player: mpd

What's the matter?
Starting remuco on phone and adding connection Bluetooth fails:
"Bluetooth Error: Bluetooth seems to be off"
(but Bluetooth is switched on)
LOG shows: [BF] bluetooth:yes
[BS] failed to get local device (Bluetooth Can not be Initialized)
No success with different addresses/channels/security-modes.
BT-Hardware on phone is ok.

The Samsung SGH-U800 supports JSR-82. FPC-Bench shows JSR-82 Vers. 1.0. 
Is this Bluetooth-API Version compatible with remuco? Maybe 
getLocalDevice() produces a BluetoothStateException...

Original issue reported on code.google.com by g2010acc...@googlemail.com on 19 May 2010 at 12:18

GoogleCodeExporter commented 9 years ago
Theoretically your phone meets the requirements. As you guess the message 
"Bluetooth seems to be off" is 
caused by a BluetoothStateException when trying to access the Bluetooth device: 
http://code.google.com/p/remuco/source/browse/client/jme/src/remuco/client/jme/i
o/BluetoothScanner.ja
va#63

Either your phone throws this exception by mistake or the bluetooth device 
indeed is off or used by some 
other component of your phone. For instance some Sony Ericsson phones can be 
configured to allow only 
_one_ Bluetooth connection at a time for power saving reasons. In that case 
Remuco fails the same way as 
described by you if Bluetooth is already in use by ... whatever.

Original comment by obensonne@googlemail.com on 19 May 2010 at 7:29

GoogleCodeExporter commented 9 years ago
Thank you for your hints. The phone sends constant A2DP-Infos via Bluetooth 
(for 
e.g. headphones), and there is no Option to turn this off. But this seems not 
to be 
a problem as I can copy files to the phone with an OBEX-Client. After playing 
around with numerous options in the internal menue of the phone, I found no 
solution :-( . A newer Firmware is not available. This phone does not work with 
remuco.

Original comment by g2010acc...@googlemail.com on 20 May 2010 at 6:53

GoogleCodeExporter commented 9 years ago
It's a pity. Especially because it works on the U600 (see ClientDevices wiki 
page).
If you get it working one day, let us know how you did it :)

Original comment by obensonne@googlemail.com on 20 May 2010 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 8 Mar 2011 at 6:38