A4 (B9 Platform) Discussion Discussion forum for the B9 Audi A4 2017-

Coding for turning on Audi Active Lane Assist (all cars with pre sense)

Thread Tools
 
Search this Thread
 
Old 10-12-2016, 12:10 PM
  #1  
AudiWorld Senior Member
Thread Starter
 
Mitchfin's Avatar
 
Join Date: Apr 2016
Location: Utah
Posts: 948
Likes: 0
Received 19 Likes on 8 Posts
Default Coding for turning on Audi Active Lane Assist (all cars with pre sense)

Here is the coding and adaptations that I used to activate Audi Active Lane Assist, I am not making any promises or assuming responsibility, code at your own risk, But it worked perfectly for me. I do get a few faults but I think it is due to me trying to activate Traffic Sign Recognition. UPDATE: Unchecking the option for STA in A5 coding (Byte 16->Bit 5) and you will no longer get the congestion assist fault code.

You will get a few bings from your car about Pre Sense Malfunction, these will all go away once you are done. This will activate the self steering, steering wheel vibration, and lane crossing warning. Do all the coding then do adaptations.

If using OBDEleven use all the directions only on the left half of the "|" symbol, if using VCDS use all the directions on the right side of the "|".

UPDATE:
Security codes:
A5- 20103

ALL Coding:

A5 - Frt Sens. Drv. Assist
HC>Active | Byte 16>Bit 7
EFP>Active | Byte 12>Bit 3

17 - Dash Board EDIT:
Lane Assistant>Active | Byte 4>Bit 6
Lane Change Assistant>Active | Byte 5>Bit 3 - This should only be on if you have Audi Side Assist (blind spot monitor).

09 - Central Electrics
Heading Control Config>heading_control | Byte 35>Bit 0

44 - Steering Assistance
Heading Control Assistant>Active | Byte 2>Bit 7


ALL ADAPTATIONS:

5F - Information Electronics

Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning = Set Value to “Activated”

Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning_over_threshold_high = Set Value to “Activated”

Car_Function_List_BAP_Gen2>LDW_HCA_0x19> Set Value to “Activated”

Car_Function_List_BAP_Gen2-LDW_HCA_0x19_msg_bus> Set Value to “Terminal 15”

A5 - Frt Sens. Drv. Assist

BAP Personalization = Set Value to “Not Activated”

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

System mode, lane depart. warn, = Set Value to “Selection via menu”

Switch-on condition, lane depart. warn. = Set value to “On” (I had to toggle this as this is the final step that I believe mimics pressing the button to actually activate it. You know it was successful when the Lane markings show up in the VC)

You can tweak the vibration intensity, warning time, and steering effort in these A5 adaptations:

UPDATE

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)

Last edited by Mitchfin; 02-08-2017 at 01:11 PM.
The following 11 users liked this post by Mitchfin:
Adriano De Assis (07-22-2019), audi-one (12-31-2019), audimb (07-06-2022), Clixt (07-13-2020), felixswong (05-19-2020), georgeee (10-28-2022), Hunter2017 (01-05-2021), Keshav Ranjan (03-15-2020), Kieran4599 (03-28-2022), mgbyte (01-12-2022), Void20 (01-20-2021) and 6 others liked this post. (Show less...)
Old 10-12-2016, 12:44 PM
  #2  
Audiworld Junior Member
 
eiskafee's Avatar
 
Join Date: Oct 2016
Posts: 29
Likes: 0
Received 0 Likes on 0 Posts
Default

Is there a beginners guide to getting started with coding. What hardware/equipment is needed and if done on a leased car, is there a way to default all settings afterwards. Thanks!
Old 10-12-2016, 12:47 PM
  #3  
AudiWorld Senior Member
Thread Starter
 
Mitchfin's Avatar
 
Join Date: Apr 2016
Location: Utah
Posts: 948
Likes: 0
Received 19 Likes on 8 Posts
Default

Originally Posted by eiskafee
Is there a beginners guide to getting started with coding. What hardware/equipment is needed and if done on a leased car, is there a way to default all settings afterwards. Thanks!
I did this all with OBDEleven which is $60 and a $20 android phone, its mostly really straightforward but there are some articles you should read, (Saving an auto scan and Channel maps [not yet available on OBDeleven]) the more expensive and more comprehensive option is VCDS and they have a great support system and articles to help you learn it.
Old 10-12-2016, 01:17 PM
  #4  
AudiWorld Member
 
Wuplur's Avatar
 
Join Date: Oct 2016
Location: SoCal
Posts: 279
Received 7 Likes on 7 Posts
Default

Any idea what the login code is inorder to change the A5 adaptations?
Old 10-12-2016, 01:24 PM
  #5  
AudiWorld Senior Member
Thread Starter
 
Mitchfin's Avatar
 
Join Date: Apr 2016
Location: Utah
Posts: 948
Likes: 0
Received 19 Likes on 8 Posts
Default

Originally Posted by Manny Lopez
Any idea what the login code is inorder to change the A5 adaptations?
Sorry. I believe it's 20103
Old 10-12-2016, 01:37 PM
  #6  
AudiWorld Super User
 
GDawgA4's Avatar
 
Join Date: Jan 2004
Location: Boston MA
Posts: 9,591
Received 128 Likes on 87 Posts
Default

This is awesome, thanks! I will try this on our Q7 tonight and report back.
Old 10-12-2016, 02:21 PM
  #7  
AudiWorld Member
 
Wuplur's Avatar
 
Join Date: Oct 2016
Location: SoCal
Posts: 279
Received 7 Likes on 7 Posts
Default

Originally Posted by Mitchfin
Sorry. I believe it's 20103
It's accepting the login code but it won't read or allow me to change any of the A5 adaptations. Any thoughts? I'm using the factory tool and also tried VCDS
Old 10-12-2016, 02:31 PM
  #8  
AudiWorld Member
 
Wuplur's Avatar
 
Join Date: Oct 2016
Location: SoCal
Posts: 279
Received 7 Likes on 7 Posts
Default

Figured it out! I did the initial A5 coding through the word description rather then the bits. Went back in to check the bits and they were not set. Recoded A5 and now I'm able to set the adaptations! Presense fault is no longer in the cluster. Now for the test drive!
Old 10-12-2016, 02:45 PM
  #9  
AudiWorld Member
 
MeehowTT's Avatar
 
Join Date: Feb 2003
Posts: 260
Likes: 0
Received 1 Like on 1 Post
Default Nice!

Thats awesome! Good work.

Originally Posted by Mitchfin
Here is the coding and adaptations that I used to activate Audi Active Lane Assist, I am not making any promises or assuming responsibility, code at your own risk, But it worked perfectly for me. I do get a few faults but I think it is due to me trying to activate Traffic Sign Recognition.

You will get a few bings from your car about Pre Sense Malfunction, these will all go away once you are done. This will activate the self steering, steering wheel vibration, and lane crossing warning. Do all the coding then do adaptations.


ALL Coding:

A5 - Frt Sens. Drv. Assist
HC>Active | Byte 16>Bit 7
STA>Active | Byte 16>Bit 5
EFP>Active | Byte 12>Bit 3

17 - Dash Board (One of these may already be on, make sure both are)
Lane Assistant>Active | Byte 4>Bit 6
Lane Change Assistant>Active | Byte 5>Bit 3

09 - Central Electrics
Heading Control Config>heading_control | Byte 35>Bit 0

44 - Steering Assistance
Heading Control Assistant>Active | Byte 2>Bit 7


ALL ADAPTATIONS:

5F - Information Electronics

Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning = Set Value to “Activated”

Car_Function_Adaptations_Gen2>menu_display_Lane_De parture_Warning_over_threshold_high = Set Value to “Activated”

Car_Function_List_BAP_Gen2>LDW_HCA_0x19> Set Value to “Activated”

Car_Function_List_BAP_Gen2-LDW_HCA_0x19_msg_bus> Set Value to “Terminal 15”

A5 - Frt Sens. Drv. Assist

BAP Personalization = Set Value to “Not Activated”

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

System mode, lane depart. warn, = Set Value to “Selection via menu”

Switch-on condition, lane depart. warn. = Set value to “On” (I had to toggle this as this is the final step that I believe mimics pressing the button to actually activate it. You know it was successful when the Lane markings show up in the VC)

You can tweak the vibration intensity, warning time, and steering effort in the A5 adaptations.
Old 10-12-2016, 03:04 PM
  #10  
AudiWorld Member
 
Wuplur's Avatar
 
Join Date: Oct 2016
Location: SoCal
Posts: 279
Received 7 Likes on 7 Posts
Default

Are you kidding me, you're freakin awesome! Worked like a charm! It also added the menu in the mmi to turn vibration on/off and steering correction early/late. I wonder if this will work on my wife's 17 A4. She doesn't have VC but the A5 module is standard.


Quick Reply: Coding for turning on Audi Active Lane Assist (all cars with pre sense)



All times are GMT -8. The time now is 07:42 PM.