THE LARGEST BMW 2-SERIES FORUM ON THE PLANET
2Addicts
2Addicts
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
2Addicts | BMW 2-Series forum Technical Topics DIY and Coding Discussions Easy entry with bimmercode?

Post Reply
 
Thread Tools Search this Thread
      05-28-2018, 01:09 AM   #1
tonyec7
Private
19
Rep
80
Posts

Drives: 228i M Sport
Join Date: Mar 2017
Location: SouthWest

iTrader: (0)

Easy entry with bimmercode?

I have a 228i and I use Bimmercode to code my car on my android. I've done some searching but I haven't found an answer.. can you code easy entry on the Bimmercode app?
__________________
2014 228i M Sport w/ M235i Exhaust, VRSF DP, Stage 2 AA ODB2 Tune
Appreciate 0
      05-29-2018, 06:29 PM   #2
19bis
Private First Class
43
Rep
121
Posts

Drives: 2016 328i; 2018 230i
Join Date: Jul 2017
Location: Rhode Island

iTrader: (0)

I have tried this with my 2018 230i without success. The values in the seat module are supposed to be:

3000 SM_GLOBAL ->*EINAUSSTIEGSHILFE*= Modus_FA_SLV

3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 28

3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 3C

For the last two parameters, however Bimmercode for Android only allows "initwerte." Perhaps it's different in the iPhone version.
Appreciate 0
      05-30-2018, 01:03 PM   #3
knyghtryda
Enlisted Member
6
Rep
39
Posts

Drives: 2018 M240i M Performance Ed.
Join Date: May 2018
Location: CA

iTrader: (0)

I have coded my 2018 M240i for easy entry with bimmercode. I left the last two values at initwerte initially. Easy entry only worked for my GF and not me because I already had the seat too far back for the initial rear legroom limit. I had to go back with esys and change that last value to 00, 0F in order for easy entry to work. Hope this helps!
Appreciate 1
///M Houbi1653.00
      05-30-2018, 01:26 PM   #4
19bis
Private First Class
43
Rep
121
Posts

Drives: 2016 328i; 2018 230i
Join Date: Jul 2017
Location: Rhode Island

iTrader: (0)

Do you remember if you had to code any other parameters? I also coded (in FEM):

30C0 EINSTIEGSH_LN_AKTIV set to: aktiv
30C0 EINSTIEGSH_NG_AKTIV set to: aktiv
30C0 PRIO_ACHSEN set to: 1

although these have to do with electric steering wheel adjustment, which I (we?) don't have. Couldn't get it to work. :-(
Appreciate 0
      05-30-2018, 11:45 PM   #5
knyghtryda
Enlisted Member
6
Rep
39
Posts

Drives: 2018 M240i M Performance Ed.
Join Date: May 2018
Location: CA

iTrader: (0)

Quote:
Originally Posted by 19bis View Post
Do you remember if you had to code any other parameters? I also coded (in FEM):

30C0 EINSTIEGSH_LN_AKTIV set to: aktiv
30C0 EINSTIEGSH_NG_AKTIV set to: aktiv
30C0 PRIO_ACHSEN set to: 1

although these have to do with electric steering wheel adjustment, which I (we?) don't have. Couldn't get it to work. :-(
Didn't code any of those. Only coded the three things you listed before.
Appreciate 0
      05-31-2018, 12:40 AM   #6
Poochie
Luxury at the redline :)
Poochie's Avatar
United_States
9099
Rep
7,563
Posts

Drives: 2016 M2
Join Date: Aug 2012
Location: NYC

iTrader: (3)

You guys might screw up your ECU if you keep coding stuff randomly, that you're not sure about...

Here is the coding for 'Comfort Exit/Entry'

The werte "64" = 100mm of retraction, lower the number from 64 or convert the hex value entry to decrease the retraction, if you please.

I've done it on a couple of BMWs, it's guarantee to work. I'm not sure if it works for 2018 though, since some folks been having issues with the new MY and coding. Good luck.



19bis


Driver Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00

Passenger Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = UKNOWN, WERTE=03
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
Appreciate 1
///M Houbi1653.00
      06-01-2018, 12:16 AM   #7
knyghtryda
Enlisted Member
6
Rep
39
Posts

Drives: 2018 M240i M Performance Ed.
Join Date: May 2018
Location: CA

iTrader: (0)

Quote:
Originally Posted by Poochie View Post
You guys might screw up your ECU if you keep coding stuff randomly, that you're not sure about...

Here is the coding for 'Comfort Exit/Entry'

The werte "64" = 100mm of retraction, lower the number from 64 or convert the hex value entry to decrease the retraction, if you please.

I've done it on a couple of BMWs, it's guarantee to work. I'm not sure if it works for 2018 though, since some folks been having issues with the new MY and coding. Good luck.



19bis


Driver Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00

Passenger Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = UKNOWN, WERTE=03
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
I was wondering why the passenger seat didn't have the option under EINAUSSTIEGSHILFE. I'll have to try that tonight. For EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS I gave it 00, 0F just so that it still had some space instead of no space after the retract.
Appreciate 0
      06-22-2019, 11:09 AM   #8
Clems
New Member
France
0
Rep
7
Posts

Drives: 120d e81
Join Date: Aug 2012
Location: France

iTrader: (0)

Hi !

Is it working if you have not the elctrical steeering wheel setup ?

thx
Appreciate 0
      11-01-2019, 06:51 AM   #9
kianf22
First Lieutenant
kianf22's Avatar
United_States
64
Rep
348
Posts

Drives: 2020 BMW M240i
Join Date: Jul 2019
Location: Southern California

iTrader: (1)

Any update on if this is working? I have a 2020 if that helps.
__________________
Pure800 - DS2 HPFP - Nostrum S1 - ER Catless DP - Remus Non-Resonated Catback - BM3 Flex Fuel Kit - Ross V1 VTA PCV - Custom Tunes on MHD/BM3 - xHP Stage 3 - TCKline SA/DA Coils - Apex ARC8s - Vicrez Carbon Fiber CSL Trunk - ALP Laser System - Escort Max 360c with Blendmount + more... | IG: kianf22 |
Appreciate 0
      11-14-2019, 03:02 PM   #10
KjPerry
Enlisted Member
KjPerry's Avatar
United_States
18
Rep
45
Posts

Drives: 2016 BMW M235i xDrive
Join Date: Mar 2019
Location: Chicago, IL

iTrader: (0)

Hi,

I have the first "global" value listed below in BimmerCode but I do not have the 2nd of 3rd . Can anyone advise as to how to get this to work?



3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
Appreciate 0
      12-12-2019, 05:46 PM   #11
Gemini
New Member
3
Rep
12
Posts

Drives: 2015 M235i
Join Date: Nov 2014
Location: Canada

iTrader: (0)

Quote:
Originally Posted by Poochie View Post
You guys might screw up your ECU if you keep coding stuff randomly, that you're not sure about...

Here is the coding for 'Comfort Exit/Entry'

The werte "64" = 100mm of retraction, lower the number from 64 or convert the hex value entry to decrease the retraction, if you please.

I've done it on a couple of BMWs, it's guarantee to work. I'm not sure if it works for 2018 though, since some folks been having issues with the new MY and coding. Good luck.



19bis


Driver Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00

Passenger Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = UKNOWN, WERTE=03
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
So I managed to use this to code the driver seat in my 2018 M240 about a month ago. However, they just did some software update as part of a recall when I brought my car in for servicing today and it wiped this. I tried recoding it but doesn't work. One thing I noticed is that EAH is 3015 now rather than 3012.
Any help would be appreciated!
Appreciate 0
      12-12-2019, 07:07 PM   #12
Poochie
Luxury at the redline :)
Poochie's Avatar
United_States
9099
Rep
7,563
Posts

Drives: 2016 M2
Join Date: Aug 2012
Location: NYC

iTrader: (3)

Quote:
Originally Posted by Gemini View Post
Quote:
Originally Posted by Poochie View Post
You guys might screw up your ECU if you keep coding stuff randomly, that you're not sure about...

Here is the coding for 'Comfort Exit/Entry'

The werte "64" = 100mm of retraction, lower the number from 64 or convert the hex value entry to decrease the retraction, if you please.

I've done it on a couple of BMWs, it's guarantee to work. I'm not sure if it works for 2018 though, since some folks been having issues with the new MY and coding. Good luck.



19bis


Driver Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00

Passenger Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = UKNOWN, WERTE=03
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
So I managed to use this to code the driver seat in my 2018 M240 about a month ago. However, they just did some software update as part of a recall when I brought my car in for servicing today and it wiped this. I tried recoding it but doesn't work. One thing I noticed is that EAH is 3015 now rather than 3012.
Any help would be appreciated!
Last month I had a software update done also and lost the feature, including the option to increase the 'triple-turn signal'..

When I attempted to recode the Easy Exit/Entry, initially, it also was not working.

Funny, I then got tired of messing with it and left. The next morning it worked fine.

I suspected that when the battery is close to being drained, it's doesn't commence.

Double check the parameters, code it in again, then power down the vehicle and let it go to 'sleep mode,' then retry it.

This might solve your issue.

I also notice then when try to retract and detract the seats with the physical control, after a certain distance, it stops and you have repress the button to get it going again.

I guess this must be a safety feature they implemented via the new software integration.

Do you happen to know the iStep version was uploaded to your vehicle?
Appreciate 0
      12-13-2019, 10:36 PM   #13
Gemini
New Member
3
Rep
12
Posts

Drives: 2015 M235i
Join Date: Nov 2014
Location: Canada

iTrader: (0)

Quote:
Originally Posted by Poochie View Post
Last month I had a software update done also and lost the feature, including the option to increase the 'triple-turn signal'..

When I attempted to recode the Easy Exit/Entry, initially, it also was not working.

Funny, I then got tired of messing with it and left. The next morning it worked fine.

I suspected that when the battery is close to being drained, it's doesn't commence.

Double check the parameters, code it in again, then power down the vehicle and let it go to 'sleep mode,' then retry it.

This might solve your issue.

I also notice then when try to retract and detract the seats with the physical control, after a certain distance, it stops and you have repress the button to get it going again.

I guess this must be a safety feature they implemented via the new software integration.

Do you happen to know the iStep version was uploaded to your vehicle?

I'll see if it has taken effect tomorrow. I spent about half an hour trying to get it to work. I don't think it has anything to do with the battery though because by the time i was coding, I had already driven for around 2 hours.
And not sure of the iStep version. How can I check?
Appreciate 0
      12-14-2019, 01:14 PM   #14
Gemini
New Member
3
Rep
12
Posts

Drives: 2015 M235i
Join Date: Nov 2014
Location: Canada

iTrader: (0)

So unfortunately, I drove my car today and my easy entry coding after the update still doesn't work
Appreciate 0
      12-14-2019, 06:56 PM   #15
Poochie
Luxury at the redline :)
Poochie's Avatar
United_States
9099
Rep
7,563
Posts

Drives: 2016 M2
Join Date: Aug 2012
Location: NYC

iTrader: (3)

Quote:
Originally Posted by Gemini View Post
Quote:
Originally Posted by Poochie View Post
Last month I had a software update done also and lost the feature, including the option to increase the 'triple-turn signal'..

When I attempted to recode the Easy Exit/Entry, initially, it also was not working.

Funny, I then got tired of messing with it and left. The next morning it worked fine.

I suspected that when the battery is close to being drained, it's doesn't commence.

Double check the parameters, code it in again, then power down the vehicle and let it go to 'sleep mode,' then retry it.

This might solve your issue.

I also notice then when try to retract and detract the seats with the physical control, after a certain distance, it stops and you have repress the button to get it going again.

I guess this must be a safety feature they implemented via the new software integration.

Do you happen to know the iStep version was uploaded to your vehicle?

I'll see if it has taken effect tomorrow. I spent about half an hour trying to get it to work. I don't think it has anything to do with the battery though because by the time i was coding, I had already driven for around 2 hours.
And not sure of the iStep version. How can I check?
If you have ISTA-D you can read the software version.

I'm not sure why it's not working, I coded a 2018 3 series and it activated fine. All I could say is triple check the coding and try again.


I ran out of suggestions.. Sorry.
Appreciate 0
      12-15-2019, 02:24 PM   #16
Gemini
New Member
3
Rep
12
Posts

Drives: 2015 M235i
Join Date: Nov 2014
Location: Canada

iTrader: (0)

Quote:
Originally Posted by Poochie View Post
If you have ISTA-D you can read the software version.

I'm not sure why it's not working, I coded a 2018 3 series and it activated fine. All I could say is triple check the coding and try again.


I ran of suggestions.. Sorry.
So just as I was going to post all of my settings after spending another 30 mins playing around, it randomly started working. Seems like it needs to feel a sense of despair before it'll work. Lol
The chair goes back the full 100mm even though I had changed the value from 64 to 32 but I'll play around with the setting again.
Thanks again for the help
Appreciate 1
      12-15-2019, 05:18 PM   #17
Poochie
Luxury at the redline :)
Poochie's Avatar
United_States
9099
Rep
7,563
Posts

Drives: 2016 M2
Join Date: Aug 2012
Location: NYC

iTrader: (3)

Quote:
Originally Posted by Gemini View Post
Quote:
Originally Posted by Poochie View Post
If you have ISTA-D you can read the software version.

I'm not sure why it's not working, I coded a 2018 3 series and it activated fine. All I could say is triple check the coding and try again.


I ran of suggestions.. Sorry.
So just as I was going to post all of my settings after spending another 30 mins playing around, it randomly started working. Seems like it needs to feel a sense of despair before it'll work. Lol
The chair goes back the full 100mm even though I had changed the value from 64 to 32 but I'll play around with the setting again.
Thanks again for the help
Glad it worked out..

Yea, mines I had coded severals time, right after a firmware update and it still didn't work after hours of trying..

I gave up because the car indicated that the battery was getting drained, so I just accepted that new software ate the old hack feature.

The next morning, as jumped in and the seat started moving forward, 'I was WTF' but whatever. :

Maybe someone one day will solve this mystery.
Appreciate 0
      12-24-2019, 12:05 PM   #18
MPBK
Everyday I'm shuffling
United_States
449
Rep
1,098
Posts

Drives: '12 SG 135i DCT; '18 MG M2 DCT
Join Date: Sep 2011
Location: USA

iTrader: (0)

Quote:
Originally Posted by Clems View Post
Hi !

Is it working if you have not the elctrical steeering wheel setup ?

thx
non comprende.
You'll do better typing in French. We can translate better.
Appreciate 0
      01-07-2020, 02:35 PM   #19
gosi
Private First Class
94
Rep
147
Posts

Drives: M240
Join Date: Nov 2019
Location: Slovenia

iTrader: (0)

For anyone in doubts, I’ve coded easy entry exactly as per Poochie:

Quote:
Originally Posted by Poochie View Post
Driver Seat:
3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
I do not have electric steering wheel adjustments (Does that even exist on a 2er?)

I also had 3015 EAH instead of 3012. My car is a 2017. My I-Level is F020-18-11-531

After coding the car I locked it, unlocked, turned it on and moved it on my driveway. After I shut it off and locked it, the seat had retracted by itself. Now it works 😎
Appreciate 1
Poochie9099.00
      01-07-2020, 03:21 PM   #20
MPBK
Everyday I'm shuffling
United_States
449
Rep
1,098
Posts

Drives: '12 SG 135i DCT; '18 MG M2 DCT
Join Date: Sep 2011
Location: USA

iTrader: (0)

Quote:
Originally Posted by KjPerry View Post
Hi,

I have the first "global" value listed below in BimmerCode but I do not have the 2nd of 3rd . Can anyone advise as to how to get this to work?



3000 SM_GLOBAL -> EINAUSSTIEGSHILFE = Modus_FA_SLV
3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 64
3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 00
Same situation here. I have a 2018 M2 (LCI).
3012 EAH does not have EAH_VERFAHRWEG_SLV_PHYS nor EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS parameters under it.

Would be interested in knowing what others have done.
Appreciate 0
      03-18-2020, 09:45 PM   #21
Mawaz
New Member
Mexico
0
Rep
7
Posts

Drives: BMW M240i
Join Date: Feb 2020
Location: MTY

iTrader: (0)

Worked great

Quote:
Originally Posted by 19bis View Post
I have tried this with my 2018 230i without success. The values in the seat module are supposed to be:

3000 SM_GLOBAL ->*EINAUSSTIEGSHILFE*= Modus_FA_SLV

3012 EAH -> EAH_VERFAHRWEG_SLV_PHYS = Werte=00, 28

3012 EAH -> EAH_SCHUTZFREIRAUM_HINTEN_SLV_PHYS = Werte=00, 3C

For the last two parameters, however Bimmercode for Android only allows "initwerte." Perhaps it's different in the iPhone version.
I only coded the first one and works ok, what do the last do do?
Appreciate 0
      03-20-2020, 01:53 PM   #22
MPBK
Everyday I'm shuffling
United_States
449
Rep
1,098
Posts

Drives: '12 SG 135i DCT; '18 MG M2 DCT
Join Date: Sep 2011
Location: USA

iTrader: (0)

Quote:
Originally Posted by Mawaz View Post
I only coded the first one and works ok, what do the last do do?
I think the last two, the 3012 ones, are supposed to specify by how much the seats should move.
Appreciate 0
Post Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 03:22 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