Linux command
ideviceenterrecovery 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Enter recovery mode
ideviceenterrecovery [udid]
Enter recovery by name
ideviceenterrecovery -n [device-name]
Debug mode
ideviceenterrecovery -d [udid]
说明
ideviceenterrecovery puts an iOS device into recovery mode. Recovery mode is used for firmware restoration and troubleshooting. The tool sends the command to enter recovery via USB. The device must be paired and trusted.
参数
- -n _NAME_
- Target by device name.
- -d, --debug
- Debug output.
- --help
- Display help information.
FAQ
What is the ideviceenterrecovery command used for?
ideviceenterrecovery puts an iOS device into recovery mode. Recovery mode is used for firmware restoration and troubleshooting. The tool sends the command to enter recovery via USB. The device must be paired and trusted.
How do I run a basic ideviceenterrecovery example?
Run `ideviceenterrecovery [udid]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -n _NAME_ do in ideviceenterrecovery?
Target by device name.