Pagina 1 van 2 12 LaatsteLaatste
Resultaten 1 tot 20 van de 31

Onderwerp: My Tweaks A4 (B9)

  1. #1

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard My Tweaks A4 (B9)

    De volgende topics gaan over de tweaks of wijzigingen die ik tot nu toe succesvol heb uitgevoerd op mijn wagen.
    Ik gebruik daarvoor VCDS Version: 17.1.3.0 (x64) HEX-V2
    Ik vond het interessant dat iedere wijziging apart stond, vandaar...

    De aanwezige modules in mijn wagen zijn:
    01-Engine -- Status: OK 0000
    02-Auto Trans -- Status: OK 0000
    03-ABS Brakes -- Status: OK 0000
    08-Auto HVAC -- Status: OK 0000
    09-Cent. Elect. -- Status: OK 0000
    15-Airbags -- Status: OK 0000
    16-Steering wheel -- Status: OK 0000
    17-Instruments -- Status: OK 0000
    19-CAN Gateway -- Status: OK 0000
    42-Door Elect, Driver -- Status: OK 0000
    44-Steering Assist -- Status: OK 0000
    46-Central Conv. -- Status: OK 0000
    52-Door Elect, Pass. -- Status: OK 0000
    5F-Information Electr. -- Status: OK 0000
    81-Gear Shift -- Status: OK 0000
    A5-Frt Sens. Drv. Assist -- Status: OK 0000
    AC-Reductant Control -- Status: OK 0000
    BB-Door Rear Drv -- Status: OK 0000
    BC-Door Rear Pass -- Status: OK 0000

    In de volgende postings zou het dus best kunnen dat er iets niet (perfect) werkt omdat je bevoorbeeld dezelfde modules of opties niet hebt.
    Ik heb bv Xenon lampen, geen LED's of Matrix, Heb geen Virtual Control, heb zelfs geen kleurendisplay. Heb verder ook geen van die fancy opties zoals ACC, Automatisch parkeren enz. Zelfs geen S-Line. Alles wat je aanpast is dus ook op eigen risico.

    Ik rijd met een automaat, 2.0 TDI 140Kw Quattro

    Veel plezier...

  2. #2

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 01 - Needle Sweep
    Description: When the ignition is turned on the needles in the Virtual Cockpit or Non-Virtual Cockpit will do a full cycle of the RPM and Speed Dials.
    Usage: Start Car
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 17 (Instruments)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 1 (Second from left)
    6. Tick/Select “Bit 0”
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:07.

  3. #3

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 02 - Seat Belt Chime Disable

    Description: By default, if the driver or any other passenger does not have their seat belt engaged a “Chime” will repeatedly make a noise until the seat belt is engaged if you start driving. There appears to be two methods to disable this Seat Belt Chime.
    Method 1: Using Long coding
    Method 2: Changing an Adaptation Channel (Doesn’t always work)
    Notes: The chime is disabled for the driver and any passenger in the front or middle row. The 5-seat icon on the instrument cluster will still show when seats are occupied when using the Adaptation Channel method as far as we can tell.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Method 1:
    1. Module 17 (Instruments)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 0 (First from left)
    6. Untick/Deselect “Bit 2”
    7. Exit
    8. Do It
    Method 2:
    1. Module 17 (Instruments)
    2. Adaptation
    3. Scroll down to “Deactivate seat belt warning”
    4. Stored value should be “No” (Default)
    5. Change to “Yes”
    6. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:07.

  4. #4

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 03 - DRL (Daylight Running Lights) On/Off option in MMI
    Description: For A4 (B9) cars you are unable to turn the DRL’s on or off in the MMI. This coding enables this option in the MMI.
    Notes: Tested with Matrix headlights but same coding applies to non-Matrix headlights.
    Usage: Once configured, go into MMI and go to Car / Vehicle Settings / Exterior Lighting. A new option will appear to turn the DRL’s on or off.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 09 (Central Electrics)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 2 (Third from left)
    6. Tick/Select “Bit 1”
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:07.

  5. #5

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 04 - Tail Lights as DRL (Daylight Running Lights)
    Description: The tail lights are by default off during the day. This coding enables the tail lights as DRL. The result is that when the DRL’s are on, the tail lights are on as well.
    Notes: Only tested on cars with Xenon lights. Cars with LED’s might have different coding.
    Usage: Once configured, the tail lights are on when the DRL’s are on. If you coded the on/off option for DRL’s in the MMI (Mod 03), the tail lights will also make use of this function.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 09 (Central Electrics)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 2 (Third from left)
    6. Tick/Select “Bit 3”
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:33.


  6. #6

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 05 - Lock When Driving
    Description: For A4 (B9) cars when you drive off the doors automatically lock when a certain speed is reached. This change allows you to control whether you want this or not. It is enabled by default.
    Usage: Once configured, go into MMI and go to Car / Vehicle Settings / Central Locking. A new option will appear to toggle “Lock When Driving” on or off.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 46 (Central Convenience)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 35
    6. Untick/Deselect “Bit 0” (It should be ticked by default)
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:09.

  7. #7

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 06 - Enable Ability to Lock Car with Engine Running
    Description: By default, A4 (B9) cars can’t be locked via the lock button on the key fob or the button on the door (if you have convenience key) if the engine is running. This change enables the car to be locked while the engine is running.
    Usage: This can be useful, for example, to warm the car but keep it locked on your driveway.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 46 (Central Convenience)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 9
    6. Tick/Select “Bit 7”
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:09.

  8. Ad
  9. #8

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 07 - Flashing Tail Lights or Turn Lights with Emergency Brake
    Description: When performing an emergency brake the tail lights can be set to flashing, as well as the emergency lights (Turn Lights).
    Usage: Increase visibility when an emergency brake is necessary.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 46 (Central Convenience)
    2. Coding
    3. Long Coding
    4. Long Coding Helper
    5. Byte 8
    6. Tick/Select “Bit 0” – Emergency Brake Flashing via Turn Lights (1 = active)
    Tick/Select “Bit 1” – Emergency Brake Flashing via Brake Lights (1 = active) (Default on my car)
    7. Exit
    8. Do It
    Laatst gewijzigd door jst1963; 16-02-17 om 20:55.

  10. #9

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 08 – Comfort Blinking
    Description: When using the “Comfort Blinking” on your A4 (B9) car, the number of blinks is by default set to 3. This change enables you to choose between 1 and 5.
    Usage: Usually people prefer a setting of 4 (3 is not enough and 5 is too much).
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 46 (Central Convenience)
    2. Adaptation
    3. Turn Signal Control > Freeway Flashing Cycles
    4. Old Value: 3
    5. New Value: 4 (1-5 possible)
    6. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:11.

  11. #10

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 09 – Disable Start/Stop
    Description: With this setting, Start/Stop function never engaged unless HVAC was turned completely off.
    Usage: Avoid that the car is “turned off” when stopped.
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2
    Coding:
    1. Module 08 (Air Conditioning)
    2. Adaptation
    3. A/C comfort param for start/stop function
    4. Old Value: 5
    5. New Value: 0
    6. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:11.

  12. #11

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Mod 10 – Enable Audi Active Lane Assist
    Description: Here’s the coding and adaptations used to activate Audi Active Lane Assist. During coding you will get a few bings from your car about Pre Sense Malfunction. These will all go away once you’re done. This will activate the self-steering, steering wheel vibration and lane crossing warning. Do all the coding first, then continue with the adaptations.
    Notes: Original coding by Mitchfin (on AudiWorld.com)
    Usage: Activate Lane Assist (Having Pre-Sense is a requirement)
    Software: VCDS Version: 17.1.3.0 (x64) HEX-V2

    Coding:
    1. Go into Security Access on VCDS under A5 module and enter code: 20103

    2. Module A5 (Frt Sens. Drv. Assist)
    3. Coding
    4. Long Coding
    5. Long Coding Helper
    6. Byte 16
    7. Tick/Select “Bit 7”
    8. Exit
    9. Do It

    10. Long Coding
    11. Long Coding Helper
    12. Byte 12
    13. Tick/Select “Bit 3”
    14. Exit
    15. Do It

    16. Module 17 (Dash Board)
    17. Coding
    18. Long Coding
    19. Long Coding Helper
    20. Byte 4
    21. Tick/Select “Bit 6”
    22. Exit
    23. Do It

    24. Long Coding (Skip steps 24-29 If you don’t have Audi Side Assist – No sensors in your mirrors)
    25. Long Coding Helper
    26. Byte 5
    27. Tick/Select “Bit 3”
    28. Exit
    29. Do It

    30. Module 09 (Central Electrics)
    31. Coding
    32. Long Coding
    33. Long Coding Helper
    34. Byte 35
    35. Tick/Select “Bit 0”
    36. Exit
    37. Do It

    38. Module 44 (Steering Assistance)
    39. Coding
    40. Long Coding
    41. Long Coding Helper
    42. Byte 2
    43. Tick/Select “Bit 7”
    44. Exit
    45. Do It

    46. Module 5F (Information Electronics)
    47. Adaptation
    48. Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning
    Set Value to “Activated”

    49. Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning_over_threshold_high
    Set Value to “Activated”

    50. Car_Function_List_BAP_Gen2>LDW_HCA_0x19
    Set Value to “Activated”

    51. Car_Function_List_BAP_Gen2-LDW_HCA_0x19_msg_bus
    Set Value to “Terminal 15”
    52. Do It

    53. Module 5F (Information Electronics)
    54. Adaptation
    55. BAP Personalization
    Set Value to “Not Activated”

    56. Personalization of lane dept. warning Cl. 15 on
    Set value to “Last Setting”

    57. System mode, lane depart. Warn.
    Set Value to “Selection via menu”

    58. Switch-on condition, lane depart. warn.
    Set value to “On”
    59. Do It

    Result: You know it was successful when the Lane Markings show up in the VC or in the Display Cluster. You can tweak the vibration intensity, warning time, and steering effort in these A5 adaptations:
    - Directional stabilization assist driver inact deactiv threshold (3 options)
    - Directional stab. assist.: intensity: steering wheel vibration (3 options)
    - Directional stab. assist.: intensity: power steering support (3 options)

    Notes: In case you have fault messages like “Control Module incorrectly coded” and/or “Steering Interface for Lane Departure Warning not coded”, also change the following.
    60. Module A5 (Frt Sens. Drv. Assist)
    61. Coding
    62. Long Coding
    63. Long Coding Helper
    64. Byte 12
    65. Tick/Select “Bit 5”
    66. Exit
    67. Do It
    Laatst gewijzigd door jst1963; 14-02-17 om 00:13.

  13. #12

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard re: My Tweaks A4 (B9)

    Dingetjes die ik er nog graag bijhad maar waarvan ik tot op heden geen codering voor gevonden heb, of die (door het feit dat ik niet de goeie opties of modules heb) niet werken of mogelijk zijn :

    - Sluiten van ramen (en open dak) bij regen (dit werkte op mijn vorige wagen, een VW Passat CC)

    - Kantelen van spiegel aan passagierskant: ik heb daarvoor codes maar werkt niet op mijn wagen. Waarschijnlijk heb je daar inklappende spiegels voor nodig.

    - Bij sluiten van de deur (op slot doen) had ik ook graag een biepje (als bevestiging dat mijn deur op slot is). Daarvoor heb ik ook codes maar ook dat werkt niet omdat ik geen vanuit de fabriek geinstalleerd alarm heb.

    - ....
    Laatst gewijzigd door jst1963; 14-02-17 om 00:29.

  14. #13

    Algemeen Auto Social
    Sinds
    12 2016
    Leeftijd
    45
    Posts
    30
    Kudos
    0
    Auto
    Audi A4

    Standaard re: My Tweaks A4 (B9)

    mooi werk, erg handig voor zij die er nog moeten aan beginnen (zoals ik :-))

  15. #14
    TonnieT
    Guest

    Standaard Re: My Tweaks A4 (B9)

    Mooie verzameling. Ik had dit echter ook al in een eerder topic verzameld in een document. Dit document kon dan aangevuld worden door mede forum leden.
    Helaas werd mijn topic echter gesloten daar er al een topic over liep. Jammer! Blijkbaar is er toch behoefte aan één plek om alle tweaks te verzamelen.

    Lijkt mij verstandig om alles in ieder geval in één enkel topic te verzamelen om verwarring, doorzoekbaarheid en ook 'vervuiling' op het forum te voorkomen.

    http://www.audiforum.nl/forum/model-...passingen.html

  16. #15
    Rainesh's Avatar
    Algemeen Auto Social
    Sinds
    04 2007
    Posts
    3.821
    Kudos
    3
    Auto
    Audi A3

    Standaard Re: My Tweaks A4 (B9)

    Citaat Oorspronkelijk geplaatst door jst1963 Bekijk Berichten
    Dingetjes die ik er nog graag bijhad maar waarvan ik tot op heden geen codering voor gevonden heb, of die (door het feit dat ik niet de goeie opties of modules heb) niet werken of mogelijk zijn :

    - Kantelen van spiegel aan passagierskant: ik heb daarvoor codes maar werkt niet op mijn wagen. Waarschijnlijk heb je daar inklappende spiegels voor nodig.


    - ....
    Heb je in 09 - adaptions ....wel kantelen van zijspiegel aangezet? Het is niet alleen in de deurmodule coderen. Je moet trouwens ook je spiegelschakelaar op rechts zetten als je de auto in zijn achteruit zet, anders gaat het niet.

    Trouwens, het is veel fijner om inderdaad alles in 1 topic te doen. Er is niet voor niets een speciale vcds aanpassingen topic
    A3 8V Limousine S-line Daytona Grey | A4 B8 Limousine S-Edition Daytona Grey Verkocht | A1 8X Sportback Pro Line S + Darkline Daytona Grey Verkocht
    VCDS Den Haag - Origineel VCDS & VCP | Odis-S & Odis-E | Rainesh@hotmail.com

  17. #16

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard Re: My Tweaks A4 (B9)

    Citaat Oorspronkelijk geplaatst door Rainesh Bekijk Berichten
    Trouwens, het is veel fijner om inderdaad alles in 1 topic te doen. Er is niet voor niets een speciale vcds aanpassingen topic
    Volledig mee akkoord, maar de links die jullie (Rainesh & Tonnie1969) hier geven, leiden naar topics waar geen enkele code in staat. Daar zijn we dus niks mee...
    De helft van de aanpassingen op die Duitse site (stemei.de) werkt zelfs niet. Bovendien is hier alles met VCDS gedaan en werkt het ook, terwijl op die site alles met OBDEleven gebeurt, daar ben ik dan weer niks mee.

    Op de links die jullie geven staan wel vele postings van wat de mensen wel willen, maar niet hoe ze het moeten doen. De meeste zeggen dat ze bij een of andere dealer geweest zijn om daar een aantal aanpassingen te laten doen. Ook dat helpt de meeste mensen niet verder.

    Vandaar ....

    Wordt dit topic gesloten? So be it....

  18. #17
    TonnieT
    Guest

    Standaard Re: My Tweaks A4 (B9)

    Dit moet natuurlijk geen discussie worden, want de insteek van dit topic vind ik echt super.
    Maar wat ik wilde met mijn topic, is dat alle tweaks verzameld werden in een documentje.

    Zoiets is ook altijd voor de B8 bijgehouden in de downloads sectie.

    Bekijk nogmaals mijn topic. Hierin staat een pdf-je. Dit is wel volgens de duitse site. En dus, zoals je aangeeft wellicht niet goed.
    Bekijk : http://www.audiforum.nl/forum/model-...passingen.html en dan VAGcom&VCDS Items A4-8W.pdf.

    Dus kun je niet alle tweaks die je hier nu post verzamelen in een document en dit plaatsen bij de downloads?
    Dan hebben we 1 locatie met alles wat je nodig hebt? Indien je hulp wilt, ben ik bereid je te helpen met het opzetten van het document. Laat maar iets weten.

  19. #18

    Standaard Re: My Tweaks A4 (B9)

    Hier staat alles wat je nodig hebt:
    http://www.stemei.de/pages/coding/audi-a4-8w.php
    Indian Fire 1969 Ford Mustang Mach1 351w 4-spd
    Nogaro Blauw 2003 Audi S4 4.2V8 6-spd

  20. #19

    Algemeen Auto Social
    Sinds
    01 2009
    Posts
    867
    Kudos
    0
    Auto
    Audi E-Tron
    Land
    Land

    Standaard Re: My Tweaks A4 (B9)

    Jij kan met die kabel en softwareversie 'gewoon' in stuurapparaat 46 komen zonder foutmelding?
    Audi e-tron Sportback 55 quattro S edition

  21. #20

    Algemeen Auto Social
    Sinds
    02 2016
    Posts
    64
    Kudos
    0
    Auto
    Audi A4
    Land
    Land

    Standaard Re: My Tweaks A4 (B9)

    Citaat Oorspronkelijk geplaatst door 1969mach1 Bekijk Berichten
    Hier staat alles wat je nodig hebt:
    http://www.stemei.de/pages/coding/audi-a4-8w.php
    Juist, tel maar eens op: "In arbeit"....

Pagina 1 van 2 12 LaatsteLaatste

User Tag List

Forum Rechten

  • Je mag geen nieuwe onderwerpen plaatsen
  • Je mag geen reacties plaatsen
  • Je mag geen bijlagen toevoegen
  • Je mag jouw berichten niet wijzigen
  •