<?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; iPod Touch</title>
	<atom:link href="http://maketecheasier.com/tag/ipod-touch/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 19 Mar 2010 22:00:38 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sync your iPhone Music Libary With Rhythmbox in Ubuntu Karmic (No Jailbreaking Required)</title>
		<link>http://maketecheasier.com/sync-iphone-with-rhythmbox/2010/02/13</link>
		<comments>http://maketecheasier.com/sync-iphone-with-rhythmbox/2010/02/13#comments</comments>
		<pubDate>Sat, 13 Feb 2010 23:00:31 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[iPhone/iPod Touch]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=12203</guid>
		<description><![CDATA[In Mac and Windows, you can easily sync your iPhone/iPod Touch with iTunes, but in Linux, there is no easy way to sync your iDevice&#8217;s music library with any of the media player. Even if you are willing to jailbreak your phone, there are still plenty of complicated steps that you need to do to [...]<p><strong><a href="http://maketecheasier.com/sync-iphone-with-rhythmbox/2010/02/13">Sync your iPhone Music Libary With Rhythmbox in Ubuntu Karmic (No Jailbreaking Required)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2010/02/iphone-sync-tux.png" alt="iphone-sync-tux" title="iphone-sync-tux" width="200" height="138" class="alignleft size-full wp-image-12216" />In Mac and Windows, you can easily sync your iPhone/iPod Touch with iTunes, but in Linux, there is no easy way to sync your iDevice&#8217;s music library with any of the media player. Even if you are willing to jailbreak your phone, there are still plenty of complicated steps that you need to do to get the syncing to work. With the release of <a href="http://matt.colyer.name/projects/iphone-linux/" target="_blank">iFuse</a> (and a bunch of other library), things have changed. Not only can you <a href="http://maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/2009/09/30">mount your iPhone as an external drive in Ubuntu</a>, you can also use it to sync your music library with Rhythmbox.</p>
<p>The following tutorial only works in <strong>Ubuntu Karmic</strong> (and other karmic-derivative distro) and <strong>iPhone firmware 3.0</strong> and above.</p>
<h3>Remove all iFuse related files</h3>
<p>If you have previously installed ifuse in your system, you need to remove it and its related files. If you did not install <em>ifuse</em> before, you can ignore this part and skip to the next section.</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-get</span> remove gvfs-backends ifuse limobiledevice-dev libplist0 libplist-dev libiphone0 libiphone0-dev limobiledevice0 libgpod4 libusbmux0 libusbmux-dev gtkpod gtkpod-common</pre></div></div>

<p>You also need to remove the <em>jonabeck</em> repository from your apt list.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> 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>Delete the <em>jonabeck</em> PPA from the sources.list file. Save and close.</p>
<p>Refresh your system.</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-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade</pre></div></div>

<h3>Installing iFuse (for Ubuntu Karmic only)</h3>
<p>Add the iFuse PPA to your repository:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository ppa:pmcenery<span style="color: #000000; font-weight: bold;">/</span>ppa</pre></div></div>

<p>Update your system</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-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> dist-upgrade</pre></div></div>

<p>If there is a need, restart your computer.</p>
<p>Install the relevant packages</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-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gvfs gvfs-backends gvfs-bin gvfs-fuse libgvfscommon0 ifuse libgpod-dev libgpod-common libimobiledevice-utils libimobiledevice0 libimobiledevice-dev libplist++<span style="color: #000000;">1</span> libplist-utils python-plist libusb-<span style="color: #000000;">1.0</span>-<span style="color: #000000;">0</span> libusb-<span style="color: #000000;">1.0</span>-<span style="color: #000000;">0</span>-dev libusbmuxd1 usbmuxd</pre></div></div>

<p><strong>Update</strong>: I have removed <em>libiphone0 libiphone-dev</em> from the above packages since they are not longer needed.</p>
<p>When the installation is done, go to <em>System -&gt; Users and Groups</em></p>
<p>Click on the key icon to unlock.</p>
<p><img src="http://images.maketecheasier.com/2010/02/usergroup-unlock.png" alt="usergroup-unlock" title="usergroup-unlock" width="577" height="302" class="alignnone size-full wp-image-12212" /></p>
<p>Click the <em>Manage Groups</em> button. Scroll down till you see the <em>fuse</em> entry. Select it and click the <em>Properties</em> button.</p>
<p><img src="http://images.maketecheasier.com/2010/02/usergroup-select-fuse.png" alt="usergroup-select-fuse" title="usergroup-select-fuse" width="404" height="324" class="alignnone size-full wp-image-12213" /></p>
<p>Check the box beside your username and click OK. </p>
<p><img src="http://images.maketecheasier.com/2010/02/usergroup-add-user.png" alt="usergroup-add-user" title="usergroup-add-user" width="421" height="331" class="alignnone size-full wp-image-12214" /></p>
<p>Close all windows and restart your computer.</p>
<p>You can now plug in your iPhone/iPod Touch and see it appears in your Rhythmbox and Nautilus.</p>
<p>That&#8217;s it. Let us know in the comments if this works for you.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/pennacook/" target="_blank">pennacook</a><br />
<!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/sync-iphone-with-rhythmbox/2010/02/13">Sync your iPhone Music Libary With Rhythmbox in Ubuntu Karmic (No Jailbreaking Required)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-iphone-with-rhythmbox/2010/02/13/feed</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Remote Control Your Mac With Your iPhone/iPod Touch</title>
		<link>http://maketecheasier.com/remote-control-your-mac-from-your-iphoneipod-touch/2010/02/09</link>
		<comments>http://maketecheasier.com/remote-control-your-mac-from-your-iphoneipod-touch/2010/02/09#comments</comments>
		<pubDate>Tue, 09 Feb 2010 23:00:23 +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[remote control]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=12028</guid>
		<description><![CDATA[We know that there are plenty of things that you can do with your iPhone/iPod Touch, and one of the coolest thing of all is to be able to remote control your Mac with your iPhone/iPod Touch. This gives you the convenience to move around your house (or laze in your bed), yet have access [...]<p><strong><a href="http://maketecheasier.com/remote-control-your-mac-from-your-iphoneipod-touch/2010/02/09">Remote Control Your Mac With Your iPhone/iPod Touch</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2010/02/isofa-logo.jpg" alt="isofa-logo" title="isofa-logo" width="200" height="132" class="alignleft size-full wp-image-12048" />We know that there are plenty of things that you can do with your iPhone/iPod Touch, and one of the coolest thing of all is to be able to remote control your Mac with your iPhone/iPod Touch. This gives you the convenience to move around your house (or laze in your bed), yet have access to your Mac in the other room. No, we are not talking about any iPhone apps that you have to paid $0.99 for. We are referring to iSofa, a native Mac app.</p>
<p><a href="http://www.justisofa.com/" target="_blank">iSofa</a> is a Mac application that turns your Mac into a Web server. You can then access the web server from your iPhone/iPod Touch and remote control your Mac from your iDevice. it makes use of the Mac inbuilt web sharing feature and the automator scripts to achieve the effect. The concept is simple, the implementation is simple and the user interface is great.</p>
<p><a href="http://www.justisofa.com/download/index.html" target="_blank">Download and install iSofa</a>.</p>
<p>Once it is installed, it will show a window showing the IP address that you can access from your iDevice.</p>
<p><img class="alignnone size-full wp-image-12032" title="isofa-ip-address" src="http://images.maketecheasier.com/2010/02/isofa-ip-address.png" alt="isofa-ip-address" width="360" height="196" /></p>
<p>Click OK. Your Safari will now pop up showing the iSofa admin page. This is where you can configure your iSofa&#8217;s iPhone interface. You can upload a background wallpaper, set a password for the connection, the IP/port for your Mac to listen to etc.</p>
<p><img class="alignnone size-full wp-image-12033" title="isofa-mac-admin" src="http://images.maketecheasier.com/2010/02/isofa-mac-admin.png" alt="isofa-mac-admin" width="580" height="378" /></p>
<p>If you have make any changes to the connection IP and port, you need to restart the Web sharing service. Go to <em>System Preferences -&gt; Sharing</em>. Turn off the Web sharing and turn back on again to restart it.</p>
<p><img class="alignnone size-full wp-image-12034" title="isofa-web-sharing" src="http://images.maketecheasier.com/2010/02/isofa-web-sharing.png" alt="isofa-web-sharing" width="506" height="475" /></p>
<p>Next, on your iDevice, launch the mobile Safari. Browse to the IP address given to you earlier. You will be able to connect to the iSofa main page. </p>
<p><img class="alignnone size-full wp-image-12038" title="isofa-iphone-interface" src="http://images.maketecheasier.com/2010/02/isofa-iphone-interface.jpg" alt="isofa-iphone-interface" width="320" height="417" /></p>
<p>In the event that you cannot connect, it is probably due to the firewall measure that you have put in place. To solve this, go to <em>System Preferences -&gt; Security -&gt; Firewall</em>. Check <em>&#8220;Set access to specific services and applications&#8221;</em>. Make sure <em>Web sharing</em> is listed is in the box below.</p>
<p><img class="alignnone size-full wp-image-12035" title="isofa-security-settings" src="http://images.maketecheasier.com/2010/02/isofa-security-settings.png" alt="isofa-security-settings" width="562" height="222" /></p>
<p>Refresh your iPhone mobile Safari. You should be able to connect to your iSofa admin now.</p>
<p>There are several things that you can remote control with iSofa. For example, you can play iTunes music.</p>
<p><img class="alignnone size-full wp-image-12039" title="isofa-control-itunes" src="http://images.maketecheasier.com/2010/02/isofa-control-itunes.jpg" alt="isofa-control-itunes" width="320" height="416" /></p>
<p>You can browse files on your iPhone.</p>
<p><img class="alignnone size-full wp-image-12040" title="isofa-browser" src="http://images.maketecheasier.com/2010/02/isofa-browser.jpg" alt="isofa-browser" width="320" height="416" /></p>
<p>You can also set alarm for your Mac.</p>
<p><img class="alignnone size-full wp-image-12042" title="isofa-set-alarm" src="http://images.maketecheasier.com/2010/02/isofa-set-alarm.jpg" alt="isofa-set-alarm" width="320" height="413" /></p>
<p>Other features include</p>
<ul>
<li>Keynote Remote</li>
<li>VLC Remote</li>
<li>DVD Player Remote</li>
<li>QuickTime Remote</li>
<li>FrontRow Remote</li>
<li>Screen wake up</li>
<li>Screen sleep</li>
<li>Screensaver launcher</li>
</ul>
<h3>iSofa background customization </h3>
<p>Optionally, you can also customize the background of the iSofa interface to your liking. </p>
<p><img class="alignnone size-full wp-image-12041" title="isofa-change-background" src="http://images.maketecheasier.com/2010/02/isofa-change-background.jpg" alt="isofa-change-background" width="320" height="415" /></p>
<p>Go to <a href="http://www.justisofa.com/gallery/">iSofa Gallery</a>. Browse through the collection of wallpapers and find the one that you like one. Download it to your desktop.</p>
<p><img src="http://images.maketecheasier.com/2010/02/isofa-download-wallpaper.jpg" alt="isofa-download-wallpaper" title="isofa-download-wallpaper" width="577" height="602" class="alignnone size-full wp-image-12045" /></p>
<p>In your Mac iSofa admin page, re-upload the wallpaper. Now, refresh your browser in the iPhone. The wallpaper will change.</p>
<h3>Conclusion</h3>
<p>Considering that it is free (with Creative Common license) and allows you to remote control plenty of stuffs from your iPhone/iPod Touch, I think that iSofa is a great app to have. It might not aid you in productivity, but it sure can allow you to laze in your bed while enjoying the music/video playing from your Mac. And yes, it saves you the effort to get out of your bed to shut down your Mac. </p>
<p>What uses do you have for iSofa and what other features do you hope to see in the future version?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/remote-control-your-mac-from-your-iphoneipod-touch/2010/02/09">Remote Control Your Mac With Your iPhone/iPod Touch</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/remote-control-your-mac-from-your-iphoneipod-touch/2010/02/09/feed</wfw:commentRss>
		<slash:comments>2</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>
]]></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><!--adsense#468x60--></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>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/enable-emoji-icons-on-your-iphone-for-free/2009/02/11/feed</wfw:commentRss>
		<slash:comments>8</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>
]]></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><!--adsense#468x60--></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>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-perform-copypaste-function-in-iphone/2009/02/03/feed</wfw:commentRss>
		<slash:comments>6</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>
]]></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><!--adsense#468x60--></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>
]]></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>
]]></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><!--adsense#468x60--></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>
]]></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>
]]></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>
]]></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 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>
]]></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="iphone-copy" 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><!--adsense#468x60--></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>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-copy-files-tofrom-your-iphone/2008/09/05/feed</wfw:commentRss>
		<slash:comments>19</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>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-815" title="iphoneonhand" src="http://maketecheasier.com/wp-content/uploads/2008/09/iphoneonhand.jpg" alt="iphoneonhand" width="200" height="176" />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><!--adsense#468x60--></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>
]]></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>86</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>
]]></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>
]]></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>5</slash:comments>
		</item>
	</channel>
</rss>
