10 questions
-1
votes
1
answer
132
views
Is VoiceInteractionService a singleton? It never calls onReady() for a second user in Android's multi-user mode
I'm developing an android application which would serve a purpose of a voice assistant using VoiceInteractionService. I've supposedly have hit a wall trying to support Android's multi-user environment....
0
votes
1
answer
115
views
Add Rive library to the Android Soong app
How to add the Rive library to the Android Soong App.
I have tried to add the rive aar file from https://mvnrepository.com/artifact/app.rive/rive-android
0
votes
0
answers
206
views
Custom VHAL property is not reflecting in Emulator AAOS14
As per Android 14 and above,
Property definitions are defined at hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl.
Ref
Also I found the ...
0
votes
1
answer
246
views
Android Automotive has no audio in Cuttlefish AVD
I am running an Android Automotive instance on AWS Graviton using AWS CloudFormation. I noticed that there is no sound no matter what I do. Looking at logcat, I see this:
10-29 04:25:28.328 7171 ...
1
vote
1
answer
674
views
Run AOSP cuttlefish x86_64 on a remote machine and view webrtc output on another machine via browser
I have managed to run Android 14 cuttlefish virtual device for x86 on my local machine and view it's GUI on Chrome browser on my local machine via webRTC by connecting to https://localhost:8443 ...
0
votes
0
answers
191
views
Defining an AAOS launcher that permanently hides system bars and overrides default boot screen
Hiding system bars has been asked several times already, but it didn't help me with my problem. I'm trying to write a launcher for AAOS targeting Android 14. Once the app is set as home app it should ...
0
votes
0
answers
314
views
AAOS (Android Automotive OS) for pixel build error
I'm now following the guide from latest Google for using Pixel phone for Android Automotive OS feature.
But, I got the build error when starting, please let us know what is the issue currently?
[100% ...
0
votes
1
answer
371
views
Android automotive | Enable automotive
I'm trying to create my own android automotive emulator. The build was successful and working.
The issue is that : my emulator is a car emulator, but I don't get the car data information in the ...
1
vote
1
answer
338
views
How to a Widget in Android Automative OS
I am making an App, it called Home (main App). In this app, I want to create a Widget to show somethings but it seems Android Automative OS does not support Widget anymore. Is there any ways to create ...
0
votes
1
answer
177
views
Android Automotive Bring Up from standard Android device tree
I was doing some android automotive related stuffs. For that i need to build AAOS for a specific board which doesn't have AAOS support and have android support. So i'm planing to make canges to ...