Hello,
I am developing on the iMX8QM EVK platform on Android Automotive OS 10.
I want to integrate my own developed Navigation into the Green Field in the default Launcher application of Android Automotive OS 10.
How can I do that? What do I need to change in the source code?
Can you help me with this?
Best regards,
Efecan
Solved! Go to Solution.
Hi @cbl,
In that case, you will need to modify the Android Automotive source code specifically you can edit the file CarLauncher.java located on android/platform/packages/apps/Car/Launcher/.
After these changes, you will need to recompile your Android Automotive OS 10 source edited using the Android User Guide document for Android Automotive 10 (Link to Android Automotive 10 Documentation).
It is important to say these changes require specialization in Java and any changes related to the source code in Android has limited support by NXP.
Hi @cbl,
In that case, you will need to modify the Android Automotive source code specifically you can edit the file CarLauncher.java located on android/platform/packages/apps/Car/Launcher/.
After these changes, you will need to recompile your Android Automotive OS 10 source edited using the Android User Guide document for Android Automotive 10 (Link to Android Automotive 10 Documentation).
It is important to say these changes require specialization in Java and any changes related to the source code in Android has limited support by NXP.