adi961 / mib2-android-auto-vc

:iphone: Show navigation directions and current track info from android auto in the VW Virtual Cluster
MIT License
21 stars 2 forks source link

MIB2 High Android Auto Virtual Cockpit

This project aims to finish what VW started. To bring Navigation and music information from AndroidAuto to the VW Virtual Cockpit.

[!NOTE] This project does not support Car Play. Contributions for Car Play support are very much welcome.

Features

This project does not aim to render google maps from android auto in the VC. Refer to good folks over in this issue

Tested Train Versions

Train version Compatible
MHI2_ER_VWG13_P4521 Y
MHI2_ER_VWG13_K4525 Y
MHI2_ER_VWG13_K4525 Y
MHI2_ER_AU43x N
MHI2_ER_AUG24 N
MHI2_ER_AU62x N

Other versions may be compatible. Feel free to give it a try and give feedback.

Installation

  1. Download the latest version of VCAndroidAuto.jar
  2. Download the latest version of installVCAndroidAuto.sh
  3. Copy both to the root of your sd card
  4. ssh into your mib headunit guide
  5. and run /fs/sda0/installVCAndroidAuto.sh

Examples

Navigation

Navigation

Current title

Current title

Development

Required software: make, java, docker, unzip

  1. Extract your lsd.jxe from your headunit
  2. copy it to the root of this repository
  3. run make to extract your lsd.jxe and setup the repo
  4. to add a class to the patch run make extractOriginal the.class.path.ClassName
  5. edit the class in the src folder

Based on the great work of grajen3 and andrewleech