Hello,
I am new to this thread, but have learned a lot by actually reading most of the 126 pages of about 2500 posts!
My car is a 2018 Renault Espace with R-LINK2, my phone a Huawei P20 lite with Android 9, which is not the most up to date combination to use AAWireless.
I have succeeded in reaching a quite stable setup. I received my AAWireless box (firmware 1.8.0) at the end of January and got it connected and working pretty fast. I will skip the topics of enabling wireless projection in the Android Auto app or having internet access through mobile data on a Huawei phone while connected to the AAWireless WLAN - those are covered in the FAQ already.
However, in about 50% of the tests AAWireless would keep flashing blue and not connecting Android Auto on the phone to the R-LINK2. I fixed that by turning off the automatic App-Start settings for Android Auto and turning all manual settings on. From previous posts I learned that phone vendors have different ways to handle such power-saving functions.
Since I am involved in software development myself, I very soon tried to dig deeper and find additional information, like logfiles - the following findings might help others:
AAWireless WIFI and password
During setup AAWireless installs a WIFI network "AAWireless-xxxxxxxx" and an unknown password on your phone. You can get the password by requesting it from AAWireless support or following these steps:
- go to WLAN settings on your phone when connected to the AAWireless WIFI network
- tap that network
- the phone shows details about the WIFI network, including a QR Code
- either scan the QR Code with a QR code scanner on another phone or make a screenshot to scan later
- the QR code scanner will show the information in the QR code, which also contains the WIFI password
AAWireless logfile
You can download and analyze the AAWireless logfile
- While connected to the AAWireless WIFI you can open http://10.42.1.1:8000/syslog in your browser to download file syslog.gz (you probably have to disable mobile data on your phone first to reach the IP of the AAWireless)
- unzip the file syslog.gz (e.g. using 7-Zip)
- open the file in your editor
The logfile is pretty detailed, containing lots of interesting information.
There are multiple logs of different "sessions" in the same logfile, all sessions starting with the same timestamp "2020-09-20T10:44". I wonder if AAWireless could get the current date/time somewhere in the boot process from the headunit or the phone? This would make analyzing the logfile easier. Meanwhile I am "tagging" the logfile by setting the "Wifi connect timeout" to a unique number in the AAWireless companion app and later searching for that unique number in the logfile.
There also is some kind of wrap-around and reuse mechanism to prevent growing logfiles, but with the same timestamps all over, it is difficult to understand.
Enjoy trying this for yourself!