I have an iBeacon from XYFindit. Need to have it detected by a Samsung Galaxy S4 Mini running KitKat.
I run the Locate app from Radius network, and it seems to find the beacon just fine.
Here is a screenshot:
But when I run the AltBeacon Reference program, I get nothing on the screen at all. I click "Start Ranging" button and it brings up a blank screen, and nothing ever appears.
Looking in the Log, I see this:
D/BluetoothAdapter﹕ startLeScan(): null
D/BluetoothAdapter﹕ onClientRegistered() - status=0 clientIf=5
D/BluetoothAdapter﹕ onScanResult() - Device=00:EA:20:00:12:80 RSSI=-87
D/BluetoothAdapter﹕ stopLeScan()
D/BluetoothAdapter﹕ startLeScan(): null
D/BluetoothAdapter﹕ onClientRegistered() - status=0 clientIf=5
D/BluetoothAdapter﹕ stopLeScan()
D/BluetoothAdapter﹕ startLeScan(): null
D/BluetoothAdapter﹕ onClientRegistered() - status=0 clientIf=5
D/BluetoothAdapter﹕ onScanResult() - Device=00:EA:20:00:12:80 RSSI=-90
D/BluetoothAdapter﹕ stopLeScan()
So, it seems that it is finding the MAC address of the device, but nothing else? I looked at some of the answers that @davidgyoung has given but the things tried there don't seem to be working for me.
What is Radius Network's Locate App doing that the Reference App is not?