How to enable BMW E65 video in motion (VIM) function

Considering of drivers’ safety,BMW video in motion is disabled in default. But in some situations, it is useful to play video while you are driving.On a long journey or in slow-moving traffic you and especially your passengers often regret that despite your car’s modern multimedia system, they can’t watch videos while the car is in motion.In this article i will share the method how to active unlock bmw e65 video in motion function.And for more projects,you can check here:Video In Motion Projects

How to enable BMW E65 video in motion (VIM) function

Below is the procedure:

1. Download NCS Dummy if you don’t have it from http://www.bmwcoding.com/showthread….-of-NCS-Expert

2. Backup the following files from daten/E65 folder:

Code:
E65CVT.000
MMI_E65.C02 (or whatever your MMIGT module is, it could be MMI_E65.C03, etc.)
SWTFSW02.dat

3. Disassemble SWTFSW02.dat using NCS Dummy
Add the following and reassemble.
When you use the newer V.45 SP-daten for E65, the fsw 1500 has a different value in the newer SWTFSW02.dat. Use i.e. SWT_EINTRAG : 1600 … in SWTFSW02.dat and vice versa in MMI_E65.Cx. All 1500 values that we’re adding must be changes to 1600. you can read more on this in pages 3 and 4.

Code:
SWT_EINTRAG : 1500 "TV_ABSCHALTUNG"

4. Disassemble E65CVT.000
under GRUPPE : {“Codierung_MMI”} add the following and reassemble.

Code:
FSW_PSW : 1500 0007 // TV_ABSCHALTUNG aktiv

It will look like:

Code:
GRUPPE : {"Codierung_MMI"}
AUFTRAGSAUSDRUCK : S0001,S0002,S0003,S0166 // E65,E66,E67,E68
FSW_PSW : 0831 0007 // KEY_MEMORY_MMI aktiv
FSW_PSW : 0832 0007 // WELLENBAND_MW aktiv
FSW_PSW : 0833 0007 // LETZTES_MENUE aktiv
FSW_PSW : 0834 0007 // ANIMATION_SCHIEBEN_4 aktiv
FSW_PSW : 0835 0074 // FARBSET_4 farbset_b
FSW_PSW : 13C5 0007 // HILFE_ALLG aktiv
FSW_PSW : 0837 0007 // ANIMATION_SCHIEBEN_1 aktiv
FSW_PSW : 0838 0007 // ANIMATION_SCHIEBEN_2 aktiv
FSW_PSW : 0839 0007 // ANIMATION_SCHIEBEN_3 aktiv
FSW_PSW : 083A 0074 // FARBSET_1 farbset_b
FSW_PSW : 083B 0074 // FARBSET_2 farbset_b
FSW_PSW : 083C 0074 // FARBSET_3 farbset_b
FSW_PSW : 083D 0076 // ASSISTENZFENSTER_1 kurzinfo
FSW_PSW : 083E 0076 // ASSISTENZFENSTER_2 kurzinfo
FSW_PSW : 083F 0076 // ASSISTENZFENSTER_3 kurzinfo
FSW_PSW : 0843 0076 // ASSISTENZFENSTER_4 kurzinfo
FSW_PSW : 0844 000B // TEL_US_BUSINESS nicht_aktiv
FSW_PSW : 11C5 000B // FARBEINST_ECE_SINGLE nicht_aktiv
FSW_PSW : 13C7 0007 // MENUENAME aktiv
FSW_PSW : 13C6 0007 // KLIMAPFEILE aktiv
FSW_PSW : 13C9 0007 // SERVICE aktiv
FSW_PSW : 13C4 0007 // CHECK aktiv
FSW_PSW : 13C8 0007 // PREV_TELN aktiv
FSW_PSW : 1500 0007 // TV_ABSCHALTUNG aktiv

5. Disassemble MMI_E65.C02 and add the following coding block and reassemble: Please Note all blocks must be in the correct numerical sequence.
00003021 should be AFTER 00003010 but BEFORE 00003100

Code:
CODIERDATENBLOCK : {00003021} 00000000 0010 "Erprobungsumfaenge"
UNBELEGT1 : {00003021} 00000000 0001 {} (FC)
UNBELEGT2 : (02)
PARZUWEISUNG_FSW : {00003021} 00000000 0001 1500 {} (02) {h} {} // TV_ABSCHALTUNG
PARZUWEISUNG_PSW1 : 000B (00) // nicht_aktiv
PARZUWEISUNG_PSW1 : 0007 (01) // aktiv
UNBELEGT1 : {00003021} 00000000 0001 {} (01)
UNBELEGT2 : (00)
UNBELEGT1 : {00003021} 00000001 000F {} (FF)
UNBELEGT2 : (00)

6. Replace your original files with the reassembled ones.

7. Using NCS Expert read your MMIGT.

8. Find the function TV_ABSCHALTUNG
it is set to aktive by default. (Which means video in motion is disabled)

9. Change it to nicht_aktiv and code.\

For cars that have RES both of these have to be set to nicht_aktiv to make it work..
TV_VIDEO_ABSCHALTUNG
TV_ABSCHALTUNG

Finish,congratulation!

Visited 1 times, 1 visit(s) today