Releases: nisargjhaveri/WirelessAndroidAutoDongle
Releases · nisargjhaveri/WirelessAndroidAutoDongle
v0.4.1
v0.4.0
- Breaking Change: Default to the new dongle mode connection which does not require fake HSP profile.
- The connection sequence can be changed using
AAWG_CONNECTION_STRATEGY
variable, see/etc/aawgd.env
for more details.
- The connection sequence can be changed using
- Multiple reliablitly improvements:
- Retry bluetooth connection to phone if phone fails to connect within appropriate time.
- Retry entire connection if USB fails to connect within 10 seconds in phone-first mode.
- More reliably reconnect if the Android Auto connection fails for some reason.
- Other miscellaneous improvements and changes.
v0.3.1
v0.3.0
- Turn off bluetooth once the launch handshake is complete to route phone calls to head unit bluetooth.
- Connect to usb after phone connection is available. This reduces timeout issues in many head units.
- Newer kernel, improve compatibility with some Raspberry Pi Zero 2W devices.
- Improve performance on some Raspberry Pi Zero W devices.
Thanks @Ioniq3, and everyone else who contributed to issues and discussions.
v0.2.0
- Make the USB gadget discoverable as an MTP device instead of custom serial gadget to increase compatibility
- Add support for multiple connected phones
- Fix re-pairing of already paired device
- Retry connection after an existing connection is broken due to usb issues, without having to restart the dongle
- Add support for Raspberry Pi 3A+
- Some refactoring to allow for more complex connection sequences, smaller fixes to improve connection speed
Thanks @BluemediaGER, @Thom-x, @hkfuertes for your contributions!
v0.1.1
- Some boot perf improvement
- Fixed wifi region settings, added wireless-regdb
v0.1.0
Initial release.