<?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>Life in 0 and 1 &#187; Howto</title>
	<atom:link href="http://lifein0and1.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifein0and1.com</link>
	<description>My IT notebook...</description>
	<lastBuildDate>Mon, 07 Nov 2011 22:17:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HOWTO: Colors On Mac Terminal &amp; Hash Checking (SHA1SUM &amp; MD5SUM)</title>
		<link>http://lifein0and1.com/2011/11/07/howto-colors-on-mac-terminal-hash-checking-sha1sum-md5sum/</link>
		<comments>http://lifein0and1.com/2011/11/07/howto-colors-on-mac-terminal-hash-checking-sha1sum-md5sum/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 22:17:03 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color vi]]></category>
		<category><![CDATA[color vim]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[md5sum]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[sha1sum]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xterm]]></category>
<category>color</category><category>color vi</category><category>color vim</category><category>hash</category><category>howto</category><category>mac</category><category>md5</category><category>md5sum</category><category>osx</category><category>sha1</category><category>sha1sum</category><category>term</category><category>terminal</category><category>vi</category><category>vim</category><category>xterm</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=234</guid>
		<description><![CDATA[Colorize Why color? This will increase productivity and reduce eye strain. A quick look and you can get a quick overview of the content being displayed. Enable colorized file listing (ls) &#8211; add &#8220;alias ls=&#8217;ls -G&#8217;&#8221; to ~/.bash_profile Enable colorized vim Run &#8220;sudo vi /usr/share/vim/vimrc&#8221; Add the following lines to the top: syntax on filetype [...]]]></description>
			<content:encoded><![CDATA[<p><u><strong>Colorize</strong></u><br />
Why color? This will increase productivity and reduce eye strain. A quick look and you can get a quick overview of the content being displayed.</p>
<ul>
<li>Enable colorized file listing (ls) &#8211; add &#8220;alias ls=&#8217;ls -G&#8217;&#8221; to ~/.bash_profile</li>
<li>Enable colorized vim
<ol>
<li>Run &#8220;sudo vi /usr/share/vim/vimrc&#8221;</li>
<li>Add the following lines to the top:<br />
<code>syntax on<br />
filetype plugin on<br />
set ruler<br />
</code>
</li>
</ol>
</ul>
<p><u><strong>Hash Checking</strong></u><br />
Add the following lines to your &#8220;~/.bash_profiles&#8221;:<br />
<code>alias md5='md5 -r'<br />
alias md5sum='md5 -r'<br />
alias sha1sum='openssl sha1'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/11/07/howto-colors-on-mac-terminal-hash-checking-sha1sum-md5sum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Migrating Google Reader from GMail to Personal Domain Google Apps with Starred Setting</title>
		<link>http://lifein0and1.com/2011/10/24/migrating-google-reader-from-gmail-to-personal-domain-google-apps-with-starred-setting/</link>
		<comments>http://lifein0and1.com/2011/10/24/migrating-google-reader-from-gmail-to-personal-domain-google-apps-with-starred-setting/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 21:55:58 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Hosting in General]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IT in General]]></category>
<category>Google Reader</category><category>migrate</category><category>starred</category><category>Starred Item</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=226</guid>
		<description><![CDATA[I was using a mix of personal domain email and GMail for a long time. I now migrate to Google Apps and find that Email and Calendar can be transferred easily. The harder one to figure out is how to export the starred items in my Google Reader. Here&#8217;s how to migrate starred items. Login [...]]]></description>
			<content:encoded><![CDATA[<p>I was using a mix of personal domain email and GMail for a long time. I now migrate to Google Apps and find that Email and Calendar can be transferred easily. The harder one to figure out is how to export the starred items in my Google Reader. Here&#8217;s how to migrate starred items.</p>
<ol>
<li>Login to your gmail (old account)</li>
<li>Goto Settings -> Import/Export</li>
<li>Export OPML file and save it</li>
<li>Goto Settings -> Folder/Tags</li>
<li>Check the box for &#8220;Your Starred Items&#8221;</li>
<li>Above that, click on &#8220;Change Sharing&#8221; and choose &#8220;Public&#8221;</li>
<li>Click &#8220;View public page&#8221; (preferrably on a new tab) and click on the &#8220;Atom Feed&#8221; icon</li>
<li>Copy the URL to the clipboard</li>
<li>Logout of your old account and login to your NEW account (works with account switching too)</li>
<li>Goto Settings -> Import/Export</li>
<li>Import the OPML file you downloaded earlier</li>
<li>Go back to Google Reader main page</li>
<li>Click on &#8220;Add a Subscriptions&#8221;</li>
<li>Paste the URL from the public page atom feed </li>
<li>You will now have a new feed for all your old starred items. Star each of them now.</li>
<li>After you star each of them, you may remove the atom feed and also delete the other feeds from your old account.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/10/24/migrating-google-reader-from-gmail-to-personal-domain-google-apps-with-starred-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] run32dll.exe Application not found</title>
		<link>http://lifein0and1.com/2011/05/23/solved-run32dll-exe-application-not-found/</link>
		<comments>http://lifein0and1.com/2011/05/23/solved-run32dll-exe-application-not-found/#comments</comments>
		<pubDate>Mon, 23 May 2011 21:34:57 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/?p=215</guid>
		<description><![CDATA[After virus removal using your favorite AV or Anti-Malware, you may run into a problem of missing run32dll.exe. This happened to me after running BitDefender Live CD on a computer infected with MS Tool malware. Other symptoms includes instances where shortcuts to applications not running. Use notepad.exe (if you&#8217;re unable to launch, use another computer [...]]]></description>
			<content:encoded><![CDATA[<p>After virus removal using your favorite AV or Anti-Malware, you may run into a problem of missing run32dll.exe. This happened to me after running BitDefender Live CD on a computer infected with MS Tool malware. Other symptoms includes instances where shortcuts to applications not running.</p>
<ol>
<li>Use notepad.exe (if you&#8217;re unable to launch, use another computer or any file that write a text file) and write the following:<br />
<code>Windows Registry Editor Version 5.00<br />
[HKEY_CLASSES_ROOT\exefile\shell\open\command]<br />
@="\"%1\" %*"</code></li>
<li>Save the file as fix.reg and run it.</li>
<li>Reboot your computer</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/05/23/solved-run32dll-exe-application-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Word 2007 Cursor Constantly Blinking Rapidly Between Busy and Arrow</title>
		<link>http://lifein0and1.com/2011/05/18/word-2007-cursor-constantly-blinking-rapidly-between-busy-and-arrow/</link>
		<comments>http://lifein0and1.com/2011/05/18/word-2007-cursor-constantly-blinking-rapidly-between-busy-and-arrow/#comments</comments>
		<pubDate>Thu, 19 May 2011 01:26:57 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating System]]></category>
<category>fix</category><category>howto</category><category>issue</category><category>word</category><category>word 2007</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=167</guid>
		<description><![CDATA[The first symptom I notice is that whenever I open MS Word 2007 is that the cursor would constantly blink rapidly between the busy and arrow. The second symptom I notice is that after a while, I&#8217;m getting &#8220;There is insufficient memory or disk space&#8221; error. After scouring websites advising about changing the normal.dot file [...]]]></description>
			<content:encoded><![CDATA[<p>The first symptom I notice is that whenever I open MS Word 2007 is that the cursor would constantly blink rapidly between the busy and arrow. The second symptom I notice is that after a while, I&#8217;m getting &#8220;There is insufficient memory or disk space&#8221; error.</p>
<p>After scouring websites advising about changing the normal.dot file and still having the problem, I found another site that recommends deleting printer from the &#8220;Devices and Printers&#8221;. Before I tried that, I change the default printer to &#8220;PDFCreator&#8221; and it solves the problem. I didn&#8217;t have the time to troubleshoot it, but it maybe SNMP or network related, but documents actually prints just fine. So I&#8217;ll leave it at this for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/05/18/word-2007-cursor-constantly-blinking-rapidly-between-busy-and-arrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Logitech SetPoint Stuck Modifier on Keystroke Assignment</title>
		<link>http://lifein0and1.com/2011/03/16/logitech-setpoint-stuck-modifier-on-keystroke-assignment/</link>
		<comments>http://lifein0and1.com/2011/03/16/logitech-setpoint-stuck-modifier-on-keystroke-assignment/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 17:23:31 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/?p=164</guid>
		<description><![CDATA[I recently had a problem with some sticky modifier after pressing a button on my mouse with keystroke assignment (even predefined ones like Back and Forward). After some troubleshooting and backtracking, I found that the issue is having Synergy running. After I disabled Synergy, everything works normally. For those who don&#8217;t know what&#8217;s Synergy, &#8220;Synergy [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a problem with some sticky modifier after pressing a button on my mouse with keystroke assignment (even predefined ones like Back and Forward). After some troubleshooting and backtracking, I found that the issue is having Synergy running. After I disabled Synergy, everything works normally. For those who don&#8217;t know what&#8217;s Synergy, &#8220;Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s).&#8221; (quoted from http://synergy2.sourceforge.net/).</p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/03/16/logitech-setpoint-stuck-modifier-on-keystroke-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] App2SD Missing Apps after restore &#8211; nandroid-mobile.sh to /sd-ext shows Read-Only file system</title>
		<link>http://lifein0and1.com/2011/02/07/app2sd-missing-apps-after-restore-nandroid-mobile-sh-to-sd-ext-shows-read-only-file-system/</link>
		<comments>http://lifein0and1.com/2011/02/07/app2sd-missing-apps-after-restore-nandroid-mobile-sh-to-sd-ext-shows-read-only-file-system/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 05:41:46 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/?p=162</guid>
		<description><![CDATA[On Friday, I finally pulled the trigger and moved to CM7 Nightly. That night, I also found wildmonks kernel for CM7 Nightly, so I run nandroid backup before installing the kernel. Everything seems good and peachy. I also really liked the new animation for screen on and off. Today I received notification of a new [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, I finally pulled the trigger and moved to CM7 Nightly. That night, I also found wildmonks kernel for CM7 Nightly, so I run nandroid backup before installing the kernel. Everything seems good and peachy. I also really liked the new animation for screen on and off.</p>
<p>Today I received notification of a new nightly available. Since ROM Manager works best with ClockworkMod recovery, I flashed it and do a full backup. When I moved to the new nightly built #34, I found that Tasker crashes all the time. So, I restored to my backup from this morning. Alas, the restore procedure always got stuck at the &#8220;Dalvik-Cache&#8221;.</p>
<p>I tried to do wipe cache and dalvik-cache and restart. The CM7 loaded, but all my App2SD installed apps are missing. After probing here and there, I finally decided to switch back to Amon Ra recovery, adb into the system and perform the nandroid restore manually.</p>
<p>Everytime nandroid try to restore the sd-ext partition, it always shows that the tar unable to create directory because the partition is mounted as read only. After forcing an rw mount and the problem persists, I finally was about to give up. Then I was thinking if it&#8217;s possibly due to the ext4 filesystem. Finally I reformat the partition using ext2, upgraded to ext3 and perform the manual restore (using tar) and it works.</p>
<p>Finally I got my system back to the Friday midnight backup. I flashed my new kernel and got everything back working.</p>
<p>So, if you find yourself unable to restore ext partition when using App2SD and ext4, try to revert back to ext3.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2011/02/07/app2sd-missing-apps-after-restore-nandroid-mobile-sh-to-sd-ext-shows-read-only-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Locking Mac using the ⌘ (command) + L</title>
		<link>http://lifein0and1.com/2010/12/03/howto-locking-mac-using-the-%e2%8c%98-command-l/</link>
		<comments>http://lifein0and1.com/2010/12/03/howto-locking-mac-using-the-%e2%8c%98-command-l/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 22:24:04 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/?p=158</guid>
		<description><![CDATA[Download Spark File -> New Hotkey -> Applescript Click on shortcut and press ⌘ (command) + L Enter a name At the source section copy and paste the following code: tell application "ScreenSaverEngine" to activate Click Create UPDATE: For OSX Lion you need to us the following code: tell application "/System/Library/Frameworks/Screensaver.framework/Versions/A/Resources/ScreenSaverEngine.app" to activate]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download <a href="http://www.shadowlab.org/Software/spark.php">Spark</a></li>
<li>File -> New Hotkey -> Applescript</li>
<li>Click on shortcut and press ⌘ (command) + L </li>
<li>Enter a name</li>
<li>At the source section copy and paste the following code:<br />
<code>tell application "ScreenSaverEngine" to activate</code></li>
<li>Click Create</li>
</ol>
<p>UPDATE: For OSX Lion you need to us the following code:<br />
<code>tell application "/System/Library/Frameworks/Screensaver.framework/Versions/A/Resources/ScreenSaverEngine.app" to activate</code></p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2010/12/03/howto-locking-mac-using-the-%e2%8c%98-command-l/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Unstuck between 3.1.3 and iOS4</title>
		<link>http://lifein0and1.com/2010/06/28/howto-unstuck-between-3-1-3-and-ios4/</link>
		<comments>http://lifein0and1.com/2010/06/28/howto-unstuck-between-3-1-3-and-ios4/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:57:34 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Operating System]]></category>
<category>blackra1n</category><category>ios4</category><category>iphone</category><category>stuck</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=155</guid>
		<description><![CDATA[I was trying to upgrade to custom iOS4 right after the release of Pwnagetool 4.01, but got stuck with error 1600 and 1604. Apple stopped signing 3.1.3 so, I can&#8217;t get back to 3.1.3 to get the phone unlocked. Basically the phone is stuck in restore mode. Here&#8217;s how i manage to get out of [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to upgrade to custom iOS4 right after the release of Pwnagetool 4.01, but got stuck with error 1600 and 1604. Apple stopped signing 3.1.3 so, I can&#8217;t get back to 3.1.3 to get the phone unlocked. Basically the phone is stuck in restore mode. Here&#8217;s how i manage to get out of the restore mode and use 3.1.3.</p>
<ol>
<li>Download Blackra1n</li>
<li>Run blackra1n. If you have ASL.DLL error, make sure you copy blackra1n.exe to<br /><code>C:\Program Files (x86)\Common Files\Apple\Apple Application Support</code></li>
<li>When the device reboot, pay attention to the screen. Once it get out of the restore mode, quickly unplug the data cable. If not, repeat again.</li>
</ol>
<p>Once done, you may want to <a href="http://lifein0and1.com/?p=148">upgrade to iOS4 the right way</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2010/06/28/howto-unstuck-between-3-1-3-and-ios4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] From iPhone 3GS 3.1.3 Spirit Jailbreak to iOS4 Sn0wbreeze</title>
		<link>http://lifein0and1.com/2010/06/28/from-iphone-3gs-3-1-3-spirit-jailbreak-to-ios4-sn0wbreeze/</link>
		<comments>http://lifein0and1.com/2010/06/28/from-iphone-3gs-3-1-3-spirit-jailbreak-to-ios4-sn0wbreeze/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:39:53 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Operating System]]></category>
<category>cydia</category><category>ios4</category><category>iphone</category><category>iphone 3gs</category><category>jailbreak</category><category>pwnagetool</category><category>sn0wbreeze</category><category>unlock</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=148</guid>
		<description><![CDATA[WARNING: NO warranty is provided with this guide. Follow at your own risk. A lot of info that iPhone 3GS 3.1.3 with Modem Firmware 05.12.01 can only be jailbroken using spirit jailbreak and no way to upgrade to iOS4. Here&#8217;s a full unlock of iOS4 when you&#8217;re stuck at 3.1.3 spirit jailbreak. Restore to default [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WARNING:</strong> NO warranty is provided with this guide. Follow at your own risk. </p>
<p>A lot of info that iPhone 3GS 3.1.3 with Modem Firmware 05.12.01 can only be jailbroken using spirit jailbreak and no way to upgrade to iOS4. Here&#8217;s a full unlock of iOS4 when you&#8217;re stuck at 3.1.3 spirit jailbreak.<br />
<span id="more-148"></span></p>
<ol>
<li>Restore to default with 3.1.3 and JB using <a href="http://spiritjb.com/">spirit</a><br />(if can&#8217;t activate, then you can try without restore)</li>
<li>Use Cydia to install the following packages: afc2add, openSSH, MobileTerminal</li>
<li>Download <a href="http://code.google.com/p/iphone-img3-flasher/downloads/list">Spirit2Pwn</a> and extract</li>
<li>Get <a href="http://www.mediafire.com/?zmynidw22m3">sn0wbreeze 1.5.2</a></li>
<li>Get <a href="http://www.felixbruns.de/iPod/firmware/">3.1.3 ipsw and 4.0 ipsw</a></li>
<li>Create a 3.1.3 Customer firmware using sn0wbreeze. Ignore the warning (if any) and just create the firmware. We&#8217;re not going to restore using this firmware anyway.</li>
<li>Firmware should be put on Desktop. Go to desktop and rename it to something that identify it as 3.1.3 Sn0wbreeze firmware. Also, change the extension to zip.</li>
<li>Extract the zip file</li>
<li>Connect your iPhone to your WiFi. Use SFTP and login to your iPhone. If you have no SFTP client, you can use <a href="http://filezilla-project.org/">FileZilla</a>. Default username/password combo is: &#8220;root&#8221;/&#8221;alpine&#8221; (without the quotes)</li>
<li>Copy all the files you find in &#8220;Firmware/all_flash/all_flash.n88ap.production&#8221; (from the extracted custom firmware) to iPhone&#8217;s &#8220;/tmp&#8221;</li>
<li>Copy all the files you extracted from spirit2pwn_r2.zip to iPhone&#8217;s &#8220;/tmp&#8221;. <br/> NOTE: Some reports error, so you may want to make another copy of &#8220;pwn_old_boot_r2.sh&#8221; on the /tmp named &#8220;pwn_old_boot_r1.sh&#8221;</li>
<li>Once done, SSH into the phone using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTy</a> or use MobileTerminal on the phone</li>
<li>Use the same credentials as the SFTP credentials. Then run the following commands:<br />
<code>cd /tmp<br />
chmod 755 pwn_old_boot_r2.sh<br />
chmod 755 pwn_old_boot_r1.sh<br />
./pwn_old_boot_r2.sh<br />
</code>
</li>
<li>Wait for the process to say &#8220;SUCCESS&#8221;</li>
<li>type &#8220;reboot&#8221; and let the phone reboot</li>
<li>Download<a href="http://ih8sn0w.com/index.php/welcome.snow"> sn0wbreeze 1.6.1</a></li>
<li>Create custom firmware for iOS4</li>
<li>Use the Shift+Restore (on Windows) or Alt+Restore (on Mac) and point to the custom iOS4 firmware.<BR/> NOTE: If you&#8217;re not using iTunes 9.2 at this point, an error (13) will be raised</li>
<li>After complete, use Cydia and install the same packages again (openSSH, afc2add, MobileTerminal) and add another repository: http://repo666.ultrasn0w.com</li>
<li>Find Ultrasn0w and your phone is now jailbroken and unlocked on iOS4</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2010/06/28/from-iphone-3gs-3-1-3-spirit-jailbreak-to-ios4-sn0wbreeze/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Android on iPhone</title>
		<link>http://lifein0and1.com/2010/05/24/android-on-iphone/</link>
		<comments>http://lifein0and1.com/2010/05/24/android-on-iphone/#comments</comments>
		<pubDate>Tue, 25 May 2010 00:21:41 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IT in General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Review]]></category>
<category>Android</category><category>guide</category><category>howto</category><category>idroid</category><category>iphone</category>
		<guid isPermaLink="false">http://lifein0and1.com/?p=145</guid>
		<description><![CDATA[To spare typing and posting time, I&#8217;ll post the link to the guide that I followed: http://www.idroidproject.org/wiki/Installing_iDroid_(Linux) That link is actually for a Linux, so I uses VirtualBox and a Linux (Ubuntu) image file. From there I followed most part of the guide. However I&#8217;ll post my observation (on 2G): It&#8217;s running way too sluggish [...]]]></description>
			<content:encoded><![CDATA[<p>To spare typing and posting time, I&#8217;ll post the link to the guide that I followed:</p>
<p>http://www.idroidproject.org/wiki/Installing_iDroid_(Linux)</p>
<p>That link is actually for a Linux, so I uses VirtualBox and a Linux (Ubuntu) image file. From there I followed most part of the guide.</p>
<p>However I&#8217;ll post my observation (on 2G):</p>
<ul>
<li>It&#8217;s running way too sluggish</li>
<li>Call sometimes doesn&#8217;t work (stuck at the calling, but not really dialing)</li>
<li>Phone becomes really warm and battery drain is too much</li>
<li>There&#8217;s not enough button</li>
<li>Overall condition is not really usable for daily use</li>
</ul>
<p>Couple notes:</p>
<ul>
<li>If Wifi connects but browser not going anywhere, try the <a href="http://www.idroidproject.org/wiki/DNS_Fix">DNS fix</a></li>
<li>All &#8220;adb&#8221; type commands require the download of <a href="http://developer.android.com/sdk/download.html?v=android-sdk_r04-linux_86.tgz">SDK</a></li>
<li>If Virtual Box can&#8217;t connect to the iPhone when doing the &#8216;./oibc&#8217; portion, you may need to shut down and restart your virtual machine (including the Virtual Box itself)</li>
<li>Going to Apple&#8217;s recovery mode (for upgraders) from the openiboot would require you to hold the &#8220;Menu&#8221; button after choosing the iPhone mode</li>
</ul>
<p>Post comments for questions and help on how to install iDroid.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2010/05/24/android-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

