View Single Post
      02-07-2013, 01:27 AM   #22
e90drvr
Private
United_States
3
Rep
62
Posts

Drives: Graphite/Terra 330i
Join Date: Sep 2008
Location: Los Angeles, CA

iTrader: (0)

Quote:
Originally Posted by w2830 View Post
btw,do you happen to know anything about disabling the rain sensor on the windshield.
i don't know what effect disabling the RLS will have but the following should do it (untested):
In the FZD module change
Code:
FZD

RLS
  aktiv -> nicht_aktiv
The other option is changing the VO.

Edit:
Remember that this is the Rain/Light Sensor so your automatic lights will most likely stop working too.

Something else you might try is changing the code in the junction box module (JBBF). This likely controls the electrical connection to the RLS but it's only labeled 'rain sensor' so it might just keep the light sensor enabled?
Code:
JBBF

REGENSENSOR
  aktiv -> nicht_aktiv

Last edited by e90drvr; 02-07-2013 at 01:33 AM..
Appreciate 0