THE LARGEST BMW 2-SERIES FORUM ON THE PLANET
2Addicts
2Addicts
BMW Garage BMW Meets Register Today's Posts
2Addicts | BMW 2-Series forum Technical Topics DIY and Coding Discussions F22 coding cheat sheet

Post Reply
 
Thread Tools Search this Thread
      06-04-2017, 10:30 PM   #1805
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
I have no idea what you mean by 6NW. As for enhanced bluetooth, I don't think it was an option when I ordered my '17 230i. And I don't see it on the cheat sheet... Maybe I should try using the F30 cheat sheet?
What do you mean it was not an option?
Attached Images
 
Appreciate 0
      06-04-2017, 10:48 PM   #1806
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
What do you mean it was not an option?
Didn't know it was part of wireless charging.. I was really thinking about ordering it, but because of price and losing storage space, I didn't take it..

So I'm SOL, since I didn't get wireless charging eh?

On edit.. it seems EBT can be coded active if one has a combo box. Where is this combo box located? Can I tell by looking at my build sheet on BMWVIN or BIMMER.WORK?

If I have a combo box, what do I need to code to activate EBT?

Thanks!
__________________
'20 240ix convertible

Last edited by crabu2; 06-04-2017 at 10:57 PM..
Appreciate 0
      06-04-2017, 11:28 PM   #1807
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
Didn't know it was part of wireless charging.. I was really thinking about ordering it, but because of price and losing storage space, I didn't take it..

So I'm SOL, since I didn't get wireless charging eh?

On edit.. it seems EBT can be coded active if one has a combo box. Where is this combo box located? Can I tell by looking at my build sheet on BMWVIN or BIMMER.WORK?

If I have a combo box, what do I need to code to activate EBT?

Thanks!
I completely understand; the face plate takes up too much room and I have no use for wireless charging. I either look for cars without or remove.

You have a Combox; it is built into HU_NBT(2). You only have to worry about separate unit if you have head unit like HU_CIC and then must look for CMB_Media in SVT tree.

6NW is the new 6NS for ID5/ID6 systems

Using modified FA (-6NH, +6NW), VO code HU_NBT2
"Read Coding Data" for HU_NBT2, Edit (MICROPHONE_NUMBER = wert_1)
FDL Code HU_NBT2
Appreciate 0
      06-04-2017, 11:36 PM   #1808
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
I completely understand; the face plate takes up too much room and I have no use for wireless charging. I either look for cars without or remove.

You have a Combox; it is built into HU_NBT(2). You only have to worry about separate unit if you have head unit like HU_CIC and then must look for CMB_Media in SVT tree.

6NW is the new 6NS for ID5/ID6 systems

Using modified FA (-6NH, +6NW), VO code HU_NBT2
"Read Coding Data" for HU_NBT2, Edit (MICROPHONE_NUMBER = wert_1)
FDL Code HU_NBT2
I'm really confused about this 6NW code.. Looking it up, it looks like it's EBT that comes with wireless charging. I also saw a post about it including Office. So 6NW gives me everything that 6NS would, but no wireless charging since I don't have the hardware it seems..

This coding has my head spinning....
__________________
'20 240ix convertible
Appreciate 0
      06-05-2017, 01:13 AM   #1809
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
I'm really confused about this 6NW code.. Looking it up, it looks like it's EBT that comes with wireless charging. I also saw a post about it including Office. So 6NW gives me everything that 6NS would, but no wireless charging since I don't have the hardware it seems..

This coding has my head spinning....
What exactly is confusing?

The process uses both types of coding: VO and FDL. You first VO so that E-sys takes care of making all the changes to add a factory option. Then, you follow up with FDL coding so you do not have a system error about missing hardware (ie second microphone).
Appreciate 0
      06-05-2017, 05:24 AM   #1810
shark715
Captain
170
Rep
860
Posts

Drives: '11 X5 50i, '16 M235xi vert
Join Date: Nov 2011
Location: New Jersey

iTrader: (0)

Almaretto, is it correct that I can't add Apple Car Play to my MY16 '235 given that it was not an offered option at that time?

Thanks again for your help.
Appreciate 0
      06-05-2017, 06:42 AM   #1811
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by shark715 View Post
Almaretto, is it correct that I can't add Apple Car Play to my MY16 '235 given that it was not an offered option at that time?

Thanks again for your help.
Only requirements for Carplay are an ID5/ID6 system with Nov '16 or newer software. Then, you can purchase complete FSC set.

If I recall correctly, your F22 would have ID4, which is not compatible with 6CP.
Appreciate 0
      06-05-2017, 11:03 AM   #1812
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
What exactly is confusing?

The process uses both types of coding: VO and FDL. You first VO so that E-sys takes care of making all the changes to add a factory option. Then, you follow up with FDL coding so you do not have a system error about missing hardware (ie second microphone).
Ok.. One other question. Because I'm VO coding FDL, I'll have to recode anything I might have already coded in FLD because FDL will be reset to factory default. Is that correct?

If VO coding resets to factory, it seems one should VO code 1st before doing anything else...
__________________
'20 240ix convertible
Appreciate 0
      06-05-2017, 12:23 PM   #1813
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
Ok.. One other question. Because I'm VO coding FDL, I'll have to recode anything I might have already coded in FLD because FDL will be reset to factory default. Is that correct?

If VO coding resets to factory, it seems one should VO code 1st before doing anything else...
Yes, but that is a perfect reason why I use Launcher Cheat Codes- quick and easy.

Yes, that is the rule-always VO code first.
Appreciate 0
      06-05-2017, 12:44 PM   #1814
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
Yes, but that is a perfect reason why I use Launcher Cheat Codes- quick and easy.

Yes, that is the rule-always VO code first.
Thanks.. I guess I'm not doing to bad, being it's the 1st time I've coded a car..

Live and learn...
__________________
'20 240ix convertible
Appreciate 0
      06-07-2017, 03:45 PM   #1815
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Is Mirrorlink available to to code on? I'd love to use my WAZE app from my phone.
__________________
'20 240ix convertible
Appreciate 0
      06-07-2017, 03:50 PM   #1816
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
Is Mirrorlink available to to code on? I'd love to use my WAZE app from my phone.
Miracast can be coded. You are speedlocked though.

Last edited by Almaretto; 06-07-2017 at 03:56 PM..
Appreciate 1
crabu2142.50
      06-10-2017, 11:04 AM   #1817
idc
New Member
United_States
8
Rep
26
Posts

Drives: 2016 M235i & 2015 i3 Rex
Join Date: Dec 2016
Location: Seattle, WA

iTrader: (0)

Do you know how to code Miracast? Would love to give it a try, although I am not sure about the value. You'd still have to have your phone on to see Waze. I keep my phone on a magnetic wireless charger set to auto-start Waze whenever it is connecting to power and BT.
Appreciate 0
      06-10-2017, 11:17 AM   #1818
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by idc View Post
Do you know how to code Miracast? Would love to give it a try, although I am not sure about the value. You'd still have to have your phone on to see Waze. I keep my phone on a magnetic wireless charger set to auto-start Waze whenever it is connecting to power and BT.
Use Cheat Codes.
Appreciate 0
      06-10-2017, 08:52 PM   #1819
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
Yes, but that is a perfect reason why I use Launcher Cheat Codes- quick and easy.

Yes, that is the rule-always VO code first.
So I coded VO/FA.. and 6NW is now appearing when I load FA.

My question now is how do I know if I have enhanced bluetooth? I don't see Office in any menu. Is there something I can do to see if Enhanced bluetooth is active?
__________________
'20 240ix convertible
Appreciate 0
      06-10-2017, 10:54 PM   #1820
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
So I coded VO/FA.. and 6NW is now appearing when I load FA.

My question now is how do I know if I have enhanced bluetooth? I don't see Office in any menu. Is there something I can do to see if Enhanced bluetooth is active?
You wrote to vcm or your actually vo coded head unit with modified fa?

You should not do the former or dealership will have errors when attempting to program.

You should also make sure to change mic number.

When you read Coding data, is office Fdl active?
Appreciate 0
      06-10-2017, 10:57 PM   #1821
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
You wrote to vcm or your actually vo coded head unit with modified fa?

You should not do the former or dealership will have errors when attempting to program.

You should also make sure to change mic number.

When you read Coding data, is office Fdl active?
I followed these instructions.

http://www.bmwesys.com/guides/VO%20C...ep%20Guide.pdf
__________________
'20 240ix convertible
Appreciate 0
      06-11-2017, 11:42 AM   #1822
Almaretto
Major General
Almaretto's Avatar
2383
Rep
8,376
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by crabu2 View Post
Here are my versions:

Fxx, Ixx, & Gxx Series Coding: Getting Started Guides, Tips, & Cheat Sheets

You can skip steps 8-10 and simply load modified FA (vs reading from VCM) in Expert Mode > Coding. This way, when dealership reads vehicle, it looks factory.
Appreciate 0
      06-11-2017, 08:18 PM   #1823
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

mirror folding

I'm trying to get my mirrors to fold in/out based on whether I lock or unlock the car... I tried the below and it doesn't seem to work.

FEM_BODY:

ASP_AUSKLAPPEN_NACH_KOMFORTSCHLIESSEN : Changed from nicht_aktiv -> aktiv
ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSEN : Changed from nicht_aktiv -> aktiv

Do I need to code something else or is it not possible to do on the 2 Series?

Thanks!
__________________
'20 240ix convertible
Appreciate 0
      06-11-2017, 08:20 PM   #1824
shawnsheridan
General
shawnsheridan's Avatar
United_States
10931
Rep
42,975
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by crabu2 View Post
I'm trying to get my mirrors to fold in/out based on whether I lock or unlock the car... I tried the below and it doesn't seem to work.

FEM_BODY:

ASP_AUSKLAPPEN_NACH_KOMFORTSCHLIESSEN : Changed from nicht_aktiv -> aktiv
ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSEN : Changed from nicht_aktiv -> aktiv

Do I need to code something else or is it not possible to do on the 2 Series?

Thanks!
Did you also code these?

KOMFORTSCHLIESSUNG_FB = aktiv
KOMFORTSCHLIESSUNG_PA = aktiv
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      06-11-2017, 08:21 PM   #1825
crabu2
Captain
143
Rep
671
Posts

Drives: Truck and ...
Join Date: Feb 2017
Location: Maryland

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
Did you also code these?

KOMFORTSCHLIESSUNG_FB = aktiv
KOMFORTSCHLIESSUNG_PA = aktiv
Nope.. Didn't realize I need to do those too.. Is that all I need to do or is there something else?

BTW, on the F30 cheat sheet, it says those two are for the keyfob. I only coded the original 2 because it said it was for fob or comfort access.

Thanks!
__________________
'20 240ix convertible
Appreciate 0
      06-11-2017, 08:28 PM   #1826
shawnsheridan
General
shawnsheridan's Avatar
United_States
10931
Rep
42,975
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by crabu2 View Post
Nope.. Didn't realize I need to do those too.. Is that all I need to do or is there something else?

BTW, on the F30 cheat sheet, it says those two are for the keyfob. I only coded the original 2 because it said it was for fob or comfort access.

Thanks!
FB = Fob
PA = Comfort Access

You should also code this unless you don't minding pressing and holding Fob button for 20 seconds:

KOMFORT_SCHLIESSEN = Werte 00
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
Post 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



All times are GMT -5. The time now is 12:13 AM.




2addicts
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST