RobsonM

Results 14 comments of RobsonM
trafficstars

@darkweak let me know if you need any logs. I'll share what I can.

@darkweak Hi. are there any news? Any way I can help debug?

Okay, I see that last year auto detection of phone IP was added with netstat function and some regex. It overwrites the IP in headunit.json which I assume is later...

Okay. I tried replacing `PHONE_IP_ADDRESS=\`netstat -rn|awk '$2~/192\.168\.43\.[0-9]{1,3}/ {print $2}'\`` with `PHONE_IP_ADDRESS=\`arp -an|awk '$2~/192\.168\.53\.[0-9]{1,3}/ {print $2}'\`` in `mazda/installer/config/androidauto/data_persist/dev/bin/headunit-wrapper` But it didn't seem to do the trick although arp -an returns proper...