问题标签 [android-things-console]

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 回答
485 浏览

android - AndroidThings OTA 更新

在我的 Raspberry Pi 上,我安装了 Developer Preview 5.1 和一个默认运行的应用程序。

现在是开发者预览版 6。现在要进行 OTA 更新,我收到了一条警告,我应该更新操作系统版本。

我已经使用开发者预览版 6 创建了空包,并且在 OTA 更新中我已经开始使用它进行新的更新。几天后,我的树莓仍然有 preview-5.1

我已经为我的应用程序创建了 apk,对其进行了压缩,上传了最后一个预览版本(只能在控制台中选择最后一个版本)并开始使用它进行新的更新。更新从未收到过覆盆子。

Raspberry SD 卡有 8 GB,图像是 4 GB 大。

https://developer.android.com/things/console/index.html上说,可以使用控制台 OTA 更新进行系统映像更新。是这样吗?我做错了什么?

0 投票
1 回答
418 浏览

android-things - 如何仅使用 main.apk 将自定义构建配置上传到 Android Things

我目前正在使用Raspberry Pi 3Android Things(带有官方 RPi 触摸屏),并且我正在尝试了解刷新自定义构建的过程。我已经完成了创建入门版本的过程,现在我在main.apk刷新映像时遇到了启动问题。我已经查看了这个问题,它似乎并没有说明为什么我的问题不起作用。

安卓清单:

家庭活动:

布局:

这真的是一个简单的应用程序。它可以在 ADB 上运行,但在构建到包中时无法启动(Android Studio -> Build APK -> 7Zip -> Store into ZIP -> Send to Console -> Flash Build)。有什么建议吗?是否有我遗漏的命名约定(如文件名是否需要具体)?谢谢!

0 投票
2 回答
357 浏览

raspberry-pi3 - Google Assistant on RPI3 with Android Things

I tried to follow the documentation and got stuck in the point

  1. Open a terminal and follow the instructions to configure a new Python virtual environment and install the `google-assistant-library.

The link in this point redirects to a general page (Introduction to the Google Assistant Library) rather than the instructions. I think it misses the explanation what it means to open the terminal and exact steps to be followed. Is the link really correct?

Maybe I need help in using the console correctly, but I am not getting it from that poor documentation. I can connect to RP with Serial to USB cable and Putty. But simply I do not know what that point 11 and onwards mean... Any idea? Thank you

0 投票
1 回答
228 浏览

android-things - Android Things 自定义图像不包含捆绑的 APK

我正在尝试使用具有默认启动动画和简单启动器的简单自定义图像来刷新 NXP i.MX7D。无论出于何种原因,在闪烁后,默认的 Android Things 启动器总是启动,当我查询已安装的包时,列表中缺少我的自定义启动器。

我的捆绑:

我只是压缩此文件夹并将其上传到控制台。

启动器意图过滤器:

到目前为止我已经尝试过:

  1. 根据这个SO question,如果未正确创建启动动画,则可能会发生这种情况,因此我尝试使用默认 Android Things 图像中的那个

  2. 删除并重新创建产品并按此重试

  3. 尝试使用启动器的调试和发布 APK

  4. 尝试在空构建上直接和通过 OTA 刷新图像

有任何想法吗?

0 投票
2 回答
454 浏览

android - 谷歌附近的 api 12.0.1 与 android things 稳定版本 1.0 抛出 8007 STATUS_BLUETOOTH_ERROR

我正在使用'com.google.android.gms:play-services-nearby:12.0.1'带有 android things的 NearBy 2.0 API 版本'com.google.android.things:androidthings:1.0'来创建一个智能家居应用程序,但在之前的 8 日之前,它与从 android things 控制台下载的构建工作正常,但从昨天开始它正在抛出com.google.android.gms.common.api.ApiException:8007 STATUS_BLUETOOTH_ERROR. 当我开始做广告或发现时,无论哪个。但是,如果我使用 8th 的先前版本(带有 apk 的图像),它可以正常工作。我尝试使用那个旧 apk 也喜欢旧 apk 的新操作系统映像,发现无法正常工作。在 logcat 中,我发现它无法开始监听传入连接。

我搜索了很多,但没有解决方案。甚至在 Nearby Connections 2.0 中也遵循了此错误代码,但没有运气。我正在使用 Raspberry PI 3 模型 B。求助!!

0 投票
1 回答
88 浏览

android - android things App的文件格式或扩展名是什么?

众所周知,Android 应用程序的扩展名是 .APK。同样,我想知道android things app的应用扩展。

0 投票
1 回答
699 浏览

android - 将 NXP i.MX7D 连接到 Android Things Toolkit 应用

我有 NXP i.MX7D Android Things 开发套件。该套件已设置并可以毫无问题地连接到我的 wifi,但我无法将设备连接到我的 Pixel 上的Android Things Toolkit 应用程序。

问题:当我打开手机应用程序时,我看到一个屏幕显示“您尚未设置任何设备”。当我选择“设置附近的设备”按钮时,我被带到一个屏幕,上面写着“当你开始设置时,你的设备将显示一个 4 位代码。” 我的工具包从不显示代码,并且应用程序不允许我在不输入代码的情况下前进。

我确认套件上安装了最新版本的 Android Things,并且我的手机上安装了最新版本的应用程序。我确保套件和我的手机连接到同一个 wifi 网络。

我试过的:

  • 对套件进行出厂重置
  • 使用命令行工具而不是 UI 方法安装套件软件
  • 断开并重新连接到 wifi(在手机和套件上)
  • 首先安装手机应用程序,然后在套件上进行出厂重置
  • 先安装套件软件,再安装手机应用
  • 通过蓝牙与套件连接,然后尝试设置应用程序

幸运的是,我不需要手机应用程序来开发和安装套件上的应用程序,但它肯定会很好。如果有人对将工具包应用程序连接到工具包有任何指导,我将不胜感激。谢谢!

0 投票
1 回答
208 浏览

android - Android 的东西:DP 7 退休 PeripheralManagerService 我有 PeripheralManager 的问题

我有 1 个基于此的项目:https ://github.com/Nilhcem/i2cfun-androidthings
https://github.com/neuberfran/SmartDrive5(后者是我的项目)

但是,当我将 PeripheralManagerService 更改为 PeripheralManager (DP 7 和 APi 级别 27)

我有这个问题:https ://drive.google.com/file/d/1kXfknYcu4RUF7AT1549_sjJiVSG2_Jjo/view?usp= 在这一行分享: https ://drive.google.com/file/d/1nTXOV0qiQDe5XldzIuLsY26oIdyfs3x3/view?usp=分享

我知道这一点:PeripheralManagerService 抛出 NoClassDefFoundError 但未解决。

你能帮助我吗

0 投票
1 回答
2630 浏览

android - Android 事物 PeripheralManager 错误

我编写了一个简单的代码来使用 android 的东西在树莓派 3 上获取 gpio 列表,但遇到了很多错误。

这是我的代码

清单文件-

梯度构建-

现在的错误 -

请帮助我,因为我是 android things 开发的新手,顺便说一下,我的 Android things 版本是 1.0.2,Android studio 版本是 3.1.3

谢谢!

0 投票
1 回答
152 浏览

android-things - 使用 gitlab ci 脚本自动将 .apk 部署到 Android Things

我最近开始了一个使用 Android Things 的项目。
当我加入团队时,我阅读了 Android Things。
我非常喜欢 Android Things 控制台及其推送更新的方式。
但是,与其通过在 Android Things 控制台的 webUI 中单击来上传新版本的 apk,我更愿意通过使用一些脚本(最好在 gitlab CI 中)将新版本上传到 Android Things 控制台。

这里有人知道这样做的方法吗?
我在 Android Things 文档中找不到任何关于此的内容。

提前致谢!