Questions tagged [automotive]

This covers technical issues in the automotive industry. Due to stringent quality requirements for safety or performance, automotive software development requires specific solutions that differ from standard solutions.

This covers technical issues in the automotive industry that often arise due to stringent quality requirements for safety or performance, automotive software development requires specific solutions that differ from standard engineering solutions. Use this tag when your question is scoped to the automotive industry as special compliance issues might be required in the answers. This tag could often be combined with can-bus.

133 questions
0
votes
1 answer

Importing Android AOSP "base" Framework for Automotive OS Application in Android Studio

How can I import the Android AOSP "base" framework (specifically I need frameworks/base/core/java/android/hardware/radio/) into Android Studio? Is it possible to import only the framework so the classes I need for my project, or do I need to…
0
votes
0 answers

Car power lines issue

We have an electric vehicle, and we decide to install an AC inverter on it to power up some heavy AC devices from its DC-DC converter, which provides up to 1800 watts. As can be shown in image below, a 100-amp fuses at both ends of the line were…
0
votes
0 answers

Unable to access android.hardware.radio package in Android Studio

why android studio hide some package? I'm trying to use the RadioManager class from the android.hardware.radio package in an Android application, but Android Studio won't allow me to import the package. I've verified that the android.hardware.radio…
0
votes
0 answers

Car Object is not ready on some devices Even though App is using Car.CAR_WAIT_TIMEOUT_WAIT_FOREVER for createCar

Car.createCar( context, null, Car.CAR_WAIT_TIMEOUT_WAIT_FOREVER, ) { carObj, carReady -> if (carReady) { Log.d("TAG","createCar car obj ready $carObj") car =…
Chetan Ansel
  • 398
  • 2
  • 20
0
votes
0 answers

Not able to open the connected port from gitlab and copying fail from mapped network to local path

I am from automotive domain where I need to run the sanity test using GitLab, Here I am facing two issues . My GitLab runner is installed in windows OS. I have build which is placed at mapped server, From here I need to copy the data to local…
0
votes
1 answer

Automotive app rejected due to login credentials not provided, when there is no sign-in

I have submitted an Android Automotive app to play store. It was rejected due to "login credentials", and it says in the rejection mail that we have to provide login credentials. However, our application does not require login/sign-in. This is…
Ank
  • 71
  • 6
0
votes
0 answers

Automotive content in pane template renders twice

I am developing an Android Automotive application and I'm just getting familiar with Templates. I use a pane-template as the landing-page of the application. I use ScreenManager.push() to navigate to the next page when the user clicks a button. On…
Ank
  • 71
  • 6
0
votes
1 answer

Will an ANR dialog show up in production for users? Do phones matter, what on Android Automotive?

the main question I'm asking is: Does Google prevent ANR dialogs to show up on the customer side when my app is released? Do manufacturers disable ANR dialogs at some point on the customers side (I think I remember Huawei / Honor was doing…
cV2
  • 5,229
  • 3
  • 43
  • 53
0
votes
0 answers

Unable to build Android 12 car target aosp_car_arm-userdebug

I can successfully build Android 12 Car for emulator using commands: source build/envsetup.sh lunch sdk_car_x86_64-userdebug m But I'm getting the error when try to build image for arm: source build/envsetup.sh lunch aosp_car_arm-userdebug…
Igor
  • 11
0
votes
0 answers

How can I find the patch for a CVE of Android Automotive OS?

I want to have a deeper understanding of the security of Android Automotive OS (AAOS), and I find that there are several disclosed CVEs under Android Automotive OS Update Bulletin. But it seems that there aren't any detailed description of the code…
Albanis
  • 1
  • 1
0
votes
1 answer

Why was my Android automotive app category not approved?

I have been trying to publish an Android automotive application to Google Play Store, but it was rejected. The reason for the rejection was "App category not permitted. At this time, we are only accepting apps within categories supported by the…
Ank
  • 71
  • 6
0
votes
2 answers

ECU waked up by the Can error frame (Automotive)

I am encountering a issue that is ECU waked up by error frame. Then, I got report from the testing team for this issue. I am wondering why error frame can wake up the ECU in sleep mode? how can? who know this issue or encountered this one, Please…
0
votes
0 answers

How to detect ECU's NM Messages in CAN remote wakeup?

I am trying to implement the remote wakeup scenario in CAN network with Infotainment ECU. I am currently referring this AUTOSAR Network management document for the…
tech_123
  • 90
  • 1
  • 10
0
votes
0 answers

Running Android Automotive module

I'm trying to setup a small prototype to extract some information from the car using CarInfo API with the Polestar 2 Emulator. I've been facing the problem of not being able to actually run the code. I'm following the tutorial on Using the Android…
0
votes
1 answer

Will a QR-code in an Android Automotive app be approved?

We are currently developing an app for cars with Android Automotive. There is a desire to include a QR-code in the application, so that the user can (while the car is not moving) scan the QR-code and be directed to the website to fill in a form via…
Ank
  • 71
  • 6
1 2 3
8 9