<?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>Make Tech Easier &#187; iPhone/iPod Touch</title>
	<atom:link href="http://maketecheasier.com/category/mobile/iphoneipod-touch/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Easily Mount Your iPhone As An External Drive in Ubuntu</title>
		<link>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30</link>
		<comments>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:27:35 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[External Storage]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7461</guid>
		<description><![CDATA[For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.
In the past, the dirty but effective way to access the iPhone from your Linux system is [...]<p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2009/09/iphone-usb-hard-drive.jpg" alt="iphone-usb-hard-drive" class="alignleft" width="250" height="182" />For those who own an iPhone/iPod Touch and at the same time is an Ubuntu (or Linux) users, here&#8217;s is a good news. You can now easily mount your iPhone in your Ubuntu without having to jailbreak your phone.</p>
<p>In the past, the dirty but effective way to access the iPhone from your Linux system is via SSH. This requires you to jailbreak your phone and it voids the warranty. With <a href="http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page" target="_blank">iFuse</a>, you can now mount your iPhone/iPod Touch under Linux with just a USB cable. You can also view/edit/cut/copy/paste the file just like any USB disk drive.</p>
<h3>Installation</h3>
<p>Open up your terminal, type the following to open up your APT sources file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>

<p>Insert the following lines to the end of the file</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>jonabeck<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p>The above is assuming that you are using Ubuntu 9.04 (Jaunty). For any other version, simply replace the <em>jaunty</em> by the respective version name (hardy, intrepid, karmic etc)</p>
<p>Save and close the file.</p>
<p>Back in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com F0876AC9
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ifuse</pre></div></div>

<p>Once the installation is done, connect your iPhone to your computer via the USB cable.</p>
<p>Open up your Nautilus. You should see the iPhone/iPod entry at the side pane. This show that it is already mounted in your system.</p>
<p><img src="http://images.maketecheasier.com/2009/09/nautilus-sidebar.jpg" alt="nautilus-sidebar" class="alignnone" width="171" height="263" /></p>
<p>Click on the entry to view the filesystem.</p>
<h3>Things that you can do</h3>
<p><strong>1. View/copy/download photos.</strong></p>
<p>You can now manage the photos that you have taken with your iPhone without iTunes.</p>
<p><strong>2. Create folders, upload/download files</strong></p>
<p>You can now use your iPhone as a USB drive and use it for file storage. To allow confusion/conflict with the other system files, it is best to create a custom folder (and name it My Folder) and store all your files there.</p>
<p><strong>3. Managing address book/calendar (upcoming)</strong></p>
<p>Work is underway to sync the contact data with Conduit.</p>
<h3>What you cannot do now</h3>
<p><strong>Manage your music database</strong></p>
<p>Apple uses a cryptographic signing algorithm to encrypt all the music files. While you can access the music folder, there is no way that you can transfer your music over and get it to work in your iPhone.</p>
<p><strong>Note:</strong><br />
1. iFuse is not Ubuntu-specific app. It works for most Linux distro as well.</p>
<p>2. Mac users can also use <a href="http://code.google.com/p/iphonedisk/" target="_blank">iPhoneDisk</a> to achieve similar functionality.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/create-a-private-encrypted-folder-on-ubuntu-hardy-with-ecryptfs/2008/09/25' rel='bookmark' title='Permanent Link: Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs'>Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Set Up Push Notification For Gmail in iPhone</title>
		<link>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24</link>
		<comments>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:41:37 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[google sync]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[push notification]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7350</guid>
		<description><![CDATA[Few days ago, Google announced that they have released the push notification support for Gmail for mobile devices such as iPhone and Windows Mobile. Today, let us show you how you can set up a push Gmail account on your iPhone.
By following this tutorial, you can also configure it to sync your contact and calendar.
Before [...]<p><strong><a href="http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24">How to Set Up Push Notification For Gmail in iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="googlesync-mail-app" src="http://images.maketecheasier.com/2009/09/googlesync-mail-app.jpg" alt="googlesync-mail-app" width="250" height="77" />Few days ago, Google announced that they have released the <a href="http://gmailblog.blogspot.com/2009/09/push-gmail-for-iphone-and-windows.html" target="_blank">push notification support for Gmail</a> for mobile devices such as iPhone and Windows Mobile. Today, let us show you how you can set up a push Gmail account on your iPhone.</p>
<p>By following this tutorial, you can also configure it to sync your contact and calendar.</p>
<p>Before you start, please note that Google sync only work with iPhone firmware 3.0 and above. </p>
<h3>Getting Started</h3>
<p>1. Tap on the <em>Settings.app</em> icon on the home page</p>
<p>2. Scroll down and open <em>Mail, Contacts, Calendars</em>.</p>
<p><img class="alignnone" title="googlesync-setting" src="http://images.maketecheasier.com/2009/09/googlesync-setting.jpg" alt="googlesync-setting" width="320" height="361" /></p>
<p>3. Tap <em>Add Account</em></p>
<p><img class="alignnone" title="googlesync-add-account" src="http://images.maketecheasier.com/2009/09/googlesync-add-account.jpg" alt="googlesync-add-account" width="320" height="296" /></p>
<p>4. Select <em>Microsoft Exchange</em>.</p>
<p><img class="alignnone" title="googlesync-exchange" src="http://images.maketecheasier.com/2009/09/googlesync-exchange.jpg" alt="googlesync-exchange" width="320" height="462" /></p>
<p>5. In the <em>Email</em> field, enter your Gmail address.</p>
<p>Leave the <em>Domain</em> field blank.</p>
<p>Enter your Google&#8217;s <em>Username</em> and <em>Password</em>.</p>
<p><img class="alignnone" title="googlesync-add-info" src="http://images.maketecheasier.com/2009/09/googlesync-add-info.jpg" alt="googlesync-add-info" width="320" height="374" /></p>
<p>Once done, tap <em>Save.</em> You might see the <em>&#8220;Unable to verify certificate&#8221;</em> error message. Select <em>Accept</em>.</p>
<p><img class="alignnone" title="googlesync-certificate" src="http://images.maketecheasier.com/2009/09/googlesync-certificate.jpg" alt="googlesync-certificate" width="320" height="366" /></p>
<p>6. A new <em>Server</em> input field will now appear. Enter &#8220;<em>m.google.com</em>&#8220;. Tap <em>Next</em> to continue.</p>
<p><img class="alignnone" title="googlesync-server-info" src="http://images.maketecheasier.com/2009/09/googlesync-server-info.jpg" alt="googlesync-server-info" width="320" height="459" /></p>
<p>7. Select the Google services that you want to sync. For me, I activated all the available synchronization services. Tap <em>Done</em>.</p>
<p><img class="alignnone" title="googlesync-enable" src="http://images.maketecheasier.com/2009/09/googlesync-enable.jpg" alt="googlesync-enable" width="320" height="258" /></p>
<p>Your Google sync Push notification services is now set up.</p>
<p>To activate the push notification, you need to turn the Push feature on in the iPhone Settings section.</p>
<p>At the <em>Mail, Contacts, Calendar</em> section, tap <em>Fetch New Data</em></p>
<p><img class="alignnone" title="googlesync-push" src="http://images.maketecheasier.com/2009/09/googlesync-push.jpg" alt="googlesync-push" width="320" height="257" /></p>
<p>Make sure that the <em>Push</em> is turned to <strong>ON.</strong></p>
<p><img class="alignnone" title="googlesync-push-on" src="http://images.maketecheasier.com/2009/09/googlesync-push-on.jpg" alt="googlesync-push-on" width="320" height="158" /></p>
<p>Done.</p>
<h3>Few things to note:</h3>
<p>1. Google sync requires you to be constantly connected to the Web. You have to keep your 3G or WIFI connection &#8216;Always ON&#8217; for the best result.</p>
<p>2. The push notification can be very draining on your battery life. If you value your battery life much more than the push technology, turn the Push feature <strong>OFF</strong> for optimal performance.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24">How to Set Up Push Notification For Gmail in iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/better-manage-gmail-inbox-with-aliases/2009/08/16' rel='bookmark' title='Permanent Link: Better Manage Your Gmail Inbox With Aliases'>Better Manage Your Gmail Inbox With Aliases</a></li><li><a href='http://maketecheasier.com/top-10-gmail-labs-add-ons-to-increase-your-productivity/2009/08/23' rel='bookmark' title='Permanent Link: Top 10 Gmail Labs Add-ons to Increase Your Productivity'>Top 10 Gmail Labs Add-ons to Increase Your Productivity</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Access StumbleUpon and Stumble Through Websites in an iPhone</title>
		<link>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23</link>
		<comments>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23#comments</comments>
		<pubDate>Wed, 23 Sep 2009 12:10:27 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[stumbleupon]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7312</guid>
		<description><![CDATA[In the past, if you want to access StumbleUpon on your iPhone/iPod Touch, you will know that it is not an easy task. Back then, SU only exists as a Firefox extension and does not plays well with any of the mobile devices. However, with the launch of the SU web toolbar, anyone can now [...]<p><strong><a href="http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23">How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7317" title="su-webtoolbar2" src="http://images.maketecheasier.com/2009/09/su-webtoolbar2.jpg" alt="su-webtoolbar2" width="320" height="128" />In the past, if you want to access StumbleUpon on your iPhone/iPod Touch, you will know that it is not an easy task. Back then, SU only exists as a Firefox extension and does not plays well with any of the mobile devices. However, with the launch of the SU web toolbar, anyone can now access StumbleUpon on any browsers without having to install any applications/extensions. The best thing, it works fine in iPhone/iPod Touch too.</p>
<p>In your iPhone, open the safari app.</p>
<p>On the address bar, enter <a href="http://www.stumbleupon.com/toolbar " target="_blank">www.stumbleupon.com/toolbar</a></p>
<p><img class="alignnone size-full wp-image-7315" title="su-toolbar-url" src="http://images.maketecheasier.com/2009/09/su-toolbar-url.jpg" alt="su-toolbar-url" width="320" height="462" /></p>
<p>That&#8217;s it. The StumbleUpon toolbar will appear and it immediately stumbles you to one of its pages.</p>
<p><img class="alignnone size-full wp-image-7316" title="su-webtoolbar1" src="http://images.maketecheasier.com/2009/09/su-webtoolbar1.jpg" alt="su-webtoolbar1" width="480" height="90" /></p>
<p><img class="alignnone size-full wp-image-7317" title="su-webtoolbar2" src="http://images.maketecheasier.com/2009/09/su-webtoolbar2.jpg" alt="su-webtoolbar2" width="320" height="128" /></p>
<p>To stumble through websites, simply tap on the <em>Stumble</em> button, like how you always did on your computer browser.</p>
<h3>Adding to bookmarks</h3>
<p>To save the effort of having to retype the URL everytime, you can save the SU toolbar in your bookmark.</p>
<p>Everytime when you access the StumbleUpon toolbar, it will start stumbling and append the destination URL to its own, resulting in an URL like <a href="http://www.stumbleupon.com/toolbar/#2LpQMi/maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04/topic:Linux%2FUnix">http://www.stumbleupon.com/toolbar/#2LpQMi/maketecheasier.com/8-useful-and-interesting-bash-prompts/2009/09/04/topic:Linux%2FUnix</a>.</p>
<p>I am sure you won&#8217;t want to save this long URL in your bookmark, unless you want to save this particular page for future reference.</p>
<p>Here&#8217;s how you can change it.</p>
<p>On any StumbleUpon page, click the <strong>+</strong> at the bottom screen to save the current URL to Bookmark.</p>
<p><img class="alignnone size-full wp-image-7318" title="su-add-bookmarks1" src="http://images.maketecheasier.com/2009/09/su-add-bookmarks1.jpg" alt="su-add-bookmarks1" width="320" height="463" /></p>
<p>Change the title to <em>StumbleUpon</em> (or any name you like). Note that you won&#8217;t be able to change the URL here.</p>
<p><img class="alignnone size-full wp-image-7319" title="su-add-bookmarks2" src="http://images.maketecheasier.com/2009/09/su-add-bookmarks2.jpg" alt="su-add-bookmarks2" width="320" height="461" /></p>
<p>Save to Bookmark.</p>
<p>Back in the Bookmark screen, tap on the <em>Edit</em> (at the bottom left corner) button.</p>
<p>Press the StumbleUpon bookmark entry to go into Edit mode.</p>
<p><img class="alignnone size-full wp-image-7320" title="su-edit-bookmarks1" src="http://images.maketecheasier.com/2009/09/su-edit-bookmarks1.jpg" alt="su-edit-bookmarks1" width="320" height="462" /></p>
<p>Change the URL to <em>www.stumbleupon.com/toolbar</em>. Save.</p>
<p><img class="alignnone size-full wp-image-7322" title="su-edit-bookmarks2" src="http://images.maketecheasier.com/2009/09/su-edit-bookmarks2.jpg" alt="su-edit-bookmarks2" width="320" height="461" /></p>
<p>That&#8217;s it. Everytime you launch this bookmark, it will start stumbling.</p>
<p>Personally, I  found that using StumbleUpon on my iPhone drained my battery much faster than normal browsing. I am not sure if it is only me, or this is a SU issue. If you have such issues too, feel free to voice it out in the comments.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23">How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Your Web Search With Inquisitor</title>
		<link>http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23</link>
		<comments>http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:10:52 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Inquisitor]]></category>
		<category><![CDATA[Search bar]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[web search]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5456</guid>
		<description><![CDATA[Most, if not, all browsers come with a search bar at the top right hand corner of the window. To perform a search, you simply type in your search term and  press Enter. The browser will automatically load the search engine result page with your search term. As easy as that.
Now, the question is: [...]<p><strong><a href="http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23">Speed Up Your Web Search With Inquisitor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-a-power-google-search-and-get-almost-everything-out-of-it/2008/03/13' rel='bookmark' title='Permanent Link: How To Perform A Power Google Search (and get almost everything out of it)'>How To Perform A Power Google Search (and get almost everything out of it)</a></li><li><a href='http://maketecheasier.com/find-what-you-want-with-google-specific-search/2008/05/04' rel='bookmark' title='Permanent Link: Find What You Want With Google Specific Search'>Find What You Want With Google Specific Search</a></li><li><a href='http://maketecheasier.com/great-alternatives-search-engines-that-are-unknown-to-many/2008/05/08' rel='bookmark' title='Permanent Link: Great Alternatives Search Engines That Are Unknown to Many'>Great Alternatives Search Engines That Are Unknown to Many</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/11-more-alternative-search-engines-you-may-not-know/2009/07/09' rel='bookmark' title='Permanent Link: 11 More Alternative Search Engines You May Not Know'>11 More Alternative Search Engines You May Not Know</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5459" title="inquisitor-logo" src="http://images.maketecheasier.com/2009/06/inquisitor-logo.jpg" alt="inquisitor-logo" width="250" height="91" />Most, if not, all browsers come with a search bar at the top right hand corner of the window. To perform a search, you simply type in your search term and  press Enter. The browser will automatically load the search engine result page with your search term. As easy as that.</p>
<p>Now, the question is: <em>can this search process get any easier</em>?</p>
<p>The answer is Yes, if you are using Inquisitor. You&#8217;ll be surprised how much faster, quicker and easier you can now search with the search bar. </p>
<p><a href="http://www.inquisitorx.com" target="_blank">Inquisitor</a> is a browser plugin that extends the functionality of the search bar. It makes the search bar more intuitive, responsive and much easier to use. As you type in the search bar, Inquisitor starts to search the web and brings back the result on the fly, and enabling you to access to your search result faster.</p>
<p>Inquisitor is owned by Yahoo and is compatible with Safari, Firefox and Internet Explorer 7, 8. It also  works in Mac, PC and iPhone.</p>
<p>Once you have installed the respective extension for your browser, it will automatically replace your search bar. To perform an intuitive search,  simply type in the search bar. A list of suggestions will appear as soon as you type. The initial result is based on your browser history, but as you type, the list get refined and brings in more relevant result for your search term. In most cases, I am able to find what I want without having to complete the search terms.</p>
<p><img class="alignnone size-full wp-image-5460" title="inquisitor-results" src="http://images.maketecheasier.com/2009/06/inquisitor-results.jpg" alt="inquisitor-results" width="384" height="307" /></p>
<p>Inquisitor also comes with several configuration options that you can set to suit your preferences.</p>
<p><img class="alignnone size-full wp-image-5461" title="inquisitor-options" src="http://images.maketecheasier.com/2009/06/inquisitor-options.jpg" alt="inquisitor-options" width="493" height="479" /></p>
<p>Options that you can configure include:</p>
<h3>Auto-complete settings</h3>
<p>Inquisitor will attempt to auto-complete your search term as you type. You can either make it auto-complete the entire phrase, current word or do nothing. Personally, I have found that choosing the &#8220;<em>auto-complete current word only</em>&#8221; option gives you better control of your search results.</p>
<h3>Instant result setting</h3>
<p>In the dropdown list of suggestion, you can You can choose how the result is displayed, whether website result first or keyword suggestions first.</p>
<h3>Display count</h3>
<p>Number of website results and keyword suggestions to display in the dropdown list.</p>
<h3>Search Engine</h3>
<p>The default search engine is Yahoo. You can also set it to Google.</p>
<p>A thing to note here: If you set the search engine to Google, the website result search will cease to work. You will only see keyword suggestions in the dropdown list.</p>
<h3>Display links to additional search engines</h3>
<p>If you are frequently using Wikipedia, Flickr or any other search engines to perform your search, this is where you add in the additional search engine to the dropdown list.</p>
<h3>Conclusion</h3>
<p>Depending on how often you use your browser&#8217;s search bar, this plugin can be useful/useless to you. For me, it has definitely improved my productivity and enabled me to get my search result much faster and easier. Being cross-platform/cross-browser compatible also make it a highly versatile tool, not to mention that it works great in iPhone and iPod Touch too.</p>
<p>What do you think?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23">Speed Up Your Web Search With Inquisitor</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-a-power-google-search-and-get-almost-everything-out-of-it/2008/03/13' rel='bookmark' title='Permanent Link: How To Perform A Power Google Search (and get almost everything out of it)'>How To Perform A Power Google Search (and get almost everything out of it)</a></li><li><a href='http://maketecheasier.com/find-what-you-want-with-google-specific-search/2008/05/04' rel='bookmark' title='Permanent Link: Find What You Want With Google Specific Search'>Find What You Want With Google Specific Search</a></li><li><a href='http://maketecheasier.com/great-alternatives-search-engines-that-are-unknown-to-many/2008/05/08' rel='bookmark' title='Permanent Link: Great Alternatives Search Engines That Are Unknown to Many'>Great Alternatives Search Engines That Are Unknown to Many</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/11-more-alternative-search-engines-you-may-not-know/2009/07/09' rel='bookmark' title='Permanent Link: 11 More Alternative Search Engines You May Not Know'>11 More Alternative Search Engines You May Not Know</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser</title>
		<link>http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06</link>
		<comments>http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06#comments</comments>
		<pubDate>Sat, 06 Jun 2009 12:15:55 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5061</guid>
		<description><![CDATA[When you are surfing the Web, opening URL links in a new tab is often the best and efficient way to navigate between sites and not to lose focus on the current one. When I am doing research for my writing, I depended heavily on the tab functions of the browser. However, when I am [...]<p><strong><a href="http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06">How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23' rel='bookmark' title='Permanent Link: How to Access StumbleUpon and Stumble Through Websites in an iPhone'>How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24' rel='bookmark' title='Permanent Link: How to Set Up Push Notification For Gmail in iPhone'>How to Set Up Push Notification For Gmail in iPhone</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5067" title="tabulate2" src="http://images.maketecheasier.com/2009/06/tabulate2.jpg" alt="tabulate2" width="318" height="113" />When you are surfing the Web, opening URL links in a new tab is often the best and efficient way to navigate between sites and not to lose focus on the current one. When I am doing research for my writing, I depended heavily on the tab functions of the browser. However, when I am on my iPhone, I am often frustrated by the fact that mobile Safari does not allow me to open a URL link in a new tab. It is quite ironical to me that it supports tabs function, but does not allow you to open a link in new tab. What&#8217;s the point of having a tab function if you have to manually type in the URL all the time?</p>
<p>Not anymore. With <a href="http://gadgets.inventivelabs.com.au/tabulate" target="_blank">Tabulate</a>, you can now easily add &#8216;<em>load in new tab</em>&#8216; function to your iPhone&#8217;s Safari browser, without any hacking. (it works in iPod Touch as well)</p>
<h3>Things you need:</h3>
<ul>
<li>Mac/Windows</li>
<li>Safari browser (The desktop version of Safari, not the one in your iPhone)</li>
<li>iTunes</li>
</ul>
<p>Go to <a href="http://gadgets.inventivelabs.com.au/tabulate" target="_blank">Tabulate</a> website. Drag the bookmarklet to the Safari bookmark bar.</p>
<p><img class="alignnone size-full wp-image-5062" title="tabulate-bookmarklet" src="http://images.maketecheasier.com/2009/06/tabulate-bookmarklet.jpg" alt="tabulate-bookmarklet" width="577" height="411" /></p>
<p>Connect your iPhone/iPod Touch to the computer and fire up your iTunes.</p>
<p>In your iPhone device options, click on the <em>Info</em> tab. Scroll down and mark &#8220;<em>Sync Safari Bookmarks&#8221;</em>.</p>
<p>Click on <em>Apply</em> to sync your iPhone.</p>
<p><img class="alignnone size-full wp-image-5063" title="itunes-sync" src="http://images.maketecheasier.com/2009/06/itunes-sync.jpg" alt="itunes-sync" width="577" height="391" /></p>
<p>Once it is done, in your iPhone, connect to the Internet and load your mobile Safari.</p>
<p>On the page that you want to open the link in new tab, tap on the bookmark icon at the bottom of the screen. Scroll to <em>Bookmark Bar -&gt;Tabulate</em>.</p>
<p><img class="alignnone size-full wp-image-5064" title="mobile-safari1" src="http://images.maketecheasier.com/2009/06/mobile-safari1.jpg" alt="mobile-safari1" width="280" height="400" /> <img class="alignnone size-full wp-image-5065" title="mobile-safari2" src="http://images.maketecheasier.com/2009/06/mobile-safari2.jpg" alt="mobile-safari2" width="280" height="400" /></p>
<p>You will now see a orange icon at the top left of your Safari browser. This indicate that the tabulate is active on the current page.</p>
<p><img class="alignnone size-full wp-image-5066" title="tabulate1" src="http://images.maketecheasier.com/2009/06/tabulate1.jpg" alt="tabulate1" width="319" height="190" /></p>
<p>Now, click on a link. A toolbar of 3 icons will appear. The first one represents &#8220;<em>open the link in current tab</em>&#8220;. The second one (the one with a plus sign) represents &#8220;<em>open the link in a new tab&#8221;</em> while the last one means to flag the link to open later.</p>
<p><img class="alignnone size-full wp-image-5067" title="tabulate2" src="http://images.maketecheasier.com/2009/06/tabulate2.jpg" alt="tabulate2" width="318" height="113" /></p>
<p>That&#8217;s it. You just have to click on the second icon to open the link in a new tab.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06">How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/access-stumbleupon-in-iphone/2009/09/23' rel='bookmark' title='Permanent Link: How to Access StumbleUpon and Stumble Through Websites in an iPhone'>How to Access StumbleUpon and Stumble Through Websites in an iPhone</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-set-up-push-notification-for-gmail-in-iphone/2009/09/24' rel='bookmark' title='Permanent Link: How to Set Up Push Notification For Gmail in iPhone'>How to Set Up Push Notification For Gmail in iPhone</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trapster: Alerts For Speed Traps On Your Handset</title>
		<link>http://maketecheasier.com/trapster-alerts-for-speed-traps-on-your-handset/2009/05/19</link>
		<comments>http://maketecheasier.com/trapster-alerts-for-speed-traps-on-your-handset/2009/05/19#comments</comments>
		<pubDate>Tue, 19 May 2009 22:40:35 +0000</pubDate>
		<dc:creator>Ivan Beres</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[trapster]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4814</guid>
		<description><![CDATA[Trapster is a free service and client for avoiding speed traps for iPhone, BlackBerry and java enabled phones. Another great thing about Trapster is that it&#8217;s community driven: anyone can report speed traps so the maps are updated all the time.
Trapster combines technologies such as GPS and wireless location, voice transcription, geocoding, reverse geocoding, and [...]<p><strong><a href="http://maketecheasier.com/trapster-alerts-for-speed-traps-on-your-handset/2009/05/19">Trapster: Alerts For Speed Traps On Your Handset</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23' rel='bookmark' title='Permanent Link: How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile Handset'>How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile Handset</a></li><li><a href='http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23' rel='bookmark' title='Permanent Link: Speed Up Your Web Search With Inquisitor'>Speed Up Your Web Search With Inquisitor</a></li><li><a href='http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26' rel='bookmark' title='Permanent Link: The BEST Way to Read News on Your iPhone'>The BEST Way to Read News on Your iPhone</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06' rel='bookmark' title='Permanent Link: How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser'>How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-4827 alignleft" src="http://images.maketecheasier.com/2009/05/trapsterlogo.jpg" alt="trapsterlogo" width="197" height="188" />Trapster is a free service and client for avoiding speed traps for iPhone, BlackBerry and java enabled phones. Another great thing about Trapster is that it&#8217;s community driven: anyone can report speed traps so the maps are updated all the time.</p>
<p><a href="http://trapster.com" target="_blank">Trapster</a> combines technologies such as GPS and wireless location, voice transcription, geocoding, reverse geocoding, and SMS, with a central database server. It communicates in real time, using the Internet. Since the traps are often moved from one position to another it is vital to get real time information about their location. You can set notifications up on your Garmin or other navigation device if you don&#8217;t want to check your phone while driving.</p>
<p><img class="alignnone size-full wp-image-4824" src="http://images.maketecheasier.com/2009/05/traspter-menu.jpg" alt="traspter-menu" width="320" height="480" /></p>
<p>The <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290629277&amp;mt=8">iPhone application</a> is very detailed and customizable. The displaying of speed traps can be set so you only see a given type on the map. You can even connect your Facebook and Twitter accounts to interact with other Trapster users and to send updates.</p>
<p>After downloading Trapster from the App Store you need to create an account. It will ask you to allow location services to scan your surroundings for speed traps. As you see there are no traps at my current location. But on the highway there are two fixed cameras that I didn&#8217;t know of. Trapster uses google maps and the information from users for placing traffic cameras on it.</p>
<p><img class="size-full wp-image-4822 alignnone" src="http://images.maketecheasier.com/2009/05/trapster-main.jpg" alt="trapster-main" width="320" height="480" /></p>
<p>I was skeptical if there are enough users to keep the database updated but Trapster just reached 200k Blackberry users. You can record your trips and share them or keep them to yourself. If you notice a speed trap of any kind you can easily add it to the database by selecting the type and pin pointing on the map. The setup menu gives real depth to Trapster. You can customize every aspect of the application: notifications, alerts, sounds, etc. The main menu has a bunch of settings and a help section so you won&#8217;t get lost.</p>
<p>I have a dock in my car for my iPhone so I have no problems checking it regularly. I&#8217;m planning to set Trapster up with my navigation system thought because the iPhone&#8217;s battery is drained easily.</p>
<p>Connecting to Facebook account is fast and embedded into the application while for setting up Twitter you need to go to Safari.</p>
<p><img class="size-full wp-image-4820 alignnone" src="http://images.maketecheasier.com/2009/05/trapster-facebook.jpg" alt="trapster-facebook" width="320" height="480" /></p>
<p>Everyone of us know that speeding is dangerous, but not everyone want to keep to the speed limit, especially on highways. While Trapster is not an app to advocate speeding, it enables you to drive (and speed) without worrying about getting caught by speed traps. Radar or laser detectors are no good against modern police equipment. These devices often alert too late and you have no time to slow down before reaching the speed trap. Trapster has updated information and alerts you miles before you would get to the trap. You can also see the traps on the map, which could potentially save you lot of money (paying fines).</p>
<p>Trapster currently works in iPhone, Blackberry and various mobile phone that supports Java J2ME. A Windows mobile version is also coming soon.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/trapster-alerts-for-speed-traps-on-your-handset/2009/05/19">Trapster: Alerts For Speed Traps On Your Handset</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23' rel='bookmark' title='Permanent Link: How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile Handset'>How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile Handset</a></li><li><a href='http://maketecheasier.com/speed-up-your-web-search-with-inquisitor/2009/06/23' rel='bookmark' title='Permanent Link: Speed Up Your Web Search With Inquisitor'>Speed Up Your Web Search With Inquisitor</a></li><li><a href='http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26' rel='bookmark' title='Permanent Link: The BEST Way to Read News on Your iPhone'>The BEST Way to Read News on Your iPhone</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/open-your-web-links-in-new-tab-in-iphone-safari-browser/2009/06/06' rel='bookmark' title='Permanent Link: How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser'>How To Open Your Web Links In New Tab In iPhone&#8217;s Safari Browser</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/trapster-alerts-for-speed-traps-on-your-handset/2009/05/19/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create An iPhone Ringtone Using iTunes For Free</title>
		<link>http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15</link>
		<comments>http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15#comments</comments>
		<pubDate>Fri, 15 May 2009 12:50:21 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Ringtones]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4679</guid>
		<description><![CDATA[The iPhone is an awesome smartphone and I&#8217;ve been in love with it ever since I got it.
The iTunes app store is just one of the many benefits of using the iPhone and it is amazing to see and use all the innovative applications being developed by third party developers.
However, if you talk about Apple [...]<p><strong><a href="http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15">How to Create An iPhone Ringtone Using iTunes For Free</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4681" src="http://images.maketecheasier.com/2009/05/itunes-1.png" alt="iTunes" width="150" height="129" />The iPhone is an awesome smartphone and I&#8217;ve been in love with it ever since I got it.</p>
<p>The iTunes app store is just one of the many benefits of using the iPhone and it is amazing to see and use all the innovative applications being developed by third party developers.</p>
<p>However, if you talk about Apple as a company, they&#8217;ve had a pretty tight control over the iPhone platform and that is my only gripe with it. Apple&#8217;s control over the iPhone ecosystem is so much that they charge you to even create ring tones for the iPhone even if you have purchased the song legally through iTunes, and for a lot of people paying for ringtones is the only way to get ringtones for the otherwise excellent phone.</p>
<p>In today&#8217;s tutorial we&#8217;ll show you how you can create a ringtone for your iPhone for free using nothing but iTunes and a little perseverance.</p>
<p>To start with creating your own iPhone ringtone, open iTunes and select the song that you want to make a ringtone out of.</p>
<p><img class="aligncenter size-full wp-image-4680" src="http://images.maketecheasier.com/2009/05/itunes-2.png" alt="iTunes" width="363" height="82" /></p>
<p>Right click and select &#8220;<strong>Get Info</strong>&#8220;. Go to the &#8220;<strong>Options</strong>&#8221; tab select a &#8220;Start Time&#8221; and &#8220;Stop Time&#8221; . This will ensure that iTunes will play the song starting from the &#8220;Start Time&#8221; to the &#8220;Stop Time&#8221;. Make sure that the stop time doesn&#8217;t exceed the start time by more than about 40 seconds. To be on the safer side, I usually keep the length at 30 seconds.</p>
<p><img class="aligncenter size-full wp-image-4682" src="http://images.maketecheasier.com/2009/05/itunes-3.png" alt="iTunes" width="334" height="139" /></p>
<p>You can uncheck the start and stop time settings after you&#8217;ve created your ring tone.</p>
<p>Now, go to <em>Edit-&gt;Preferences</em> and in the General tab click on <strong>Import settings</strong></p>
<p><img class="aligncenter size-full wp-image-4683" src="http://images.maketecheasier.com/2009/05/itunes-4.png" alt="iTunes" width="350" height="226" /></p>
<p>And make sure that the <strong>AAC encoder</strong> settings are set to the following.</p>
<p><img class="aligncenter size-full wp-image-4684" src="http://images.maketecheasier.com/2009/05/itunes-5.png" alt="iTunes" width="416" height="164" /></p>
<p>Now, right click on the song that you&#8217;d selected in the beginning and create an AAC version out of it.</p>
<p><img class="aligncenter size-full wp-image-4685" src="http://images.maketecheasier.com/2009/05/itunes-6.png" alt="iTunes" width="346" height="189" /></p>
<p>You should now see two songs with the same name in iTunes but one of them would be of 30 seconds duration (or the duration that you chose for the ringtone), while the other one would be the full original song. We&#8217;re almost done now.</p>
<p><img class="aligncenter size-full wp-image-4690" src="http://images.maketecheasier.com/2009/05/itunes-7.png" alt="iTunes" width="371" height="82" /></p>
<p>Select the newly created 30 second AAC version of the song in iTunes and press <em>CTRL+C</em>. Paste the song on your desktop (or any other folder) using the <em>CTRL+V</em> shortcut. This AAC version of the song will have the <strong>.M4A</strong> extension. Change it to <strong>.M4R</strong>.</p>
<p><img class="aligncenter size-full wp-image-4689" src="http://images.maketecheasier.com/2009/05/itunes-8.png" alt="iTunes" width="244" height="150" /></p>
<p>Now, with the iPhone connected to your computer. Simply drag this file to the iPhone icon in iTunes.</p>
<p><img class="aligncenter size-full wp-image-4691" src="http://images.maketecheasier.com/2009/05/itunes-9.png" alt="iTunes" width="250" height="159" /></p>
<p>That&#8217;s it. Your newly created ringtone should now be visible in the iPhone and you can start using it rightaway.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15">How to Create An iPhone Ringtone Using iTunes For Free</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15/feed</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
		<item>
		<title>How To Enable Emoji Icons On Your iPhone For Free</title>
		<link>http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11</link>
		<comments>http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:49:18 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[Emoji icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Keyboard]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2636</guid>
		<description><![CDATA[Unless you are having a Japanese iPhone, chances are your iPhone does not come with the attractive and interesting Emoji icons. Like any other Emoticons on mobile, the Emoji iconset allows you to insert smily faces and many other icons in your notes, sms and any other text entries.
If you are affected by the fact [...]<p><strong><a href="http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11">How To Enable Emoji Icons On Your iPhone For Free</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2646" title="emoji-icon" src="http://images.maketecheasier.com/2009/02/emoji-icon.jpg" alt="emoji-icon" width="222" height="138" />Unless you are having a Japanese iPhone, chances are your iPhone does not come with the attractive and interesting Emoji icons. Like any other Emoticons on mobile, the Emoji iconset allows you to insert smily faces and many other icons in your notes, sms and any other text entries.</p>
<p>If you are affected by the fact that your iPhone does not has the emoji function, don&#8217;t worry, here is a simple trick that you can use to activate the emoji iconset in your iPhone.</p>
<p>Go to the AppStore in your iPhone.</p>
<p>Tap on the <em>Search</em> and type in &#8220;<em>spell number</em>&#8221;</p>
<p><img class="alignnone size-full wp-image-2637" title="search for spell number in the appstore" src="http://images.maketecheasier.com/2009/02/search-spellno.jpg" alt="search for spell number in the appstore" width="320" height="259" /></p>
<p>Install the application</p>
<p><img class="alignnone size-full wp-image-2638" title="install spell number" src="http://images.maketecheasier.com/2009/02/install-spellno.jpg" alt="install spell number" width="320" height="265" /></p>
<p>From your Home screen, open the <em>Spell Number</em> application and  key in <em>9876543.21</em> (including the decimal point)</p>
<p><img class="alignnone size-full wp-image-2639" title="spell number easter egg" src="http://images.maketecheasier.com/2009/02/spellno-easter.jpg" alt="spell number easter egg" width="320" height="459" /></p>
<p>Exit the application.</p>
<p>Go to <em>Settings</em>. Navigate to <em>General -&gt; Keyboard -&gt; International Keyboards</em>.</p>
<p>Scroll down to <em>Japanese</em>. Tap on it.</p>
<p>Swipe the Emoji option to ON.</p>
<p><img class="alignnone size-full wp-image-2640" title="enable-emoji" src="http://images.maketecheasier.com/2009/02/enable-emoji.jpg" alt="enable-emoji" width="320" height="218" /></p>
<p>Back to your Home screen, turn on your Notepad (or any other application that requires keyboard) and create a new note. On the keyboard, you should see a globe beside the Space button. Tap on it and it will display the Emoji iconset.</p>
<p><img class="alignnone size-full wp-image-2642" title="emoji-set1" src="http://images.maketecheasier.com/2009/02/emoji-set1.jpg" alt="emoji-set1" width="320" height="462" /></p>
<p><img class="alignnone size-full wp-image-2643" title="emoji-set2" src="http://images.maketecheasier.com/2009/02/emoji-set2.jpg" alt="emoji-set2" width="320" height="217" /></p>
<p><img class="alignnone size-full wp-image-2644" title="emoji-set3" src="http://images.maketecheasier.com/2009/02/emoji-set3.jpg" alt="emoji-set3" width="320" height="215" /></p>
<p><img class="alignnone size-full wp-image-2645" title="emoji-set4" src="http://images.maketecheasier.com/2009/02/emoji-set4.jpg" alt="emoji-set4" width="320" height="216" /></p>
<p>I am not sure how long will <em>Spell Number</em> stays free. In the event that it charges you for the download, there is another way that you can activate the Emoji icon for free, but it requires you to jailbreak your iPhone.</p>
<p>- <a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" target="_blank">Jailbreak</a> your iPhone.</p>
<p>- Load <em>Cydia.</em> Tap on the <em>Section</em>. Navigate to <em>Tweak -&gt; Emoji</em>.</p>
<p>- Install it.</p>
<p>You can now activate the Emoji icon via the Settings page.</p>
<p>The above tricks will work for iPod Touch as well.</p>
<p>What other iPhone tricks do you want us to cover? Tell us in the comment.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11">How To Enable Emoji Icons On Your iPhone For Free</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/create-an-iphone-ringtone-using-itunes-for-free/2009/05/15' rel='bookmark' title='Permanent Link: How to Create An iPhone Ringtone Using iTunes For Free'>How to Create An iPhone Ringtone Using iTunes For Free</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Perform Copy/Paste Function In iPhone</title>
		<link>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03</link>
		<comments>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:34:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2370</guid>
		<description><![CDATA[ Even though your iPhone/iPod Touch allows you to install, run and perform many applications, there is just one simple function that is most sought after, but is not available – Copy/Paste.
Yes, iPhone/iPod Touch does not come with Copy/Paste function and despite countless pleas to Apple to implement this feature, there is still no news [...]<p><strong><a href="http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03">How To Perform Copy/Paste Function In iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="copy-paste" src="http://images.maketecheasier.com/2009/02/copypaste.jpg" alt="copy-paste" width="289" height="90" /> Even though your iPhone/iPod Touch allows you to install, run and perform many applications, there is just one simple function that is most sought after, but is not available – Copy/Paste.</p>
<p>Yes, iPhone/iPod Touch does not come with Copy/Paste function and despite countless pleas to Apple to implement this feature, there is still no news that this function is going to be included in the future firmware upgrade.</p>
<p>Nevertheless, if you are willing to jailbreak your iPhone/iPod Touch and void the guarantee, you still can get the Copy/Paste to work. For those who are yearning for the Copy/Paste function, here is how you can get it working on your iPhone.</p>
<p>1. <a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" target="_blank">Jailbreak</a> your iPhone</p>
<p>2. On the home screen, you should see a <em>Cydia </em>icon.Tap on it to run the installer application.</p>
<p><img title="iphone-home" src="http://images.maketecheasier.com/2009/02/iphonehome.jpg" alt="iphone-home" width="320" height="462" /></p>
<p>3. On the <em>Cydia</em> main screen, navigate to <em>Sections-&gt; Keyboards Extension</em>. You will find <em>hClipboard</em>. Tap and install it.</p>
<p><img title="cydia-keyboard" src="http://images.maketecheasier.com/2009/02/cydiakeyboard1.jpg" alt="cydia-keyboard" width="288" height="414" /> <img title="cydia-keyboard: hclipboard" src="http://images.maketecheasier.com/2009/02/cydiakeyboard2.jpg" alt="cydia-keyboard: hclipboard" width="288" height="414" /></p>
<p>4. Once you have finished the installation, exit <em>Cydia</em> and go to <em>Settings</em>. Navigate to <em>General -&gt;Keyboard-&gt;International Keyboards</em>. You will see the <em>hClipboard</em> function. Slide the button to turn it on.</p>
<p><img title="settings-general" src="http://images.maketecheasier.com/2009/02/settingsgeneral.jpg" alt="settings-general" width="288" height="414" /> <img title="settings-keyboard" src="http://images.maketecheasier.com/2009/02/settingskeyboard.jpg" alt="settings-keyboard" width="288" height="414" /></p>
<p><img title="settings-intl-keyboard" src="http://images.maketecheasier.com/2009/02/settingsintlkeyboard.jpg" alt="settings-intl-keyboard" width="288" height="414" /> <img title="settings-hclipboard" src="http://images.maketecheasier.com/2009/02/settingshclipboard.jpg" alt="settings-hclipboard" width="288" height="414" /></p>
<p>5. Now, go to any text application (such as Note). On the keyboard, you should see a globe button. Tapping on this globe button will turn the keyboard to the Copy/Paste mode.</p>
<p><img title="keyboard-globe" src="http://images.maketecheasier.com/2009/02/keyboardglobe.jpg" alt="keyboard-globe" width="288" height="414" /> <img title="copy-paste-mode" src="http://images.maketecheasier.com/2009/02/copypastemode.jpg" alt="copy-paste-mode" width="288" height="414" /></p>
<p>Now type some text on the Note. Go to the Copy/Paste mode. Tap on the first icon (on the right) to copy all the text. To copy only a portion of the text, first place the cursor on the starting. Tap the second icon. You should see a sentence “<em>Select from here…</em>”. Next, move the cursor to the end of the selected text. Tap the second icon again. The selected text should now be copied to the clipboard.</p>
<p>To paste the text, simply tap the entry on the copy/paste keyboard. To delete, simple swipe the clipboard entry to the right.</p>
<p><img title="copy-text" src="http://images.maketecheasier.com/2009/02/copytext.jpg" alt="copy-text" width="288" height="414" /> <img title="delete-copied-text" src="http://images.maketecheasier.com/2009/02/deletecopiedtext.jpg" alt="delete-copied-text" width="288" height="414" /></p>
<p>You can also save the copied text as a template so you can use it over and over again, without having to retype it.</p>
<p>That’s it. Enjoy the Copy/Paste function in your iPhone/iPod Touch.</p>
<p>Note:<em> Another application that gives you the Copy/Paste function is Clippy. You can find it in the Cydia installer.</em></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03">How To Perform Copy/Paste Function In iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Earth for the iPhone Reviewed</title>
		<link>http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04</link>
		<comments>http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04#comments</comments>
		<pubDate>Sun, 04 Jan 2009 12:53:05 +0000</pubDate>
		<dc:creator>jamesyeang</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1863</guid>
		<description><![CDATA[Google Earth&#8217;s ability to take a satellite camera and zoom down to practically any country, city or street in the world arguably made the common atlas obsolete overnight.  Previously only available as a desktop application, you can now carry around Google Earth in your pocket!  The iPhone/iPod touch iteration of this app is absolutely free, [...]<p><strong><a href="http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04">Google Earth for the iPhone Reviewed</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1859" src="http://maketecheasier.com/wp-content/uploads/2009/01/gearth1.png" alt="gearth1" width="125" height="177" />Google Earth&#8217;s ability to take a satellite camera and zoom down to practically any country, city or street in the world arguably made the common atlas obsolete overnight.  Previously only available as a desktop application, you can now carry around <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=293622097&amp;mt=8">Google Earth</a> in your pocket!  The iPhone/iPod touch iteration of this app is absolutely free, and serves up most of the functionality which we have grown to love with the desktop version.</p>
<p>It takes advantage of the iPhone’s hardware capabilities using a pinch and slide interface for zooming in and out, as well as the accelerometer for tilting terrain in 3D.  Not only that – you can also check click on Panoramio and Wikipedia entries which are embedded in relevant locations within the map so you can check out photos and learn more about the area which you’re viewing.  All in all, this app is a MUST have for anyone with an iPhone or iPod Touch.</p>
<p>Check out the following video for more details.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/v6BPuKaLel4&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/v6BPuKaLel4&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><strong>Do you like Google Earth?  Share your thoughts with us in the comments!</strong></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04">Google Earth for the iPhone Reviewed</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22' rel='bookmark' title='Permanent Link: Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer'>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/google-earth-for-the-iphone-reviewed/2009/01/04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BEST Way to Read News on Your iPhone</title>
		<link>http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26</link>
		<comments>http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26#comments</comments>
		<pubDate>Fri, 26 Dec 2008 13:25:31 +0000</pubDate>
		<dc:creator>jamesyeang</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[rss reader]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1738</guid>
		<description><![CDATA[
Free RSS readers on the iTunes app store are a dime a dozen.  Most of them however, are not worth even a second look.  So what IS the best way to read your news and get yourself up to speed on an iPhone?
Well one app clearly stands out head and shoulders over the crowd, and [...]<p><strong><a href="http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26">The BEST Way to Read News on Your iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1739" src="http://images.maketecheasier.com/2008/12/nnwire2.jpg" alt="nnwire2" width="442" height="226" /></p>
<p>Free RSS readers on the iTunes app store are a dime a dozen.  Most of them however, are not worth even a second look.  So what IS the best way to read your news and get yourself up to speed on an iPhone?</p>
<p>Well one app clearly stands out head and shoulders over the crowd, and it&#8217;s Net News Wire for the iPhone.</p>
<p>It&#8217;s powerful.  It comes with a plethora of customizable options, which lets you completely customize your reading experience.  At the same time, it&#8217;s simple to use.  If you don&#8217;t care for customization, it works out of the box beautifully.  It even syncs up with your online newsgator account so the feeds you read on your laptop will be in sync with the feeds you read on your iPod.</p>
<p>The best part? *Drumroll* &#8230;.Offline reading.</p>
<p>While almost all other free RSS readers rely on a net connection to function, <a href="http://www.newsgator.com/individuals/netnewswireiphone/default.aspx">NetNewsWire</a> will download the feed onto the phone so you can read it offline.  That way you never have to worry about having a decent 3G connection.  If you&#8217;re using an iPod touch, it is truly a Godsend to be able to read feeds offline because you no longer need a Wi-Fi hotspot to get your daily news fix.</p>
<h3>Do you read news on your mobile device?  Tell us about it in the comments!</h3>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26">The BEST Way to Read News on Your iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05' rel='bookmark' title='Permanent Link: How to Copy Files To/From Your iPhone'>How to Copy Files To/From Your iPhone</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/the-best-way-to-read-news-on-your-iphone/2008/12/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16</link>
		<comments>http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:17:42 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1595</guid>
		<description><![CDATA[Syncing your iPod Touch with iTunes on your Mac or Windows is a no-brain job. Simply plug in your iPod, fire up your iTunes and your synchronization will be done in a minute. However, since there is no Linux version of iTunes, there is almost no way that you can sync your iPod Touch with [...]<p><strong><a href="http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16">How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-sync-amarok-with-ipod-classic-3rd-generation-ipod-nano/2008/03/10' rel='bookmark' title='Permanent Link: How To Sync Amarok With iPOD Classic &#038; 3rd Generation iPOD Nano'>How To Sync Amarok With iPOD Classic &#038; 3rd Generation iPOD Nano</a></li><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="iphone sync" src="http://images.maketecheasier.com/2008/12/iphone-sync.jpg" alt="iphone sync" width="137" height="250" />Syncing your iPod Touch with iTunes on your Mac or Windows is a no-brain job. Simply plug in your iPod, fire up your iTunes and your synchronization will be done in a minute. However, since there is no Linux version of iTunes, there is almost no way that you can sync your iPod Touch with your computer. If you are using an Ubuntu system and you don&#8217;t want to create a Windows/Ubuntu dual boot just to sync your iPod Touch, here&#8217;s a tutorial that teaches you how to sync your iPod Touch with a WinXP virtual machine in Ubuntu Intrepid.</p>
<p>(This tutorial was tested using a iPod Touch 1st generation. I have not tested iPod Touch 2nd Gen, iPhone 2G/3G, but I guess they should work as well.)</p>
<h3>Install Virtualbox</h3>
<p>(skip this step if you have already installed Virtualbox in your system)</p>
<p>Add the Virtualbox repository to your Apt list. In your terminal:</p>
<p class="codeblock">gksu gedit /etc/apt/sources.list</p>
<p>Add the following line to the end of the file. Save and close.</p>
<p class="codeblock">deb http://download.virtualbox.org/virtualbox/debian intrepid non-free</p>
<p>Add the gpg key</p>
<p class="codeblock">wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</p>
<p>Update the repository and install Virtualbox</p>
<p class="codeblock">sudo apt-get update<br />
sudo apt-get install virtualbox-2.0</p>
<p>During the installation, you will receive a prompt to ask you to add users to <em>vboxusers</em> group.</p>
<p><img class="alignnone" title="vbox-adduser-prompt" src="http://images.maketecheasier.com/2008/12/vbox-adduser-prompt.jpg" alt="vbox-adduser-prompt" width="580" height="404" /></p>
<p>click <em>OK</em> to continue.</p>
<p>You will then receive the next prompt to recompile the kernel for vboxdrv</p>
<p><img class="alignnone" title="vbox-compile-kernel" src="http://images.maketecheasier.com/2008/12/vbox-compile-kernel.jpg" alt="vbox-compile-kernel" width="580" height="404" /></p>
<p>click <em>OK</em> to continue, follow by <em>Yes</em> to compile the vboxdrv kernel.</p>
<p>When installation is completed, you need to add yourself to the <em>vboxusr</em> group.</p>
<p>Go to <em>System -&gt; Administration -&gt; Users and Groups</em></p>
<p>Press the <em>Unlock</em> button. Enter your password and Authenticate.</p>
<p><img class="alignnone" title="Ubuntu-users-settings" src="http://images.maketecheasier.com/2008/12/users-settings.jpg" alt="Ubuntu-users-settings" width="458" height="328" /></p>
<p>Press <em>Manage Groups</em>.</p>
<p>Scroll down until you see the <em>vboxusers</em>. Highlight it and click <em>Properties</em>.</p>
<p><img class="alignnone" title="Ubuntu-groups-settings" src="http://images.maketecheasier.com/2008/12/groups-settings.jpg" alt="Ubuntu-groups-settings" width="408" height="328" /></p>
<p>Check your username and click <em>OK</em>. Close everything.</p>
<p><img class="alignnone" title="add-vboxusers" src="http://images.maketecheasier.com/2008/12/add-vboxusers.jpg" alt="add-vboxusers" width="428" height="328" /></p>
<p>Remember the <em>Group ID</em> (in this case, the group ID is 127). You will need to use it later.</p>
<p>Back in the terminal,</p>
<p class="codeblock">echo &#8220;vboxdrv&#8221; | sudo tee -a /etc/modules</p>
<p>to start the vboxdrv module during bootup.</p>
<h3>Configuring the USB support</h3>
<p>The following is to configure the Virtualbox to detect any USB devices that are plugged into your system.</p>
<p class="codeblock">gksu gedit /etc/fstab</p>
<p>Add the following line to the end of the file</p>
<p class="codeblock">#usbfs for virtualbox<br />
none /proc/bus/usb usbfs devgid=GROUP_ID,devmode=664 0 0</p>
<p>Replace the GROUP_ID by the group ID that you have recorded just now.</p>
<h3>Recompile the kernel USB support</h3>
<p>In the terminal, type</p>
<p class="codeblock">uname -r</p>
<p>You should see something like this</p>
<p><img class="alignnone" title="uname" src="http://images.maketecheasier.com/2008/12/terminal-uname.jpg" alt="uname" width="375" height="163" /></p>
<p>Next, using the kernel information you just obtained, install the source code of the kernel</p>
<p class="codeblock">sudo apt-get build-dep linux-source-2.6.27<br />
sudo apt-get install linux-source-2.6.27 build-essential</p>
<p>Once it is done, type the following to the terminal, line by line</p>
<p class="codeblock"><code>tar -jxvf /usr/src/linux-source-2.6.27.tar.bz2<br />
cd linux-source-2.6.27/drivers/usb/core<br />
perl -pi.bak -e 's/16384/131072/' devio.c<br />
make -C /lib/modules/`uname -r`/build/ M=`pwd` modules<br />
strip --strip-debug usbcore.ko<br />
sudo install -m644 -b usbcore.ko /lib/modules/`uname -r`/kernel/drivers/usb/core<br />
sudo depmod -ae<br />
sudo update-initramfs -u</code></p>
<p>Reboot the computer.</p>
<p><a href="http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02" target="_self">Install Windows XP</a> in your Virtualbox. (skip this step if you have already done so).</p>
<h3>Connecting iPod Touch to Windows XP VM</h3>
<p>Plug in your iPod Touch using the USB cable.</p>
<p>Ubuntu will detect it and ask if you want to open it with F-spot manager. Click <em>Unmount</em></p>
<p><img class="alignnone" title="Open iPod touch with F-spot" src="http://images.maketecheasier.com/2008/12/ipod-fspot.jpg" alt="Open iPod touch with F-spot" width="508" height="278" /></p>
<p>Next, open your Virtualbox and boot up the Windows XP VM.</p>
<p>Install <a href="http://www.apple.com/itunes/download/" target="_blank">iTunes</a> in your Win XP VM.</p>
<p>Activate the iPod Touch by  going to<em> Devices -&gt; USB Devices -&gt; Apple Inc. iPod</em></p>
<p><img class="alignnone" title="activate-ipod-usb device on WinXP VM" src="http://images.maketecheasier.com/2008/12/activate-ipod-usb.jpg" alt="activate-ipod-usb device on WinXP VM" width="491" height="268" /></p>
<p>The WinXP VM should recognize the USB device and configure it for usage.</p>
<p>Open your iTunes. You should be able to sync it like you do in a native Mac or Windows environment.</p>
<p><img class="alignnone" title="sync ipod touch with winxp vm" src="http://images.maketecheasier.com/2008/12/sync-ipod-winxp-vm.jpg" alt="sync ipod touch with winxp vm" width="580" height="377" /></p>
<p>That&#8217;s it.</p>
<p><strong>Note</strong>: I have tested this with a iPod Touch 1st Generation. I have not tested this with iPod Touch 2G and iPhone, but they should work as well.</p>
<p>[Reference: <a href="http://ubuntuforums.org/showthread.php?t=970628" target="_blank">Ubuntu Forums</a>]</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16">How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-sync-amarok-with-ipod-classic-3rd-generation-ipod-nano/2008/03/10' rel='bookmark' title='Permanent Link: How To Sync Amarok With iPOD Classic &#038; 3rd Generation iPOD Nano'>How To Sync Amarok With iPOD Classic &#038; 3rd Generation iPOD Nano</a></li><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How To Add Subtitles And Convert Video For iPhone In Windows</title>
		<link>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15</link>
		<comments>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15#comments</comments>
		<pubDate>Sat, 15 Nov 2008 06:28:40 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[video conversion]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xvid4psp]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1108</guid>
		<description><![CDATA[
Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well?
XviD4PSP is a video encoder/decoder [...]<p><strong><a href="http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15">How To Add Subtitles And Convert Video For iPhone In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/convert-ogg-to-mp4-using-vlc-media-player/2008/02/18' rel='bookmark' title='Permanent Link: Convert OGG to MP4 Using VLC Media Player'>Convert OGG to MP4 Using VLC Media Player</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1116" title="iphone-video" src="http://images.maketecheasier.com/2008/11/iphone-video.jpg" alt="" width="580" height="316" /></p>
<p>Imagine that you are going to convert an avi video files to mp4 format so that you can sync it with your iPhone and watch it on the go. Now, if you have the subtitles files, wouldn&#8217;t it be great if you can embed it in the converted video as well?</p>
<p><a href="http://www.winnydows.com/page.php?2" target="_blank">XviD4PSP</a> is a video encoder/decoder that allows you to convert your video files from one format to another. Originally created to convert video for PSP, now it is able to convert video for a wide variety of devices, include iPhone, PS 3, Xbox 360, Blackberry, DVD player etc. There is also a subtitles feature where you can embed your subtitle file in the video.</p>
<h3>Let&#8217;s get started.</h3>
<p>Download <a href="http://www.winnydows.com/page.php?2" target="_blank">XviD4PSP here</a></p>
<p>Windows XP users need to install the <a href="http://go.microsoft.com/fwlink/?LinkId=70848">Micosoft .Net framework 3.0</a>. Vista users need to turn the UAC off or set it to run in quiet mode. Here are some ways that you can <a href="http://maketecheasier.com/4-tools-to-make-vistas-uac-less-annoying-without-compromising-your-security/2008/11/13" target="_blank">turn UAC off without compromising your security</a>.</p>
<p>Once you have installed the framework, run the Xvid4PSP installer. When it comes to the <em>Choose Components</em> page, make sure you select all the components.</p>
<p><img class="alignnone size-full wp-image-1109" title="xvid4psp-installer" src="http://images.maketecheasier.com/2008/11/xvid4psp-installer.jpg" alt="xvid4psp-installer" width="502" height="390" /></p>
<p>Launch Xvid4PSP</p>
<p><img class="alignnone size-full wp-image-1110" title="xvid4psp" src="http://images.maketecheasier.com/2008/11/xvid4psp.jpg" alt="xvid4psp" width="580" height="446" /></p>
<p>Open your video files (Click on the <em>Open</em> button in the menubar)</p>
<p><img class="alignnone size-full wp-image-1111" title="xvid4psp-video" src="http://images.maketecheasier.com/2008/11/xvid4psp-video.jpg" alt="xvid4psp-video" width="580" height="446" /></p>
<p>The left pane is where all the configuration options are situated. If you are proficient enough, you can click the &#8216;<strong>E</strong>&#8216; button beside the dropdown to configure your own setting. For the rest, the preset options are good enough.</p>
<p>Under the <em>Format</em> dropdown bar, select<em> MP4 iPhone or Touch</em>.</p>
<p><img class="alignnone size-full wp-image-1112" title="xvid4psp-video-format" src="http://images.maketecheasier.com/2008/11/xvid4psp-video-format.jpg" alt="xvid4psp-video-format" width="251" height="293" /></p>
<p>Under the Video encoding dropdown bar, you can choose between <em>Turbo</em>, <em>Extreme</em> or <em>Ultra</em>. If you want to have a fast encoding process, pick <em>Turbo</em>. If the video quality matters a lot to you and you don&#8217;t mind to wait double the time for the encoding to finish, select <em>Extreme</em> or <em>Ultra</em>.</p>
<p><img class="alignnone size-full wp-image-1115" title="xvid4psp-video-encode" src="http://images.maketecheasier.com/2008/11/xvid4psp-video-encode.jpg" alt="xvid4psp-video-encode" width="245" height="301" /></p>
<p>Next, you have to prepare your subtitle file. Subtitle files usually come with a .srt file extension. There are always numerous version of subtitle files for a particular movie, so you may want to check first before you start the encoding. If you are looking for a subtitle file, there are plenty of websites that offer free subtitle files for download. You just need to google for it.</p>
<p>On the menubar of Xvid4PSP, click on <em>Subtitles-&gt; Add</em>. Navigate to the directory where your subtitle file is kept and select it.</p>
<p><img class="alignnone size-full wp-image-1113" title="xvid4psp-add-subtitle" src="http://images.maketecheasier.com/2008/11/xvid4psp-add-subtitle.jpg" alt="xvid4psp-add-subtitle" width="385" height="155" /></p>
<p>To check if the subtitle file is correct for your movie, click on the Play button to start playback the video. You will be able to see if the subtitle matches the timeline of the show.</p>
<p>When you are done, click on the <em>Encode</em> button on the menubar. A window will prompt you to select the location to save your file. Navigate to the folder you want to save the file and click <em>Save</em>. The conversion will now start.</p>
<p><img class="alignnone size-full wp-image-1114" title="xvid4psp-encoding" src="http://images.maketecheasier.com/2008/11/xvid4psp-encoding.jpg" alt="xvid4psp-encoding" width="580" height="449" /></p>
<p>The conversion process will take a few hours. You might want to sit back and relax or go for a coffee break. When you are back, you should see your newly converted video at the folder you have specified.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15">How To Add Subtitles And Convert Video For iPhone In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/convert-ogg-to-mp4-using-vlc-media-player/2008/02/18' rel='bookmark' title='Permanent Link: Convert OGG to MP4 Using VLC Media Player'>Convert OGG to MP4 Using VLC Media Player</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Copy Files To/From Your iPhone</title>
		<link>http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05</link>
		<comments>http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:30:27 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[portable hard disk]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=806</guid>
		<description><![CDATA[
While you can use your iPod as a portable hard disk, Apple does not allow you to transfer files to/from your iPhone. Although there are several apps that allows you to copy files, they are no free solutions. If you have jailbroken your iPhone, you can customize it to connect to the desktop and copy [...]<p><strong><a href="http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05">How to Copy Files To/From Your iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-817" title="iphone-copy1" src="http://maketecheasier.com/wp-content/uploads/2008/09/iphone-copy1.jpg" alt="" width="580" height="250" /></p>
<p>While you can use your iPod as a portable hard disk, Apple does not allow you to transfer files to/from your iPhone. Although there are several apps that allows you to copy files, they are no free solutions. If you have <a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" target="_blank">jailbroken</a> your iPhone, you can customize it to connect to the desktop and copy files to/from your iPhone.</p>
<p>For those who have not jailbreak their iPhone, here is a tutorial on <a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03" target="_blank">jailbreaking your iPhone the easy way</a>.</p>
<p><strong>For Mac users:</strong></p>
<p>In Mac, you can make use of <a href="http://en.wikipedia.org/wiki/Apple_Filing_Protocol" target="_blank">AFP</a> to access iPhone/iPod Touch via the Finder.</p>
<p>To do this, you have to first install Netatalk via Cydia.</p>
<p>On your jailbroken iPhone, go to <em>Cydia</em>. At the bottom, go to <em>Sections</em>. Navigate to <em>Networking -&gt; Netatalk</em>. Click install on the top-right corner of the screen.</p>
<p>Once you have installed Netatalk, on your Mac desktop, open up Finder, you should find your iPhone entry on the left pane, under the &#8216;<em>Shared</em>&#8216; section. Click on it. You should see a blank screen with a &#8216;<em>Connect As</em>&#8216; on top of the screen.</p>
<p><img class="alignnone size-full wp-image-807" title="afp-1" src="http://maketecheasier.com/wp-content/uploads/2008/09/afp-1.jpg" alt="" width="580" height="336" /></p>
<p>Click on the &#8216;<em>Connect As</em>&#8216; and enter the following:</p>
<p>Name: <em>mobile</em><br />
Password:<em> alpine</em></p>
<p><img class="alignnone size-full wp-image-808" title="afp-password" src="http://maketecheasier.com/wp-content/uploads/2008/09/afp-password.jpg" alt="" width="431" height="250" /></p>
<p>For some reason that you can&#8217;t find the entry in the <em>Shared</em> section, you can go to <em>Go -&gt; Connect to Server</em>. Under the server address field, enter <em>afp://your-iphone-ip-address</em>. Mine is 192.168.0.102, so I entered afp://192.168.0.102. (You can find your iPhone IP address on <em>Settings-&gt;Wi-Fi-&gt;Your network connection</em>)</p>
<p><img class="alignnone size-full wp-image-809" title="afpconnectserver" src="http://maketecheasier.com/wp-content/uploads/2008/09/afpconnectserver.jpg" alt="" width="489" height="254" /></p>
<p>The <em>Connecting to Server</em> window should open up, and then ask for your user name and password.</p>
<p>Fill in the above login credential.</p>
<p>That&#8217;s it! You can now access the iPhone straight from Finder!</p>
<p>Most of your personal files will be in <em>private/var/root/Library</em> or <em>private/var/root/Media</em>. And of course installing applications is as easy as dragging the .app into your <em>/Applications</em> folder!</p>
<p><strong>For Windows users:</strong></p>
<p><a href="http://code.google.com/p/iphonebrowser/" target="_blank">iPhoneBrowser</a> is a windows based file browser for your iPhone. It features drag and drop uploading to our phone, automatic and manual backups of files on your phone, previews of text and picture files and very cool icons.</p>
<p>Download <em><span style="white-space: nowrap;">SetupiPhoneBrowser.1.7.exe</span></em> from <a href="http://code.google.com/p/iphonebrowser/downloads/list" target="_blank">http://code.google.com/p/iphonebrowser/downloads/list</a></p>
<p>Run the installer on your Windows XP (May not work well on Vista).</p>
<p>Upgrade your iTunes to 7.7.1 (it works on iTunes 7.7 as well).</p>
<p>Open the iPhoneBrowser and connect your iPhone to the computer via the USB cable. The iPhoneBrowser should detect the iPhone and show the file structure on its screen.</p>
<p><img class="alignnone size-full wp-image-810" title="iphone-browser" src="http://maketecheasier.com/wp-content/uploads/2008/09/iphone-browser.jpg" alt="" width="580" height="483" /></p>
<p>You can now drag and drop files to the iPhone.</p>
<p><strong>For Linux users or any other platforms:</strong></p>
<p>In any platforms, as long as you have a FTP program, you can easily transfer files to/from the iPhone via <a href="http://en.wikipedia.org/wiki/Openssh" target="_blank">OpenSSH</a>.</p>
<p>On you iPhone, go to <em>Cydia.</em> Tap on <em>Section</em> on the bottom pane and scroll to <em>Networking-&gt;OpenSSH</em>. Tap on the <em>Install</em> button to install it.</p>
<p>On your desktop, open up your FTP program (it doesn&#8217;t matter which one you use. For me, I used <a href="http://filezilla-project.org/" target="_blank"><em>Filezilla</em></a> because it is free and easy to use).</p>
<p>On <em>Filezilla</em>, go to <em>File-&gt;Site Manager</em></p>
<p>On the left, click <em>New Site</em></p>
<p>Rename the site to &#8216;<em>iPhone</em>&#8216;</p>
<p>On the right, enter the following:</p>
<p class="codeblock">Host: <em>Your iPhone IP address</em><br />
Servertype: <em>SFTP &#8211; SSH File Transfer Protocol</em><br />
Logontype: <em>Normal</em><br />
User: <em>root</em><br />
Password: <em>alpine</em></p>
<p>Click &#8216;<em>Connect</em>&#8216;</p>
<p><img class="alignnone size-full wp-image-812" title="openssh-ftp1" src="http://maketecheasier.com/wp-content/uploads/2008/09/openssh-ftp1.jpg" alt="" width="580" height="457" /></p>
<p>You will be shown a confirmation message asking if you will accept key exchange / connection with the device with the iPhone’s address. You’ll need to click <em>OK</em> for it to connect.</p>
<p><img class="alignnone size-full wp-image-813" title="openssh-challenge" src="http://maketecheasier.com/wp-content/uploads/2008/09/openssh-challenge.jpg" alt="" width="541" height="223" /></p>
<p>Connected mode:</p>
<p><img class="alignnone size-full wp-image-814" title="openssh-filezilla" src="http://maketecheasier.com/wp-content/uploads/2008/09/openssh-filezilla.jpg" alt="" width="580" height="390" /></p>
<p>Once connected, you will see the familiar Explorer-like navigation structure. Simply drag and drop the files to and forth the iPhone.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05">How to Copy Files To/From Your iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03' rel='bookmark' title='Permanent Link: How To Perform Copy/Paste Function In iPhone'>How To Perform Copy/Paste Function In iPhone</a></li><li><a href='http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30' rel='bookmark' title='Permanent Link: How to Easily Mount Your iPhone As An External Drive in Ubuntu'>How to Easily Mount Your iPhone As An External Drive in Ubuntu</a></li><li><a href='http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11' rel='bookmark' title='Permanent Link: How To Enable Emoji Icons On Your iPhone For Free'>How To Enable Emoji Icons On Your iPhone For Free</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</title>
		<link>http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03</link>
		<comments>http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03#comments</comments>
		<pubDate>Wed, 03 Sep 2008 02:47:33 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[jailbreak]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=793</guid>
		<description><![CDATA[

The iPhone-dev team has recently released a QuickPwn tool that enable users to jailbreak iPhone and iPod Touch without having to reformat the whole unit. If you have not jailbroken your iPhone/iPod Touch, thinking that it is a difficult process, here is where you can learn to jailbreak your unit the easy way.
The QuickPwn is [...]<p><strong><a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03">How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/make-your-ipod-touch-into-a-phone/2008/04/16' rel='bookmark' title='Permanent Link: Make Your iPod Touch Into a Phone'>Make Your iPod Touch Into a Phone</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-815" title="iphoneonhand" src="http://maketecheasier.com/wp-content/uploads/2008/09/iphoneonhand.jpg" alt="" width="570" height="330" /></p>
<p>The <a href="http://blog.iphone-dev.org/" target="_blank">iPhone-dev</a> team has recently released a <em>QuickPwn</em> tool that enable users to jailbreak iPhone and iPod Touch without having to reformat the whole unit. If you have not jailbroken your iPhone/iPod Touch, thinking that it is a difficult process, here is where you can learn to jailbreak your unit the easy way.</p>
<p>The QuickPwn is available for both Windows and Mac platform. There is a difference though. The Windows version of QuickPwn supports any 2.0.x firmware while the latest Mac version only supports 2.0.2 firmware. If you are using a Mac, you will have to upgrade your unit to the latest 2.0.2 firmware before you can use the QuickPwn tool.</p>
<p>The following tutorial will teach you how to jailbreak your iPhone/iPod Touch on your Mac. The step for Windows will be the same.</p>
<p><em>Some points to note;</em></p>
<p><em>1) This tutorial is illustrated with an iPod Touch and assumed that you have already upgraded your firmware to 2.0.2. </em></p>
<p><em>2) If you have not, simply connect your iPhone/iPod Touch to your iTunes and select the &#8216;</em><em>Download and Install&#8217; option when it prompts you to upgrade your firmware. Make sure that your iTunes is of version 7.7 and above.</em></p>
<p><strong>Step 1: </strong></p>
<p>Download the <a href="http://torrents.thepiratebay.org/4369186/QuickPwn_1.0.0.tbz.4369186.TPB.torrent" target="_blank">QuickPwn for Mac</a> from the <em>iphone-dev</em> site . This is a torrent file. So make sure you have a torrent client (such as <a href="http://www.transmissionbt.com" target="_blank">Transmission</a>) to download the program.</p>
<p>(The above link is only for Firmware 2.0.2. If you are using firmware 2.2 or later, check out the <a href="http://blog.iphone-dev.org/" target="_blank">iphone-dev blog</a> for the latest QuickPwn download link.)</p>
<p><strong>Step 2:</strong></p>
<p>Connect your iPhone/iPod Touch to your iTunes and perform a backup sync. Even though the jailbreaking process is relatively safe and shouldn&#8217;t break any data, it is still better to do a backup and safe guard your data. Sometimes, you just can&#8217;t trust technology.</p>
<p><strong>Step 3: </strong></p>
<p>Once you have sync with iTunes, quit iTunes completely. This will prevent iTunes from interfering the jailbreaking process. Unzip the <em>QuickPwn_1.0.0.tbz</em> using <strong><em>Archive Utility</em></strong> to a convenient folder (say your Desktop). <strong>Do not use any other decompressing application</strong>. You should see this red icon with a pineapple.</p>
<p><img class="alignnone size-full wp-image-794" title="quickpwn-icon" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-icon.jpg" alt="" width="101" height="103" /></p>
<p><strong>Step 4: </strong></p>
<p>Double click <em>QuickPwn</em> to open it. A warning screen will appear. Once you are WARNED, click <em>OK</em> to continue.</p>
<p><img class="alignnone size-full wp-image-795" title="quickpwn-warning" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-warning.jpg" alt="" width="580" height="514" /></p>
<p><strong>Step 5: </strong></p>
<p>QuickPwn will now attempt to identify your iPhone/iPod Touch unit. If you have not connected your iPhone/iPod Touch via the USB cable, do it now.</p>
<p><img class="alignnone size-full wp-image-796" title="quickpwn-identify-unit" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-identify-unit.jpg" alt="" width="580" height="509" /></p>
<p><strong>Step 6: </strong></p>
<p>Once QuickPwn successfully identifies your unit, it will ask if you want to receive update on startup. There is no harm in doing so, but if you are uncomfortable with application running in the background, then choose <em>No</em>.</p>
<p><img class="alignnone size-full wp-image-797" title="quickpwn-updatecheck" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-updatecheck.jpg" alt="" width="580" height="512" /></p>
<p><strong>Step 7:</strong></p>
<p>QuickPwn will now scan your Mac for the 2.0.2 firmware that you have downloaded and automatically build the jailbreak firmware. There is nothing for you to do in this step. Just let the application run on its own.</p>
<p><img class="alignnone size-full wp-image-798" title="quickpwn-buildfirmware" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-buildfirmware.jpg" alt="" width="580" height="511" /></p>
<p><strong>Step 8:</strong></p>
<p>Once the custom firmware is built, you have to switch the iPhone/iPod Touch to <em>DFU</em> mode (aka Restore mode) so that QuickPwn can modify your unit&#8217;s firmware. Make sure you have closed your iTunes completely. Follow the onscreen instructions to set your unit to DFU mode. (<em>This can be rather tricky. You might have to try a few times to get it to DFU mode</em>)</p>
<p>First, turn off your device by pressing the Power button for 3 secs and slide the slider to the right to power it off.</p>
<p><img class="alignnone size-full wp-image-799" title="quickpwn-turnoff" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-turnoff.jpg" alt="" width="580" height="512" /></p>
<p>Now, hold the power and home button together for 10 seconds.</p>
<p><img class="alignnone size-full wp-image-800" title="quickpwn-hold2buttons" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-hold2buttons.jpg" alt="" width="580" height="516" /></p>
<p>Release the power button and continue to hold the home button for another 10 seconds.</p>
<p><img class="alignnone size-full wp-image-804" title="quickpwn-releasepower" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-releasepower.jpg" alt="" width="580" height="514" /></p>
<p>Your iPhone/iPod Touch will now be in DFU mode. If it fail to reach DFU mode, unplug and reconnect your unit to your Mac and repeat the above procedure again.</p>
<p><strong>Step 9:</strong></p>
<p>QuickPwn will now send the modified firmware to your unit. There is nothing to do in this step except to wait.</p>
<p><img class="alignnone size-full wp-image-801" title="quickpwn-jailbreaking" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-jailbreaking.jpg" alt="" width="580" height="510" /></p>
<p>Once it is done, it will show the reboot warning. At this moment, don&#8217;t touch anything on your iPhone/iPod Touch. Let it run and reboot itself. It will take around 3-5mins. Just be patient.</p>
<p><img class="alignnone size-full wp-image-802" title="quickpwn-reboot" src="http://maketecheasier.com/wp-content/uploads/2008/09/quickpwn-reboot.jpg" alt="" width="580" height="512" /></p>
<p>Your iPhone/iPod Touch should be jailbroken after the reboot. You should be able to see the <em>Cydia</em> and <em>Installer</em> apps on the home screen.</p>
<p><img class="alignnone size-full wp-image-803" title="ipod-home" src="http://maketecheasier.com/wp-content/uploads/2008/09/ipod-home.jpg" alt="" width="320" height="480" /></p>
<p>That&#8217;s it. Your iPhone/iPod Touch is now jailbroken.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03">How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/make-your-ipod-touch-into-a-phone/2008/04/16' rel='bookmark' title='Permanent Link: Make Your iPod Touch Into a Phone'>Make Your iPod Touch Into a Phone</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03/feed</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>How to Transfer Music From iPhone/iPod Touch to Your PC</title>
		<link>http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07</link>
		<comments>http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07#comments</comments>
		<pubDate>Mon, 07 Jul 2008 03:18:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=550</guid>
		<description><![CDATA[iPhone/iPod Touch users will know that while it is easy to sync music from iTunes to your iPod, it certainly does not work the other way round. It may be a great security feature by Apple, but it has definitely caused lot of inconvenience to its users. Luckily, there are lots of easy way to [...]<p><strong><a href="http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07">How to Transfer Music From iPhone/iPod Touch to Your PC</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2008/07/senuti.png" alt="" width="128" height="128" />iPhone/iPod Touch users will know that while it is easy to sync music from iTunes to your iPod, it certainly does not work the other way round. It may be a great security feature by Apple, but it has definitely caused lot of inconvenience to its users. Luckily, there are lots of easy way to get this done.</p>
<p>In Mac, users can use the free application <a href="http://www.fadingred.org/senuti/" target="_blank">Senuti</a> to copy music from their iPod to the computer. At the moment, only the beta version <a href="http://www.fadingred.com/senuti/" target="_blank">Senuti 0.50.2b7</a> supports iPhone and iPod touch.</p>
<p>The configuration of Senuti is easy and works out of the box. After installing, Senuti will prompt you where to save your music files and whether to add it to iTunes library. Once that is done, plug in your iPhone/iPod Touch and it will automatically detect all the songs/videos/playlist in your device. Click <em>Transfer</em> and the all the selected entries will be transferred to the computer.</p>
<p><img class="alignnone size-full wp-image-551" title="senuti1" src="http://maketecheasier.com/wp-content/uploads/2008/07/senuti1.jpg" alt="senuti1" width="590" /></p>
<p><img class="alignnone size-full wp-image-552" title="senuti-2" src="http://maketecheasier.com/wp-content/uploads/2008/07/senuti-2.jpg" alt="senuti-2" width="590" /></p>
<p>In Windows, users can use the <a href="http://www.winamp.com/" target="_blank">Winamp&#8217;s</a> <a href="http://sourceforge.net/projects/mlipod" target="_blank">iPod plugin</a> to achieve the same effect.</p>
<p><img class="alignnone size-full wp-image-553" title="winamp-ipod-plugin" src="http://maketecheasier.com/wp-content/uploads/2008/07/winamp-ipod-plugin.jpg" alt="winamp-ipod-plugin" width="590" /></p>
<p>In Linux, it is more troublesome to sync the iPhone/iPod Touch with the OS, nevertheless, it can still be done via this <a href="http://lifehacker.com/388785/sync-your-iphone-wirelessly-in-linux" target="_blank">tutorial</a>.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07">How to Transfer Music From iPhone/iPod Touch to Your PC</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</title>
		<link>http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29</link>
		<comments>http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29#comments</comments>
		<pubDate>Thu, 29 May 2008 10:00:10 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=441</guid>
		<description><![CDATA[There are just so many things that can be done with the iPhone/iPod Touch, and now you can use it as a wireless touchpad mouse to remote control your system.
Touchpad Pro is a freeware application that turns your iPhone/iPod Touch into a multi-touch wireless mouse for any operating system.

As the same as all other free [...]<p><strong><a href="http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29">Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/make-your-ipod-touch-into-a-phone/2008/04/16' rel='bookmark' title='Permanent Link: Make Your iPod Touch Into a Phone'>Make Your iPod Touch Into a Phone</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>There are just so many things that can be done with the iPhone/iPod Touch, and now you can use it as a wireless touchpad mouse to remote control your system.</p>
<p><a href="http://www.touchpadpro.com/2008/03/introducing-touchpad-pro.html" target="_blank">Touchpad Pro</a> is a freeware application that turns your iPhone/iPod Touch into a multi-touch wireless mouse for any operating system.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/trMtetn-SyU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/trMtetn-SyU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>As the same as all other free applications, you will need to jailbreak your iPhone/iPod Touch and install Touchpad Pro from the installer.app.</p>
<p>On the operating system side, you will need to install VNC to enable remote connection (VNC is already pre-installed in Mac Leopard).</p>
<p>Configuration can be easily done by entering the IP address and password of the system you are connecting to. Once its is up and running, you can use your iPhone/iPod Touch like a MacBook Air trackpad with touch movement like two-finger scroll and double-finger-tap right-click</p>
<p>The free version of Touchpad Pro only allows you to use your iPhone/iPod Touch as a touchpad mouse, the latest version includes a <em>screenview</em> function where you can view the screen of the remote system. The screenview function requires an activation fee of $15 Euro.</p>
<p><a href="http://www.touchpadpro.com" target="_blank">TouchPad Pro</a></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29">Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/make-your-ipod-touch-into-a-phone/2008/04/16' rel='bookmark' title='Permanent Link: Make Your iPod Touch Into a Phone'>Make Your iPod Touch Into a Phone</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</title>
		<link>http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22</link>
		<comments>http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22#comments</comments>
		<pubDate>Thu, 22 May 2008 03:01:50 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[iPhone/iPod Touch]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=408</guid>
		<description><![CDATA[I love making short notes on my iPod Touch, but I hate it when I can&#8217;t sync and backup to my computer. While you can sync all your iPod Touch setting, including your iTunes, movies, calendar, contact, email, the only thing that Apple misses out is the note syncing.
Thanks to the community, there is an [...]<p><strong><a href="http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22">Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-410 alignleft" title="remotenote-logo" src="http://maketecheasier.com/wp-content/uploads/2008/05/remotenote-logo.jpg" alt="" width="200" height="39" />I love making short notes on my iPod Touch, but I hate it when I can&#8217;t sync and backup to my computer. While you can sync all your iPod Touch setting, including your iTunes, movies, calendar, contact, email, the only thing that Apple misses out is the note syncing.</p>
<p>Thanks to the community, there is an application &#8211; RemoteNote, that allows you to view, edit, create, sync and backup on your notes. The best thing is, you can do all the above tasks in your browser, rather than the small iPhone screen.<br />
You need a jailbroken iPhone/iPod Touch to install the app.</p>
<p>In your iPhone/iPod Touch, go to installer.app. Install <em>jiggy runtime</em> first before you install <em>RemoteNote</em>.</p>
<p><img class="alignnone size-full wp-image-411" title="remotenote-on-ipod-touch" src="http://maketecheasier.com/wp-content/uploads/2008/05/remotenote-on-ipod-touch.jpg" alt="remotenote on ipod touch" width="320" height="480" />RemoteNote on iPod Touch</p>
<p><img class="alignnone size-full wp-image-412" title="remotenote-on-browser" src="http://maketecheasier.com/wp-content/uploads/2008/05/remotenote-on-browser.jpg" alt="RemoteNote on browser" width="500" height="299" />RemoteNote on browser</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22">Create, View, Edit, Sync and Backup Your iPhone Notes With Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/syncing-notes-between-iphoneipod-touch-and-your-mac/2008/03/27' rel='bookmark' title='Permanent Link: Syncing Notes Between iPhone/iPod Touch and Your Mac'>Syncing Notes Between iPhone/iPod Touch and Your Mac</a></li><li><a href='http://maketecheasier.com/how-to-use-quickpwn-to-jailbreak-your-iphoneipod-touch-easily/2008/09/03' rel='bookmark' title='Permanent Link: How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn'>How to Jailbreak Your iPhone/iPod Touch Easily With QuickPwn</a></li><li><a href='http://maketecheasier.com/iphone-as-wireless-touchpad-mouse/2008/05/29' rel='bookmark' title='Permanent Link: Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System'>Use Your iPhone/iPod Touch As a Wireless Touchpad Mouse To Remote Control Your System</a></li><li><a href='http://maketecheasier.com/how-to-transfer-music-from-iphoneipod-touch-to-your-pc/2008/07/07' rel='bookmark' title='Permanent Link: How to Transfer Music From iPhone/iPod Touch to Your PC'>How to Transfer Music From iPhone/iPod Touch to Your PC</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-view-edit-sync-backup-iphone-notes/2008/05/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Windows] Converting Your Videos To iPhone Format</title>
		<link>http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20</link>
		<comments>http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20#comments</comments>
		<pubDate>Tue, 20 May 2008 03:59:47 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=400</guid>
		<description><![CDATA[If you are looking for a free software to convert your existing video files to iPhone format so that you can watch it on the go, then Videora iPhone converter is the one for you.

Videora iPhone converter is a free video converter that converts video files, YouTube videos, movies and DVD&#8217;s into iPhone format. The [...]<p><strong><a href="http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20">[Windows] Converting Your Videos To iPhone Format</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23' rel='bookmark' title='Permanent Link: Easily Create DVD Videos With WinX DVD Author (Free Download)'>Easily Create DVD Videos With WinX DVD Author (Free Download)</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a free software to convert your existing video files to iPhone format so that you can watch it on the go, then <a href="http://www.videora.com/en-us/Converter/iPhone/" target="_blank">Videora iPhone converter</a> is the one for you.</p>
<p><img class="aligncenter size-medium wp-image-401" title="videora" src="http://maketecheasier.com/wp-content/uploads/2008/05/videora-small.gif" alt="Videora screenshot" width="550"/></p>
<p>Videora iPhone converter is a free video converter that converts video files, YouTube videos, movies and DVD&#8217;s into iPhone format. The software supports a variety of video formats, including <em>avi, divx, xvid, flv, x264, vob, mpeg, DVD</em> etc.</p>
<p>You can choose to operate in the <em>normal</em> mode or <em>power user</em> mode. The normal mode is for those who don&#8217;t wish to know the technical details and just want a click and go solution. As for the power user mode, it allows you to tweak and configure the settings such as the bitrate, output format, 1-pass or 2-pass to your liking.</p>
<p>Personally, I have tried both mode and I prefer the <em>power user</em> mode. Initially when I use the normal mode to convert a 650MB xvid video file, Videora automatically picked the best setting (758kbps and stereo 128kps) and generated a 1.5GB MP4 file. With that file size, I can only hold 5 movies on my 8GB iPhone, given that there are no other data in my iPhone (In reality, after counting all my apps and music files, I only have 4.5GB of space left in my iPhone). On the second attempt, I tried the power user mode and adjusted the setting to 512kbps. This time, the output file is only 500MB, which means I can now store more movies with lesser storage space.</p>
<p>This software is only available for Windows and requires the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">.NET Framework</a> to run. I am not sure will it release a Mac or Linux version in the future, but for the time being, this is so far the best free video converter I have used.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20">[Windows] Converting Your Videos To iPhone Format</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23' rel='bookmark' title='Permanent Link: Easily Create DVD Videos With WinX DVD Author (Free Download)'>Easily Create DVD Videos With WinX DVD Author (Free Download)</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li><li><a href='http://maketecheasier.com/easy-dvd-ripping-for-iphoneipod-touch/2008/03/17' rel='bookmark' title='Permanent Link: Easy DVD Ripping For iPhone/iPod Touch'>Easy DVD Ripping For iPhone/iPod Touch</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Console Gaming For iPhone</title>
		<link>http://maketecheasier.com/console-gaming-for-iphone/2008/05/12</link>
		<comments>http://maketecheasier.com/console-gaming-for-iphone/2008/05/12#comments</comments>
		<pubDate>Mon, 12 May 2008 02:11:34 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=413</guid>
		<description><![CDATA[[Game console lover] If you need a reason to convince yourself to buy the expensive iPhone, here is it: You can now play all your favorite console games in your iPhone, via the emulators. Be it Playstation, Nintendo or even Sega Genesis, their emulators are easily available in the installer app. Simply click and install [...]<p><strong><a href="http://maketecheasier.com/console-gaming-for-iphone/2008/05/12">Console Gaming For iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-play-super-nintendo-snes-game-in-ubuntu-hardy/2008/10/03' rel='bookmark' title='Permanent Link: How to Play Super Nintendo (SNES) Game In Ubuntu Hardy'>How to Play Super Nintendo (SNES) Game In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/gaming-youtube-check-out-kongregate/2008/04/08' rel='bookmark' title='Permanent Link: Gaming Version of &#8216;YouTube&#8217;? Check Out Kongregate&#8230;'>Gaming Version of &#8216;YouTube&#8217;? Check Out Kongregate&#8230;</a></li><li><a href='http://maketecheasier.com/why-windows-vista-is-suitable-for-gaming/2007/11/17' rel='bookmark' title='Permanent Link: Why Windows Vista Is Suitable For Gaming?'>Why Windows Vista Is Suitable For Gaming?</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>[Game console lover] If you need a reason to convince yourself to buy the expensive iPhone, here is it: You can now play all your favorite console games in your iPhone, via the emulators. Be it Playstation, Nintendo or even Sega Genesis, their emulators are easily available in the installer app. Simply click and install and you will be playing your favorite game in no time.</p>
<p><strong>Nintendo Entertainment System (NES) </strong></p>
<p><img class="alignnone size-full wp-image-414" title="nes" src="http://maketecheasier.com/wp-content/uploads/2008/05/nes.jpg" alt="" width="320" height="480" /></p>
<p><strong>Playstation I Emulator (PSX4all)</strong></p>
<p><img class="alignnone size-full wp-image-415" title="psx4all" src="http://maketecheasier.com/wp-content/uploads/2008/05/psx4all.jpg" alt="" width="480" height="320" /></p>
<p><strong>GameBoy Advance (GpSPhone)</strong></p>
<p><img class="alignnone size-full wp-image-416" title="gpsphopne" src="http://maketecheasier.com/wp-content/uploads/2008/05/gpsphopne.jpg" alt="" width="480" height="320" /></p>
<p><strong>Sega Genesis (genesus4iphone)</strong></p>
<p><img class="alignnone size-full wp-image-417" title="sega-genesis" src="http://maketecheasier.com/wp-content/uploads/2008/05/sega-genesis.jpg" alt="" width="320" height="480" /></p>
<p><strong>Super Nintendo (SNES4iPhone)</strong></p>
<p><img class="alignnone size-full wp-image-418" title="snes" src="http://maketecheasier.com/wp-content/uploads/2008/05/snes.jpg" alt="" width="480" height="320" /></p>
<p><strong>Scumm (ScummVM)</strong></p>
<p>For those who miss the LucasArts SCUMM interpreter, used in games such as Monkey Island, Indiana Jones, Day Of The Tentacle and Sam and Max, here is the emulator for iPhone</p>
<p><img class="alignnone size-full wp-image-419" title="scummvm-for-iphone" src="http://maketecheasier.com/wp-content/uploads/2008/05/scummvm-for-iphone.jpg" alt="" width="480" height="320" /></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/console-gaming-for-iphone/2008/05/12">Console Gaming For iPhone</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-play-super-nintendo-snes-game-in-ubuntu-hardy/2008/10/03' rel='bookmark' title='Permanent Link: How to Play Super Nintendo (SNES) Game In Ubuntu Hardy'>How to Play Super Nintendo (SNES) Game In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/gaming-youtube-check-out-kongregate/2008/04/08' rel='bookmark' title='Permanent Link: Gaming Version of &#8216;YouTube&#8217;? Check Out Kongregate&#8230;'>Gaming Version of &#8216;YouTube&#8217;? Check Out Kongregate&#8230;</a></li><li><a href='http://maketecheasier.com/why-windows-vista-is-suitable-for-gaming/2007/11/17' rel='bookmark' title='Permanent Link: Why Windows Vista Is Suitable For Gaming?'>Why Windows Vista Is Suitable For Gaming?</a></li><li><a href='http://maketecheasier.com/guide-to-playstation-emulator-on-ubuntu/2008/03/19' rel='bookmark' title='Permanent Link: Guide to Playstation Emulator on Ubuntu'>Guide to Playstation Emulator on Ubuntu</a></li><li><a href='http://maketecheasier.com/gaming-in-linux-ubuntu/2007/11/16' rel='bookmark' title='Permanent Link: Gaming In Linux (Ubuntu)'>Gaming In Linux (Ubuntu)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/console-gaming-for-iphone/2008/05/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
