Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

G30 coding questions
08-12-2018, 18:51 PM, (This post was last modified: 08-12-2018, 18:54 PM by Fatalix.)
Post: #1
XZBMW  G30 coding questions
Hey  handshake

Im dealing with a G30 with a couple of different coding wishes.

Is it possible to change the actual color of the car in the iDrive? As the current is black, and the actual car is white? 

Video in Motion coding. As far as i have understood it is currently locked to 63kph as far as it is coded active. Is there no way to activate this to unlimited kph? Using SPEEDLOCK_SPEEDVALUE would only make it available up to 63kph.

Start up in Adaptive Drive mode, is this possible instead of the standard Comfort mode? 

DRL lights active front and rear in the daytime. Is this possible to enable? As far as i can read SA8TL does not appeal to G series. 

Thanks alot!  wink2

- Remote coding & programming - F 8HP45/50/70/75 ISN reset remote
- Remote ECU tuning MEVD17 + EDC17 + MGD1 ECUS + 8HP EGS BMW/MINI
- M2/M3/M4 CS, CSL OR GTS Flash F8x G8x -
 8HP 
Alpina EGS flash F & G remote
- EVO ID4 to ID6 flash - Apple Carplay activation

Skype: live:fatalix - Whatsapp: PM for details
Quote this message in a reply
08-12-2018, 20:14 PM,
Post: #2
RE: G30 coding questions
(08-12-2018, 18:51 PM)Fatalix Wrote:  Hey  handshake

Im dealing with a G30 with a couple of different coding wishes.

Is it possible to change the actual color of the car in the iDrive? As the current is black, and the actual car is white? 

Video in Motion coding. As far as i have understood it is currently locked to 63kph as far as it is coded active. Is there no way to activate this to unlimited kph? Using SPEEDLOCK_SPEEDVALUE would only make it available up to 63kph.

Start up in Adaptive Drive mode, is this possible instead of the standard Comfort mode? 

DRL lights active front and rear in the daytime. Is this possible to enable? As far as i can read SA8TL does not appeal to G series. 

Thanks alot!  wink2

Not that I am aware.

Speed is locked by bitmask, preventing higher than 3F = 63 kph.

Yes in BDC Body.

No.


Quote this message in a reply
08-12-2018, 23:21 PM,
Post: #3
RE: G30 coding questions
(08-12-2018, 20:14 PM)Almaretto Wrote:  
(08-12-2018, 18:51 PM)Fatalix Wrote:  Hey  handshake

Im dealing with a G30 with a couple of different coding wishes.

Is it possible to change the actual color of the car in the iDrive? As the current is black, and the actual car is white? 

Video in Motion coding. As far as i have understood it is currently locked to 63kph as far as it is coded active. Is there no way to activate this to unlimited kph? Using SPEEDLOCK_SPEEDVALUE would only make it available up to 63kph.

Start up in Adaptive Drive mode, is this possible instead of the standard Comfort mode? 

DRL lights active front and rear in the daytime. Is this possible to enable? As far as i can read SA8TL does not appeal to G series. 

Thanks alot!  wink2

Not that I am aware.

Speed is locked by bitmask, preventing higher than 3F = 63 kph.

Yes in BDC Body.

No.

DRL front and rear in BDC, are you sure? Could you please elaborate the FDL lines?
Quote this message in a reply
08-12-2018, 23:32 PM,
Post: #4
XZBMW  RE: G30 coding questions
(08-12-2018, 23:21 PM)sqorpius Wrote:  
(08-12-2018, 20:14 PM)Almaretto Wrote:  
(08-12-2018, 18:51 PM)Fatalix Wrote:  1. Is it possible to change the actual color of the car in the iDrive? As the current is black, and the actual car is white? 

2. Video in Motion coding. As far as i have understood it is currently locked to 63kph as far as it is coded active. Is there no way to activate this to unlimited kph? Using SPEEDLOCK_SPEEDVALUE would only make it available up to 63kph.

3. Start up in Adaptive Drive mode, is this possible instead of the standard Comfort mode? 

4. DRL lights active front and rear in the daytime. Is this possible to enable? As far as i can read SA8TL does not appeal to G series. 

Thanks alot!  wink2

1. Not that I am aware.

2. Speed is locked by bitmask, preventing higher than 3F = 63 kph.

3. Yes in BDC Body.

4. No.

DRL front and rear in BDC, are you sure? Could you please elaborate the FDL lines?

No. You misunderstood. See numbering.


Quote this message in a reply
[+] 1 user says Thank You to Almaretto for this post
10-12-2018, 07:38 AM,
Post: #5
RE: G30 coding questions
Hi,

If I could add my two questions regarding G30 coding:
1) How can I disable acoustic seatbelt reminder for driver (which module and option name)?
2) Where can I find and disable HORN_AT_SECURE option, at least that's how it was called in F10 and it was in CAS module by then.

Thanks smile

Regards,
MicRofT

BMW diagnostics and coding help in Warsaw/Poland (ISTA, Esys).
Please do not share/publish my links anywhere without my knowledge.
Quote this message in a reply
10-12-2018, 07:49 AM,
Post: #6
RE: G30 coding questions
(10-12-2018, 07:38 AM)MicRofT Wrote:  Hi,

If I could add my two questions regarding G30 coding:
1) How can I disable acoustic seatbelt reminder for driver (which module and option name)?
2) Where can I find and disable HORN_AT_SECURE option, at least that's how it was called in F10 and it was in CAS module by then.

Thanks smile
1. ACSM, like all other chassis.
2. BDC_Body (either 17BC or 5FA9).


Reputation: +1 - MicRofT [+1]
Quote this message in a reply
[+] 1 user says Thank You to Almaretto for this post
10-12-2018, 08:08 AM,
Post: #7
RE: G30 coding questions
(10-12-2018, 07:49 AM)Almaretto Wrote:  1. ACSM, like all other chassis.
2. BDC_Body (either 17BC or 5FA9).

Thanks  yes 

I have 4 CAFDs in BDC_Body, but only one seems to contain any useful options. However, on this one I am not getting any descriptions or names - only UNBELEGT everywhere. I am using Launcher PRO V2 - do You think this might cause the problem? Full psdzdata v4.14.30.

Regards,
MicRofT

BMW diagnostics and coding help in Warsaw/Poland (ISTA, Esys).
Please do not share/publish my links anywhere without my knowledge.
Quote this message in a reply
10-12-2018, 08:10 AM,
Post: #8
RE: G30 coding questions
(10-12-2018, 08:08 AM)MicRofT Wrote:  
(10-12-2018, 07:49 AM)Almaretto Wrote:  1. ACSM, like all other chassis.
2. BDC_Body (either 17BC or 5FA9).

Thanks  yes 

I have 4 CAFDs in BDC_Body, but only one seems to contain any useful options. However, on this one I am not getting any descriptions or names - only UNBELEGT everywhere. I am using Launcher PRO V2 - do You think this might cause the problem? Full psdzdata v4.14.30.

Multiple have useful functions. Could be because using Pro 2 rather than 3. Could also be incorrectly configured. 

Full is only needed if flashing; it offers no additional benefit for coding.


Quote this message in a reply
10-12-2018, 09:16 AM,
Post: #9
RE: G30 coding questions
(10-12-2018, 08:10 AM)Almaretto Wrote:  Multiple have useful functions. Could be because using Pro 2 rather than 3. Could also be incorrectly configured. 

Full is only needed if flashing; it offers no additional benefit for coding.

I don't believe it is a configuration problem - there is not much to configure in Launcher PRO and, besides, this is the first CAFD file that I see scrambled, every other file in F-series cars was viewed properly. Though this is the first time I tried to program G-series car. But even if so, I did manage to program MSA_MEMORY without any issues.

Yes, I know about the Lite/Full difference, but since I tend to upgrade ISTA using DELTA files (with SDP and BLP), I am left with full programming data.

Regards,
MicRofT

BMW diagnostics and coding help in Warsaw/Poland (ISTA, Esys).
Please do not share/publish my links anywhere without my knowledge.
Quote this message in a reply
19-12-2018, 17:44 PM,
Post: #10
RE: G30 coding questions
Hello,

I am going back to my trimmed CAFD problem in BDC_BODY2. I tried to change Java to 64-bit, increase memory in Launcher, disable some KIS entries, but the problem still persists. I cannot get a reply for TokenMaster so for now I only have access to Launcher PRO 2.

The CAFD file I mentioned is attached to this post. Could someone please check if it is possible to open it and read all the names properly? And hopefully help me find a reason why I cannot read values in this module, while others can be read properly (at least the ones I tried)?

Thanks.


Attached Files
CAFD_00005FA9_104_047_038.zip
File Type: .zip
Downloaded: 12 times
Size: 3.82 KB


Regards,
MicRofT

BMW diagnostics and coding help in Warsaw/Poland (ISTA, Esys).
Please do not share/publish my links anywhere without my knowledge.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Bmw f30 xdrive disable coding hero3838 5 135 8 hours ago
Last Post: hero3838
  Secure coding in BMWs (unit list) Node 88 15,332 Yesterday, 02:05 AM
Last Post: champuser-riven
XZBMW E39 Rain Light Sensor / Auto Headlight Retrofit Coding bmw335coding 1 69 31-05-2024, 06:43 AM
Last Post: Vojno
XZBMW Coding bmw f26 Adaptative LED (FRM) wellcome light angel eyes max bright ruben_17non 5 422 28-05-2024, 23:07 PM
Last Post: ruben_17non
XZBMW BMW Lane change assistant Coding Zenel6GT 4 305 28-05-2024, 17:22 PM
Last Post: Zenel6GT
XZBMW F25 Hud retrofit with EVO and 6WB kombi coding simplextibi 0 64 26-05-2024, 15:54 PM
Last Post: simplextibi
XZBMW coding drl taillight x3 g1 with esys kwastmichiel 12 1,408 22-05-2024, 11:57 AM
Last Post: Richard_1360
XZBMW BMW E71 EGS coding 8HP70 used BS68 10 603 21-05-2024, 20:56 PM
Last Post: Batje
XZBMW BMW G05. Coding(delete) Electric Tow Bar TIGHTFIN 3 172 21-05-2024, 15:56 PM
Last Post: kimz
XZBMW M performance brake DSC2 SBRE coding Ckh091020 4 418 19-05-2024, 06:09 AM
Last Post: Ckh091020

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content