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

G30 coding cheat sheet (request)
03-05-2022, 16:02 PM,
Post: #1
G30 coding cheat sheet (request)
Hello, I searched the forums, but I could not find the G30 coding list. I'm doing some coding with Bimmercode. I need the encoding list to be able to do the same encodings to the remote vehicle. Can you share about it?

respects.

I found the post of a Korean friend. I am sharing them in the attachment.

HERE WE CAN CREATE A CODING ARCHIVE FOR THE G-SERIES. I BELIEVE IT WILL BE A BEAUTIFUL ARCHIVE IF THE PROFESSIONALS SUPPORT IT.


Attached Files
NaMoo_F0xx_1.03.rar
File Type: .rar
Downloaded: 234 times
Size: 12.84 KB

NaMoo_S15A_lite_1.02.rar
File Type: .rar
Downloaded: 354 times
Size: 6.75 KB

BMW G20 Coding Cheat Sheet - Apr 2021.pdf
File Type: .pdf
Downloaded: 541 times
Size: 89.92 KB


BMW_MB REMOTE CODING. FBS4 RENEW CRD3,MED17,EDC17
MGU KAFAS4 RENEW.
7DCT300 EGS ISN RESET
F Series Remote EGS ISN Reset
G Series Remote 8HP50 ISN Reset 
NBTEVO Regional Change FSC
MERCEDES OFFLINE ALL UNIT CODING.
AMG MENU ACTIVATION.
Mercedes Anti Theft Code.
Reputation: +9 - DJenka [+1] , BimmerDev [+1] , pasa29 [+1] , Emelint [+1] , navimaniac [+1] , juantg93 [+1] , tcp443 [+1] , ArcziArcz [+1] , max72 [+1]
[+] 23 users say Thank You to donjuan020 for this post
04-05-2022, 19:25 PM,
Post: #2
RE: G30 coding cheat sheet (request)
Add G20 Coding cheat sheet.

BMW_MB REMOTE CODING. FBS4 RENEW CRD3,MED17,EDC17
MGU KAFAS4 RENEW.
7DCT300 EGS ISN RESET
F Series Remote EGS ISN Reset
G Series Remote 8HP50 ISN Reset 
NBTEVO Regional Change FSC
MERCEDES OFFLINE ALL UNIT CODING.
AMG MENU ACTIVATION.
Mercedes Anti Theft Code.
04-05-2022, 20:26 PM,
Post: #3
RE: G30 coding cheat sheet (request)
M Font and Logo

DKombi4
Expert Mode
3001 KI_Parameter
AG_MPA_MSP_VIEW
MPA_ANSICHT_260_SKALA

LOGO

3001 KI_PARAMETER
LOGO_SCHRIFTZUG
MSP_LOGO

CAR COLOR AND TRIM

HU_MGU
EXPERT MODE
3000 HMI_SPEECH
TRIM_LINE
MSPORTPAKET

3000 HMI_SPEECH
VEHICLE_COLOUR

# Fix Speedo running too high

Instrument Cluster (DKOMBI4): BC_V_KORREKTUR mit_korrecktur --> ohne_korrektur

# Fog light on with high beams (US default Off)
BDC: NSW_AUS_BEI_FL active --> nict_active

# Fog lights on with parking lights
Body Domain Controller (BDC): NSW_EIN_AUF_LDS_STL nict_active --> active

# Change logo displayed in Instrument Cluster
Instrument Cluster (DKOMBI4): LOGO_SCHRIFTZUG (default) --> (any) 'kein_logo' to remove.


BDC_BODY: VAM_HORN_AT_SECURE

Disables the annoying horn honk if the car is running and you lock the doors.

BDC_BODY: FesPiaDefaultLastUserMode
Change normal driving mode, original is Comfort.



# Fog lights on with parking lights

Body Domain Controller (BDC): NSW_EIN_AUF_LDS_STL nict_active --> active


"Body Domain Controller" aka BDC is the module in Bimmercode (BDCXXXX in eSys).



"NSW_EIN_AUF_LDS_STL" is the FDL code, or the function to change.


"nict_active --> active" by default, value is "nict_active", this needs to change to "active"



# Fog lights on with parking lights

Body Domain Controller (BDC): NSW_EIN_AUF_LDS_STL nict_active --> active


"Body Domain Controller" aka BDC is the module in Bimmercode (BDCXXXX in eSys).



"NSW_EIN_AUF_LDS_STL" is the FDL code, or the function to change.


"nict_active --> active" by default, value is "nict_active", this needs to change to "active"



Module = ACSM5

Branch = 3001 Gurtwarnung

Item = SbrIwEnb
Value = nicht_aktiv [00] (it is aktiv [01] from factory)



HU_NBT2 / 3000 HMI / M_Vehicle_Setup & M_Menu & M_Inszenierung & MDrive_Config & MDRIVE



BDC 3210_DG_3210 VCM_TYPE_VEHICLE G0001 (many options here)
BDC 3210_DG_3210 VCM_TYPE_BODY SPORTS_ACTIVITY_VEHICLE



1. Go to HeadUnit (HU_NBT2)

2. Click "Expert" and accept that you are going to cause the next pandemic.

3a. Under 3000_HMI. Go to HIGH_END_AUDIO_B_UND_W. Change from "Kein_Menue" to "Volle_insz".

3b. Under 3000_HMI. Go to HIGH_END_AUDIO_MENUE. Change from "Kein_Menue" to "Volle_insz".
4a. Switch to 300B_Touch_Command. Go to TC_HIGH_END_AUDIO_B_UND_W. Change from "Kein_Menue" to "Volle_insz".



DKOHMBI2 3000 display_configuration / ALPINA_ENABLE Nicht_Aktiv
DKOHMBI2 3001 KI_Parameter / LOGO_SCHRIFTZUG m40i



BDC: 3D01 RemoteControlIntegration -> RCI LOGO SELECT -> AG = BMW-Logo, MSP=M-Logo

BMW_MB REMOTE CODING. FBS4 RENEW CRD3,MED17,EDC17
MGU KAFAS4 RENEW.
7DCT300 EGS ISN RESET
F Series Remote EGS ISN Reset
G Series Remote 8HP50 ISN Reset 
NBTEVO Regional Change FSC
MERCEDES OFFLINE ALL UNIT CODING.
AMG MENU ACTIVATION.
Mercedes Anti Theft Code.
Reputation: +2 - navimaniac [+1] , tcp443 [+1]
[+] 2 users say Thank You to donjuan020 for this post
05-05-2022, 08:26 AM,
Post: #4
RE: G30 coding cheat sheet (request)
(03-05-2022, 16:02 PM)donjuan020 Wrote:  Hello, I searched the forums, but I could not find the G30 coding list. I'm doing some coding with Bimmercode. I need the encoding list to be able to do the same encodings to the remote vehicle. Can you share about it?

respects.

I found the post of a Korean friend. I am sharing them in the attachment.

HERE WE CAN CREATE A CODING ARCHIVE FOR THE G-SERIES. I BELIEVE IT WILL BE A BEAUTIFUL ARCHIVE IF THE PROFESSIONALS SUPPORT IT.

Here I have uploaded them translated


Attached Files
Fxx.xlsx
File Type: .xlsx
Downloaded: 212 times
Size: 45.49 KB

S15A.xlsx
File Type: .xlsx
Downloaded: 383 times
Size: 27.47 KB


[Image: OxNUyuy.jpg]
Reputation: +12 - kaan12345 [+1] , bulletvip [+1] , pasa29 [+1] , Since1453 [+1] , navimaniac [+1] , Siki78 [+1] , brag288 [+1] , tcp443 [+1] , ArcziArcz [+1] , KarlssonV12FSI [+1] , wardik [+1] , waynex666 [+1]
[+] 21 users say Thank You to XuLeTZ for this post
28-12-2022, 22:50 PM,
Post: #5
RE: G30 coding cheat sheet (request)
Greetings my friends, I'm looking for the commands for the ambient lighting on a G30 Lci so I can recode the colors, who can help me
[+] 1 user says Thank You to Since1453 for this post
29-12-2022, 06:44 AM,
Post: #6
RE: G30 coding cheat sheet (request)
For ambient lighting there isnt a cheat sheet. You have to do it manually for each colour and trim you want to modify
29-12-2022, 10:04 AM, (This post was last modified: 29-12-2022, 10:12 AM by sabinglig.)
Post: #7
RE: G30 coding cheat sheet (request)
Here are some cheet sheets created by me for esys ultra for G30:
-enable GiveAway for countries that don't have this feature enable (need 5at)
-enable SLI after importing FSC
-kombi to remain white at night
-speed rate update of km/h to be more fluent on HUD and sport mode
-lci tail light error

HU_NBT2 - 3000HMI - SPEEDLOCK_FREISCHALTMENU - active

After the encoding is completed and the NBT is rested,press the controller in up direction, without releasing the controller, press in turn MEDIA - MENU - MEDIA,
a message appears.
Select CD/MM: deactivate Speedlock.

I am testing the codings for speed limit assist for countries that have this feature disabled, will post the results.

For ambient light i use the link bellow. It is creted by one of the members, and i thank him for it.

for heating steering wheel
AKT_AUTO_LENKRADHEIZUNG: aktiv


bdc 
CODDT_BYTE_00_LRE_LIN: LHZ_LRE_mit_TASTER
CTRL_HOD_CODG_STWH_LIN: verbaut [01]
LHZ_CCM_IKF: aktiv
LIN_VARIANTE_LRE: lre_tlc_lhz_taster
LRE_LHZ_VERBAUT: aktiv

There are many more but i don't remember them right now.


Attached Files
ambient light.txt
File Type: .txt
Downloaded: 121 times
Size: 32 bytes

SabinCheatSheets.rar
File Type: .rar
Downloaded: 141 times
Size: 3.84 KB

Reputation: +3 - TheNine90 [+1] , Loliceman [+1] , Since1453 [+1]
[+] 3 users say Thank You to sabinglig for this post
29-12-2022, 21:37 PM,
Post: #8
RE: G30 coding cheat sheet (request)
(29-12-2022, 10:04 AM)Does this link also work on the BDC 3 on the g30 LCI sabinglig Wrote:  Here are some cheet sheets created by me for esys ultra for G30:
-enable GiveAway for countries that don't have this feature enable (need 5at)
-enable SLI after importing FSC
-kombi to remain white at night
-speed rate update of km/h to be more fluent on HUD and sport mode
-lci tail light error

HU_NBT2 - 3000HMI - SPEEDLOCK_FREISCHALTMENU - active

After the encoding is completed and the NBT is rested,press the controller in up direction, without releasing the controller, press in turn MEDIA - MENU - MEDIA,
a message appears.
Select CD/MM: deactivate Speedlock.

I am testing the codings for speed limit assist for countries that have this feature disabled, will post the results.


For ambient light i use the link bellow. It is creted by one of the members, and i thank him for it.

for heating steering wheel
AKT_AUTO_LENKRADHEIZUNG: aktiv


bdc 
CODDT_BYTE_00_LRE_LIN: LHZ_LRE_mit_TASTER
CTRL_HOD_CODG_STWH_LIN: verbaut [01]
LHZ_CCM_IKF: aktiv
LIN_VARIANTE_LRE: lre_tlc_lhz_taster
LRE_LHZ_VERBAUT: aktiv

There are many more but i don't remember them right now.
29-12-2022, 21:44 PM,
Post: #9
RE: G30 coding cheat sheet (request)
yes you can upload bdc3 cafd as well on that link.
[+] 1 user says Thank You to sabinglig for this post
29-12-2022, 22:22 PM, (This post was last modified: 29-12-2022, 22:47 PM by Since1453.)
Post: #10
RE: G30 coding cheat sheet (request)
(29-12-2022, 21:44 PM)what happens to the ones i haven\t changed because when i click on them they're all FFFFFF sabinglig Wrote:  yes you can upload bdc3 cafd as well on that link.

It's great that you can change the ambient lighting with it, but I would like to know where the individual commands are in the BDC3.
I would be very grateful if someone would let me know


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW BMW Navigation Maps FSC activation code (request) rogerkj71 90 11,759 11 hours ago
Last Post: Migz
XZBMW REQUEST FSC CODE muskatas 4,306 365,764 Yesterday, 12:12 PM
Last Post: Raimo5
XZBMW Bmw e53 dsc coding hero3838 4 49 09-05-2024, 20:04 PM
Last Post: hero3838
XZBMW coding 2018 bmw bike with ncs expert carlosabh71 13 1,592 09-05-2024, 14:25 PM
Last Post: TheNine90
XZBMW Motorrad esys coding using ENET and ICOMD cable bennymx 17 2,938 09-05-2024, 11:20 AM
Last Post: Vojno
XZBMW BMW E71 EGS coding 8HP70 used BS68 5 356 08-05-2024, 11:19 AM
Last Post: EngineerX
XZBMW Request for EBAs gyver 159 24,790 06-05-2024, 12:16 PM
Last Post: vikro2000
  F25 5AS,8th and 5AC coding with 6wb kombi simplextibi 1 87 04-05-2024, 06:37 AM
Last Post: Stratofortress
XZBMW TCB Validation Request .json ivo1bg 3 251 01-05-2024, 19:38 PM
Last Post: mbm1703
XZBMW Bmw F34 trailer hitch coding ? Cryjack 2 91 27-04-2024, 20:27 PM
Last Post: dumitru.o

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content