Auto connect in Native mode #493
Anton111111
started this conversation in
General
Replies: 1 comment 5 replies
-
|
This is because the bluetooth connection for the wifi exchange is still there and HURev will present itself as a native wireless android auto device and the phone sees it and in the real android auto settings, you have "connected cars" and probably auto start android auto enabled. So the phone sees the device again and instantly tries to connect, but never will, because your changes prevent it from connecting. What I do is set the wireless mode to Headunit Server manual. So there is no auto search and auto connect. But maybe a "Wireless Mode: none" would do the trick. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have AA natively works on my HU. But I'd like to use it occasionally, not constantly ;). My preferred usage is USB most of the time and Native occasionally. But now Native automatically connects as soon as HURev starts. I tried adding a setting to disable autoconnect. It simply disables
nativeAaHandshakeManager?.start()andwifiDirectManager.startNativeAaQuietHost()when starting aapservice.And that partially helped. Now, the wireless connection doesn't start (only if i manual start it with WIFI button in HURev), but the phone still somehow detects that a wireless connection is available and constantly tries to connect to HU. This is evident in the phone constantly displaying a notification that the phone is trying to connect (it disappears, then reappears). I also think this is affecting the battery due to the constant connection attempts.
Do you have any ideas how the phone detects that a wireless connection is available and how to avoid this?
Beta Was this translation helpful? Give feedback.
All reactions