How to pull zxw_factory_config.xml file from Head Unit?
The zxw_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.
- Download ADB from Android SDK Platform Tools
- Create a Wi-Fi hotspot on your phone
- Connect Head Unit and your laptop to that Wi-Fi hotspot
- Connect to the Head Unit with ADB
adb connect IP:PORT
- Pull the file into your laptop
If this command fails with a “Permission Denied” error, you will need to change the permissions on the file in order to pull/copy it:adb pull /mnt/privdata1/zxw_factory_config.xml
Then re-run theadb shell su chmod +r /mnt/privdata1/zxw_factory_config.xml exit exit
adb pull
command above - Disconnect
adb disconnect