Home Forums Articles How To's FAQ Register
Go Back   Xoutpost.com > BMW SAV Forums > X5 (E70) Forum
Arnott
User Name
Password
Member List Premier Membership Today's Posts New Posts

Xoutpost server transfer and maintenance is occurring....
Xoutpost is currently undergoing a planned server migration.... stay tuned for new developments.... sincerely, the management


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 10-28-2011, 12:34 PM
Member
 
Join Date: May 2010
Location: on the edge of existence
Posts: 1,384
blue dragon will become famous soon enough
Successfully coded my E70

Coded:
1. Windows up / sunroof close with keyfob
2. Mirrors fold on lock with keyfob
3. Disable annoying iDrive disclaimer
4. Hazzard double blink (instead of flash, pause, flash pause, its now flash, flash, pause, flash flash, pause)
5. Foglights active with high beams
6. Corner light delete
7. Digital speedometer (Even though I already have HUD)

I still have to code the trunk close from the button inside and also the keyfob.
__________________


| '17 F15 X5 35D - Work horse | '17 F48 X1 MSport Daughter's daily | '22 Tesla MY LR Wife's Daily | '09 E70 X5 35D - Out to pasture |
Reply With Quote

Sponsored Links

  #2  
Old 10-28-2011, 12:58 PM
Member
 
Join Date: Oct 2011
Location: Alaska
Posts: 13
c-bolt is on a distinguished road
Awesome. Its something I'm looking into when we get ours.
__________________
2012 X5d
Retired:
86 318i, 89 325i, 91 325ic, 99 528i, 03 X5 4.4, 04 325i...
Reply With Quote
  #3  
Old 10-28-2011, 01:56 PM
Member
 
Join Date: Feb 2008
Location: Chicago
Posts: 178
3Series is on a distinguished road
how did you do it?
Reply With Quote
  #4  
Old 10-28-2011, 01:57 PM
Member
 
Join Date: May 2010
Location: on the edge of existence
Posts: 1,384
blue dragon will become famous soon enough
With a $70 Ebay cable, and software thats available here
Getting Started with Coding your car

Start reading
__________________


| '17 F15 X5 35D - Work horse | '17 F48 X1 MSport Daughter's daily | '22 Tesla MY LR Wife's Daily | '09 E70 X5 35D - Out to pasture |
Reply With Quote
  #5  
Old 10-28-2011, 02:50 PM
kakalika's Avatar
Member
 
Join Date: Feb 2006
Location: Houston TX
Posts: 214
kakalika is on a distinguished road
Quote:
Originally Posted by blue dragon View Post
With a $70 Ebay cable, and software thats available here
Getting Started with Coding your car

Start reading
Pleeeeeaseee!!!!! Post a write up on how exactly you did it, for those of us who are not too technically inclined.
__________________


Run flat tires? Nein Danke!!!
Reply With Quote
  #6  
Old 10-28-2011, 02:57 PM
Member
 
Join Date: May 2010
Location: on the edge of existence
Posts: 1,384
blue dragon will become famous soon enough
Its already in that thread, there is a pdf guide on using the INPA and NCSEXPER software.

The list of values that you change is below, along with the modules that you have to change them in.

================================================== ==============

Disable Sidemarker
FRM Module
SIDEMARKER_US
nicht_aktiv

================================================== ==============

Double Blink Hazards (some thing cool looking)
FRM Module
DOPPELBLINKIMPULS_WARNBLK
aktiv

================================================== ==============

Key fob remote mirror close (this has a dependency with remote window close, for this to work i thing remote window close should be coded as well)
FRM Module

ASP_KOMFORT_EINKLAPP (MY09-11)
aktiv
SPIEGEL_KOMFORT_EINKLAPP (MY07-08)
aktiv

================================================== ==============

Fog lights with Highbeam on

FRM Module
FL_UND_NSW_NICHT_GLEICHZ
nicht_aktiv
Fog lights with Highbeam Flash
LH_UND_NSW_NICHT_GLEICHZ
nicht_aktiv

================================================== ==============

Key fob Windows UP when press and hold the lock button

CAS Module

KOMFORTSCHLIESSUNG_FB (window up through key fob)
aktiv
KOMFORTSCHLIESSUNG_PA (window up through comfort access)
aktiv

================================================== ==============

Eject Keyfob with engine off - you have to HOLD the start/stop button. This in conjunction with the nest feature as well
Press and hold the start/stop button 1 second. Key will be released.

CAS

KOMFORT_EJECT
nicht_aktiv -> aktiv

at the same time it will Unlock doors when engine off/key ejected - as above, HOLD the start/stop button. I don't even press the park button. I come to a complete stop, then hold the start/stop button. It puts the car in park, ejects key (if its in there, i have CA), and unlocks door (no more 2-pull to open doors)

CAS

ER_KEYOUT_AUTOVR
nicht_aktiv -> aktiv

================================================== ==============

Remote trunk close (closing tailgate with key fob and button inside cabin)
HKL Module
SCH_FBD
aktiv
SCH_TOEHKI
aktiv
TASTER_FBD
aktiv

(I have not done it yet, it is on my list)
================================================== ==============

enable DVD in motion For CIC

frist you need to modify the CIC.xxx on line 17 and 18 from [03] to [FF] using data2txt and then code the following
CIC Module
VIDEO_NUR_MIT_HANDBREMSE
nicht_aktiv
SPEEDLOCK_X_KMH_MAX_C0E
3_kmh
SPEEDLOCK_X_KMH_MIN_C0E
3_kmh

(I have not done it yet, it is on my list)
================================================== ==============

V=Digital Speed (you will have to reset the time after)
KOMBI Module
BC_DIGITAL_V
aktiv

There is one more feature that i can not confirm but others report that the following arameter show the actual speed on the V= instead the same as the speed shows on the cluster
BC_DIGITAL_V_KORREKTUR (i did not do this one i only did BC digital_V)
aktiv

================================================== ==============
Instant MPG (Value is Not in 2011 E70, may be in other/older models this value is present)

KOMBI module
DIGITAL_KVA
aktiv

================================================== ==============
Disable iDrive Disclaimer

CIC Module
LEGAL_DISCLAIMER_TIME
kein_ld


================================================== ==============
Remove IDrive warning when starting the car. (this is for CCC units)

CAPPL

LEGAL_DISCL
aktiv -> nicht_aktiv

================================================== ==============

DVD in motion (I think this is for CCC units)


CAPPL

VIDEO_DENY_C0B
deny_stop_break -> deny_never

================================================== ==============
__________________


| '17 F15 X5 35D - Work horse | '17 F48 X1 MSport Daughter's daily | '22 Tesla MY LR Wife's Daily | '09 E70 X5 35D - Out to pasture |
Reply With Quote
  #7  
Old 10-28-2011, 04:10 PM
Member
 
Join Date: Aug 2006
Location: DC
Posts: 524
Price is on a distinguished road
I wonder if it allows to activate sirius
Reply With Quote
  #8  
Old 10-28-2011, 04:48 PM
stlcity's Avatar
Member
 
Join Date: Aug 2011
Location: Where winters are long
Posts: 139
stlcity is on a distinguished road
WIll this work for X5M?
Reply With Quote
  #9  
Old 10-28-2011, 05:43 PM
Member
 
Join Date: May 2010
Location: on the edge of existence
Posts: 1,384
blue dragon will become famous soon enough
^^ Yes, it will.
__________________


| '17 F15 X5 35D - Work horse | '17 F48 X1 MSport Daughter's daily | '22 Tesla MY LR Wife's Daily | '09 E70 X5 35D - Out to pasture |
Reply With Quote
  #10  
Old 10-28-2011, 06:04 PM
Member
 
Join Date: Dec 2009
Location: Atlanta, GA
Posts: 268
Xtony is on a distinguished road
I did most of those too mainly because I wanted the tailgate to close with the fob and the console button. If anyone in Atlanta needs it done send me a PM and I'll put you in contact with the guy that did it for me.
__________________
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 01:39 PM.
vBulletin, Copyright 2024, Jelsoft Enterprises Ltd. SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved. Xoutpost.com is a private enthusiast site not associated with BMW AG.
The BMW name, marks, M stripe logo, and Roundel logo as well as X3, X5 and X6 designations used in the pages of this Web Site are the property of BMW AG.
This web site is not sponsored or affiliated in any way with BMW AG or any of its subsidiaries.