 |
|
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|
How to disable rear O2 sensors? -
07-28-2015, 07:27 AM
So,
I've not plugged in rear O2 Sensors,
I've disabled :
2C77
2C78
2C7B
2C7C
values to 00 in tunerpro and flashed but now i get
2C7F (AfterCat O2 sensor trim control, bank 2) and 2C6A (AfterCat O2 Sensor switched) errors
what else should i do in bin?
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
Senior Member
|
|
Posts: 586
Join Date: Jun 2014
Car: 2007 BMW E90 335i
|
|

07-28-2015, 10:12 AM
I've been told by a few reputable people that you must leave the rear O2 sensors installed and plugged in or else it will lead to incorrect fuel trims. Personally I find this hard to believe since they are narrowband sensors and should only care about c@t performance and not affect fueling. But I'm not an expert.
|
 |
Junior Member
|
|
Posts: 399
Join Date: Aug 2014
Car: 2009 BMW 335i
|
|

07-28-2015, 05:20 PM
One way to leave the o2 sensor in and not worry about faults is to get the o2 bung spacers. They lift the sensors out of direct air flow simulating that you have cats. Plus these spacers are cheap you can get them off of eBay for $12
2009 BMW 335I with: MHD/Haltech,
precision 6870 turbo, jp Workz header,
Wagner EVO II intercooler,HKS exhaust with cutouts, stage 3 lpfp, wavtech lsd, eospeed intake manifold with fuel return and 60lb injectors
|
 |
Legend
|
|
Posts: 1,312
Join Date: Aug 2013
Car: 2008 135i
|
|

07-28-2015, 08:43 PM
Been running with my rear O2s unplugged from the DME for awhile now on 32psi.
What I did:
Remove pins 19 and 20 on the small black subconnector
Code out 2C9E and 2C9F in the flash
These codes weren't available in the public XDFs so I had to add their definitions in myself. Let me know if you have any questions.
2008 135i 4L80E Swap - 807 WHP VM 6466 Single Turbo Kit | JB4 | BMS Flash via MHD | Fuel-It Stage 3 | BMS Port Injection | E85
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-29-2015, 12:06 AM
Dmac
Quote:
These codes weren't available in the public XDFs so I had to add their definitions in myself. Let me know if you have any questions.
|
sounds as solution
how you you did that?
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
 |
Junior Member
|
|
Posts: 152
Join Date: Jul 2013
Car: 09' 335i
|
|

07-29-2015, 04:10 AM
Quote:
Originally Posted by Levan-i
Dmac
sounds as solution
how you you did that?
|
Take your a code that you have. We'll use 2C9F as the example. Swap the first and second 2-bit so it will be 9F2C (dont ask) find it in your .bin hex. All the engine codes are in a general area. Once you find it count up 15 2-bit hex spaces. There will be a number surrounded by zeros. It will be either 56,22,11,00. Take that hex address and plug it into the XDF in TP as a toggle. Then you can shut it off by changing the number to a 00 or 11 depending on what it is. Typically the "on" toggle for O2's is 56 so you would change that to a 00 to turn that particular toggle off.
Have a single turbo and/or tired of burning up O2 sensors? Ask me about the new ADV O2 sensor retro kits!
335i 2010 e92 M-sport Mods: VM Top mount 6466, Aquamist HSF4 w/custom direct port. VRSF IC + Exhaust
335i 2009 e90 665RWHP VFF900 ST RIP  .
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-29-2015, 04:46 AM
Quote:
Originally Posted by 3000GT MR
Take your a code that you have. We'll use 2C9F as the example. Swap the first and second 2-bit so it will be 9F2C (dont ask) find it in your .bin hex. All the engine codes are in a general area. Once you find it count up 15 2-bit hex spaces. There will be a number surrounded by zeros. It will be either 56,22,11,00. Take that hex address and plug it into the XDF in TP as a toggle. Then you can shut it off by changing the number to a 00 or 11 depending on what it is. Typically the "on" toggle for O2's is 56 so you would change that to a 00 to turn that particular toggle off.
|
thank you very much!
as i see, in my case the numbers are at 5th hex couple bits not 15th somewhy,
now trying to figure out how to add it to definitions, where do i get unique id from
I've got
2C7E at 5A184
2C7F at 5A198
2C6A at 58604
2C9E at 59158
2C9F at 5916C
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
Last edited by Levan-i; 07-29-2015 at 05:44 AM..
|
Senior Member
|
|
Posts: 564
Join Date: Aug 2013
Car: 2010 135i 6MT
|
|

07-29-2015, 06:17 AM
Quote:
Originally Posted by 3000GT MR
Take your a code that you have. We'll use 2C9F as the example. Swap the first and second 2-bit so it will be 9F2C (dont ask) find it in your .bin hex. All the engine codes are in a general area. Once you find it count up 15 2-bit hex spaces. There will be a number surrounded by zeros. It will be either 56,22,11,00. Take that hex address and plug it into the XDF in TP as a toggle. Then you can shut it off by changing the number to a 00 or 11 depending on what it is. Typically the "on" toggle for O2's is 56 so you would change that to a 00 to turn that particular toggle off.
|
The reason you need to swap the bytes is because everything in the DME uses LSB (least significant byte first), where as reading the code normally is MSB (most significant byte first)  aka. it's even more of a pain in the ass to think this way.
This is also sometimes referred to as LoHi vs. HiLo
Enjoying the new tables discovered and the XDF progress made?  if you'd like. Every bit is appreciated!
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-29-2015, 07:35 AM
Thanks Jake,
also take a look at you thread also pls 
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
 |
Junior Member
|
|
Posts: 291
Join Date: Sep 2008
Car: 335i
|
|

07-29-2015, 08:24 AM
Quote:
Originally Posted by Dmac @ BMS/DMD
Been running with my rear O2s unplugged from the DME for awhile now on 32psi.
What I did:
Remove pins 19 and 20 on the small black subconnector
Code out 2C9E and 2C9F in the flash
These codes weren't available in the public XDFs so I had to add their definitions in myself. Let me know if you have any questions.
|
This and no issues
07 335i AT - MOTIV 750 - MHD BMS E85 Flash - BMS PI - JB4G5 - Okada Coils - NGK 5992 Plugs - Helix IC - Snow Stg. 3 - Stett CP - Custom midpipes with 100 HJS Cats - Bastuck Quad - PSS10 - QUAIFE LSD - BMS OCC - Forge DVs - AR OC - ALCON BBK - M3 Chassi - Dinan CP - Velocity M rear Toe arms - Advan RZ-DF - LUX H8 - Level 10 AT upgrade
|
Junior Member
|
|
Posts: 52
Join Date: Dec 2010
|
|

07-29-2015, 08:58 AM
Code out 2C9E and 2C9F in the flash
These codes weren't available in the public XDFs
how to add this to the xdf?
|
 |
Junior Member
|
|
Posts: 152
Join Date: Jul 2013
Car: 09' 335i
|
|

07-29-2015, 09:17 AM
Quote:
Originally Posted by jyamona
The reason you need to swap the bytes is because everything in the DME uses LSB (least significant byte first), where as reading the code normally is MSB (most significant byte first)  aka. it's even more of a pain in the ass to think this way.
This is also sometimes referred to as LoHi vs. HiLo
|
Thanks now you F'ed me all up. Why couldn't you just leave my simple thought process alone. 
Have a single turbo and/or tired of burning up O2 sensors? Ask me about the new ADV O2 sensor retro kits!
335i 2010 e92 M-sport Mods: VM Top mount 6466, Aquamist HSF4 w/custom direct port. VRSF IC + Exhaust
335i 2009 e90 665RWHP VFF900 ST RIP  .
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-29-2015, 10:37 AM
:D
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
 |
Legend
|
|
Posts: 1,312
Join Date: Aug 2013
Car: 2008 135i
|
|

07-29-2015, 01:30 PM
Shiv made a video showing how this works. Here's the video link.
http://youtu.be/mA87hWbGaVU
Disclaimer: DO NOT ATTEMPT THIS UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING
2008 135i 4L80E Swap - 807 WHP VM 6466 Single Turbo Kit | JB4 | BMS Flash via MHD | Fuel-It Stage 3 | BMS Port Injection | E85
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-30-2015, 01:27 AM
thanks to Shiv for the video!
but strange thing is that, values in my bin are not 15th byte but 5th,
maybe it is the difference in IJE0S and I8AOS?
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
 |
Junior Member
|
|
Posts: 158
Join Date: Mar 2013
Car: 135i
|
|

07-30-2015, 12:29 PM
If you were to do this, would you be able to achieve o2 readiness?
~MHD Stage 2+~3.5 Bar Tmap~PR Ignition Kit~VTT Inlets~VTT Cast Valve Cover~VTT Dual CC~XClutch Twin Disk~BMS Short Shifter~ER Competition FMIC Kit w/ HKS SSQV~3"AR DP's~3" Custom exhaust~Fuel-It Stage 2 Bucket~
|
 |
Senior Member
|
|
Posts: 642
Join Date: Sep 2014
Car: 2007 BMW 335i E92
|
|

07-30-2015, 12:38 PM
"o2 readiness"?
whats that?
2007 E92 335
ST - GTW3684
JB4 G5, ST Pump Flash, Fuel-It Stage 1, Meth
MT (after swap),
MFactory LSD
|
 |
Junior Member
|
|
Posts: 158
Join Date: Mar 2013
Car: 135i
|
|

07-30-2015, 12:43 PM
Quote:
Originally Posted by Levan-i
"o2 readiness"?
whats that?
|
Something they check for when you get your car smogged.
~MHD Stage 2+~3.5 Bar Tmap~PR Ignition Kit~VTT Inlets~VTT Cast Valve Cover~VTT Dual CC~XClutch Twin Disk~BMS Short Shifter~ER Competition FMIC Kit w/ HKS SSQV~3"AR DP's~3" Custom exhaust~Fuel-It Stage 2 Bucket~
|
Junior Member
|
|
Posts: 39
Join Date: Jun 2012
Car: bmw 335i
|
|

02-09-2016, 04:28 PM
Can this be added to the XDF??
|
Senior Member
|
|
Posts: 564
Join Date: Aug 2013
Car: 2010 135i 6MT
|
|

02-10-2016, 06:51 AM
Quote:
Originally Posted by quing
Can this be added to the XDF??
|
It is in the XDF. There is now a DTC Master table where you can toggle ANY code.
Enjoying the new tables discovered and the XDF progress made?  if you'd like. Every bit is appreciated!
|
Junior Member
|
|
Posts: 39
Join Date: Jun 2012
Car: bmw 335i
|
|

02-10-2016, 12:40 PM
Quote:
Originally Posted by jyamona
It is in the XDF. There is now a DTC Master table where you can toggle ANY code.
|
Thank you!!
|
 |
Senior Member
|
|
Posts: 915
Join Date: May 2015
Car: n54 335
|
|

02-10-2016, 12:59 PM
giving this a try, thx! but snipping the wires from the pins going to the DME, is the necessary ?
751WHP 688WTQ JP Works Kit Record
|
 |
Junior Member
|
|
Posts: 448
Join Date: Sep 2010
Car: '07 335i
|
|

03-23-2016, 07:53 PM
Bump for an answer ^
Keep getting code 2c9f and would like to disable instead of buying a new one
'07 E90 MT Sports Package l FBO l RB Next Gen Plus l JB4 G5 with DPT E85 BEF l N20 MAP Sensor l MMP Inlets l RB Outlets l Custom Exhaust l NLS & 2-Step l MFactory 3.46 LSD l 335is Clutch with MFactory SMFW l Walbro 450 l Direct Port Meth Injection
Best 1/4 ET: 11.4
Best 1.4 Trap: 127.7
|
Junior Member
|
|
Posts: 99
Join Date: Aug 2015
Car: 335
|
|

03-23-2016, 08:03 PM
Quote:
Originally Posted by omarmarji
giving this a try, thx! but snipping the wires from the pins going to the DME, is the necessary ?
|
DO NOT SNIP, The pins can be removed easily with a small screwdriver push in on the side and pull the pin out
|
 |
Senior Member
|
|
Posts: 915
Join Date: May 2015
Car: n54 335
|
|

03-23-2016, 09:25 PM
has anyone had problems with this yet? any fuel trim defects?
751WHP 688WTQ JP Works Kit Record
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Copyright © 2007 - 2020, N54tech.com
|