baljeetverma / android-notifier

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

no bluetooth notification #102

Closed GoogleCodeExporter closed 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.

What steps will reproduce the problem?
same as issue 91, but a different log
1. Enable bluetooth on both devices, Paired
2. Send testmessage

What is the expected output? What do you see instead?
A notification on desktop, but there is non.

What version of the product are you using? On what operating system?
Phone: HTC Desire Original 2.2
Phone notifier: 0.2.4
Desktop: windows 7 64
Desktop notifier: 0.2

Please provide any additional information below.
wifi works fine, but cant use that becuse I cant connect my computer to a cisco 
vpn network. The issue is just like nr91, but there seems to be diefferences in 
the log file.

Logfile
D/RemoteNotifier( 4075): Waiting to retry
D/RemoteNotifier( 4075): java.io.IOException: Unable to start Service Discovery
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket$SdpHelper.doSdp(BluetoothSocket.java:367)
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:201)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.doSendNotification
(BluetoothNotificationMethod.java:162)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.sendNotification(B
luetoothNotificationMethod.java:99)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 4075): Connecting to Bluetooth device LTPNS-622A2BF8C
D/RemoteNotifier( 4075): Waiting to retry
D/RemoteNotifier( 4075): java.io.IOException: Unable to start Service Discovery
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket$SdpHelper.doSdp(BluetoothSocket.java:367)
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:201)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.doSendNotification
(BluetoothNotificationMethod.java:162)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.sendNotification(B
luetoothNotificationMethod.java:99)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/WifiService( 92): releaseWifiLockLocked: WifiLock{NetworkLocationProvider 
type=2 binder=android.os.Binder@465fff38}
D/WifiService( 92): enable and start wifi due to updateWifiState
D/RemoteNotifier( 4075): Connecting to Bluetooth device LTPNS-622A2BF8C
D/RemoteNotifier( 4075): Waiting to retry
D/RemoteNotifier( 4075): java.io.IOException: Unable to start Service Discovery
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket$SdpHelper.doSdp(BluetoothSocket.java:367)
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:201)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.doSendNotification
(BluetoothNotificationMethod.java:162)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.sendNotification(B
luetoothNotificationMethod.java:99)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)
D/RemoteNotifier( 4075): Connecting to Bluetooth device LTPNS-622A2BF8C
D/RemoteNotifier( 4075): Waiting to retry
D/RemoteNotifier( 4075): java.io.IOException: Unable to start Service Discovery
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket$SdpHelper.doSdp(BluetoothSocket.java:367)
D/RemoteNotifier( 4075): at 
android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:201)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.doSendNotification
(BluetoothNotificationMethod.java:162)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.BluetoothNotificationMethod.sendNotification(B
luetoothNotificationMethod.java:99)
D/RemoteNotifier( 4075): at 
org.damazio.notifier.notification.Notifier$1.run(Notifier.java:54)

Original issue reported on code.google.com by fredrik....@gmail.com on 10 Sep 2010 at 4:21

GoogleCodeExporter commented 9 years ago
One more instance of issue 3, apparently.

Original comment by rdamazio@gmail.com on 10 Sep 2010 at 5:26