Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Toolbox 3 Gateway Configuration Edit on Model 3 / Y?

This site may earn commission on affiliate links.

terranx

Active Member
Aug 29, 2019
3,450
4,794
USA
Listings
Anyone out there know how to do this? As best as I can tell, the menu the tesla techs use (something to the effect of dashboard -> infotainment -> vehicle configuration change) isn't present in the version of toolbox us mere mortals get access to. However, under actions, PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS is available. The parameters it accepts are ConfigParams (type List) and Configs Require Ice Reboot (presumably yes/no, true/false, 0/1, etc -- can be left blank though I believe).

1669580343186.png


From what I can tell digging through the app.f5d3cbaebb2ad903a936.js file, this action is what's invoked when making the gateway config changes the official way. I just can't figure out how to format the input. For example I'm trying to change id 32 to 01, and I've tried sending {32, 01} and many variants (with quotes, different brackets, etc), to no avail. I mostly get an error about not being to cast the input as a List.

Anyone out there know what to do or can help with some hints? I can share any other relevant info
 
  • Like
Reactions: WhiteM3P-
You could try setting 150 to 2 -- that's what sets the caliper color to red on the S/X. But my M3P has that set to 0, so it might just be something that's hardcoded on the model 3s

Code:
configid:
150 (cfg_calipercolortype)
data:
00 (UNKNOWN)
02 (RED)
Do any one successfully change this config to make the caliper color into red? I rent a toolbox today. seems like I have to use a windows laptop to downlow the Toolbox Proxy in order to connect to the proxy than running service shell. I am wondering if I successfully using the service shell am I need to use command `gw-diag SET_CONFIG_DATA 00 150 02` to change the configid 150 cfg_calipercolortype into 02 which is RED. But what does the 00 means after the SET_CONFIG_DATA.
 
  • Like
Reactions: WhiteM3P-
Upvote 0
Do any one successfully change this config to make the caliper color into red? I rent a toolbox today. seems like I have to use a windows laptop to downlow the Toolbox Proxy in order to connect to the proxy than running service shell. I am wondering if I successfully using the service shell am I need to use command `gw-diag SET_CONFIG_DATA 00 150 02` to change the configid 150 cfg_calipercolortype into 02 which is RED. But what does the 00 means after the SET_CONFIG_DATA.
I used that command to change the color for non performance vin cars. You need to reboot gateway for it to show up. And it still won't show in your phone app image.
 
  • Like
Reactions: Merchant Zhang
Upvote 0