libimobiledevice
1.3.0
API Documentation - Return to Homepage
|
◆ preboard_create_stashbag()
Tells the preboard service to create a stashbag. This will make the device show a passcode entry so it can generate and store a token that is later used during restore.
The callback or following preboard_receive* invocations will usually receive a dictionary with: { ShowDialog: true } If the user does not enter a passcode, after 2 minutes a timeout is reached and the device sends a dictionary with: { Timeout: true } followed by { HideDialog: true } If the user aborts the passcode entry, the device sends a dictionary: { Error: 1, ErrorString: <error string>=""> } followed by { HideDialog: true }
|