<?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>zedomax.com &#187; directory_cd</title>
	<atom:link href="http://zedomax.com/blog/tag/directory_cd/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedomax.com/blog</link>
	<description>Zedomax - The DIY, HOWTO, Mod, Hacks, Gadgets, and Tech Blog!</description>
	<lastBuildDate>Mon, 22 Mar 2010 07:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone DIY HACK &#8211; more SIM unlocking Hacks&#8230;</title>
		<link>http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/</link>
		<comments>http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 10:55:54 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[conv]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[directory_cd]]></category>
		<category><![CDATA[dmg]]></category>
		<category><![CDATA[DoItYourself!]]></category>
		<category><![CDATA[double_click]]></category>
		<category><![CDATA[eep]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[fls]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[system_library]]></category>
		<category><![CDATA[usr]]></category>
		<category><![CDATA[zip_unzip]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/</guid>
		<description><![CDATA[Here&#8217;s another way to unlock your iPhone SIM:



Download the iUnlock_Reloaded.zip from here, here or here. Save it to a directory.
cd to where you just saved the download and unzip it.
in another wiindow, ssh into your iPhone and run: mkdir /unlock
back on your Mac, scp the three files to your iPhone: scp -p iUnlock_reloaded *bin root@youriphoneip:/unlock
on [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another way to <a target="_blank" href="http://www.psmxy.org/iphone-apps/info/Unlock.html" >unlock your iPhone SIM</a>:</p>
<ul>
<li>
<ul>
<li>Download the iUnlock_Reloaded.zip from <a target="_blank" href="http://www.deadbeef.cn/files/iUnlock_Reloaded.zip" >here</a>, <a target="_blank" href="http://conceitedsoftware.com/iphone/iUnlock_Reloaded.zip" >here</a> or <a target="_blank" href="http://iphone.conceitedsoftware.com/iUnlock_Reloaded.zip" >here</a>. Save it to a directory.</li>
<li>cd to where you just saved the download and unzip it.</li>
<li>in another wiindow, ssh into your iPhone and run: mkdir /unlock</li>
<li>back on your Mac, scp the three files to your iPhone: scp -p iUnlock_reloaded *bin root@youriphoneip:/unlock</li>
<li>on your iPhone, run: cd /unlock</li>
<li>on your iPhone, run: ./iUnlock_reloaded</li>
<p>If it worked, and says your iPhone is unlocked, you&#8217;re done. If not, read on.</p>
<p>If it says that the flash went ok, but the unlock failed, do this:</p>
<li>put a copy of the 1.0.2 firmware in a directory on your Mac. If you need to download it, get it from <a target="_blank" href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-3823.20070821.vormd/iPhone1,1_1.0.2_1C28_Restore.ipsw" >here</a>.</li>
<li>rename the extension on the firmware from ipsw to zip</li>
<li>unzip it</li>
<li>run: dd if=009-7698-4.dmg of=ramdisk.dmg bs=512 skip=4 conv=sync</li>
<li>use finder to navigate to the directory where ramdisk.dmg is and double-click it to mount it.</li>
<li>copy the following files to the directory you unziped iUnlock_Reloaded.zip in:
<ul>
<li>/Volumes/ramdisk/usr/local/bin/bbupdater</li>
<li>/Volumes/ramdisk/usr/local/standalone/firmware/ICE03.14.08_G.eep</li>
<li>/Volumes/ramdisk/usr/local/standalone/firmware/ICE03.14.08_G.fls</li>
</ul>
</li>
<li>copy those three files to your iPhone:  scp -p bbupdater ICE* root@youriphoneip:/unlock</li>
<li>on your iPhone, run: cd /unlock</li>
<li>on your iPhone, run:      launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist</li>
<li>on your iPhone, run:    ./bbupdater -f *.fls -e *.eep</li>
<li>on your iPhone, run:    launchctl load /System/Library/LaunchDaemons/com.apple.CommCenter.plist</li>
<li>on your iPhone, run:    ./iUnlock_reloadedIt should successfully flash and unlock this time.</li>
</ul>
</li>
</ul>
<p><a target="_blank" href="http://www.iphonehacks.com/2007/09/iphone-anysim.html" >via iphonehacks</a></p>
<p>Brought to you by: <a href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a href="http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/" >iPhone DIY HACK &#8211; more SIM unlocking Hacks&#8230;</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/apple/" title="Apple" rel="tag">Apple</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/consumer/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/conv/" title="conv" rel="tag">conv</a>, <a href="http://zedomax.com/blog/tag/dd/" title="dd" rel="tag">dd</a>, <a href="http://zedomax.com/blog/tag/directory_cd/" title="directory_cd" rel="tag">directory_cd</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/dmg/" title="dmg" rel="tag">dmg</a>, <a href="http://zedomax.com/blog/tag/doityourself/" title="DoItYourself!" rel="tag">DoItYourself!</a>, <a href="http://zedomax.com/blog/tag/double_click/" title="double_click" rel="tag">double_click</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/tag/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/tag/eep/" title="eep" rel="tag">eep</a>, <a href="http://zedomax.com/blog/tag/firmware/" title="firmware" rel="tag">firmware</a>, <a href="http://zedomax.com/blog/tag/fls/" title="fls" rel="tag">fls</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/tag/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/iphone/" title="iPhone" rel="tag">iPhone</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/plist/" title="plist" rel="tag">plist</a>, <a href="http://zedomax.com/blog/tag/ramdisk/" title="ramdisk" rel="tag">ramdisk</a>, <a href="http://zedomax.com/blog/tag/scp/" title="scp" rel="tag">scp</a>, <a href="http://zedomax.com/blog/tag/system_library/" title="system_library" rel="tag">system_library</a>, <a href="http://zedomax.com/blog/tag/usr/" title="usr" rel="tag">usr</a>, <a href="http://zedomax.com/blog/tag/zip_unzip/" title="zip_unzip" rel="tag">zip_unzip</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/07/02/more-iphone-hacks-cant-afford-an-iphone-dont-worry/" title="more iPhone Hacks &#8211; can&#8217;t afford an iPhone?  Don&#8217;t worry. (July 2, 2007)">more iPhone Hacks &#8211; can&#8217;t afford an iPhone?  Don&#8217;t worry.</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/15/iphone-hack-iphone-unlocked-sim/" title="iPhone HACK &#8211; iPhone unlocked SIM (August 15, 2007)">iPhone HACK &#8211; iPhone unlocked SIM</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/diy-ipod-hack-add-bluetooth-to-your-ipod/" title="DIY iPod HACK &#8211; Add Bluetooth to your iPod!!! (January 6, 2008)">DIY iPod HACK &#8211; Add Bluetooth to your iPod!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/20/diy-iphone-hack-jailbreak-that-iphone/" title="DIY iPhone HACK &#8211; Jailbreak that iPhone! (February 20, 2008)">DIY iPhone HACK &#8211; Jailbreak that iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/12/diy-hack-howto-update-the-arduino/" title="DIY HACK &#8211; HOWTO Update the Arduino (September 12, 2007)">DIY HACK &#8211; HOWTO Update the Arduino</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/03/diy-apple-hack-apple-bus-mouse-garage-door-opener-mod/" title="DIY APPLE HACK &#8211; Apple Bus Mouse garage door opener mod! (May 3, 2007)">DIY APPLE HACK &#8211; Apple Bus Mouse garage door opener mod!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/22/zedomax-diy125-howto-make-a-music-syncing-light-orb-alarm-clock/" title="Zedomax DIY125 &#8211; HOWTO make a Music Syncing Light Orb Alarm Clock! (December 22, 2006)">Zedomax DIY125 &#8211; HOWTO make a Music Syncing Light Orb Alarm Clock!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/zedomax-diy124-how-to-make-a-50-golf-training-aid-for-5-bucks/" title="Zedomax DIY124 &#8211; HOW TO make a $50 golf training aid for 5 bucks! (December 13, 2006)">Zedomax DIY124 &#8211; HOW TO make a $50 golf training aid for 5 bucks!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/zedomax-diy123-how-to-make-a-christmas-led-wreath/" title="Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath! (December 13, 2006)">Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/08/zedomax-diy122-how-to-make-a-led-christmas-tree/" title="Zedomax DIY122 &#8211; HOW to Make a LED Christmas Tree! (December 8, 2006)">Zedomax DIY122 &#8211; HOW to Make a LED Christmas Tree!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/10/zedomax-diy-quickie-howto-make-your-wireless-network-faster/" title="Zedomax DIY Quickie &#8211; HOWTO make your wireless network faster! (January 10, 2007)">Zedomax DIY Quickie &#8211; HOWTO make your wireless network faster!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/18/zedomax-diy-hack-howto-make-your-own-ps3-sixaxis-controller-style-basic-programmable-usb-device/" title="Zedomax DIY HACK &#8211; HOWTO make your own &#8220;PS3 SIXAXIS controller&#8221; style BASIC-programmable USB device! (December 18, 2006)">Zedomax DIY HACK &#8211; HOWTO make your own &#8220;PS3 SIXAXIS controller&#8221; style BASIC-programmable USB device!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/27/zedomax-diy-128-how-to-make-a-glowing-heart-led-night-light/" title="Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light! (April 27, 2007)">Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/21/zedomax-christmas-diys/" title="Zedomax Christmas DIYs (December 21, 2006)">Zedomax Christmas DIYs</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/30/zedomax-christmas-diy-voice-activated-christmas-lights/" title="Zedomax Christmas DIY &#8211; Voice Activated Christmas Lights! (November 30, 2006)">Zedomax Christmas DIY &#8211; Voice Activated Christmas Lights!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wireless-hack-how-to-make-your-own-wireless-detecting-vibrator/" title="Wireless HACK &#8211; How to make your own wireless detecting vibrator! (March 23, 2007)">Wireless HACK &#8211; How to make your own wireless detecting vibrator!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/14/wii-hacking-airplane-simulator-using-wii-remote/" title="Wii hacking &#8211; Airplane simulator using wii remote! (December 14, 2006)">Wii hacking &#8211; Airplane simulator using wii remote!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/19/wii-hack-wiimote-rc-car-control/" title="Wii HACK &#8211; Wiimote RC-Car Control (December 19, 2006)">Wii HACK &#8211; Wiimote RC-Car Control</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/25/wii-hack-wiimote-door-unlocker/" title="Wii HACK &#8211; Wiimote Door Unlocker (April 25, 2007)">Wii HACK &#8211; Wiimote Door Unlocker</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/02/wii-hack-wiimote-curtain-control/" title="Wii HACK &#8211; Wiimote Curtain Control! (March 2, 2008)">Wii HACK &#8211; Wiimote Curtain Control!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
