android - altbeacon reference application cannot find Beacons -


i trying use altbeacon/android-beacon-library. started reference app. followed instruction setup app, still cannot find beacon around. tried locate app, cannot find beacons neither. don't think there wrong radbeacons, since can configure them app on iphone. android phone tried moto x(android 4.4.4) , samsung s3(android 4.4.2), installed apps on both phones, neither of them works. looked log of library, follows:

09-10 15:46:02.571: d/btgatt.btif(1990): btif_gattc_upstreams_evt: event 4096 09-10 15:46:02.571: d/btgatt.gattservice(1990): onscanresult() - address=3d:ac:95:c9:1c:d5, rssi=-64 09-10 15:46:02.571: d/beaconservice(11355): got record 09-10 15:46:02.577: d/wifistatemachine(924): handlemessage: x 09-10 15:46:02.577: d/beaconparser(11355): not matching beacon advertisement.  (was expecting ac.  bytes see are: 0201061aff4c000215078701d2fa844b429c161417dabc159d00010001c20000000000000000000000000000000000000000000000000000000000000000 

also tried install other apps google play, such ibeacon finder, find beacon. there additional configuration needed app or beacon?

can me this? appreciated!

the issue using proprietary beacon type, default library not recognize. understand in order keep library free of intellectual property, default detect beacons meeting new altbeacon specification. cannot pre-configure detect proprietary beacons.

you may configure library work proprietary beacons, must add line of configuration code yourself. read documentation in beaconparser class details.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -