Joined
·
1,474 Posts
After reading through loads of threads I finally took the plunge and did the coding to enable Audi Drive Select on mine and my mates car. Both being 3.0 TDI's with MMI 2G.
From what I've read all V6 engines have servotronic steering.
This is the coding I used (taken from various other threads):
*Note: Bytes go left to right and Bits go right to left (Both starting at 0)*
09 Central Elec - Long Coding Helper
Byte 7, Bit 5 Change 0 to 1 (tells car ADS is installed, Charisma fault generated)
Byte 8, Bit 2 Change 0 to 1 (Enables engine setting in MMI)
Byte 8, Bit 3 Change 0 to 1 (Enables suspension setting in MMI [I didn't do this as my suspension isn't adjustable])
Byte 8, Bit 4 Change 0 to 1 (Enables steering [servotronic] setting in MMI)
Byte 8, Bit 5 Change 0 to 1 (Enables sports diff setting in MMI [I didn't do this as I don't have the sport diff])
Byte 17, Bit 7 Change 0 to 1 (Enables MMI display)
----------------------------------------------------------------
09 Central Electronic
16 Security Access
Type in code in pop up (for me it was 20113)
Click "Do It!"
----------------------------------------------------------------
09 Central Electronic
10 Adaptation
Channels 63, 64, 65, 66
Change Value to 4 for each channel (1 = Comfort, 2 = Auto (default), 3 = Dynamic, 4 = Individual)
Click Test and then Save for each channel
Ensure setting of 4 for all channels again
----------------------------------------------------------------
In MMI hidden menu go to Diag settings, Car menus maske, check 'Charisma' box and go down to Accept changes (this was already ticked on mine and my mates car). Whilst still in the hidden menu go to Diag settings, APK 0x01, 0x0B, 0x0C, check 'Charisma' box and go down to Accept changes.
----------------------------------------------------------------
I now have an 'Audi drive select - individual' option within the MMI and I am able to adjust the engine and steering.
Just a quick one, on my mates car when adjusting one of the settings within the MMI he gets the following 3 options: Comfort, Auto and Dynamic on mine I get: Comfort, Dynamic and Sport. Any ideas why mine is different?
From what I've read all V6 engines have servotronic steering.
This is the coding I used (taken from various other threads):
*Note: Bytes go left to right and Bits go right to left (Both starting at 0)*
09 Central Elec - Long Coding Helper
Byte 7, Bit 5 Change 0 to 1 (tells car ADS is installed, Charisma fault generated)
Byte 8, Bit 2 Change 0 to 1 (Enables engine setting in MMI)
Byte 8, Bit 3 Change 0 to 1 (Enables suspension setting in MMI [I didn't do this as my suspension isn't adjustable])
Byte 8, Bit 4 Change 0 to 1 (Enables steering [servotronic] setting in MMI)
Byte 8, Bit 5 Change 0 to 1 (Enables sports diff setting in MMI [I didn't do this as I don't have the sport diff])
Byte 17, Bit 7 Change 0 to 1 (Enables MMI display)
----------------------------------------------------------------
09 Central Electronic
16 Security Access
Type in code in pop up (for me it was 20113)
Click "Do It!"
----------------------------------------------------------------
09 Central Electronic
10 Adaptation
Channels 63, 64, 65, 66
Change Value to 4 for each channel (1 = Comfort, 2 = Auto (default), 3 = Dynamic, 4 = Individual)
Click Test and then Save for each channel
Ensure setting of 4 for all channels again
----------------------------------------------------------------
In MMI hidden menu go to Diag settings, Car menus maske, check 'Charisma' box and go down to Accept changes (this was already ticked on mine and my mates car). Whilst still in the hidden menu go to Diag settings, APK 0x01, 0x0B, 0x0C, check 'Charisma' box and go down to Accept changes.
----------------------------------------------------------------
I now have an 'Audi drive select - individual' option within the MMI and I am able to adjust the engine and steering.
Just a quick one, on my mates car when adjusting one of the settings within the MMI he gets the following 3 options: Comfort, Auto and Dynamic on mine I get: Comfort, Dynamic and Sport. Any ideas why mine is different?