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: 235 times
Size: 12.84 KB

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

BMW G20 Coding Cheat Sheet - Apr 2021.pdf
File Type: .pdf
Downloaded: 542 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: 213 times
Size: 45.49 KB

S15A.xlsx
File Type: .xlsx
Downloaded: 386 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: 123 times
Size: 32 bytes

SabinCheatSheets.rar
File Type: .rar
Downloaded: 142 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 REQUEST FSC CODE muskatas 4,331 375,486 11 hours ago
Last Post: jaki
XZBMW coding drl taillight x3 g1 with esys kwastmichiel 12 1,330 Yesterday, 11:57 AM
Last Post: Richard_1360
XZBMW BMW E71 EGS coding 8HP70 used BS68 10 564 21-05-2024, 20:56 PM
Last Post: Batje
XZBMW BMW G05. Coding(delete) Electric Tow Bar TIGHTFIN 3 102 21-05-2024, 15:56 PM
Last Post: kimz
XZBMW BMW Navigation Maps FSC activation code (request) rogerkj71 96 12,368 21-05-2024, 09:11 AM
Last Post: zemanely
XZBMW M performance brake DSC2 SBRE coding Ckh091020 4 382 19-05-2024, 06:09 AM
Last Post: Ckh091020
XZBMW Request KAFAS FSC repair pack miru75 75 8,863 15-05-2024, 17:01 PM
Last Post: XALLECS
XZBMW Bmw e53 dsc coding hero3838 20 392 15-05-2024, 16:00 PM
Last Post: Node
XZBMW Coding a F80 M3 race car PeterY 18 835 14-05-2024, 08:38 AM
Last Post: simonchs
XZBMW coding 2018 bmw bike with ncs expert carlosabh71 13 1,650 09-05-2024, 14:25 PM
Last Post: TheNine90

Forum Jump:


Users browsing this thread:
2 Guest(s)

Return to TopReturn to Content