The Relectric Android Auto subsytem relies on OpenAuto and the AASDK maintained by the OpenDash project (https://github.com/openDsh)
This repository contains an installation script abridged from repositories belonging to OpenDash. The scripts were modified to only install aasdk, openauto, and required dependencies.
This script is only intended for use on Queen's Relectric ORION Pi-based headunit. Use at your own risk.
cd ~
git clone https://github.com/QURelectric/AndroidAuto
cd AndroidAuto
sudo chmod +x install.sh
./install.sh
The installation script may take some time to fetch the required packages and build the c++ source code into an executable binary.
When the installer is done (It will print Install Finished), and the android auto executable can be started using the following commands:
cd ~/AndroidAuto/openauto/bin
autoapp
This will start the OpenAuto/Android Auto window, and wait for a phone to be connected over USB.
- aasdk
- Boost libraries
- libusb
- CMake
- Protocol buffers
- OpenSSL
- Qt libraries
- RtAudio
- Broadcom ilclient from RaspberryPI 3 firmware
- OpenMAX IL API