Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

estimote SDK will only find beacons from estimote!? #20

Closed ashiaka closed 10 years ago

ashiaka commented 10 years ago

Hi,

I just updated the estimote SDK from version 0.2 to 0.3 with the result that my demo app can't find simulated beacons from radiusnetworks MacBeacon simulator anymore. I still can find all beacons from estimote including iOS app and hardware beacons.

I use "new Region("rid", null, null, null)" as region.

Regards, ashiaka

wiktor commented 10 years ago

That is correct. SDK works only with Estimote beacons.

If you want to use RadiusNetowks MacBeacon, change UUID of simulated beacon to B9407F30-F5F8-466E-AFF9-25556B57FE6D.

ashiaka commented 10 years ago

I already did that and checked with the iOS estimote app that the UUID is broadcasted correctly. Anyway version 0.3 of the SDK can't find the simulated beacons.

wiktor commented 10 years ago

Can you turn on virtual beacon in Estimote's iOS app and check if you see beacons in the SDK?

On Wed, Feb 12, 2014 at 12:51 PM, ashiaka notifications@github.com wrote:

I already did that and checked with the iOS estimote app that the UUID broadcasted correctly. Anyway version 0.3 of the SDK can't find the simulated beacons.

Reply to this email directly or view it on GitHub: https://github.com/Estimote/Android-SDK/issues/20#issuecomment-34861601

ashiaka commented 10 years ago

Yes, the SDK finds the virtual beacon of Estimote's iOS app.

wiktor commented 10 years ago

My bad, let me fix that right now.

wiktor commented 10 years ago

Fixed with https://github.com/Estimote/Android-SDK/commit/0a538f6056fc91c16c844e5e8ed0dc427e309507

Can you verify that everything is back to normal?

ashiaka commented 10 years ago

Thank you - everything is back to normal now :)

blee-marqeta commented 10 years ago

I am including this comment for completeness.

I had a problem with estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3 where my genuine Estimote beacons were not showing up in the "Select beacon" list. It showed "Found beacons: 0", but my LogCat (I've built the demo in Eclipse) showed the application hearing form the beacons, they were just not being displayed.

I've upgraded to estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3.1 and this issue is resolved for me.

On Wed, Feb 12, 2014 at 8:51 AM, ashiaka notifications@github.com wrote:

Thank you - everything is back to normal now :)

Reply to this email directly or view it on GitHubhttps://github.com/Estimote/Android-SDK/issues/20#issuecomment-34870043 .

Bryan Lee www.marqeta.com

wiktor commented 10 years ago

Happy to hear that everything is back to normal.

On Wed, Feb 12, 2014 at 8:05 PM, blee-marqeta notifications@github.com wrote:

I am including this comment for completeness. I had a problem with estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3 where my genuine Estimote beacons were not showing up in the "Select beacon" list. It showed "Found beacons: 0", but my LogCat (I've built the demo in Eclipse) showed the application hearing form the beacons, they were just not being displayed. I've upgraded to estimote-sdk-preview.jarhttps://github.com/Estimote/Android-SDK/blob/master/EstimoteSDK/estimote-sdk-preview.jarversion 0.3.1 and this issue is resolved for me. On Wed, Feb 12, 2014 at 8:51 AM, ashiaka notifications@github.com wrote:

Thank you - everything is back to normal now :)

Reply to this email directly or view it on GitHubhttps://github.com/Estimote/Android-SDK/issues/20#issuecomment-34870043 .

Bryan Lee

www.marqeta.com

Reply to this email directly or view it on GitHub: https://github.com/Estimote/Android-SDK/issues/20#issuecomment-34903632

alihaneef commented 7 years ago

Hello. I am just working on both Android and iOS. The very same issue appearing again. I can't detect beacons on Android. Not even in estimote app. But working fine in iOS estimote app.