<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lets Unlock iPhone iOS 6.1.3 Evasi0n Untethered Jailbreak and Network Checker &#187; iactivator</title>
	<atom:link href="http://www.letsunlockiphone.com/tag/iactivator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letsunlockiphone.com</link>
	<description>How to Unlock iPhone 5 / 4s / 4 / Guides, IMEI Unlock Codes for all iPhones, iOS 6 GM Downloads and Jailbreak at LetsUnlockiPhone best online Community</description>
	<lastBuildDate>Sun, 19 May 2013 12:24:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>iPhone Activation Process [wiki]</title>
		<link>http://www.letsunlockiphone.com/iphone-activation-precess-work-wildcard-ticket/</link>
		<comments>http://www.letsunlockiphone.com/iphone-activation-precess-work-wildcard-ticket/#comments</comments>
		<pubDate>Mon, 21 May 2012 23:03:31 +0000</pubDate>
		<dc:creator>Andrey Rivers</dc:creator>
				<category><![CDATA[iPhone Baseband]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[baseband]]></category>
		<category><![CDATA[chipid]]></category>
		<category><![CDATA[iactivator]]></category>
		<category><![CDATA[imei]]></category>
		<category><![CDATA[imsi]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[unlock]]></category>

		<guid isPermaLink="false">http://www.letsunlockiphone.com/?p=3724</guid>
		<description><![CDATA[Under iPhone activation process one should understand a process of device validation by Apple through iTunes using internet connection. When the iPhone comes as a new device or is newly restored, it usually has &#8220;Emergency Call Screen&#8221; or &#8220;Connect to iTunes&#8221; sign. Be careful not to mess this screen with Recovery Mode &#8211; activation screen has a battery indicator in the top right corner to indicate the difference). After the activation process is complete you will be brought to devices SpringBoard with all the functions available. The file which includes code responsible for activating process can be found lockdownd, a daemon that always runs on the background and monitors gadget&#8217;s activation status, FairPlay, CarrierDebug status as well as few other]]></description>
				<content:encoded><![CDATA[<div style="float:right;margin:5px;" class="CBD_ad"></div> <p>Under iPhone activation process one should understand a process of device validation by Apple through iTunes using internet connection. When the iPhone comes as a new device or is newly restored, it usually has &#8220;Emergency Call Screen&#8221; or &#8220;Connect to iTunes&#8221; sign. Be careful not to mess this screen with Recovery Mode &#8211; activation screen has a battery indicator in the top right corner to indicate the difference). After the activation process is complete you will be brought to devices SpringBoard with all the functions available. The file which includes code responsible for activating process can be found lockdownd, a daemon that always runs on the background and monitors gadget&#8217;s activation status, FairPlay, CarrierDebug status as well as few other things.</p> <p><span id="more-3724"></span></p> <p style="text-align: center;"><a href="http://www.letsunlockiphone.com/wp-content/uploads/iPhone-Activation-lockdownd.jpg" rel="follow"><img class="aligncenter  wp-image-3738" title="iPhone Activation lockdownd" src="http://www.letsunlockiphone.com/wp-content/uploads/iPhone-Activation-lockdownd.jpg" alt="iPhone Activation lockdownd" width="512" height="768" /></a></p> <p>The lockdownd process patches activate your phone and remove the need in legitimate activation process involving iTunes with an official carrier. That requires a device to be jailbroken to enable the kernel patching and iBoot launch without dynamic libraries dynamically patching in RAM.  But that&#8217;s not the end of the process.</p> <p>The iPhone can&#8217;t be used normally (calling, texting) unless its baseband will be unlocked. That can be achieved through various software and hardware solutions depending on device model. Lockdownd patches are only used on the iPhone and iPad 3g or CDMA. Those type of patches has never been declined despite country, firmware or other factors.</p> <p>iPhone unlock exploits like <a title="Use SAM To Unlock iOS 5.1.1 on iPhone [How to]" href="http://www.letsunlockiphone.com/sam-unlock-ios-5-1-1-iphone-how-to/" rel="follow">SAM unlock</a> or <a title="WildCard Ticket Exploit on iPhone Baseband Activation: Similar to SAM Unlock" href="http://www.letsunlockiphone.com/wildcard-ticket-iphone-unlock-exploit/" rel="follow">WildCard Ticket unlock</a> are based on activation process.</p> <p><strong>Activation process is handled by Apple Server:</strong></p> <pre>https://albert.apple.com/WebObjects/ALActivation.woa/wa/deviceActivation</pre> <p>Here is the sample of activation request by Apple</p> <p><a href="http://pastebin.com/17HeEY2Y" rel="follow">Download</a> sample</p> <h2>Layout of Activation Token</h2> <p>This is the CFDictionary string representation which gets sent to Apple&#8217;s server.The object can be obtained by using the MobileDevice Library, AMDeviceCopyValue function with the &#8220;ActivationInfo&#8221; value.</p> <p>It is generated by lockdownd. Upon generation it stores ActivationRandomness in data ark and later checks it, thus only the last generated token it valid. SHA1 is generated in lockdown and then it makes a request to fairplayd to complete signature process and obtain certificate chain.</p> <pre>&lt;dict&gt;         &lt;key&gt;ActivationInfoComplete&lt;/key&gt;         &lt;true/&gt;         &lt;key&gt;ActivationInfoXML&lt;/key&gt;         &lt;data&gt;         (base64-encoded activation info here)         &lt;/data&gt;         &lt;key&gt;FairPlayCertChain&lt;/key&gt;         &lt;data&gt;         (base64-encoded RSA certificate chain including root CA in DER format)         &lt;/data&gt;         &lt;key&gt;FairPlaySignature&lt;/key&gt;         &lt;data&gt;         (base64-encoded signature (SHA1+RSA) of ActivationInfoXML, validated using FairPlayCertChain certificate)         &lt;/data&gt;   &lt;/dict&gt;</pre> <p>Source: <a href="http://theiphonewiki.com/wiki/index.php?title=Activation_Token" rel="follow">theiPhoneWiki</a></p> <p>You can find your activation file in the following directory:</p> <pre> /var/root/Library/Lockdown/activation_records/</pre> <p>This ActivationTicket is bound to a specific SIM card. If Apple sees that something is wrong then it locks iPhone again. In other words you can’t use iTunes if your iPhone is unlocked unofficially. SAM unlock is work with the same Wildcard Ticket Activation method to fool Apple Activation server. <div style="clear:both;"></div> ]]></content:encoded>
			<wfw:commentRss>http://www.letsunlockiphone.com/iphone-activation-precess-work-wildcard-ticket/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WildCard Ticket Exploit on iPhone Baseband Activation: Similar to SAM Unlock</title>
		<link>http://www.letsunlockiphone.com/wildcard-ticket-iphone-unlock-exploit/</link>
		<comments>http://www.letsunlockiphone.com/wildcard-ticket-iphone-unlock-exploit/#comments</comments>
		<pubDate>Mon, 21 May 2012 17:24:45 +0000</pubDate>
		<dc:creator>Andrey Rivers</dc:creator>
				<category><![CDATA[iPhone Unlock]]></category>
		<category><![CDATA[04.11.08]]></category>
		<category><![CDATA[04.12.01]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[activation ticket]]></category>
		<category><![CDATA[AT+]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[iactivator]]></category>
		<category><![CDATA[minicom]]></category>
		<category><![CDATA[nck]]></category>
		<category><![CDATA[SAM unlock]]></category>
		<category><![CDATA[wildcard ticket]]></category>

		<guid isPermaLink="false">http://www.letsunlockiphone.com/?p=3568</guid>
		<description><![CDATA[It is really great to have a possibility to unlock iPhone using different exploits. Many of them are based on methods that involve baseband decrypting (NCK Unlock) or spoofing user SIM&#8217;s IMSI number (SAM unlock). Some of them are pretty hard to execute, some, like NCK unlock are right now applicable only to certain models of iPhones. Today I want to share analysis of activation exploits with you. This exploit is made to activate your locked iPhone. We will talk about WildcardTicket which is also called Activation ticket (record). When your iPhone is locked to some carrier then you need official (wildcard) activation from Apple to unlock your device. After your iPhone is unofficially unlocked by the fruit company then]]></description>
				<content:encoded><![CDATA[<p>It is really great to have a possibility to unlock iPhone using different exploits. Many of them are based on methods that involve baseband decrypting (NCK Unlock) or spoofing user SIM&#8217;s IMSI number (<a href="http://www.letsunlockiphone.com/tag/sam-unlock/" rel="follow">SAM unlock</a>). Some of them are pretty hard to execute, some, like <a href="http://www.letsunlockiphone.com/nck/" rel="follow">NCK unlock</a> are right now applicable only to certain models of iPhones. Today I want to share analysis of activation exploits with you. This exploit is made to activate your locked iPhone.</p> <p>We will talk about WildcardTicket which is also called Activation ticket (record).</p> <p><span id="more-3568"></span></p> <p><a href="http://www.letsunlockiphone.com/wp-content/uploads/wildcard.jpg" rel="follow"><img class="aligncenter size-full wp-image-3698" title="WildCard Ticket Exploit iPhone Baseband Activation" src="http://www.letsunlockiphone.com/wp-content/uploads/wildcard.jpg" alt="WildCard Ticket Exploit iPhone Baseband Activation" width="600" height="367" /></a></p> <p>When your iPhone is locked to some carrier then you need official (wildcard) activation from Apple to unlock your device. After your iPhone is unofficially unlocked by the fruit company then you can’t to connect it to iTunes for updating, syncing and stuff like this. You need to be sure that you&#8217;ve got the unlock before connecting to iTunes because when iTunes locates your iPhone it sends its data to Apple. Company&#8217;s servers analyse your baseband information like <strong>IMEI</strong>, <strong>ICCID</strong>, <strong>IMSI</strong> and generate Activation Ticket. This ActivationTicket is bound to a specific SIM card. If Apple sees that something is wrong then it locks iPhone again. In other words you can’t use iTunes if your iPhone is unlocked unofficially. SAM unlock is work with the same Wildcard Ticket Activation method to fool Apple Activation server. But you&#8217;ve heard SAM not working now. But actual thing is SAM is do working for now if you have Activation ticked but if Apple re-lock the device somehow in that case it will not work. The simple reason is the baseband <a href="http://www.letsunlockiphone.com/decrypt-iphone-baseband-dump-file/" rel="follow">Seczone</a> not accessible.</p> <p>But there is a question. How does actually Ultrasn0w works? Because when unlocking device by Dev Team Ultrasn0w you are able to connect and restore it many times as long as don&#8217;t update the baseband. The trick is: when using Ultrasn0w it unlock the iPhone baseband on the fly or in other words every time the iPhone boot =&gt; Ultrasn0w is sending its exploit to the baseband and unlocks it.</p> <p>So here I am going to show you one of the possible activation exploits which can be used to find a way to unlock iPhone. Below you will see bunch of AT commands which you need to send to your baseband using Minicom. For more information on Minicom and program installation use <a title="Setup Minicom the iPhone Baseband Control Software [How-To]" href="http://www.letsunlockiphone.com/install-minicom-iphone-4-baseband/" rel="follow">this link</a>.</p> <p>The AT commands like ones shown below should be used for receiving information about Wildcard unlock.</p> <p>The most important command is:</p> <pre>at+xlck</pre> <p>which permits a properly signed WildcardTicket to allow all ICCIDs+IMSIs. Those unlocks are the &#8220;carrier&#8221; or &#8220;IMEI&#8221; unlocks. Those are the unlocks that Apple can theoretically revoke at their discretion. Incidentally, these &#8220;Wildcard&#8221; unlocks are the only possible exploits these days. SAM unlock functioning principle is very similar to Wildcard unlock as it also uses ICCID and IMSI along with some other data to trick Apple&#8217;s servers sending them data that says iPhone is unlocked. When using <em>at+xlck</em> or <em>at+xsimstate</em> commands the Unlocked baseband sends return like this:</p> <pre>+ XLOCK: "PN", 1,0  + XSIM: 2 or (7)</pre> <p>If iPhone is locked then at+xlck returns:</p> <pre>+ XLOCK: "PN", 1,2</pre> <p>Here is the <a href="http://forums.macorg.net/threads/iphone-baseband-unlock-status-list-codes.9" rel="follow">list off all known codes</a> presented in <em>at+xlck</em> and <em>at+xsimstate</em> commands. So lets do some analyse:</p> <p><strong>Continue to analyze the results before and after the record of this return</strong></p> <pre>at + xlck = 0</pre> <p>OK</p> <pre>at + xlck = 1,1, "<span style="color: #ff6600;">key 1</span>"</pre> <p>OK</p> <pre>at + xlck = 1,2, "<span style="color: #ff6600;">key 2</span>"</pre> <p>OK</p> <pre>at + xlck = 1,3, "<span style="color: #ff6600;">key 3</span>"</pre> <p>OK</p> <pre>at + xlck = 1,4, "<span style="color: #ff6600;">key 4</span>"</pre> <p>OK</p> <pre>at + xlck = 2</pre> <p>Should get you:</p> <pre>+ XLOCK: "PN", 1,0  + XSIM: 7</pre> <p>So the baseband is unlocked.</p> <h2>Keys List</h2> <p><strong>Key 1:</strong></p> <pre>020000009a136738e8274df334fca53d6e9e758b0b5af0024d753ed3a9407eae9d8685c027a4cd5f812500bb91bb088b42315b06fed148569c3d81170e9ae9549681457fe8e25dc9232535dc90f2bcaea63aba2b10996fdde753292230b6ea35f6c29d125ca93109d4a14f27d24dc42dbbac66b3154cbbce5734b4f4f52ea4278289f9c8d99619099a0212d707765da387766a50d6e79cca4ffac87cf6d7fd195627a5e2d6b32be2dfec286c510dea4b9448c2617479fc9684b70b3fe080a902101c04ae215c46f4cf27ff2f97b9335cebcc0567bee51075b4b23a8fdcbd8da3aec9d6cf44bf10bf645e7cf7db1fbfd9b88aa829e868e59d1368f05ef5a5c3b6</pre> <p><strong>Key 2:</strong></p> <pre>c0e4b460e4960fa688e722b85101a3cb64a1519f8d7dd731cb4d07692cba4908884cdcb82073b6f6ac2dd6852c5359d5b934340347b460ba08ea2b187f3b7477d8bb0f2eab5116529b5a5da7854a9c2c0c15d2a3ce8a8daa87e01f2ecc66de34a7ed846dfb79266f8497fcb0d4b56bb2329fbe548270f9934b85f3b7987ac0ecfaeb71a2e2b748e5625beb90d92d916591cfdd3e31beef134b51e1441813e362c969c8a41d39105b227025961431897c5914c0ece5d33844c14e7ed32b6ea1496910912d3696d710deb62362ed2706596e1c4fb619e80ddbb7de74385b00eb4d6be0dc49ccdd6455d92b882814afbd0200d8ebbb2ab7441f9b50427dc174c972</pre> <p><strong>Key 3:</strong></p> <pre>532c9e9210c76a6164a2aab9055c8c2bee5f6a7dd79dc1b2fb2bb5f4ea2a918b6865e8c29a1c62b9b0be507f46e8c993629d44443996bdce37aae47e3fb36dbb06f225f7001fa47d8c489a14000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</pre> <p><strong>Key 4:</strong></p> <pre>00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000</pre> <p>So if you have read all the info above and understood nothing here&#8217;s the simpler explanation of what&#8217;s going on in general steps:</p> <p><strong>Step 1. You need to send &#8211; at + xlck = 0 to receive information about unlock data.</strong></p> <p><strong>Step 2. Send &#8211; at + xlck = 1, x, sending four 512-byte lenth unlock key.</strong></p> <p><strong>Step 3. Send at + xlck = 2, the implementation of unlock verify operation.</strong></p> <p>If everything goes right then baseband return  <strong>+ XLOCK: &#8220;PN&#8221;, 1,0,</strong> if not then it returns to <strong>+ XLOCK: &#8220;PN&#8221;, 1,2</strong></p> <h2>Wildcard Ticket wildcard_record.plist</h2> <p>Here is the source of the 4 strings of <em>512 bytes</em> unlock keys where file with activation information generated its key. I have <a title="Save SAM Activation Ticket Quickly To Finish iPhone Unlock | How to" href="http://www.letsunlockiphone.com/save-sam-activation-ticket-quickly-iphone-unlock/" rel="follow">saved activation ticket manually</a>. Also you can use <a title="Download RedSn0w 0.9.10b8 and Save iPhone Activation Ticket | How to" href="http://www.letsunlockiphone.com/download-redsn0w-0-9-10b8-save-iphone-activation-ticket-guide/" rel="follow">Redsn0w</a> to do that.</p> <p>You can find your activation file in the following directory:</p> <pre> /var/root/Library/Lockdown/activation_records/</pre> <p>Here you can find an .plist file with <strong>ICCID</strong> which is used to be unique for each SIM. You can use the plist editor to open plist file. There you should find <strong>AccountToken</strong> field. This is actually activated <em>base64 encoding</em> of the information you need. Decoded base64 encoded string of information, get activated.</p> <p style="text-align: center;"><a href="http://www.letsunlockiphone.com/wp-content/uploads/decrypted-wildcard-ticket.png" rel="follow"><img class="aligncenter size-full wp-image-3745" title="decrypted-wildcard-ticket" src="http://www.letsunlockiphone.com/wp-content/uploads/decrypted-wildcard-ticket.png" alt="iPhone activation ticket" width="589" height="285" /></a></p> <p>ActivationTicket is sent to the baseband unlock key. The key is based on Apple&#8217;s server side where it confirms validation of the activation file. If it is not activated then =&gt; send Activation ticket to the baseband to get + XLOCK: &#8220;PN&#8221;, 1,0, and then activate it. You don’t need your original Sim card to be activated. Current activation vulnerability to unlock iPhone is possible when you backup the activation file and don’t update the baseband. After baseband updating your saved activation ticket will failure because it belongs to other baseband firmware version.</p> <p>I hope this information was helpful for you. Now you have the possibility to use this WildCardTicket exploit as you want. <span style="color: #ff6600;">You use of this info is done on your own risk.</span></p> ]]></content:encoded>
			<wfw:commentRss>http://www.letsunlockiphone.com/wildcard-ticket-iphone-unlock-exploit/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
