Loading a Profile Using ADB Commands
Loading a Profile Using ADB Commands

Loading a Profile Using ADB Commands

Load a profile using an Android Debug Bridge (ADB) connection.
  • Open a command prompt and send the following ADB command to the device:
    $ adb shell am start -a wfc.voice.ACTION_NEW_CONFIG --es profile_uri <configuration_file>
    Where
    <configuration_file>
    is the URI of the new XML configuration file.