idevicedevmodectl.1 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .TH "idevicedevmodectl" 1
  2. .SH NAME
  3. idevicedevmodectl \- Enable Developer Mode on iOS 16+ devices or print the current status.
  4. .SH SYNOPSIS
  5. .B idevicedevmodectl
  6. COMMAND
  7. [OPTIONS]
  8. .SH DESCRIPTION
  9. Enable Developer Mode on iOS 16+ devices or print the current status.
  10. .SH NOTE
  11. Passcode-protected devices will NOT allow enabling of Developer Mode from the command line. It has to be enabled on the device itself under Settings -> Privacy & Security -> Developer Mode.
  12. The \f[B]enable\f[] command will try to enable it, and tell you if that's the case.
  13. If the menu is not shown, you may use the \f[B]reveal\f[] command to reveal it.
  14. .SH COMMANDS
  15. .TP
  16. .B list
  17. Prints the Developer Mode status of all connected devices, or for a specific one if \f[B]\-\-udid\f[] is given.
  18. .TP
  19. .B enable
  20. Enable Developer Mode (device will reboot), and confirm it after device booted up again.
  21. .TP
  22. .B arm
  23. Arm the Developer Mode (device will reboot)
  24. .TP
  25. .B confirm
  26. Confirm enabling of Developer Mode
  27. .TP
  28. .B reveal
  29. Reveal the Developer Mode menu on the device under Settings -> Privacy & Security
  30. .SH OPTIONS
  31. .TP
  32. .B \-u, \-\-udid UDID
  33. target specific device by UDID
  34. .TP
  35. .B \-n, \-\-network
  36. connect to network device
  37. .TP
  38. .B \-d, \-\-debug
  39. enable communication debugging
  40. .TP
  41. .B \-h, \-\-help
  42. print usage information
  43. .TP
  44. .B \-v, \-\-version
  45. print version information
  46. .SH AUTHORS
  47. Nikias Bassen
  48. .SH ON THE WEB
  49. https://libimobiledevice.org
  50. https://github.com/libimobiledevice/libimobiledevice