nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
658 stars 71 forks source link

Some personalization from `/boot` #81

Closed hkfuertes closed 5 months ago

hkfuertes commented 6 months ago

I was going to pitch this idea as a comment on another PR but its easier if I do it and show you. This PR:

Its a suggestion, I'm open to anything, but this adds a layer of personalization on top, if anyone wants to use the bare images customized, without needing to build it.

hkfuertes commented 6 months ago

Credit to @Ioniq3 on #50 for the Bluetooth example commented on variables.sh.

Ioniq3 commented 6 months ago

HI, in my personalization brach i use this sentences in the first boot if you need it:

   sed -i 's/wpa_passphrase=ConnectAAWirelessDongle/wpa_passphrase=1234567890/' /etc/hostapd.conf
   sed -i 's/ssid=AAWirelessDongle/ssid=AndroidAuto_'$xx'/' /etc/hostapd.conf
nisargjhaveri commented 6 months ago

@hkfuertes Here are some thoughts:

hkfuertes commented 5 months ago

I know this is pretty custom to my needs... I don't know if anyone is related to this changes.... or if they make any sense in any case.... I will close the PR for now. This will be here if in the future is wanted to be opened again...