View Single Post
      03-21-2021, 05:25 AM   #266
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Hi,

Understand. I will try out and revert whether it will work in Singapore or not.

Usually I will try to code one by one to know what actually each line of code does. Like the coding for the "Additional display" for HUD that you share to solve to display the tach display when in sport mode, i learn as i code one by one at each time and see what it does. I will indicate in my own record as per below so that i know i am doing next time if i were to do it again if the coding get erase after software upgrade.

CB_HUD_FAS: aktiv [01]
Driver Assistance Checkbox

CB_HUD_LIST_AUS: nicht_aktiv [00]
Additional Displays Menu

CB_HUD_LIST_AUTOMATISCH: nicht_aktiv [00]
Additional Displays - Automatic Option

CB_HUD_LIST_FAS_PERMANENT: nicht_aktiv [00]
Additional Displays - Driver assistant Option

CB_HUD_LIST_SPORT_PERMANENT: aktiv [01]
Additional Displays - Sport displays Option

CB_HUD_LIST_SPORT_AUS: aktiv [01]
Sport Displays Menu

CB_HUD_LIST_SPORT_FES: aktiv [01]
Sport Displays Menu - Display in Sports




Quote:
Originally Posted by ifr View Post
That is your only option. SAS is where the region locks are, so you can code whatever you light for TLA but it will never work.

That's why the spreadsheet states to code them and that's why I told you to code as per the spreadsheet, not cherry pick what you think might work.

No idea if it will work in Singapore. You could buy esysx, code it and find it doesn't work. Your choice, but do report back the result.

If you get it fully working, the idrive advice I gave 'should' disable the Drive Assist intervention part
Appreciate 0