It's been a long while since I posted anything but I have traded my trusty 2005 V8 'Reg for a new one late last year, so now I have a list of mods that I made on my 2016 TDI Lux that think would be of interest to everyone with a late model T3 'Reg.
I still have a wish list, so if anyone knows how to code these, I would love to hear about it:
Retain steering wheel heat setting
Auto closing (without having to touch the indentation on the door handle)
Rain Closing of windows and sunroof
Oil Temp Display
Parking brake release without seatbelt on
Battery Status Display
Enable Google Map
So, here goes the list of tested mods listed in order of the control modules. These all work on my 2016 TDI Lux.
I collected these from many different sources, so I am not taking credit for anything more than to list them in one place.
02-Auto Trans – Enable Gear Display
[Coding - 07] -> Long Coding Helper -> Byte 1
Change Byte 1 from 00000010 to 00000101 (Hex 02 to 05)
Original code: 01 02 00 00 0C 00 84 00000000000000000000000000
New Code: 01 05 00 00 0C 00 84 00000000000000000000000000
The transmission needs to be reset for this change to take effect.
Reset transmission:
First, need to replace the parking brake switch in the center console with a European version, P/N: 7P1 927 225A
This can be easily bought from European e-bay sites for about $30 plus shipping. Note: the illumination of the switch is red, not white.
Replacing it is pretty simple. It is a direct plug-in, there are several detailed descriptions on how to do it with pictures on VW sites.
Then the following coding change needs to be made:
[Coding - 07] - Byte 16 – Change “01110011” to “01110111” from “73” to “77” in binary.
Original code: 5B 76 13 C3 49 24 6F 57 DA FA C8 93 92 D6 F6 60 73 01
New Code: 5B 76 13 C3 49 24 6F 57 DA FA C8 93 92 D6 F6 60 77 01
The driver’s seatbelt must be buckled for this mod to work. When the car comes to a complete stop, the brakes stay applied to keep the car stationary without the need for the driver to keep his foot on the brake. Stepping on the accelerator releases the brakes.
08-Auto HVAC - Air Quality Sensor sensitivity, Seat heat retention, Air recirculation in reverse, Manual fan and recirculation setting retention.
[Adaptation 10] -> From the drop-down menu select and adjust:
-Retention of Driver/passenger seat heater level. Default 10 minutes.
-Air recirculation when driving in reverse
-Air quality sensor sensitivity
-Store manual fan setting for terminal 15 off
-Store recirculation setting for terminal 15 off
09-Cent. Elect. - Tear wipe, Lights On Warning, Various light changes
Security code: 20113
[Coding - 07] -> Long Coding Helper:
Byte 1 Bit 3 – Tear Wiping On or Off
Byte 2 Bit 6 – Dim Wink On or Off
Byte 3
Bit 2 – LED remain the same brightness (1 = Active)
Bit 7 – Turn off LED strip with indicator (1 = Active)
Byte 5
Bit 3 - Set to 0 to disable "lights are on" warning when you open the door
Byte 10 Bit 3 – Enable/Disable amber corner lights in front
10-Park/Steer Assist - Park Assist Speed
[Adaptation - 10] – Select Switch-off speed from the drop-down menu for parking assist, set desired new value.
13-Auto Dist. Reg - ACC Distance Selection
[Adaptation - 10] – Select and change “Distance basic setting” from the drop-down menu.
This mod allows the selection of the default distance in the Car Settings menu.
17-Instruments - Seatbelt Chime, Auto Door Lock Display, GPS Time
[07-Coding] - Long Coding - Byte 0 Seat Belt Warning active/inactive
[Adaptation 10] - Drop Down List-> Select and change:
-Source for Synchronization of time - Select Manual or GPS
-Automatic door locking – displays the options on the Car settings menu.
46-Central Conv - Comfort Operation, Key Warning, Remote Key Coding, Open-Close Adaptation codes
[Coding - 07] -> Long Coding Helper -> Byte 9 Bit 7 Enable/Disable Key Warning chime
Comfort Opening/Closing
[Coding - 07] -> Long Coding Helper -> Byte 2 Bit 0 Enable/Disable Comfort Operation. It must be Enabled (unchecked) for the adaptation codes to work.
[Adaptation 10] -> Select/adjust entries from the drop-down menu to configure the keys and various comfort opening/closing options. VCDS has help menus with each configuration’s code.
5F-Information Electr. - Nav and Phone warning msg, WiFi, Green Screen, VIM
Security code: 02002
[Adaptation 10]
To disable NAV & Phone warning messages while entering data at speed change the following:
Channel 2 – Set to 250
Channel 3 – Set to a small number (5)
To enable the Green Screen:
Channel 6 - Change to 1 from 0 then press SETUP + CAR for several seconds.
A few useful setting on the Green Screen menus:
-Adjust the microphone sensitivity: diagnose/settings/tel_settings/Mic sensiblity -> choose -6db/0db/+6db. The default is -6db, I found that 0 db works much better with my iPhone.
-Increase radio play time after car is turned off:
From the main screen select “onofftimer”, set 'Standby delay'.
Default is 10, maximum value is 30 minutes.
- Enable Import CDs to MMI's HD:
main/diagnose/settings/import_multimedia -> Enable "Copy” and/or “Ripping"
Channel 19 – Enable/disable WiFi - does not seem to make any difference.
Enable Video In Motion (VIM):
[Advandced ID - 1A] - Submit the value from the "Serial Number" field into the web address: VIM login-code generator for MMI 3G
Alternate: Use Digits 6, 13, 10, 14, 11 of the Serial number (“-” = “0”)
[Security Access – 16] - Enter the five digit code received from the web address
[Adaptation – 10] - Channel 48 – change to 255 – Reboot RNS
Reboot RNS by simultaneously pressing Phone + Climate + Nav + Traffic + Central Knob.
6D-Trunk Elect. - Tailgate open with trailer, Tailgate open with long push of remote button.
[10 - Adaptation] – From the drop-down menu, select:
- Opening with Trailer Detected and choose Activated
– Activate (4) remote key Tap for closing
I still have a wish list, so if anyone knows how to code these, I would love to hear about it:
Retain steering wheel heat setting
Auto closing (without having to touch the indentation on the door handle)
Rain Closing of windows and sunroof
Oil Temp Display
Parking brake release without seatbelt on
Battery Status Display
Enable Google Map
So, here goes the list of tested mods listed in order of the control modules. These all work on my 2016 TDI Lux.
I collected these from many different sources, so I am not taking credit for anything more than to list them in one place.
02-Auto Trans – Enable Gear Display
[Coding - 07] -> Long Coding Helper -> Byte 1
Change Byte 1 from 00000010 to 00000101 (Hex 02 to 05)
Original code: 01 02 00 00 0C 00 84 00000000000000000000000000
New Code: 01 05 00 00 0C 00 84 00000000000000000000000000
The transmission needs to be reset for this change to take effect.
Reset transmission:
1. Selector in P
2. Ignition on, no start
3. Accelerator to floor for 30 seconds
4. Release accelerator
5. Ignition off
6. Lock doors
7. Unlock doors
03-ABS Brakes – Enable Auto Hold2. Ignition on, no start
3. Accelerator to floor for 30 seconds
4. Release accelerator
5. Ignition off
6. Lock doors
7. Unlock doors
First, need to replace the parking brake switch in the center console with a European version, P/N: 7P1 927 225A
This can be easily bought from European e-bay sites for about $30 plus shipping. Note: the illumination of the switch is red, not white.
Replacing it is pretty simple. It is a direct plug-in, there are several detailed descriptions on how to do it with pictures on VW sites.
Then the following coding change needs to be made:
[Coding - 07] - Byte 16 – Change “01110011” to “01110111” from “73” to “77” in binary.
Original code: 5B 76 13 C3 49 24 6F 57 DA FA C8 93 92 D6 F6 60 73 01
New Code: 5B 76 13 C3 49 24 6F 57 DA FA C8 93 92 D6 F6 60 77 01
The driver’s seatbelt must be buckled for this mod to work. When the car comes to a complete stop, the brakes stay applied to keep the car stationary without the need for the driver to keep his foot on the brake. Stepping on the accelerator releases the brakes.
08-Auto HVAC - Air Quality Sensor sensitivity, Seat heat retention, Air recirculation in reverse, Manual fan and recirculation setting retention.
[Adaptation 10] -> From the drop-down menu select and adjust:
-Retention of Driver/passenger seat heater level. Default 10 minutes.
-Air recirculation when driving in reverse
-Air quality sensor sensitivity
-Store manual fan setting for terminal 15 off
-Store recirculation setting for terminal 15 off
09-Cent. Elect. - Tear wipe, Lights On Warning, Various light changes
Security code: 20113
[Coding - 07] -> Long Coding Helper:
Byte 1 Bit 3 – Tear Wiping On or Off
Byte 2 Bit 6 – Dim Wink On or Off
Byte 3
Bit 2 – LED remain the same brightness (1 = Active)
Bit 7 – Turn off LED strip with indicator (1 = Active)
Byte 5
Bit 3 - Set to 0 to disable "lights are on" warning when you open the door
Byte 10 Bit 3 – Enable/Disable amber corner lights in front
10-Park/Steer Assist - Park Assist Speed
[Adaptation - 10] – Select Switch-off speed from the drop-down menu for parking assist, set desired new value.
13-Auto Dist. Reg - ACC Distance Selection
[Adaptation - 10] – Select and change “Distance basic setting” from the drop-down menu.
This mod allows the selection of the default distance in the Car Settings menu.
17-Instruments - Seatbelt Chime, Auto Door Lock Display, GPS Time
[07-Coding] - Long Coding - Byte 0 Seat Belt Warning active/inactive
[Adaptation 10] - Drop Down List-> Select and change:
-Source for Synchronization of time - Select Manual or GPS
-Automatic door locking – displays the options on the Car settings menu.
46-Central Conv - Comfort Operation, Key Warning, Remote Key Coding, Open-Close Adaptation codes
[Coding - 07] -> Long Coding Helper -> Byte 9 Bit 7 Enable/Disable Key Warning chime
Comfort Opening/Closing
[Coding - 07] -> Long Coding Helper -> Byte 2 Bit 0 Enable/Disable Comfort Operation. It must be Enabled (unchecked) for the adaptation codes to work.
[Adaptation 10] -> Select/adjust entries from the drop-down menu to configure the keys and various comfort opening/closing options. VCDS has help menus with each configuration’s code.
5F-Information Electr. - Nav and Phone warning msg, WiFi, Green Screen, VIM
Security code: 02002
[Adaptation 10]
To disable NAV & Phone warning messages while entering data at speed change the following:
Channel 2 – Set to 250
Channel 3 – Set to a small number (5)
To enable the Green Screen:
Channel 6 - Change to 1 from 0 then press SETUP + CAR for several seconds.
A few useful setting on the Green Screen menus:
-Adjust the microphone sensitivity: diagnose/settings/tel_settings/Mic sensiblity -> choose -6db/0db/+6db. The default is -6db, I found that 0 db works much better with my iPhone.
-Increase radio play time after car is turned off:
From the main screen select “onofftimer”, set 'Standby delay'.
Default is 10, maximum value is 30 minutes.
- Enable Import CDs to MMI's HD:
main/diagnose/settings/import_multimedia -> Enable "Copy” and/or “Ripping"
Channel 19 – Enable/disable WiFi - does not seem to make any difference.
Enable Video In Motion (VIM):
[Advandced ID - 1A] - Submit the value from the "Serial Number" field into the web address: VIM login-code generator for MMI 3G
Alternate: Use Digits 6, 13, 10, 14, 11 of the Serial number (“-” = “0”)
[Security Access – 16] - Enter the five digit code received from the web address
[Adaptation – 10] - Channel 48 – change to 255 – Reboot RNS
Reboot RNS by simultaneously pressing Phone + Climate + Nav + Traffic + Central Knob.
6D-Trunk Elect. - Tailgate open with trailer, Tailgate open with long push of remote button.
[10 - Adaptation] – From the drop-down menu, select:
- Opening with Trailer Detected and choose Activated
– Activate (4) remote key Tap for closing