View Single Post
      01-12-2013, 08:42 AM   #18
jmh
Internet Crash Test Dummy
jmh's Avatar
United_States
331
Rep
1,055
Posts

Drives: F97 X3MC / F80 M3 / F90 M5
Join Date: Mar 2006
Location: Under a rock in NH and BOS

iTrader: (5)

As a few people have asked I figured I'd post a number of settings I've coded and seem to work. There're still plenty more options to explore and as I enable/discover them I'll update the post.
Also if others have settings it would be great to share them.

TPMS SENSOR READINGS
HU_NBT -> 3001 -> RDC_SAFETY -> activ -> Werte=01
Display tire pressure and temperature
AUTOMATIC HIGHBEAM ASSIST HEADLIGHTS
FRM -> 3050 -> FLA_AUTO_AKTIV -> automatisch-> Werte=01
FRM -> 3050 -> FLA_VERBAUT -> aktiv
HU_NBT -> 3000 -> HIGH_BEAM_ASSISTANT -> aktiv
KAFAS2 -> 3050-> FLA_ON_OFF -> aktiv
Enable High Beam Assist. HBA will turn on automatically when the headlights
are turned on or automatic headlights are enabled. Once HBA has been turned off
via the high beam switch it requires “cycling” of the headlights (on->off->on) to
re-enable them). This can be “fixed” by installing the steering column stalk which
includes the HBA switch (part # 61 31 9 297 78 and retrofitting option 5AC to your
vehicle order)
SIDE MIRROR CLOSING WITH KEYFOB / COMFORT ACCESS
FRM -> 3020 -> ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSEN -> aktiv -> Werte=01
CAS -> 3003 -> KOMFORTSCHLIESSUNG_FB -> activ -> Werte=01
CAS -> 3003 -> KOMFORTSCHLIESSUNG_PA -> activ -> Werte=01
CHANGE DELAY FOR MIRRORS FOLDING IN WITH COMFORT ACCESS
CAS -> 3003 FH MASTER -> KMFRT_SCHLIESSEN
Werte=00 (the default value is Werte=0F)
This results in a much faster folding of the mirrors when comfort closing.
05 for 0,5sec
0A for 1sec
0F for 1,5sec
ENABLE CLOSE TRUNK FROM KEYFOB BUTTON
HKFM_LS -> 3010 -> SCH_FBD -> activ -> Werte=01
HKFM_LS -> 3010 -> SCH_TOEHKI -> activ -> Werte=01
HKRM_LS -> 3010 -> TASTER_FBD -> activ -> Werte=01
Closing of trunk via the keyfob trunk button (open and close)
DVD IN MOTION
HU_CIC -> 3000 -> SPEEDLOCK_X_KMH_MAX -> FF
HU_CIC -> 3000 -> SPEEDLOCK_X_KMH_MIN -> FF
HU_CIC -> 3000 -> VIDEO_HANDBRAKE-> Nicht_activ
Alternative for those who don’t want to / can’t code is to use
http://www.dvdinmotion/ based on a USB stick
HUD TURN SIGNALS
KOMBI -> 3008 -> HUD_PIA_BLINKER -> aktiv
KOMBI -> 3008 -> BLINKER_HUD_ENABLE -> aktiv
HU_NBT -> 3000 -> HUD_TURNSIGNAL -> aktiv
Display turn signal indicators in the HUD
NAVI TRIP IMPORT
HU_CIC -> 3000 -> NAVI_TRIP_IMPORT = aktiv
DRIVER'S DOOR UNLOCK ON START / STOP
CAS -> 3002 -> ER_KEYOUT_AUTOVR -> activ -> Werte=01
Unlock door with engine stop
DISABLE LEGAL DISCLAIMER
HU_NBT -> 3001 -> LEGAL_DISCLAIMER_TIME -> kein_ld
HU_NBT -> 3001 -> MACRO_CAM_LEGALDISCLAIMER -> kein_ld
DISABLE PROTECTION FOR WINDOW OPENING / CLOSING (FRONT / REAR)
FRM -> 3030 -> FH_TUER_AUF_STOP_MAUT -> nicht_aktiv -> Werte=00
JBBF -> 3070 -> FH_TUER_AUF_STOP_MAUT -> nicht_aktiv
Disable stop of window roll up/down while door being opened
ENABLE GPS SYNC FOR CLOCK
KOMBI -> 3000 -> Anzeige_Konfiguration -> GPS_UHR -> aktiv
ENABLE DVD/VIDEO VIA USB PORT (AND VARIOUS MEDIA)
HU_NBT -> 3003 -> API_USB_VIDEO --> both
this enables the menu selection of "movies" in i-Drive for the USB-Device
if you want to play DivX->Xvid contents as well (or Video-cD at that)
the following Settings are also necessary.
HU_NBT -> 3000 -> ENT_CODEC_XVID --> aktiv
HU_NBT -> 3000 -> ENT_CODEC_XVCD --> aktiv
Will play any format (mpg, avi, mkv, divx . Also at HD Resolution)
ENABLE HUD DISPLAY FOR ENTERTAINMENT LIST AND TELEPHONEBOOK ENTRIES
KOMBI -> 3000 -> HUD_ENTERTAINMENT_ENABLE -> aktiv
Enables radio menu
KOMBI -> 3000 -> HUD_TELEFONANRUF_ENABLE -> aktiv
Enables recent calls list to be displayed
KOMBI -> 3000 -> HUD_TELEFONBUCH_ENABLE -> aktiv
Doesn’t seem to do anything, should display full contact list
HU_NBT -> 3000 -> HUD_ENTERTAINMENTLIST -> aktiv
adds checkbox under Settings -> Heads Up Display -> Displayed Information menu
for "Entertainment/Telephone" . However the checkbox cannot be selected.
ENABLE WIFI HOTSPOT
HU_NBT > 3003 -> WLAN_STATUS -> aktiv
HU_NBT -> 3003 -> WLAN_MODUS -> ap
HU_NBT -> 3003 -> WLAN_SIGNAL_STRENGTH -> “incar” for low power, “outdoor” for high power
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_COVERART -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP_VIDEO -> aktiv
HU_NBT -> 3000 -> ENT_MC_WLAN_STREAM_DMP -> aktiv
You'll then need to install a DLNA/UPnP media sharing server on your laptop or phone to be able to use this
ENABLE THE IPCE WEBSERVER
HU_NBT > 3000 -> IPCE_WEBSERVER
Will enable a webserver reachable at 172.16.222.1
It allows the browsing of some "interesting" logfiles/info (probably not of much interest for the general public)
__________________
21 F97 X3MC Toronto Red/Black and more | 18 F80 M3 Tanzanite Blue/Amaro/CCB and more
15 F10 M5 Individual / Brilliant White / Extended/Full Cohiba Brown (Exec/Driver/B&O/20") / A few Euro add-ons / Stealth K40 / Upgraded B&O / ///M Performance Carbon Interior Trim / IND / Akrapovic Evolution Exhaust / HRE S107

Last edited by jmh; 01-12-2013 at 08:59 AM.. Reason: Added Wifi Hotspot
Appreciate 0