logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ideviceactivation - Activate or deactivate an iOS device.

Author

       Martin Szulecki

Commands

activate
              Attempt to activate the device.

       deactivate
              Deactivates the device.

       state  Query device for activation state.

Description

       Allows to activate and deactivate iOS devices by talking to Apple's webservice.

       If the activation process uses forms, input will be requested from the user.

Name

       ideviceactivation - Activate or deactivate an iOS device.

On The Web

http://www.libimobiledevice.org

       https://github.com/libimobiledevice/libideviceactivation/

                                                                                            ideviceactivation(1)

Options

-d,--debug
              Enable communication debugging.

       -u,--udidUDID
              Target specific device by UDID.

       -n,--network
              Connect to network device.

       -b,--batch
              Explicitly run in non-interactive mode (default: auto-detect).

       -s,--serviceURL
              Use activation webservice at URL instead of default.

       -v,--version
              Print version information and exit.

       -h,--help
              Prints usage information.

Synopsis

ideviceactivation activate [OPTIONS]

       ideviceactivation deactivate [OPTIONS]

       ideviceactivation state [OPTIONS]

See Also