https://github.com/harryjph/android-auto-headunit
Android Auto Headunit Emulator
https://github.com/harryjph/android-auto-headunit
android android-auto emulator headunit
Last synced: about 1 year ago
JSON representation
Android Auto Headunit Emulator
- Host: GitHub
- URL: https://github.com/harryjph/android-auto-headunit
- Owner: harryjph
- License: agpl-3.0
- Created: 2019-10-10T23:01:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T23:07:01.000Z (over 6 years ago)
- Last Synced: 2024-05-02T06:04:37.469Z (about 2 years ago)
- Topics: android, android-auto, emulator, headunit
- Language: Kotlin
- Homepage:
- Size: 56.1 MB
- Stars: 28
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Headunit
This is an Android Auto Headunit emulator, based off of the work of [Mike Reidis](https://github.com/mikereidis/headunit) and [Alex Gavrishev](https://github.com/anod/headunit).
Things I've changed / added:
* Cleaner & more performant codebase
* Multi-touch support
* Proper fullscreen / immersive mode with hidden system bars
* Re-implemented TLS layer in Kotlin using Java APIs, avoiding C in codebase, making app more portable & smaller and simplifying the build process.
* Trust any connected phone, so once phone is connected, app will immediately launch.
Currently requires API level 18 (Android 4.3), can easily be made to support API level 16 (Android 4.1) (USB `bulkTransfer` needs to use alternative method on older APIs)