Updated Troubleshooting (markdown)

LukeeGD 2024-08-08 10:46:26 +08:00
parent 14cd7dc8f7
commit abf9f1b767

@ -18,9 +18,7 @@
- In NoDevice mode, your only options are to Save OTA Blobs, and Create Custom IPSW for 32-bit devices.
- Example of usage with argument: `./restore.sh --no-color --entry-device`
- The script accepts multiple arguments
- There are 2 optional arguments `--disable-sudoloop` and `--disable-usbmuxd` for Linux. (I don't recommend enabling any of these since default behavior should work fine in most cases, maybe only `--disable-usbmuxd` will be useful in case)
- By default, Legacy iOS Kit stops the usbmuxd service and starts up `sudo usbmuxd -pz`. The `--disable-usbmuxd` argument disables this
- By default, Legacy iOS Kit runs some tools as root like irecovery and idevicerestore among others. The `--disable-sudoloop` argument disables this
- There are 2 optional arguments `--disable-sudoloop` and `--disable-usbmuxd` for Linux. (I don't recommend enabling any of these 2 in most cases)
- All other options (full output of `--help`):
```