BMW X3 Forum
BMW X3 Forum
Welcome to the ultimate BMW X3 community.
BMW Garage BMW Meets Register Today's Posts
Post Reply
 
Thread Tools Search this Thread
      05-25-2020, 10:21 AM   #2487
stammix
Enlisted Member
6
Rep
30
Posts

Drives: BMW G01
Join Date: Oct 2019
Location: Romania

iTrader: (0)

Quote:
Originally Posted by satz View Post
I've emailed Bimmercode a few times about this. He always says it's not possible.

I wish it could be done....especially for darker cars it would look great and add safety when the headlights aren't on.

I wonder if there's some issue with the life expectancy of the rear LED strips, which could be why BMW does not allow them to be switched on all the time?
But it is possible for 5 series, why not for us?
Appreciate 0
      05-25-2020, 11:50 AM   #2488
JD-X4M40i
Private
JD-X4M40i's Avatar
44
Rep
56
Posts

Drives: X4 M40i G02
Join Date: Apr 2020
Location: Buckie, Scotland

iTrader: (0)

I think maybe we should have a Bimmercode guide as a sticky, laying out what can be done, Updated once new options are added.
Appreciate 1
Kingpin4386.50
      05-25-2020, 01:07 PM   #2489
titomi
Colonel
titomi's Avatar
No_Country
926
Rep
2,046
Posts

Drives: X3 G01 30i xDrive
Join Date: Feb 2018
Location: EU

iTrader: (0)

Garage List
2018 X3 G01  [0.00]
Quote:
Originally Posted by JD-X4M40i View Post
I think maybe we should have a Bimmercode guide as a sticky, laying out what can be done, Updated once new options are added.
Or maybe not. Not every (new) option is mentioned on the website, nor every (new) option is applicable to the G01/02. Like front lights washers - there are none for this cars. Not to mentioned expert mode.
__________________
'18 G01 X3 xDrive 30i xLine, Sophisto grey, Vernasca Mocha, Adaptive
Appreciate 0
      05-25-2020, 02:39 PM   #2490
JD-X4M40i
Private
JD-X4M40i's Avatar
44
Rep
56
Posts

Drives: X4 M40i G02
Join Date: Apr 2020
Location: Buckie, Scotland

iTrader: (0)

Just trying to help, I'll stop now
Appreciate 0
      05-25-2020, 03:59 PM   #2491
SDriver18i
Private First Class
SDriver18i's Avatar
No_Country
80
Rep
139
Posts

Drives: BMW X1 s18i 2019
Join Date: May 2019
Location: *

iTrader: (0)

Allo!

I'm here from the X1-F48 forums.

A member named Takabo researched a lot and managed to help me in getting this to work on the X1.
I have written the code below, I'm really hoping this works on the X3.

I would appreciate pictures and videos if this works.

I have also emailed Stephan the code. Lets hope, if this works, that it gets implemented in BimmerCode for almost any car!

Also included in this code is the ability to turn your rear DRL's as turn signals. There is another code for this, however, the other one would turn off the daylight rear DRL's, this one however, makes both work together!


Example:


Note: The fast blinking is from Hypeblink, which has since been coded out, if you do this code, it should blink at normal interval speed.

BimmerCode > BDC or FEM > Expert Mode

Rear DRL during DayLight:

Enable rear daylight

++ Daylight left tail light

BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_L_OUTPUT = sl_l = 14 (initial state: off = 00)
OPTIONS (sl_l = 14, nsl_l = 1C, bfd_l = 1A, off = 00)

++ Daylight right outtail light
BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_R_OUTPUT = sl_r = 15 (initial state: off = 00)
OPTIONS (sl_r = 15, nsl_r = 1D, bfd_r = 1B, off = 00)

++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_L_OUTPUT = sl_2_l = 16 (initial state: off = 00)
OPTIONS (bl_l = 18, sl_2_l = 16, off = 00)

++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_R_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
OPTIONS (bl_r = 19, sl_2_r = 17, off = 00)

REAR DRL CODE ENDS HERE



Turn signal using rear daylight

++ Daylight left tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_5_OUTPUT = UNKNOWN = 14 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_FUNCTION = UNKNOWN = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_5_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_5_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_5_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right outtail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_6_OUTPUT = UNKNOWN = 15 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_FUNCTION = UNKNOWN = 07 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_6_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_6_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_6_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_3_OUTPUT = sl_2_l = 16 (initial state: off = 00)
MAPPING_UNIVERSAL_3_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_3_FUNCTION = blinken_l = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_3_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_3_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_3_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_3_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_4_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
MAPPING_UNIVERSAL_4_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_4_FUNCTION = blinken_r = 07 (initial state: off = 00)
MAPPING_UNIVERSAL_4_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_4_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_4_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_4_ DIMMED = not_active = 00 (Initial state: do not touch)

Quote:
Originally Posted by satz View Post
rear LEDs
Quote:
Originally Posted by stammix View Post
people
Quote:
Originally Posted by Jeepersjoey View Post
results
Quote:
Originally Posted by satz View Post
Bimmercode
Quote:
Originally Posted by titomi View Post
expert mode
Quote:
Originally Posted by JD-X4M40i View Post
help
Appreciate 1
live14.00
      05-26-2020, 04:50 AM   #2492
jimmmyzhou
Private
99
Rep
80
Posts

Drives: BMW X3 30i
Join Date: Apr 2020
Location: CN

iTrader: (0)

M HUD+IC

Guys, it's possible to code M Instrument Cluster and M HUD, pic below:





To Enable M cluster, first go HU_MGU-->M_GMBH, enable everything underneath(except m_vehicle_sp2018), then go DKOMBI4-->Global Layout Variente, choose m_gmbh, you can add a X3M logo in LOGO_SCHRIFTZUG(X3M logo only works in M cluster).

For HUD, you can search for HUD relevant coding options in both DKOMBI4 and HU_MGU module, enable the ones with M options, and you'll find a new option "M Layout" in HUD settings. You'll get RPM and speed info only in M style, no navi and driving assistence available in M HUD(who needs them in M car?)
Appreciate 3
live14.00
_ink619.00
Douggie142.00
      05-26-2020, 04:53 AM   #2493
jimmmyzhou
Private
99
Rep
80
Posts

Drives: BMW X3 30i
Join Date: Apr 2020
Location: CN

iTrader: (0)

BTW, anyone knows if it's possible to enable ASD(adaptive sound design) in 2020 X3 30i(G08 model in CN, probably slight different from G01). I read about there's no seperate ASD module in iD7 based cars, so I'm guessing ASD can be enabled?
Appreciate 0
      05-26-2020, 04:56 AM   #2494
jimmmyzhou
Private
99
Rep
80
Posts

Drives: BMW X3 30i
Join Date: Apr 2020
Location: CN

iTrader: (0)

Quote:
Originally Posted by Neworgri View Post
Allo!

I'm here from the X1-F48 forums.

A member named Takabo researched a lot and managed to help me in getting this to work on the X1.
I have written the code below, I'm really hoping this works on the X3.

I would appreciate pictures and videos if this works.

I have also emailed Stephan the code. Lets hope, if this works, that it gets implemented in BimmerCode for almost any car!

Also included in this code is the ability to turn your rear DRL's as turn signals. There is another code for this, however, the other one would turn off the daylight rear DRL's, this one however, makes both work together!


Example:


Note: The fast blinking is from Hypeblink, which has since been coded out, if you do this code, it should blink at normal interval speed.

BimmerCode > BDC or FEM > Expert Mode

Rear DRL during DayLight:

Enable rear daylight

++ Daylight left tail light

BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_L_OUTPUT = sl_l = 14 (initial state: off = 00)
OPTIONS (sl_l = 14, nsl_l = 1C, bfd_l = 1A, off = 00)

++ Daylight right outtail light
BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_R_OUTPUT = sl_r = 15 (initial state: off = 00)
OPTIONS (sl_r = 15, nsl_r = 1D, bfd_r = 1B, off = 00)

++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_L_OUTPUT = sl_2_l = 16 (initial state: off = 00)
OPTIONS (bl_l = 18, sl_2_l = 16, off = 00)

++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_R_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
OPTIONS (bl_r = 19, sl_2_r = 17, off = 00)

REAR DRL CODE ENDS HERE



Turn signal using rear daylight

++ Daylight left tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_5_OUTPUT = UNKNOWN = 14 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_FUNCTION = UNKNOWN = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_5_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_5_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_5_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right outtail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_6_OUTPUT = UNKNOWN = 15 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_FUNCTION = UNKNOWN = 07 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_6_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_6_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_6_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight left inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_3_OUTPUT = sl_2_l = 16 (initial state: off = 00)
MAPPING_UNIVERSAL_3_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_3_FUNCTION = blinken_l = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_3_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_3_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_3_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_3_ DIMMED = not_active = 00 (Initial state: do not touch)
++ Daylight right inner tail light
BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_4_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
MAPPING_UNIVERSAL_4_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_4_FUNCTION = blinken_r = 07 (initial state: off = 00)
MAPPING_UNIVERSAL_4_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_4_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_4_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_4_ DIMMED = not_active = 00 (Initial state: do not touch)
Hi Neworgri:

I tried to search for LceLampMapping4 in X3's BCD module but there's nothing related. I could only find a submodule called LceMaster, but seems not related to the DRL light mapping. Thanks for sharing though!
Appreciate 1
live14.00
      05-26-2020, 08:38 AM   #2495
GoodGuyAvi
Captain
GoodGuyAvi's Avatar
1496
Rep
841
Posts

Drives: G80
Join Date: Oct 2011
Location: Private Island

iTrader: (0)

Quote:
Originally Posted by jimmmyzhou View Post
Hi Neworgri:

I tried to search for LceLampMapping4 in X3's BCD module but there's nothing related. I could only find a submodule called LceMaster, but seems not related to the DRL light mapping. Thanks for sharing though!
Yes i double check that too. Same result
I guess F series and G series is different
Appreciate 0
      05-26-2020, 03:57 PM   #2496
Adeel_ssj4
New Member
24
Rep
23
Posts

Drives: X3 G01
Join Date: Jan 2020
Location: London, UK

iTrader: (0)

Quote:
Originally Posted by jimmmyzhou View Post
Guys, it's possible to code M Instrument Cluster and M HUD, pic below:





To Enable M cluster, first go HU_MGU-->M_GMBH, enable everything underneath(except m_vehicle_sp2018), then go DKOMBI4-->Global Layout Variente, choose m_gmbh, you can add a X3M logo in LOGO_SCHRIFTZUG(X3M logo only works in M cluster).

For HUD, you can search for HUD relevant coding options in both DKOMBI4 and HU_MGU module, enable the ones with M options, and you'll find a new option "M Layout" in HUD settings. You'll get RPM and speed info only in M style, no navi and driving assistence available in M HUD(who needs them in M car?)
Can anyone confirm this works for the idrive version previous to the ones in the pic?
Appreciate 1
live14.00
      05-26-2020, 04:10 PM   #2497
BimmerZealot
Major
61
Rep
1,210
Posts

Drives: 2019 BMW X3 xDrive30i
Join Date: May 2007
Location: San Diego, California

iTrader: (2)

Quote:
Originally Posted by g0t2bmiirii View Post
I tried disabling the seat belt reminder thing for the passenger side. After i coded it to be off, i got a maintainer require or something about chassis i should of toke a picture of it but panicked when i saw it and did the back up to change the seat belt reminder back to normal. Anybody ran into this issue??
Quote:
Originally Posted by titomi View Post
Quote:
Originally Posted by BimmerZealot View Post
Does anyone know if it's possible to have the car start in Eco Pro Individual and have the Auto Start Stop disabled? I've coded EPI as the default and have ASS memory turned on as well. However the car seems to always boot with ASS on. I'm not sure if this is a result of EP forcing ASS on.
Can't have ECO without ASS on.
But I can turn ASS off after I start the car. So it can be disabled but I guess can't boot up with it off even if ASS memory is coded?

Quote:
Originally Posted by g0t2bmiirii View Post
I tried disabling the seat belt reminder thing for the passenger side. After i coded it to be off, i got a maintainer require or something about chassis i should of toke a picture of it but panicked when i saw it and did the back up to change the seat belt reminder back to normal. Anybody ran into this issue??
I got the same thing I think. Panicked as well but after I started the car and cycled the ignition it went away. Driver/passenger chimes are off now, still get the light but no annoying bell.
Appreciate 0
      05-26-2020, 09:28 PM   #2498
_ink
Jedi samurai ninja turtle
_ink's Avatar
Australia
619
Rep
3,021
Posts

Drives: X3 M40i 2018
Join Date: May 2012
Location: Sydney, Australia

iTrader: (0)

Garage List
2018 X3 M40i  [0.00]
Quote:
Originally Posted by jimmmyzhou View Post
Guys, it's possible to code M Instrument Cluster and M HUD, pic below:





To Enable M cluster, first go HU_MGU-->M_GMBH, enable everything underneath(except m_vehicle_sp2018), then go DKOMBI4-->Global Layout Variente, choose m_gmbh, you can add a X3M logo in LOGO_SCHRIFTZUG(X3M logo only works in M cluster).

For HUD, you can search for HUD relevant coding options in both DKOMBI4 and HU_MGU module, enable the ones with M options, and you'll find a new option "M Layout" in HUD settings. You'll get RPM and speed info only in M style, no navi and driving assistence available in M HUD(who needs them in M car?)
Wow! would like to know if this is possible for iD6, but I don't think the chances are high here...
Appreciate 0
      05-26-2020, 10:29 PM   #2499
Douggie
Lieutenant
142
Rep
491
Posts

Drives: BMW X1, X3
Join Date: Feb 2011
Location: Asia

iTrader: (0)

Quote:
Originally Posted by jimmmyzhou View Post
To Enable M cluster, first go HU_MGU-->M_GMBH, enable everything underneath(except m_vehicle_sp2018), then go DKOMBI4-->Global Layout Variente, choose m_gmbh, you can add a X3M logo in LOGO_SCHRIFTZUG(X3M logo only works in M cluster).

For HUD, you can search for HUD relevant coding options in both DKOMBI4 and HU_MGU module, enable the ones with M options, and you'll find a new option "M Layout" in HUD settings. You'll get RPM and speed info only in M style, no navi and driving assistence available in M HUD(who needs them in M car?)
If you triggered everything active under M_GMBH (quite a few items), do you get anything extra in the Idrive menus?

And could you please give more details on the M HUD codes ("enable the ones with M options")? Thanks

Last edited by Douggie; 05-27-2020 at 05:09 AM..
Appreciate 0
      05-26-2020, 11:11 PM   #2500
suby01
Cowboy Astronaut Millionaire
suby01's Avatar
United_States
2308
Rep
2,880
Posts

Drives: 2020 X3 M40i
Join Date: Aug 2019
Location: CT, USA

iTrader: (0)

Quote:
Originally Posted by JD-X4M40i View Post
I think maybe we should have a Bimmercode guide as a sticky, laying out what can be done, Updated once new options are added.
This does not include Export Mode.
Appreciate 3
live14.00
kevinkay271.50
pej744593.00
      05-27-2020, 12:01 AM   #2501
g0t2bmiirii
First Lieutenant
United_States
59
Rep
306
Posts

Drives: 2020 BMW X3 M40i
Join Date: Feb 2020
Location: Queens New York

iTrader: (0)

Quote:
Originally Posted by BimmerZealot View Post
Quote:
Originally Posted by g0t2bmiirii View Post
I tried disabling the seat belt reminder thing for the passenger side. After i coded it to be off, i got a maintainer require or something about chassis i should of toke a picture of it but panicked when i saw it and did the back up to change the seat belt reminder back to normal. Anybody ran into this issue??
Quote:
Originally Posted by titomi View Post
Quote:
Originally Posted by BimmerZealot View Post
Does anyone know if it's possible to have the car start in Eco Pro Individual and have the Auto Start Stop disabled? I've coded EPI as the default and have ASS memory turned on as well. However the car seems to always boot with ASS on. I'm not sure if this is a result of EP forcing ASS on.
Can't have ECO without ASS on.
But I can turn ASS off after I start the car. So it can be disabled but I guess can't boot up with it off even if ASS memory is coded?

Quote:
Originally Posted by g0t2bmiirii View Post
I tried disabling the seat belt reminder thing for the passenger side. After i coded it to be off, i got a maintainer require or something about chassis i should of toke a picture of it but panicked when i saw it and did the back up to change the seat belt reminder back to normal. Anybody ran into this issue??
I got the same thing I think. Panicked as well but after I started the car and cycled the ignition it went away. Driver/passenger chimes are off now, still get the light but no annoying bell.
Thanks. I'll probably give that a shot next time
__________________
2020 BMW X3 M40i (stock)
Appreciate 1
live14.00
      05-27-2020, 01:04 AM   #2502
turboisetta
New Member
10
Rep
16
Posts

Drives: 2020 X3M
Join Date: May 2020
Location: USA

iTrader: (0)

I’m also interested to see if we can code an X3M cluster and HUD into pre-2020 cars (round dials but still full digital display).

I fired up BimmerCode to try and replicate the results above. Unsurprisingly, the coding options are different on ID6 cars. I enabled everything I could track down with “M” in the name in the head unit and KOMBI2 modules. Sadly, i was unable to get the X3M cluster to show. I was able to get the head unit to show “M setup” and the M heads up display as an option and I could even check the box, but I could not get the shift lights and rev counter to appear in the HUD.

I am extremely interested in successfully coding this onto my 2019 car, not only for the shift lights but also for the oil temperature to replace the coolant temp display (“OEL_TEMP_ENABLE” is an option but doesn’t seem to do anything).

Maybe I should hook up my friend’s ID6 X3M and see what is set to active and what’s not. Not sure he’d let me do that, but worth a shot.

If anyone is able to do this, I’d be happy to pass along a small research fee






Last edited by turboisetta; 05-27-2020 at 01:22 AM.. Reason: Added pictures
Appreciate 1
live14.00
      05-27-2020, 02:37 AM   #2503
Adeel_ssj4
New Member
24
Rep
23
Posts

Drives: X3 G01
Join Date: Jan 2020
Location: London, UK

iTrader: (0)

Ah that’s disappointing hopefully someone figures it out
Appreciate 0
      05-27-2020, 09:52 AM   #2504
lair12
Private First Class
102
Rep
143
Posts

Drives: 2012 X3 35i, 2016 X1, 2020 X3
Join Date: Jan 2013
Location: Cary, NC

iTrader: (0)

All I really want is turn signals in the HUD ID7! I've been told no option by Bimmercode. Why would BMW take this away since I had it in my 2012 X3?
Appreciate 0
      05-28-2020, 12:33 AM   #2505
DPG23
New Member
2
Rep
27
Posts

Drives: 2020 X3 3.0i
Join Date: May 2020
Location: Los Angeles, CA

iTrader: (0)

Anybody successfully coded enhanced bluetooth on a G01 w/ nav ID6? Haven't been able to find anything on this. I know it's possible on F30 etc but not much info on the G cars yet.
Appreciate 0
      05-28-2020, 03:19 AM   #2506
titomi
Colonel
titomi's Avatar
No_Country
926
Rep
2,046
Posts

Drives: X3 G01 30i xDrive
Join Date: Feb 2018
Location: EU

iTrader: (0)

Garage List
2018 X3 G01  [0.00]
Quote:
Originally Posted by DPG23 View Post
Anybody successfully coded enhanced bluetooth on a G01 w/ nav ID6? Haven't been able to find anything on this. I know it's possible on F30 etc but not much info on the G cars yet.
Try this:
https://x3.xbimmers.com/forums/showp...8&postcount=36
Appreciate 0
      05-28-2020, 04:55 AM   #2507
stammix
Enlisted Member
6
Rep
30
Posts

Drives: BMW G01
Join Date: Oct 2019
Location: Romania

iTrader: (0)

Quote:
Originally Posted by titomi View Post
Already tried, no success. I need a module for enhanced Bluetooth.
Appreciate 0
      05-28-2020, 08:16 AM   #2508
titomi
Colonel
titomi's Avatar
No_Country
926
Rep
2,046
Posts

Drives: X3 G01 30i xDrive
Join Date: Feb 2018
Location: EU

iTrader: (0)

Garage List
2018 X3 G01  [0.00]
Quote:
Originally Posted by stammix View Post
Quote:
Originally Posted by titomi View Post
Already tried, no success. I need a module for enhanced Bluetooth.
what module? you might need a second mic if you want, but it should work even without it. Just need to change one code.
__________________
'18 G01 X3 xDrive 30i xLine, Sophisto grey, Vernasca Mocha, Adaptive
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 07:52 PM.




xbimmers
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