Skip to content

Commit

Permalink
Fix ZXW path for factory config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbrk committed Oct 28, 2024
1 parent 4f81b1f commit da71ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/faq/zxw/pull-factory-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `factory_config.xml` file is a device/vendor specific configuration file tha
```
5. Pull the file into your laptop
```sh
adb pull /mnt/vendor/persist/OEM/zxw_factory_config.xml
adb pull /mnt/privdata1/zxw_factory_config.xml
```
6. Disconnect
```sh
Expand Down

0 comments on commit da71ffa

Please sign in to comment.