View Single Post
      04-08-2013, 07:53 PM   #7
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Cars without comfort access definitely can be coded to fold the mirrors with the fob; I've done that to at least 4 other cars.

Do you have the electric folding mirrors? Some regions don't. You have to have the button on the driver door that you press to fold the mirrors electrically from inside. Without that, you probably don't have the necessary motors to fold the mirrors.

If you can fold the mirrors with the button, then re-check your coding.

Things to check:

1. A common mistake is to manually change the werte value when you change KOMFORTSCHLIESSUNG_FB to aktiv. Don't do it, just change the parameter to aktiv! This is one coding value that the werte value is opposite normal; aktiv is werte=00, nicht_aktiv is werte=01. If you also set it to 01, you reversed your change.

2. Another common mistake is to change KOMFORTOEFFNUNG_FB instead of KOMFORTSCHLIESSUNG_FB.

3. You changed all 3 variables, right? Did you set ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSUNG and ASP_AUSKLAPPEN_NACH_KOMFORTSCHLIESSUNG to aktiv (werte=01) too?
Appreciate 0