问题标签 [android-ibeacon]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1683 浏览

android - 如何将 Android IBeacon 库中的示例代码添加到简单的“Hello World 应用程序”中

我想使用运行 Android iBeacon 库中的示例代码,但我不确定如何添加它。我在这个阶段创建了一些简单的应用程序。有人可以指导我添加用于管理 iBeacon 的示例代码。

特里

0 投票
1 回答
348 浏览

android - Android iBeacon 库 fromScanData 总是返回 null

我一直在尝试编写一个应用程序来检测 iBeacons。(我将我的 iPhone 5 设置为 iBeacon)我稍微更改了 fromScanData 方法以仅返回接近 UUID 字符串。我不知道模式检测是如何工作的。它总是记录“这不是 iBeacon 广告”。我没有使用整个 IBeacon 类。我正在单独使用该方法。我从我的 onLeScan 调用它并传递字节数组 scanRecord、rssi 值和 BluetoothDevice 对象。一旦我有了每个 ble 设备的接近 UUID,我就可以过滤我想要的那些。请帮忙。提前致谢。

日志

04-17 14:44:29.828:D/BLESCAN(28549):这不是宜人的广告(否0215在字节4-7中看到)。我看到的字节是:02011a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000来00000000000000来000000000000来左右:

0 投票
1 回答
247 浏览

ibeacon-android - IBeacon 在 MonitorNotifier 回调时收到警告隐含意图不安全

我正在使用 Android 4.4 并在找到具有指定区域的信标时在 Monitoring 的回调中收到警告消息。

我用于监控的代码是

我在 logcat 中找到的警告消息是

0 投票
1 回答
419 浏览

ibeacon-android - IBeacon Android 无法识别信标

我有 mac,我已经得到了 macbeacon。

我已经下载了免费的 IBeacon for Android 库,我正在尝试编写一个基本的活动,在范围内显示一次吐司,但它不起作用......这是我所做的:

如果有人能看出他有什么问题,我会很感激输入,因为我不确定它是否真的这么简单?

我在 android studio 中工作,我已经按照快速启动指南进行操作,我按照说明对其进行了配置...请提供任何帮助

提前致谢

0 投票
1 回答
337 浏览

ibeacon-android - 无法绑定到 Radius Networks Android IBeacon 服务

因此,我刚刚构建并演示了免费的 Radius Networks IBeacon Android 库。完美地为我工作。

我刚刚将代码移植到我自己的应用程序并更新了以下内容:

  • 更新清单以指定 BLUETOOTH 和 BLUETOOTH_ADMIN 权限
  • 我有一个 FragmentActivity 实现 IBeaconConsumer(覆盖 onIBeaconServiceConnect)
  • 我的 Android 项目引用了 Radius Networks 的 AndroidIBeaconLibrary 项目
  • 我的项目构建目标是来自 G&D,Android API Level 18 的 OpenMobile API(带有服务层)

在我的应用程序中,我从来没有通过 IBeacon 消费者获得回调。这是为什么呢?

IBeacon 库中是否有某种保护机制围绕其他应用程序绑定到服务。即相同的包名等?

谢谢。

0 投票
1 回答
193 浏览

android-ibeacon - 如何创建地理围栏

在 qualcomm Gimbal 管理器中,当我输入名称和搜索地址时,我尝试“创建新的地理围栏”,它显示“需要有效的径向或多边形地理围栏”错误。谁能告诉我如何解决错误?

0 投票
0 回答
558 浏览

android - 基于 RadiusNetwork Android 库的 iBeaconGap Cordova 插件

我正在尝试使用以下iBeaconGap cordova 插件,它是 RadiusNetworks Android iBeacons 库的包装器。我的手机已准备好 LE 蓝牙,并使用 Play 商店中的 RadiusNetwork Detector 应用程序检测我的信标。

但是将它添加到我的普通科尔多瓦项目会导致以下日志消息:“尝试通过意图回调:ComponentInfo{com.tecalliance.lucidbeacon/com.radiusnetworks.ibeacon.IBeaconIntentProcessor}”。看起来它的起源是 RadiusNetworks 的Callback.java类。

插件安装程序已正确更新 AndroidManifest.xml 文件:

我使用 github 上建议的插件,但 gotBeacons() 和 failedGettingBeacons() 都没有被调用。

知道如何解决这个问题吗?提前致谢 ;-)

0 投票
1 回答
1230 浏览

android - 获取 iBeacon UUID Radius 网络库

我已经下载了 Radius Networks iBeacon Android 库的非专业版,并且我已经从他们的站点运行了示例代码,并且一切正常。但是,我不想创建一个新区域,而是希望能够获取 ibeacon 数据——uuid、major、minor 等......

所以我下载了 github 库并查看了它,但是目前我无法从我的信标获取数据广播......我已将 iBeaconService 绑定到我的活动,我不确定从这里去哪里...... .如果有人可以帮助我将不胜感激..

0 投票
2 回答
24710 浏览

android - 如何在不使用任何库的情况下检测 android 中的 IBeacon

我是 Ibeacon 的新手,我想知道我们能否在不使用任何 SDKLibrary 或库的情况下在 android 中检测 Ibeacon,任何人都可以给出示例。

我知道一些像 Radius Networks 这样的图书馆。但我不想使用任何图书馆

0 投票
1 回答
371 浏览

android - Android IBeacon Library: How to not directly use an activity

The premise is I am writing a library that in itself uses and implements the IBeacon SDK. My code has to implement that SDK, does things and if someone uses my library they dont have to interact with this SDK at all, so I'm making a higher level codebase you could say.

Now my code cannot use any activities by itself, its just a library, another user will then implements my code. So my code needs to consume the IBeacon events and do something with it without being an activity by itself.

So I would implement IBeaconConsumer myself and then the person using my library would just give me an activity / context and I would pass it to the IBeacon SDK.

Doing so results in the following problem (with proper mainfest code):

The activity binds its iBeaconManager object however onIBeaconServiceConnect never gets called. See this stackoverflow question: Android IBeaconManager not connecting from activity

My vague assumption is this: the class implementing IBeaconConsumer is not an activity and its not the same class as the one I am binding the IBeacon service to and that might create the problem. Its just very hard to debug since it all works, no errors, just no ibeacon activity - same behavior as if you forget to add the part in the manifest