Difference between revisions of "Infotainmet System - Media Configuration"
Steve Cable (Talk | contribs) |
Steve Cable (Talk | contribs) |
||
| Line 1: | Line 1: | ||
==Phone== | ==Phone== | ||
===Config File=== | ===Config File=== | ||
| − | Phone app configuration is located in phone_config.csv, located in the main infotainment install directory. | + | Phone app configuration is located in '''phone_config.csv''', located in the main infotainment install directory. |
| + | |||
| + | Entries in this file are split into two sections, each containing a commented line (lines beginning with a double forward slash, ie //) declaring the entries following it: | ||
| + | <syntaxhighlight lang="javascript" style="padding:20px; border:1px solid #CCC; margin:2em;"> | ||
| + | // CALL_HISTORY | ||
| + | </syntaxhighlight> | ||
| + | <syntaxhighlight lang="javascript" style="padding:20px; border:1px solid #CCC; margin:2em;"> | ||
| + | // CONTACTS | ||
| + | </syntaxhighlight> | ||
| + | '''These two lines '''These lines should not be removed.''' | ||
==Messaging== | ==Messaging== | ||
===Config File=== | ===Config File=== | ||
| − | Message app configuration is located in messages_config.json, located in the main infotainment install directory. | + | Message app configuration is located in '''messages_config.json''', located in the main infotainment install directory. |
==Streaming / Album== | ==Streaming / Album== | ||
Revision as of 15:53, 1 August 2022
Phone
Config File
Phone app configuration is located in phone_config.csv, located in the main infotainment install directory.
Entries in this file are split into two sections, each containing a commented line (lines beginning with a double forward slash, ie //) declaring the entries following it:
// CALL_HISTORY// CONTACTSThese two lines These lines should not be removed.
Messaging
Config File
Message app configuration is located in messages_config.json, located in the main infotainment install directory.