Replies: 1 comment 3 replies
-
Have you tried to SSH into the device after the changes and type 'sync' this will clear cache. You could also try and change owner of the files, but be very careful if for some reason you lock it and the OS can't read these files you may be SOL and you will lock yourself out. I don't know why they didn't just use 'CarPlay' it's logical and makes sense..... China always got concepts but execute them like a shopping cart with only 3 wheels. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Is it possible to change the name of the device using script U2W.sh? I am looking into ways to change the name of both the bluetooth interface and the Wifi SSID so I can have consistent name showing up both in iOS and when the device boot up.
I found following files:
/etc/bluetooth_name
/etc/wifi_name
I thought about writing a simple rename into the script which gets executed. There must also be some code that is detecting the type of car when you plug it in as there seem to be a name like "VOLKSW-000". Does anyone know in the code where we can find this identification - if so it should be possible to change the behaviour.
I did some experimenting with this:
First I had just the 'echo' commands and no 'chmod'. This works fine when it is connected to USB at home. I can see the new SSID. As soon as I plug into my car it reverts to SSID "VOLKSWAGENXX" and BT Name " VOLKSW-XXXX". My second attempt was to try to write protect these files, and I was running the U2W.sh script at every boot. No luck. Still the result is the same. I am guessing there is something happening when you connect device to the car and there must be some code in the binary files.
As there are many people interested in GUI and modification, I hope there are some others interested in this topic as well :-)
Beta Was this translation helpful? Give feedback.
All reactions