问题标签 [android-things]
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.
android - Brillo 的分区方案
我最近在 Google 的源代码网站上偶然发现了 Brillo。在它上面,我找到了几个扩展名为bpt
. 这些是似乎描述设备上的分区的 JSON 文件。以下是基本文件的内容:
我找不到任何关于此的文档。是不是新的分区方案(如MBR、GPT、APM、Tegra PT、MTD的命令行分区表解析等)?
android - 如果我的 Android Things 应用没有 UI,我是否需要使用后台线程?
我正在使用 Android Things 编写应用程序,并且大多数示例不使用任何 UI,即使它们使用了活动。我还需要为我的 Android Things 应用程序使用后台线程吗?
android - 使用 adb 连接到树莓派 3
如何连接到运行Android Thingsadb
的 Raspberry Pi 3 ?
android - Android Things bmx280 驱动程序中 Bmx280 和 Bmx280SensorDriver 类之间的区别?
我正在使用 Android Things 编写应用程序,并希望使用bmx280
驱动程序来读取环境值(温度、气压等)。似乎有两个不同的驱动程序:Bmx280
和 Bmx280SensorDriver
. 我应该使用哪一个来读取温度值/压力?
android - 适用于 Raspberry Pi 3 的 Android Things 上的 UART 外围设备
如何在适用于 Raspberry Pi 3 的 Android Things 上使用 UART 外围设备?
似乎默认情况下它被分配了linux控制台。
android - Android Things Pin 命名约定
为什么不同的板在 Android Things 中有不同的 GPIO 名称?
例如,在 Raspberry PI 3 中,有BCM6
,而带有 Arduino 突破的英特尔爱迪生有IO12
,IO13
等等。
android - Android Things 启动意图
当我将应用程序部署到Android Things后重新启动时,应用程序无法启动。
是否有在启动时启动应用程序的特定意图?
raspberry-pi - How do I connect my Raspberry Pi 3 running Android Things to a wifi network?
I have flashed my Raspberry Pi 3 with the Android Things image, I have not been able to connect it to my wifi network. I have run adb devices but I get no response.
android-things - 连接到 USB 外围设备
看起来 UsbManager 在构建中消失了。我们现在如何与 USB 外设通信?
使用https://github.com/mik3y/usb-serial-for-android之类的东西,例如 usb->serial 等
android - android.intent.category.LAUNCHER 和 android.intent.category.IOT_LAUNCHER 的区别
我正在浏览 Android 的示例程序,我在那里找到了 2 个。
一个是有<category android:name="android.intent.category.LAUNCHER" />
一个是有<category android:name="android.intent.category.IOT_LAUNCHER"/>
,那么两者的基本区别是什么?