<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rocking+devil</id>
	<title>The iPhone Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.theiphonewiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rocking+devil"/>
	<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/wiki/Special:Contributions/Rocking_devil"/>
	<updated>2026-06-17T04:04:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.14</generator>
	<entry>
		<id>https://www.theiphonewiki.com/w/index.php?title=ECID&amp;diff=25747</id>
		<title>ECID</title>
		<link rel="alternate" type="text/html" href="https://www.theiphonewiki.com/w/index.php?title=ECID&amp;diff=25747"/>
		<updated>2012-05-28T05:53:49Z</updated>

		<summary type="html">&lt;p&gt;Rocking devil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''ECID''' (possibly standing for '''E'''xclusive '''C'''hip '''ID''' or '''E'''lectronic '''C'''hip '''ID''') is an identifier unique to every unit.&lt;br /&gt;
&lt;br /&gt;
ECID looks like this: &amp;lt;tt&amp;gt;00000XXXXXXXXXXX&amp;lt;/tt&amp;gt; (hex)&lt;br /&gt;
&lt;br /&gt;
Please be aware that some tools display the ECID in decimal format.&lt;br /&gt;
&lt;br /&gt;
The ECID is a very important element in the [[SHSH Protocol]]&lt;br /&gt;
&lt;br /&gt;
== Get your ECID ==&lt;br /&gt;
===Mac Instructions===&lt;br /&gt;
*Put your device in [[Recovery Mode]] or [[DFU Mode]].&lt;br /&gt;
*Open System Profiler. (in /Applications/Utilities/)&lt;br /&gt;
*In the sidebar, go to &amp;quot;USB&amp;quot; (in the &amp;quot;Hardware&amp;quot; section)&lt;br /&gt;
*Under &amp;quot;Serial Number&amp;quot;, there should be a part called &amp;quot;ECID&amp;quot;. There you go.&lt;br /&gt;
&lt;br /&gt;
===Windows Instructions===&lt;br /&gt;
* Put your device in [[Recovery Mode]] or [[DFU Mode]].&lt;br /&gt;
* Open Device Manager and right click on Apple Mobile Device (Recovery or DFU Mode) for properties&lt;br /&gt;
* Click on the details tab&lt;br /&gt;
* Click on the dropdown box and select Device Instance Path&lt;br /&gt;
* You should find it in the textbox&lt;br /&gt;
&lt;br /&gt;
===Developer Instructions===&lt;br /&gt;
Call the AMDeviceCopyValue function in the [[MobileDevice Library|MobileDevice Framework]] with the &amp;quot;UniqueChipID&amp;quot; value. It returns the ECID as a CFNumber(kCFNumberSInt64Type) object.&lt;br /&gt;
&lt;br /&gt;
=== Extract your ECID from an shsh ===&lt;br /&gt;
There are 19 blobs in an shsh,and the first line of every blob is the same as below:&lt;br /&gt;
&lt;br /&gt;
RElDRUAAAAAIAAAA********AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;br /&gt;
&lt;br /&gt;
The * part is the ECID(Dec) encrypted by a certain formula which is &lt;br /&gt;
&lt;br /&gt;
a.Transform ECID(Dec) into ECID(Hex) such as 58608372174291 ---&amp;gt; 35 4D D3 34 4D D3&lt;br /&gt;
&lt;br /&gt;
b.Reverse the ECID(Hex) string such as 35 4D D3 34 4D D3 ---&amp;gt; D3 4D 34 D3 4D 35&lt;br /&gt;
&lt;br /&gt;
c.Transform the string we have got into binary such as D3 4D 34 D3 4D 35 ---&amp;gt; ÓM4ÓM5&lt;br /&gt;
&lt;br /&gt;
d.Encode the binary with base64 such as ÓM4ÓM5 ---&amp;gt; 00000001&lt;br /&gt;
&lt;br /&gt;
Use this formula backward (d. to a.) we can extract the * part into ECID(Dec).&lt;/div&gt;</summary>
		<author><name>Rocking devil</name></author>
		
	</entry>
</feed>