Did you manage to grab your firmware versionWill do - but will be later today as I am working most of the day
Did you manage to grab your firmware versionWill do - but will be later today as I am working most of the day
Hello joaoseh! I have good news! I changed the script and now the cplay2air can automatic reconnect on MyLink 3. I discored that MyLink just connect when the cplay2air resets. It works because the cplay2air changes the serial number and MyLink 3 think it is a new device. So, I create I script that changes the cplay2air's serial after every reboot. Now you just confirm on the first screen and select your phone on the list. It worked on my MyLInk3.Hey Renato! Yes, I'm Brazilian. Too bad we didn't get it
Do you know if we change our Mylink3 to 2021's model we'll be able to use the wireless car play?
Feel free to talk to me on whatsapp 48999700403.
#!/bin/sh
# ver so o arquivo de marca existe ele vai apagar
# o arquivo e alterar o serial, gravar e reiniciar
if [ -f /etc/mark ]; then
rm /etc/mark
echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial
(sync;sleep 1;reboot)&
else
# se não existe ele vai criar o arquivo, mas não reinicia
echo "teste" > /etc/mark
sync
fi
Amazing Renato!Hello joaoseh! I have good news! I changed the script and now the cplay2air can automatic reconnect on MyLink 3. I discored that MyLink just connect when the cplay2air resets. It works because the cplay2air changes the serial number and MyLink 3 think it is a new device. So, I create I script that changes the cplay2air's serial after every reboot. Now you just confirm on the first screen and select your phone on the list. It worked on my MyLInk3.
Bash:#!/bin/sh # ver so o arquivo de marca existe ele vai apagar # o arquivo e alterar o serial, gravar e reiniciar if [ -f /etc/mark ]; then rm /etc/mark echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial (sync;sleep 1;reboot)& else # se não existe ele vai criar o arquivo, mas não reinicia echo "teste" > /etc/mark sync fi
please tell me how to factory reset. because flashing the firmware does not delete the old configuration.Hello joaoseh! I have good news! I changed the script and now the cplay2air can automatic reconnect on MyLink 3. I discored that MyLink just connect when the cplay2air resets. It works because the cplay2air changes the serial number and MyLink 3 think it is a new device. So, I create I script that changes the cplay2air's serial after every reboot. Now you just confirm on the first screen and select your phone on the list. It worked on my MyLInk3.
Bash:#!/bin/sh # ver so o arquivo de marca existe ele vai apagar # o arquivo e alterar o serial, gravar e reiniciar if [ -f /etc/mark ]; then rm /etc/mark echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial (sync;sleep 1;reboot)& else # se não existe ele vai criar o arquivo, mas não reinicia echo "teste" > /etc/mark sync fi
unfortunately I was not able to factory reset the device... indeed, if you upload a new firmware the configuration remains the same. What are your parameters now? A can share mine and then you'll be able to configure the same.please tell me how to factory reset. because flashing the firmware does not delete the old configuration.
The only downside of this solution is that every connection it creates a new device in the list.Hello joaoseh! I have good news! I changed the script and now the cplay2air can automatic reconnect on MyLink 3. I discored that MyLink just connect when the cplay2air resets. It works because the cplay2air changes the serial number and MyLink 3 think it is a new device. So, I create I script that changes the cplay2air's serial after every reboot. Now you just confirm on the first screen and select your phone on the list. It worked on my MyLInk3.
Bash:#!/bin/sh # ver so o arquivo de marca existe ele vai apagar # o arquivo e alterar o serial, gravar e reiniciar if [ -f /etc/mark ]; then rm /etc/mark echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial (sync;sleep 1;reboot)& else # se não existe ele vai criar o arquivo, mas não reinicia echo "teste" > /etc/mark sync fi
It is realy. I do not know how many device can be included on the phone list. I believe I will have delete the unused devices sometimes. Reset the MyLink 3 is not good for mim.The only downside of this solution is that every connection it creates a new device in the list.
I have the same problem on my Ford Sync 3 V3.4 20282. No audio and it has freezed. CFW ver 2021.05.09.001 Apple theme.Same on my mazda 6. All mazda users should stay on march firmware
At present, Carlinkit2.0 cannot detect and update independently.
If you need to update, please contact after-sales customer service to upload the log and push the version update!!![]()
(If the product can be used normally without major problems, please do not update)
The last version that works with Siri on the Bronco Sport (I have one too) is the 8.4 version. They don’t want to help because of aftermarket copies that flooded Amazon.I have a carlinkit and been using it on a Ford Bronco sport sync 3.4 everytime I use hey siri the dongle reboots, I have tried updating from 2021.03.06 but everytime I stick the usb (with U2W_Update on ir) into the dongle the red light stays red and does nothing, what could I be doing wrong?
ps. OTA update shows nothing newer than 2021.03.06…
any help will be highly appreciated
thanks!
View attachment 1787005
I’m sure because of the flood of cheap imitations that hit Amazon.It looks like Carlinkit has stopped issuing firmware updates. According to their facebook group:
I think that they can't properly distinguish between V2 and V3 which resulted in the recent bricking wave (WiFi error).I’m sure because of the flood of cheap imitations that hit Amazon.
Interesting- wonder if this helps with the call lag - overall I’m happy with the adapter but I do wish the call lag was less as it can make having conversations abit difficult I’ve found!There now seems to be a V3 of the adapter, see here. Guess it is the one with the Broadcom Wi-Fi chipset, supporting 802.11ac and WMM by the driver.
@VLud I wonder that we can add "echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial" to start_main_service.sh to change device serial and not need to reboot.Hello joaoseh! I have good news! I changed the script and now the cplay2air can automatic reconnect on MyLink 3. I discored that MyLink just connect when the cplay2air resets. It works because the cplay2air changes the serial number and MyLink 3 think it is a new device. So, I create I script that changes the cplay2air's serial after every reboot. Now you just confirm on the first screen and select your phone on the list. It worked on my MyLInk3.
Bash:#!/bin/sh # ver so o arquivo de marca existe ele vai apagar # o arquivo e alterar o serial, gravar e reiniciar if [ -f /etc/mark ]; then rm /etc/mark echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial (sync;sleep 1;reboot)& else # se não existe ele vai criar o arquivo, mas não reinicia echo "teste" > /etc/mark sync fi
It looks like Carlinkit has stopped issuing firmware updates. According to their facebook group:
Good ideia! But the restart is very fast, about 10 seconds.@VLud I wonder that we can add "echo `head /dev/urandom |md5sum |awk '{print $1}'` > /etc/device_serial" to start_main_service.sh to change device serial and not need to reboot.
I’ve confirmed with the manufacturer V2 is Green UI. V3 is Red UI, that is how they are making the distinction between both.There now seems to be a V3 of the adapter, see here. Guess it is the one with the Broadcom Wi-Fi chipset, supporting 802.11ac and WMM by the driver.
I’ve confirmed with the manufacturer V2 is Green UI. V3 is Red UI, that is how they are making the distinction between both.
Where did you see the Broadcom Wi-Fi information?
We only sell the V2.0 Green UI. Had absolutely 0 issues with them, the V3.0/Red UI are terrible from reliability. Refused to sell them. We sell 200+ per month 0 returns (unless they don’t read description and think it does Android Auto or it gives them CarPlay!)My Amazon UK cheapo USB-C has (had) red UI, it’s now got solid red LED though so seems dead. So you think this was a v3 from a non CarLinkIt clone?
Just stopped working, no firmware update, just didn’t work one day. I’ll have to get on to Amazon as tried a few things and still dead, they won’t replace don’t think as none more so will get a refund. Would rather have a working unit at that price though!
We only sell the V2.0 Green UI. Had absolutely 0 issues with them, the V3.0/Red UI are terrible from reliability. Refused to sell them. We sell 200+ per month 0 returns (unless they don’t read description and think it does Android Auto or it gives them CarPlay!)
Recent FW versions include a Broadcom Wi-Fi FW, also including a separate hostapd.conf which enables WiFi5 (802.11ac 867mbps) and WMM for this chip.Where did you see the Broadcom Wi-Fi information?