问题标签 [android-automotive]
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 - Android Automotive 如何检索 obd2 数据?
我只是想了解 Android Automotive 如何处理 obd2 数据。我发现了以下来源,其中 BluetoothConnection 似乎是他们的 OBD2 api 的一部分 - 这让我感到困惑,因为为什么 Android Automotive 需要 OBD2 的蓝牙连接,而它应该完全集成到汽车中?
还是我误解了什么?
android - Android Automotive OS 模拟器,包括 Google Play 商店
10 月 21 日谷歌宣布
今天,我们宣布开发者可以下载更新后的 Android Automotive OS 模拟器系统映像,其中包括 Google Play 商店。
我找不到这个模拟器,我有 Polestar 2 image Revision 1 和 Android 9.0 (Automotive) Revision 3,但它们都不是谷歌服务。
你知道我在哪里可以找到这个模拟器图像吗?
android - 流响度归一化(ExoPlayer)
通过 ExoPlayer进行音频流(实时)时,有什么方法可以使响度正常化吗?我在 ExoPlayer 存储库上看到了一些讨论,但似乎没有人有任何解决方案。
android-automotive - 如何从正在运行的服务启动活动
我在汽车行业工作,我们使用的不是 Android 手机,而是 Android Automotive。在 Android 汽车中,您不能有启动器活动。相反,操作系统将调用服务。所以在这个服务中,我想启动一个活动来显示一个 GUI。那可能吗 ??我是这样试的。
在模拟器中,有时会显示我使用的 gui。但奇怪的是,它并没有一直起作用。
android-auto - Android Auto 自定义通知声音
我创建了一个支持 Android Auto 并能够向其推送通知的消息传递应用程序。我的问题是我无法覆盖通知的通知声音。我试图在通知生成器和通知频道上设置声音,但没有运气。从文档中可以看出,这些方法是不被禁止的。有没有人知道是否可能?
如果可以强制 Android Auto 自动阅读消息而不等待用户点击播放按钮,我也很高兴?
android-automotive - Android Automotives Car API 是否仅适用于 OEM?
AOSP Automotive 文档指出第三方应用程序应使用Car API("VehicleNetworkService. Controls vehicle HAL with built-in security. Access restricted to system components only (non-system components such as third party apps should use car API instead)"
, https://source.android.com/devices/automotive
)。
这很令人困惑,因为 android 开发人员文档指出,唯一受支持的应用类型是媒体应用,它甚至不绘制自己的 UI,除了登录和设置(https://developer.android.com/training/cars/媒体/汽车操作系统)。
那么是否有可能编写除媒体应用程序之外的其他应用程序,甚至可以使用汽车 api 来读取车速?
android - 如何在 VHAL android Automotive 中处理自定义车辆属性?
如何在 android Automotive VHAL 中创建自定义车辆属性?
如何生成 PropertyID 以及如何从 CarPropertyManager 访问它?
我在下面找到了参考,但对此我不清楚:
https://source.android.com/devices/automotive/properties#prop_custom][1]
android - Android模拟器 - 在扩展控件下启用多显示?
我按照https://android.googlesource.com/platform/external/qemu/+/refs/heads/emu-master-dev#welcome-to-the-android-emulator从官方仓库下载并构建了 android 模拟器
我正在尝试添加选项multiple displays
以显示在扩展控件视图中。
android/data/advancedFeatures.ini
-> has MultiDisplay = on
android/data/advancedFeaturesCanary.ini
-> has MultiDisplay = on
android/android-emu/android/avd/hardware-properties.ini
-> 具有hw.display1.width
, hw.display1.height
, hw.display1.density
,hw.display1.xOffset
和的值hw.display1.yOffset
。
然而,没有第二个显示器,无处可见或找不到。我正在尝试system image
为 Android Car 模拟器启动/安装。我也是从源头构建的。
关于我实际上缺少什么的任何提示?
我已经知道,用于 Pixel 系统映像的 Android 模拟器启用了多显示支持,并且可以在带有 Android Studio 的 Canary 频道中使用。
android - 如何为汽车安卓开发应用程序
我正在尝试为汽车 android(不是 android auto)构建简单的应用程序,但我找不到合适的模拟器来测试它?那么如何测试这些应用程序呢?有模拟器可以下载吗?是否可以从源代码构建它?如果可以从源代码构建,那么完整源代码的大小是多少?我尝试检查源代码,但它下载了超过 15 GB。谢谢
java - 用于 SRS 传感器的 Android Automotive CarSensorManager
Android Automotive 中是否存在一种从 OBD2 或 SRS 读取传感器的方法。或者在任何其他用于汽车的安卓操作系统中。我在 CarSensorManager 中搜索过,但没有找到任何东西。