Friday, July 30, 2010

HTC Desire SPP 2.1 Issues

If you have an HTC Desire and you are having issues with your Bluetooth code, such as:Service Discovery doesn't work or flakyCan't see Misc devices, i.e. those with a Bluetooth device type of Headset, Phone or CompIf you have issues communicating via SPP (Serial Port Profile)Just plain not workingYou...

Finding Bluetooth Service Address on Windows

If you have connected to a device, but want to write code to discover it, you need to know the service address/guid of the bluetooth device, in order to talk to it.On Windows if you navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\BTHENUM\You will see the devices connected and then in HardwareID...

Wednesday, July 14, 2010

Wednesday, July 07, 2010

Failed object initialization (ISupportInitialize.EndInit). Error on Windows XP

Failed object initialization (ISupportInitialize.EndInit). Method not found: 'System.Windows.Threading.DispatcherOperation System.Windows.Threading.Dispatcher.BeginInvoke(System.Delegate, System.Object[])'If you get this error, looking at the MSDN page for the method callhttp://msdn.microsoft.com/en-us/library/cc190824(VS.90).aspxIt...