GOLFMK8
GOLFMK7
GOLFMK6
GOLFMKV

OBDELEVEN

dub_guy

Ready to race!
Location
GTA
Hate to ask this, but I've got one of the fairly new model GTIs where the database has been reorganized and I can't find the following sets of entries:

Increase brightness of the blind spot indicator
Thought I would share that I finally figured out how to adjust the brightness of the blind spot indicator via VCDS! Go to 09 central electronics --> adaptations --> turn signal control --> Warnblinktastersuchbeleuchtung Grundwert.
Here you'll see a percentage value controlling the intensity of the LED. Stock value is 10 with a valid range from 0-127. You're welcome!
Flashers on during emergency braking:
Emergency Braking lights

09 - Central Electronics
Adaptation - 10
(1)-Assistance light functions-Notbremsanzeige NBA -> "active" (default "not active")
(11)-Dyn. turn signal modes-Notwarn_blinken_NBA_Phase_2 -> "active"
(15)-Dyn. turn signal modes-Crashblinken -> "active"
 

DV52

Drag Racing Champion
Location
Australia
Hate to ask this, but I've got one of the fairly new model GTIs where the database has been reorganized and I can't find the following sets of entries:

Increase brightness of the blind spot indicator
Flashers on during emergency braking:

dub_guy: Try this:

Blind spot indicator:
search for Suchbeleuchtung_allgemein, then select "Warnblinktastersuchbeleuchtung Grundwert" (I suspect that the setting will already be 100%)

Emergency braking:
search for Aussenlicht_Heck, then select "Notbremsanzeige NBA"
search for Außenlicht_Blinker, then select "Notwarn_blinken_NBA_Phase_2" and then select "Crash flashing"


Don
 

dub_guy

Ready to race!
Location
GTA
dub_guy: Try this:

Thanks Don, those worked.

Blind spot indicator:
search for Suchbeleuchtung_allgemein, then select "Warnblinktastersuchbeleuchtung Grundwert" (I suspect that the setting will already be 100%)

This was at 10%. I'd been finding in the sun, the LEDs were pretty much not visible. I've increased to 40%, but I'll have to wait for a sunny day here to see how they look.

Emergency braking:
search for Aussenlicht_Heck, then select "Notbremsanzeige NBA"
search for Außenlicht_Blinker, then select "Notwarn_blinken_NBA_Phase_2" and then select "Crash flashing"

My setting for "Notwarn_blinken_NBA_Phase_2" only had active/not active, so I did it this way:

Code:
   Control unit: 09 Central Electrics
   Name: Aussenlicht_Blinker
    Values: 
        Notwarn_blinken_NBA_Phase_2: 
            Old value: not active
            New value: active
        Crashblinken: 
            Old value: not active
            New value: active

Thanks again for the help.
 

GolfMNE

Ready to race!
Location
Montenegro
Installed AliExpress mirrors, done all the coding but have one issue.
They fold in when I lock the car, but the only way to unfold them is by turning on the ignition unlike on the other Golfs where they unfold when you unlock the car by key fob.
Can someone figure this out?

The coding I have done:

42-Door Elect, Driver
BYTE 1, check Bit 0.
BYTE 4, check Bit 4 & 6.

52-Door Elect, Pass
BYTE 1, check Bit 0.
BYTE 4, check Bit 2, 3, 4 & 6.

(17)-Access control 2-Spiegelabsenkung bei Rueckwaertsfahrt
Change the New Value to “active”, then click Do It!

(22)-Access control 2-Menuesteuerung Spiegelabsenkung
Change the New Value to “active”, then click Do It!

(23)-Access control 2-Funk Spiegelanklappen
Change the New Value to “active”, then click Do It!

(24)-Access control 2-Funk Spiegelanklappung Modus
Change the New Value to “by look command via remote control key”, then
click Do It!

(26)-Access control 2-Menuesteuerung Funk Spiegel anklappen
Change the New Value to “active”, then click Do It! and close the controller.

Here is screenshot of drivers door module:




 

scrapin240

Drag Racing Champion
Location
IzzaGolf
Car(s)
Golf
Installed AliExpress mirrors, done all the coding but have one issue.
They fold in when I lock the car, but the only way to unfold them is by turning on the ignition unlike on the other Golfs where they unfold when you unlock the car by key fob.
Can someone figure this out?

The coding I have done:

42-Door Elect, Driver
BYTE 1, check Bit 0.
BYTE 4, check Bit 4 & 6.

52-Door Elect, Pass
BYTE 1, check Bit 0.
BYTE 4, check Bit 2, 3, 4 & 6.

(17)-Access control 2-Spiegelabsenkung bei Rueckwaertsfahrt
Change the New Value to “active”, then click Do It!

(22)-Access control 2-Menuesteuerung Spiegelabsenkung
Change the New Value to “active”, then click Do It!

(23)-Access control 2-Funk Spiegelanklappen
Change the New Value to “active”, then click Do It!

(24)-Access control 2-Funk Spiegelanklappung Modus
Change the New Value to “by look command via remote control key”, then
click Do It!

(26)-Access control 2-Menuesteuerung Funk Spiegel anklappen
Change the New Value to “active”, then click Do It! and close the controller.

Have you tried to scan the car for faults and clear them?
 

scrapin240

Drag Racing Champion
Location
IzzaGolf
Car(s)
Golf
This is what I have from my 2017/2017

Code:
    Car: Volkswagen Golf GTI
    Year: 2017
    Body type: 5-dr hatchback
    Engine: CXCB 162 kW (220 HP) 2 l
    Mileage: 990 KM

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Menuesteuerung Spiegelabsenkung: 
            Old value: not active
            New value: active
    Mileage: 990 km
    Date: 2017-06-18 19:09

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Spiegelabsenkung bei Rueckwaertsfahrt: 
            Old value: not active
            New value: active
    Mileage: 990 km
    Date: 2017-06-18 19:08

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Values: 
        mirror_lowering_with_rear_gear: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 18:16

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Old value:
        003E13200000020000000000
    New value:
        003F13205000020000000000
    Mileage: 962 km
    Date: 2017-06-18 17:45

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Old value:
        003E13200000020000000000
    New value:
        003F13205000020000000000
    Mileage: 962 km
    Date: 2017-06-18 17:45

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Funk Spiegelanklappung Modus: 
            Old value: by convenience operation via remote control key
            New value: by look command via remote control key
        Menuesteuerung Funk Spiegel anklappen: 
            Old value: not active
            New value: active
        Funk Spiegelanklappen: 
            Old value: not active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:39

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Values: 
        front_field_light: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:35

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Values: 
        mirror_folding: 
            Old value: not_installed
            New value: installed
        front_field_light: 
            Old value: not_active
            New value: active
        mirror_comfort_folding: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:35

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Values: 
        mirror_folding: 
            Old value: not_installed
            New value: installed
        mirror_comfort_folding: 
            Old value: not_active
            New value: active
    Mileage: 962 km
 

GolfMNE

Ready to race!
Location
Montenegro
This is what I have from my 2017/2017

Code:
    Car: Volkswagen Golf GTI
    Year: 2017
    Body type: 5-dr hatchback
    Engine: CXCB 162 kW (220 HP) 2 l
    Mileage: 990 KM

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Menuesteuerung Spiegelabsenkung: 
            Old value: not active
            New value: active
    Mileage: 990 km
    Date: 2017-06-18 19:09

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Spiegelabsenkung bei Rueckwaertsfahrt: 
            Old value: not active
            New value: active
    Mileage: 990 km
    Date: 2017-06-18 19:08

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Values: 
        mirror_lowering_with_rear_gear: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 18:16

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Old value:
        003E13200000020000000000
    New value:
        003F13205000020000000000
    Mileage: 962 km
    Date: 2017-06-18 17:45

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Old value:
        003E13200000020000000000
    New value:
        003F13205000020000000000
    Mileage: 962 km
    Date: 2017-06-18 17:45

---------------------------------------------------------------
Adaptation
    Control unit: 09 Central Electrics
    Name: Spiegelverstellung
    Values: 
        Funk Spiegelanklappung Modus: 
            Old value: by convenience operation via remote control key
            New value: by look command via remote control key
        Menuesteuerung Funk Spiegel anklappen: 
            Old value: not active
            New value: active
        Funk Spiegelanklappen: 
            Old value: not active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:39

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Values: 
        front_field_light: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:35

---------------------------------------------------------------
Long coding
    Control unit: 52 Door Electronics Passenger Side
    Values: 
        mirror_folding: 
            Old value: not_installed
            New value: installed
        front_field_light: 
            Old value: not_active
            New value: active
        mirror_comfort_folding: 
            Old value: not_active
            New value: active
    Mileage: 962 km
    Date: 2017-06-18 17:35

---------------------------------------------------------------
Long coding
    Control unit: 42 Door Electronics Driver Side
    Values: 
        mirror_folding: 
            Old value: not_installed
            New value: installed
        mirror_comfort_folding: 
            Old value: not_active
            New value: active
    Mileage: 962 km

All the same as on mine, except this value for 42&52 003F13205000020000000000 even tough I coded door controllers by instructions. I guess it's because of different equipment on car..
 

Mudsurfer1234

New member
Has anyone been able to locate the "hot climate" option on an updated 2017 yet?

Also trying to enable the infotainment settings menu when moving (is that the Video in Motion setting?) but can't find that either.

Thanks!
 

Hotfart

Ready to race!
Location
LFK Kansas
Also trying to enable the infotainment settings menu when moving (is that the Video in Motion setting?) but can't find that either.

I have the settings while in motion coding at home. I'll try to remember to post it tonight after work. If I forget to do that this evening, feel free to shoot me a PM.
 

Hotfart

Ready to race!
Location
LFK Kansas
Also trying to enable the infotainment settings menu when moving (is that the Video in Motion setting?) but can't find that either.

Can't remember offhand who to credit, but here's what I have which worked on my 17/17.

Change settings while at speed:
1. From VCDS, select Controller Module 5F-Information Electr.,

2. Enter Security Login code = 20103

3. Under Adaptions, Query for the channels listed below and set the value = NON_BLOCKED (Blocked means, settings not available in motion), for each of them.

IDE11502-ENG127601-Locked menu contents-FB_CAR_0
IDE11502-ENG127612-Locked menu contents-FB_CAR_11
IDE11502-ENG127613-Locked menu contents-FB_CAR_12
IDE11502-ENG127603-Locked menu contents-FB_CAR_2
IDE11502-ENG127604-Locked menu contents-FB_CAR_3
IDE11502-ENG127608-Locked menu contents-FB_CAR_7
IDE11502-ENG127522-Locked menu contents-FB_MEDIA_1
IDE11502-ENG127531-Locked menu contents-FB_MEDIA_10
IDE11502-ENG127532-Locked menu contents-FB_MEDIA_11
IDE11502-ENG127533-Locked menu contents-FB_MEDIA_12
IDE11502-ENG127534-Locked menu contents-FB_MEDIA_13
IDE11502-ENG127536-Locked menu contents-FB_MEDIA_15
IDE11502-ENG127524-Locked menu contents-FB_MEDIA_3
IDE11502-ENG127525-Locked menu contents-FB_MEDIA_4
IDE11502-ENG127526-Locked menu contents-FB_MEDIA_5
IDE11502-ENG127529-Locked menu contents-FB_MEDIA_8
IDE11502-ENG127530-Locked menu contents-FB_MEDIA_9
IDE11502-ENG127545-Locked menu contents-FB_PHONE_0
IDE11502-ENG127549-Locked menu contents-FB_PHONE_4
IDE11502-ENG127550-Locked menu contents-FB_PHONE_5
IDE11502-ENG127551-Locked menu contents-FB_PHONE_6
IDE11502-ENG127552-Locked menu contents-FB_PHONE_7
IDE11502-ENG127508-Locked menu contents-FB_TUNER_3
IDE11502-ENG127509-Locked menu contents-FB_TUNER_4
IDE11502-ENG127510-Locked menu contents-FB_TUNER_5
IDE11502-ENG127511-Locked menu contents-FB_TUNER_6
IDE11502-ENG127512-Locked menu contents-FB_TUNER_7
 

Derf

Ready to race!
Location
NY
Can't remember offhand who to credit, but here's what I have which worked on my 17/17.



Change settings while at speed:

1. From VCDS, select Controller Module 5F-Information Electr.,



2. Enter Security Login code = 20103



3. Under Adaptions, Query for the channels listed below and set the value = NON_BLOCKED (Blocked means, settings not available in motion), for each of them.



IDE11502-ENG127601-Locked menu contents-FB_CAR_0

IDE11502-ENG127612-Locked menu contents-FB_CAR_11

IDE11502-ENG127613-Locked menu contents-FB_CAR_12

IDE11502-ENG127603-Locked menu contents-FB_CAR_2

IDE11502-ENG127604-Locked menu contents-FB_CAR_3

IDE11502-ENG127608-Locked menu contents-FB_CAR_7

IDE11502-ENG127522-Locked menu contents-FB_MEDIA_1

IDE11502-ENG127531-Locked menu contents-FB_MEDIA_10

IDE11502-ENG127532-Locked menu contents-FB_MEDIA_11

IDE11502-ENG127533-Locked menu contents-FB_MEDIA_12

IDE11502-ENG127534-Locked menu contents-FB_MEDIA_13

IDE11502-ENG127536-Locked menu contents-FB_MEDIA_15

IDE11502-ENG127524-Locked menu contents-FB_MEDIA_3

IDE11502-ENG127525-Locked menu contents-FB_MEDIA_4

IDE11502-ENG127526-Locked menu contents-FB_MEDIA_5

IDE11502-ENG127529-Locked menu contents-FB_MEDIA_8

IDE11502-ENG127530-Locked menu contents-FB_MEDIA_9

IDE11502-ENG127545-Locked menu contents-FB_PHONE_0

IDE11502-ENG127549-Locked menu contents-FB_PHONE_4

IDE11502-ENG127550-Locked menu contents-FB_PHONE_5

IDE11502-ENG127551-Locked menu contents-FB_PHONE_6

IDE11502-ENG127552-Locked menu contents-FB_PHONE_7

IDE11502-ENG127508-Locked menu contents-FB_TUNER_3

IDE11502-ENG127509-Locked menu contents-FB_TUNER_4

IDE11502-ENG127510-Locked menu contents-FB_TUNER_5

IDE11502-ENG127511-Locked menu contents-FB_TUNER_6

IDE11502-ENG127512-Locked menu contents-FB_TUNER_7



Is this for the "video in motion" so you can watch movies? I heard this only works on the 8" navigation system, is that true?
 

Hotfart

Ready to race!
Location
LFK Kansas
Is this for the "video in motion" so you can watch movies? I heard this only works on the 8" navigation system, is that true?

Nah, not related to video in motion. This is so you can change the settings which are disabled at speed, like sound settings, driver profile, and so forth. 15/16 year cars didn't have these settings disabled at speed, but at least some (maybe all?) of the 17's had them disabled. Kind of ridiculous that I couldn't even change the driver profile at speed!
 
Top