Audi Forum banner
1 - 1 of 6 Posts

· Registered
Joined
·
21 Posts
the difference between touareg and audi may be in the param.sys file. if you look at [1210] it has a nomap_enbl=true line which doesn't appear in [605] audi nav+(maybe this line turns off some map features in the touareg). this is just speculation but they may be many variables that turn features on/off , if you look at the mercedes [27225] it has IND_AREA_DISPL = FALSE, which could mean industrial area display (this could be POI's). what you can do is modify [1210] to look like [605] and add IND_AREA_DISPL = TRUE so it would look like this.

[1210] # VW Colorado (Touareg)
SWProduct = navusa_m
BDATA_PREFIX = !~
IND_AREA_DISPL = TRUE

of course you do this at your own risk, no one knows what would happen if you turn on certain variables that was turned off by default.

original param.sys reference

[605] # AUDI_2DIN, VW_2DIN
SWProduct = navusa_m
BDATA_PREFIX = !~

[1210] # VW Colorado (Touareg)
SWProduct = navusa_m
NOMAP_ENBL = TRUE
BDATA_PREFIX = !~

[27225] # COMAND_2_0
SWProduct = navusa_m
IND_AREA_DISPL = FALSE
TMC_IN_RL_PREFIX = TMC~
 
1 - 1 of 6 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top