I did this using Android Open Source tools, adb, fastboot etc. So I did not use the files in the first link at my previous post. But basicly you have to root your device and copy the files into the paths that you can find in zip file.
There is an application at Google Play help to do this, I think the author is the same as in the second link at my previous post. At Google Play he has instructions what to. The link to the application (it has a price of 7.50 €) below:
I am able to find the device but BLE_Connected is never reached. I'm just running the code above with a button added to trigger scanning and msgbox to choose the device. Is it the flaky BLE implementation or am I doing something wrong? I'm testing a Nexus 4 and a Polar H7 heart monitor. I use another app to connect them and it (mostly) works fine.
Also, can someone explain that hard coded GetCharacteristic line?
Thanks Erel. I was able to finally connect to the device (but I have to reset BT before each connection) and I am getting the characteristic. Is there a command that discovers all the services and characteristics of a device? Is there any sample code other than the OP?
Sub BLE_Connected (Services As Map)
For Each s As BleService In Services.Values
For Each key As String In s.GetCharacteristics
Log(key)
Dim c As BleCharacteristic = s.GetCharacteristics.Get(key)
Next
Next
Dear all,iPhone4s and ipad mini test the ble is successful,but android svn is not update the level 18 sdk,have you download the firmware to test?maybe the sumsung product ?
why didn't download platform level 18 from Android SDK in my development directory?maybe be blocked from the site?had anyone download the latest SDK ?only have the level 17 SDK!!