Android Head Units

Android Head Units

How to pull factory_config.xml file from Head Unit?

The factory_config.xml file is a device/vendor specific configuration file that gets shipped with your Head Unit. Before you make any changes, please make a backup of the original file, so that you can always revert to it.

  1. Download ADB from Android SDK Platform Tools
  2. Create a Wi-Fi hotspot on your phone
  3. Connect Head Unit and your laptop to that Wi-Fi hotspot
  4. Connect to the Head Unit with ADB
    adb connect IP:PORT
    
  5. Pull the file into your laptop
    adb pull /mnt/vendor/persist/OEM/factory_config.xml
    
  6. Disconnect
    adb disconnect
    
Back to all KSW FAQs