Difference between revisions of "AT+XNONCE"

From The iPhone Wiki
Jump to: navigation, search
Line 1: Line 1:
  +
{{DISPLAYTITLE:AT+NONCE}}
 
The [[at+nonce]] command returns a random string that was generated at boot time. This string is used together with some other device specific identifiers as a base to let Apple generate a certificate, similar to [[SHSH]], to allow installation of [[Baseband Firmware|baseband firmware]]. The baseband checks the certificate and allows or denies installation of its firmware.
 
The [[at+nonce]] command returns a random string that was generated at boot time. This string is used together with some other device specific identifiers as a base to let Apple generate a certificate, similar to [[SHSH]], to allow installation of [[Baseband Firmware|baseband firmware]]. The baseband checks the certificate and allows or denies installation of its firmware.
 
<br>This string can be obtained by using the [[MobileDevice Library]] to call for AMDeviceCopyValue on "BasebandNonce".
 
<br>This string can be obtained by using the [[MobileDevice Library]] to call for AMDeviceCopyValue on "BasebandNonce".

Revision as of 05:01, 6 February 2011

The at+nonce command returns a random string that was generated at boot time. This string is used together with some other device specific identifiers as a base to let Apple generate a certificate, similar to SHSH, to allow installation of baseband firmware. The baseband checks the certificate and allows or denies installation of its firmware.
This string can be obtained by using the MobileDevice Library to call for AMDeviceCopyValue on "BasebandNonce".

References / More infos