<?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; Mobile</title>
	<atom:link href="http://maketecheasier.com/category/mobile/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>How to Configure Spb Mobile Shell 3 For Windows Mobile</title>
		<link>http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31</link>
		<comments>http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:18:34 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[desktop effects]]></category>
		<category><![CDATA[Spb mobile shell]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6690</guid>
		<description><![CDATA[The default Windows Mobile user interface isn&#8217;t ideal for the majority of daily mobile working tasks &#8211; it depends heavily on the stylus (or is you&#8217;re using a Smartphone, the D-pad), a hardware keyboard and in some cases very good eyesight.
As such, several developers have taken advantage of this to introduce alternative user interfaces for [...]<p><strong><a href="http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31">How to Configure Spb Mobile Shell 3 For Windows Mobile</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/08/spbshell3-screenshot.jpg" alt="Editing your Lifestyle desktop view in Spb Mobile Shell 3" width="240" height="204" />The default Windows Mobile user interface isn&#8217;t ideal for the majority of daily mobile working tasks &#8211; it depends heavily on the stylus (or is you&#8217;re using a Smartphone, the D-pad), a hardware keyboard and in some cases very good eyesight.</p>
<p>As such, several developers have taken advantage of this to introduce alternative user interfaces for Windows Mobile devices. Given that the platform (while under supported in recent years) is the most versatile of all the flavours of mobile available, this shouldn&#8217;t be too much of a surprise.</p>
<p>Key among these developers is Spb Software, who over the last few years have released a succession of mobile shells for Windows Mobile. The latest of these is Spb Mobile Shell 3 which is available as a free 14 day trial from <a title="Download a trial for Spb Mobile Shell 3" href="http://www.spbsoftwarehouse.com/pocketpc-software/mobileshell/download.html" target="_blank">Spb Software</a>, full price $29.95.</p>
<h3>Configuring Spb Mobile Shell 3</h3>
<p>Spb Mobile Shell 3 is the most popular of the Windows Mobile user interface enhancements, mostly due to it being so user friendly, easily configurable and requiring minimal resources. Once installed, there are several things that you may wish to do – such as manage your contacts or organise your mobile desktop.</p>
<p>Finger friendly and capable of being used almost exclusively without having to resort to any Windows Mobile index menus or settings (other than Pocket Outlook screens), Spb Mobile Shell 3 offers a smooth and well presented layout of all of your vital mobile information. A three-screen-wide desktop allows for the effective arrangement of favourite applications, tools and contacts, while a variety of different functions (address book, calendar, settings and others) can be accessed via a carousel system.</p>
<h3>The Desktop</h3>
<p><img class="aligncenter size-full wp-image-6827" src="http://images.maketecheasier.com/2009/08/spbshell3-configure1.jpg" alt="Spb Mobile Shell 3 Professional and Lifestyle desktop selection" width="500" height="300" /></p>
<p>The first thing to do once you have installed Spb Mobile Shell 3 is to setup your desktop. There are two choices of desktop:</p>
<ul>
<li>The standard “Professional” look that displays time, calendar, upcoming appointments, weather and any email/SMS/missed call alerts,</li>
<li>The “Lifestyle” layout which can be configured entirely to your requirements.</li>
</ul>
<p>Spb Mobile Shell’s Lifestyle desktop offers the three-screen-wide option, allowing email notifications, widgets for launching favourite applications and much more to be displayed at the required position and size.</p>
<p>For instance to add a widget of your favourite Windows Mobile game to your Spb Mobile Shell 3 desktop view, press the <strong>Menu </strong>button on the lower right of the display, go to <strong>Add Widget </strong>and browse <strong>Applications -&gt; Games</strong>. Once placed on the desktop you can also resize and reposition the widget before confirming the addition.</p>
<h3>Desktop Background</h3>
<p>A range of standard widgets are available to begin with, such as analogue and digital clock types, calendar, messaging notifications and it’s also possible to change your desktop background.</p>
<p><img class="aligncenter size-full wp-image-6828" src="http://images.maketecheasier.com/2009/08/spbshell3-configure4.jpg" alt="Spb Mobile Shell 3 Lifestyle desktop view background choices" width="500" height="300" /></p>
<p>To do this, press the <strong>Menu </strong>button on the lower right of the display and select <strong>Change Background</strong>. From here you can browse through images in the Spb Mobile Shell folder on your Windows Mobile device and select an image that suits. If you have images elsewhere on your phone to use, they will need to be copied to the <strong>Spb Mobile Shell </strong>folder which can be found in the <strong>Program Files</strong> folder on your phone.</p>
<p>Alternative <a title="Download alternative Spb Mobile Shell 3 backgrounds" href="http://www.spbsoftwarehouse.com/pocketpc-software/mobileshell/backgrounds.html">Spb Mobile Shell 3 backgrounds</a> can be downloaded from the website &#8211; 40 alternatives from the included 6 are available offering a range of scenery.</p>
<h3>Add a Contact and Manage Widgets</h3>
<p>Adding a shortcut to one of your contacts is simple too &#8211; press the Menu button on the lower right of the display and select <strong>Add Widget -&gt; Shortcuts -&gt; Contact</strong>.</p>
<p>The required contact will then appear on your Spb Mobile Shell 3 desktop – but if they haven’t got a photo assigned you’ll just see an outline and the contact name.</p>
<p>As with all desktop widgets in Spb Mobile Shell 3, you can move the contact to a different screen of your finger friendly scrolling desktop display, and resize it.</p>
<p><img class="aligncenter size-full wp-image-6829" src="http://images.maketecheasier.com/2009/08/spbshell3-configure2.jpg" alt="Editing your Lifestyle desktop view in Spb Mobile Shell 3" width="500" height="300" /></p>
<p>To do this, open the <strong>Menu </strong>again and select <strong>Edit Layout</strong>. From here, select the widget you want to change – you’ll see that it is now highlighted with a heavy white outline and a down-pointing white triangle. Touch the widget you want to adjust – a new menu will offer options to move it to a left or right page of the desktop, to display a text label for the widget or to resize it.</p>
<p>Spb Mobile Shell 3 is a superbly configurable interface for Windows Mobile devices that completely re-states what it means to use a Windows Phone device.</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/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31">How to Configure Spb Mobile Shell 3 For Windows Mobile</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Free Exchange Email For Windows Mobile</title>
		<link>http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20</link>
		<comments>http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:00:30 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Funambol]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6528</guid>
		<description><![CDATA[Using Microsoft Exchange is the nearest thing to true push email on Windows Mobile devices, and thanks to a new free open source service, you are no longer restricted to paying an for an unreliable service or depending on your corporate email.
Funambol is a free service that uses the open source model. It replicates the [...]<p><strong><a href="http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20">Get Free Exchange Email For Windows Mobile</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-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/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><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/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6575" title="funambol_logo" src="http://images.maketecheasier.com/2009/08/funambol_logo.jpg" alt="funambol_logo" width="150" height="150" />Using Microsoft Exchange is the nearest thing to true push email on Windows Mobile devices, and thanks to a new free open source service, you are no longer restricted to paying an for an unreliable service or depending on your corporate email.</p>
<p><a title="Signup with Funambol for free Exchange email" href="http://my.funambol.com" target="_blank">Funambol</a> is a free service that uses the open source model. It replicates the workings of Microsoft Exchange and offers free exchange style email to many mobile phone types, particularly Windows Mobile.</p>
<p>It&#8217;s a powerful tool that goes beyond over the air email synchronization &#8211; Funambol also offers calendar and contacts synchronization.</p>
<h3>Sign-Up And Install Funambol</h3>
<p>First of all, you need to visit <a title="Signup with Funambol for free Exchange email" href="http://my.funambol.com" target="_blank">my.funambol.com</a> to setup an account and tell the system what type of phone you&#8217;re using.</p>
<p><img class="aligncenter size-full wp-image-6567" src="http://images.maketecheasier.com/2009/08/windowsmobile-funabol-pc2.jpg" alt="The MyFunambol login screen" width="500" height="317" /></p>
<p>Once complete, it is then time to tell Funambol your email details. It&#8217;s a good idea to give the email address and password of a rarely used account or one you&#8217;ve set up for testing this service. I haven&#8217;t come across any security concerns as yet however &#8211; Funambol requires the information in order to login to your email account and push the emails to your phone. It&#8217;s all completely carried out by automated software, with no human interaction with the systems except for technical support.</p>
<p>Next you&#8217;ll need to download the right version for your Windows Mobile device &#8211; go to the <a title="Download Funambol for Windows Mobile" href="https://www.forge.funambol.org/download/" target="_blank">Funambol download page</a>. Separate downloads for Smartphone and PocketPC models are available (if your phone has a hardware keyboard and is not touchscreen, you&#8217;ll need the Smartphone version).</p>
<p>Finally some general information needs to be confirmed, such as timezone and secondary email address.</p>
<h3>How To Sync</h3>
<p>Once downloaded and installed on your phone (Funambol sends a CAB file to your Windows Mobile device for over the air installation) it&#8217;s time to begin synching data.</p>
<p>The most obvious thing to try to sync is your email &#8211; however any contacts and calendar items currently held on your Windows Mobile device will be synchronized as ActiveSync sends your Pocket Outlook data to the Funambol open source exchange server.</p>
<p><img class="aligncenter size-full wp-image-6568" src="http://images.maketecheasier.com/2009/08/windowsmobile-funambol3.jpg" alt="Windows Mobile Funambol client" width="216" height="360" /></p>
<p>What is and isn&#8217;t synced can be managed from your mobile Funambol client, while the myfunambol page allows you to alter calendar entries and add and delete duplicates.</p>
<p>The following Pocket Outlook data types can be synced or disabled:</p>
<ul>
<li>Email</li>
<li>Contacts</li>
<li>Calendar</li>
<li>Tasks</li>
<li>Notes</li>
<li>Briefcase</li>
</ul>
<p>Manage what items are synced by launching the Funambol client on your Windows Phone and saving your <strong>Sync Settings</strong>.</p>
<p>Email can be set to push, scheduled or manual synchronization with Funambol &#8211; to set this click on the <strong>Email Options</strong> link on the Sync Settings screen. There are no considerable differences between <strong>Push service</strong> and<strong> Scheduled synchronization</strong>, so to take advantage of this great service I would recommend setting your device to <strong>Push service</strong>.</p>
<h3>Sending and Receiving Email</h3>
<p>When you receive email with Funambol, the software will replicate the actions of an ActiveSync managed connection to a Microsoft Exchange server. The email received in your account will be collected by Funambol&#8217;s automated systems and pushed to your phone almost instantly. No other email address is used.</p>
<p><img class="aligncenter size-full wp-image-6569" src="http://images.maketecheasier.com/2009/08/windowsmobile-funambol1.jpg" alt="Funambol client sync screen" width="216" height="360" /></p>
<p>To reply to the email &#8211; carry on as normal! Funambol doesn&#8217;t utilise any new email addresses for relaying your message, so your intended recipient will have no idea you&#8217;re sending via a secure third party. There will be no unusual email addresses aliasing your own usual address, making the experience with Funambol a seamless and impressive one.</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/get-free-exchange-email-for-windows-mobile/2009/08/20">Get Free Exchange Email For Windows Mobile</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-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/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><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/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</title>
		<link>http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14</link>
		<comments>http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:05:05 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6399</guid>
		<description><![CDATA[With calendars, contacts and task data becoming more and more mobile, pocket PCs are a key home for the storage of mobile organizer information.
Windows Mobile can be synchronised via ActiveSync with your PC or Exchange server to keep synchonrised your contacts list, calendars and flagged emails and tasks &#8211; but tourble can arise in the [...]<p><strong><a href="http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14">Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</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/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><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></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6463" title="trinefix-splash" src="http://images.maketecheasier.com/2009/08/trinefix-splash.jpg" alt="trinefix-splash" width="180" height="226" />With calendars, contacts and task data becoming more and more mobile, pocket PCs are a key home for the storage of mobile organizer information.</p>
<p>Windows Mobile can be synchronised via ActiveSync with your PC or Exchange server to keep synchonrised your contacts list, calendars and flagged emails and tasks &#8211; but tourble can arise in the shape of duplicates.</p>
<p>If Microsoft truly intend on aligning the Windows Mobile/Windows Phone platform to the same market spread as Apple, BlackBerry and Palm Pre, resolving the laughable situation with the contacts, calendar and tasks duplicate should be high on their list of priorities.</p>
<p>Until Windows Mobile 7 is released however, <a href="http://www.trineseries.com/TF.aspx" target="_blank">Trinefix</a> is by far and away the best solution to this frustrating problem.</p>
<p>Available from <a title="TrineSeries free software" href="http://www.trineseries.com">www.trineseries.com</a>, the download file is 518 KB and this can quickly be downloaded either directly to your PC or over the air to your phone via <a title="Download TrineFix" href="http://www.trineseries.com/CABS/TF.CAB">this link</a>.</p>
<p>Once installed, it&#8217;s time to setup Trinefix to scan your Pocket Outlook items and fix your duplicates!</p>
<h3>Using Trinefix</h3>
<p>Before continuing, the first thing to do is configure Trinefix for use with your setup.  The Preferences screen is pretty simple and straightforward and has little to do with what the software does, more how it looks.</p>
<p><img class="aligncenter size-full wp-image-6425" src="http://images.maketecheasier.com/2009/08/trinefix-duplicatestool2.jpg" alt="Trinefix repairs duplicates in Pocket Outlook " width="362" height="600" /></p>
<p>Configuring Trinefix for use with your setup means considering how you use your Windows Mobile phone. If you store contacts, keep calendar appointments and manage your current tasks using Pocket Outlook and these are all updated by synching to your PC or Exchange server, then a full clean-up is definitely required.</p>
<p>On the other hand you might just need to tidy up an individual element, such as your contacts &#8211; in this case you would only need to use the Contacts clean up. We&#8217;ll begin looking at how to use Trinefix by focussing on the Contacts tool.</p>
<h3>Fix Duplicate Contacts</h3>
<p>Start off by switching to or launching Trinefix and scroll down to the <strong>Contacts </strong>menu item. Each of the duplicate management tools can be accessed from the main Trinefix menu.</p>
<p>Four options are given:</p>
<p><strong>Fix duplicates</strong> &#8211; this cleans all duplicates in your contacts list. You can designate which fields to be compared and Trinefix will display all duplicate contacts based on this field, allowing you to choose to delete.</p>
<p><strong>Fix FileAs</strong> &#8211; with this option you can set the &#8220;File As&#8221; option to display all of your contacts the same way, such as surname first, forename first, etc.</p>
<p><strong>Fix Country Code</strong> &#8211; allows you to add a default country code to all numbers with none defined. Trinefix can collect all numbers without a country code to allow you to set one of your choice.</p>
<p><strong>Bulk Delete</strong> &#8211; this obviously facilitates a bulk removal of contacts, either based on a search term or just the whole lot. A confirmation screen allows you to double check your decision.</p>
<p><img class="aligncenter size-full wp-image-6426" src="http://images.maketecheasier.com/2009/08/trinefix-duplicatestool4.jpg" alt="Bulk delete Pocket Outlook tasks" width="500" height="416" /></p>
<h3>Fix Duplicate Calendar Items</h3>
<p>This intelligent tool compares the start time and date, end time and date and the subject/appointment name and checks for duplicates which are then displayed and an option to delete offered. The  bulk delete option works in the same way as above.</p>
<h3>Bulk Delete Tasks</h3>
<p>There is no easy way to manage your tasks &#8211; Trinefix offers only a bulk delete tool that works in the same way as the contacts and calendar items bulk delete.</p>
<p>With all of these tools at your disposal, time spent resolving Pocket Outlook duplicate issues can be considerably reduced with this very cool freeware app!</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/remove-duplicate-contacts-with-trinefix/2009/08/14">Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</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/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Emulate And Play MS-DOS Games On Windows Mobile</title>
		<link>http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09</link>
		<comments>http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09#comments</comments>
		<pubDate>Sun, 09 Aug 2009 12:28:14 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6264</guid>
		<description><![CDATA[Good games on the Windows Mobile platform are largely limited to a few recent titles &#8211; but there is a wealth of games available for the platform thanks to the library of titles written in MS-DOS, and a suitable emulator.
If you want to install some old games or apps or simply want to push the [...]<p><strong><a href="http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09">How to Emulate And Play MS-DOS Games On Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6352" src="http://images.maketecheasier.com/2009/08/msdos-logo.jpg" alt="msdos-logo" width="180" height="180" />Good games on the Windows Mobile platform are largely limited to a few recent titles &#8211; but there is a wealth of games available for the platform thanks to the library of titles written in MS-DOS, and a suitable emulator.</p>
<p>If you want to install some old games or apps or simply want to push the limits on your Windows Mobile device, MS-DOS emulation is a good way to go. Modern Windows Mobile devices are more than capable of running old MS-DOS games and applications, but emulation is a tricky business. Surprisingly there are just two emulators available.</p>
<h3>The Emulators</h3>
<p>While emulation of games consoles and 8 bit platforms are commonplace on Windows Mobile, there is a huge vacuum in the DOS emulation field, with barely filling the gap. Given that fans of so many classic and retro games want to be able to play their favourites on a mobile platform, it&#8217;s astonishing there aren&#8217;t more PDA MS-DOS emulators generally, let alone on Windows Mobile.</p>
<p>First of all, there&#8217;s <a title="Download pDOSBox" href="http://www.ti99ug.co.uk/pubdown.htm" target="_blank">pDOSBox</a> &#8211; probably the most well known of the MS-DOS emulators for Windows Mobile, pDOSBox is 100% free. PDOSBox (the &#8220;p&#8221; is for &#8220;pocket&#8221;) is available as freeware and is currently a beta release for version 2.0 &#8211; however it is tricky to setup and not compatible with all Windows Mobile screen resolutions. pDOSBox isn&#8217;t suitable for use with all Pocket PC devices and fails to run satisfactorily on Windows Mobile 6.5.</p>
<p>Secondly, there&#8217;s <a title="Download Pocket Dos" href="http://www.pocketdos.com/" target="_blank">Pocket Dos</a>. This MS-DOS emulator is also available for free but requires registration to get rid of an annoying reminder every 15 minutes. The registration is in the $30 area and as there really isn&#8217;t very much between the two emulators in terms of performance and compatibility, it&#8217;s down to the user&#8217;s preference which they opt for.</p>
<p>We&#8217;ll carry on now and look how to successfully achieve emulation on each of these applications.</p>
<h3>Emulation with pDOSBox</h3>
<p><img class="aligncenter size-full wp-image-6354" src="http://images.maketecheasier.com/2009/08/windowsmobile-emulation-pdosbox2.jpg" alt="Sid Meier's Civilization running on pDOSbox 2.0" width="500" height="375" /></p>
<p>Installation of pDOSBox veers away from the standard CAB file or ActiveSync-managed desktop installation. First download the pDOSBox zip file. Extracted it and copy the folder to the Storage Card on your Windows Mobile device.</p>
<p>While viewing your Windows Mobile device in Explorer (usually opened via ActiveSync) right-click on the file <strong>pdbfend.exe</strong> in the pDOSBox2.0 folder and select <em>Create Shortcut</em>. Rename this shortcut to <strong>pDOSBox 2</strong> and then right-click on this shortcut and select <em>Cut</em>.</p>
<p>Navigate to the Windows folder on your WinMo device, right-click on the &#8220;Start Menu&#8221; and select <em>Paste</em></p>
<p>You&#8217;re now ready to run pDOSBox!</p>
<p>Configuration of your pDOSBox requires the mounting of your Storage Card as a drive. To do this, browse to the  <strong>pDOSBox2.0</strong> folder and open the dosbox.conf file in Notepad.</p>
<p>The following line should be altered as appropriate, depending on how your additional storage is named in the Windows Mobile device and whereabouts you&#8217;ve saved your DOS programs.</p>
<p>By default, the line reads:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> c <span style="color: #ff0000;">&quot;/Storage Card/pDOSBox0.63-p1/DosPrograms&quot;</span></pre></div></div>

<p>You might change this to:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mount</span> c <span style="color: #ff0000;">&quot;/Internal Storage/Games/&quot;</span></pre></div></div>

<p>Once this has been done, the <em>C:\</em> drive should automatically mount when pDOSBox 2.0 is launched and you&#8217;ll then be able to carry on and install and launch the games or application using standard MS-DOS syntax:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> path-to-app-folder
install.bat</pre></div></div>

<p>Entering the two lines above would &#8211; in turn &#8211; change directory to the game/app directory and then run the installation procedure.</p>
<p>Once the installation is completed the game could be run by entering:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">name-of-game.exe</pre></div></div>

<p>Although tricky to setup, pDOSBox 2.0 can be an effective MS-DOS emulator and is 100% free.</p>
<h3>Emulation with Pocket Dos</h3>
<p>Pocket Dos meanwhile is &#8220;nagware&#8221; (meaning that every so often a notice is displayed asking you to purchase the software) but is easier to setup.</p>
<p>Once downloaded and installed, Pocket Dos can be quickly launched from the Program menu on your Windows Mobile device.</p>
<p><img class="aligncenter size-full wp-image-6344" src="http://images.maketecheasier.com/2009/08/windowsmobile-emulation-pocketdos8.jpg" alt="Pocket Dos for Windows Mobile - launching the application" width="500" height="300" /></p>
<p>Using the emulator is more straightforward than pDOSBox &#8211; Pocket Dos doesn&#8217;t require the mounting of new drives, and detects your Storage Card and mounts this as C:\ when the app is launched.</p>
<p>A freeware MS-DOS title &#8211; such as Sid Meier&#8217;s RailRoad Tycoon as shown here &#8211; can be saved to your Storage Card and via Pocket Dos installed and run on your Windows Mobile device.</p>
<p>To do this, load up Pocket Dos and type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">DIR
CD Rails
rails.bat <span style="color: #7a0874; font-weight: bold;">&#40;</span>or game.exe<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>to play!</p>
<p><img class="aligncenter size-full wp-image-6345" src="http://images.maketecheasier.com/2009/08/windowsmobile-emulation-pocketdos16.jpg" alt="Sid Meier's RailRoad Tycoon running on Windows Mobile MS-DOS emulator Pocket Dos " width="500" height="300" /></p>
<p>Obviously there is a good deal of MS-DOS in this tutorial. It should be noted that the emulation offered by each of these apps goes beyond running old games. Each offers full emulation of the old Microsoft disk operating software, so there are plenty of opportunities to explore the system in full.</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/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09">How to Emulate And Play MS-DOS Games On Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to Using a Software Keyboard in Windows Mobile</title>
		<link>http://maketecheasier.com/using-a-software-keyboard/2009/08/04</link>
		<comments>http://maketecheasier.com/using-a-software-keyboard/2009/08/04#comments</comments>
		<pubDate>Tue, 04 Aug 2009 12:26:45 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Soft Input Panel]]></category>
		<category><![CDATA[Text messaging]]></category>
		<category><![CDATA[Windows CE]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5750</guid>
		<description><![CDATA[There are considerable benefits in using a software keyboard on your Windows Mobile phone &#8211; but it can be troublesome to find the right keyboard and difficult to set it up without the right tools.

Windows Mobile comes with a number of onscreen input options.  Various stylus methods are provided such as Block Recogniser and Letter [...]<p><strong><a href="http://maketecheasier.com/using-a-software-keyboard/2009/08/04">Guide to Using a Software Keyboard in Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01' rel='bookmark' title='Permanent Link: Clean Up Your Windows Mobile Easily With CleanRAM'>Clean Up Your Windows Mobile Easily With CleanRAM</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>There are considerable benefits in using a software keyboard on your Windows Mobile phone &#8211; but it can be troublesome to find the right keyboard and difficult to set it up without the right tools.</p>
<p><img class="aligncenter size-full wp-image-6243" src="http://images.maketecheasier.com/2009/08/wm-soft1.jpg" alt="Windows Mobile native software input" width="500" height="245" /></p>
<p>Windows Mobile comes with a number of onscreen input options.  Various stylus methods are provided such as <em>Block Recogniser</em> and <em>Letter Recogniser </em>which both involve scrawling the stylus within a specified area of the screen, as well as <em>Symbol Pad</em> and <em>Transcriber</em>. Each of these methods has its own peculiarities for attaining a reasonable success rate of conversion from the input squiggle into a legible sentence</p>
<p>Finally there&#8217;s the poorly designed micro keyboard designed for Windows CE and the larger display handheld devices from companies such as HP that when resized for a typical Windows Mobile smartphone screen are almost as difficult to use with the stylus as without!</p>
<p>Thankfully there are alternatives to this input method. If you&#8217;re looking for direct onscreen software keyboard access to services such as Twitter or text messaging &#8211; situations when it would be quicker to use a more accessible input device than the slide-out hardware keyboard, then there are plenty of alternatives. These can either be downloaded free or purchased and then setup on your Windows Mobile device as the default software keyboard.</p>
<h3>List of software keyboards</h3>
<p>A wide selection of soft keyboards are available for Windows Mobile devices, offering is a good range of features such as haptic feedback, an iPhone-like pop-up for each key pressed and various shortcuts such as copy and paste, access to all standard keyboard characters and compatibility with multiple screen rotations and resolutions.</p>
<ul>
<li>SPB Keyboard from <a title="SPB Keyboard" href="http://www.spbsoftwarehouse.com/pocketpc-software/keyboard/" target="_blank">www.spbsoftwarehouse.com</a> (this is a premium keyboard but a 30 day trial can be downloaded)</li>
<li>FingerKeyboard2 available via <a title="XDA-developers.com - membership required" href="http://forum.xda-developers.com/showthread.php?t=501122" target="_blank">xda-developers.com</a> -possibly the most popular soft keyboard</li>
<li><a title="Touchpal soft keyboard" href="http://www.freewarepocketpc.net/ppc-download-cootek-touchpal-v2-0.html" target="_blank">Touchpal 2.0</a></li>
<li><a title="Smart Keyboard" href="http://www.freewarepocketpc.net/ppc-download-smart-key-board.html" target="_blank">Smart Keyboard</a></li>
<li><a title="PocketCM soft keyboard" href="http://www.freewarepocketpc.net/ppc-download-pocketcm-keyboard-v0-10-rc2.html" target="_blank">PocketCM</a></li>
<li><a title="Tap Tap keyboard" href="http://www.freewarepocketpc.net/ppc-download-taptap-keyboard.html" target="_blank">TapTap Keyboard</a></li>
<li><a title="HTC Touch keyboard" href="http://www.freewarepocketpc.net/ppc-download-htc-touch-diamond-keyboards.html" target="_blank">HTC Touch Diamond Keyboard</a></li>
</ul>
<p>(Note the last 5 keyboards are all available via www.freewarepocketpc.net)</p>
<p>Each of these keyboards comes as a CAB file which can be downloaded directly to your Windows Mobile device or to your PC for transfer later.</p>
<p>Once installed, a software keyboard can be selected and used as simply as the other software input methods &#8211; however this might not be 100% to your liking.</p>
<p>Thankfully, this can be changed thanks to a very useful tool called <strong>SIPChange</strong>.</p>
<h3>Using SIPChange</h3>
<p>Windows Mobile comes with a standard SIP (Soft Input Panel) that allows selection between the supplied soft keyboard and the various stylus unput methods. However it isn&#8217;t keen on allowing the permanent selection of additional soft keyboards, which is where SIPChange comes in.</p>
<p><img class="aligncenter size-full wp-image-6244" src="http://images.maketecheasier.com/2009/08/wm-softkeyboard1.jpg" alt="SIPChange active and displaying FingerKeyboard 2" width="360" height="600" /></p>
<p>Available from <a title="Download SIPChange" href="http://forum.xda-developers.com/showpost.php?p=977148&amp;postcount=1" target="_blank">xda-developers.com</a>, SIPChange can easily be installed onto your Windows Mobile device and takes control of the management of your software input method. With it you can install and select from multiple soft keyboards, and the one selected as the default choice remains the default.</p>
<p>It doesn&#8217;t sound much but it saves a lot of messing about when tapping out text messages or Twitter updates to have the right keyboard there ready and waiting without having to reselect it every time.</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/using-a-software-keyboard/2009/08/04">Guide to Using a Software Keyboard in Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01' rel='bookmark' title='Permanent Link: Clean Up Your Windows Mobile Easily With CleanRAM'>Clean Up Your Windows Mobile Easily With CleanRAM</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/using-a-software-keyboard/2009/08/04/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile Handset</title>
		<link>http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23</link>
		<comments>http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23#comments</comments>
		<pubDate>Fri, 24 Jul 2009 00:16:40 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[POP]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6018</guid>
		<description><![CDATA[When resorting to a factory reset to reinvigorate your Windows Mobile phone &#8211; for instance to get rid of a severe bug or remove some badly made software you&#8217;ve downloaded &#8211; it can be a galling procedure to pour over your handset re-entering your email settings if you&#8217;re using POP or IMAP.
Happily there is a [...]<p><strong><a href="http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23">How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile 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/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/06/windows-mobile.jpg" alt="windows mobile logo" width="268" height="116" />When resorting to a factory reset to reinvigorate your Windows Mobile phone &#8211; for instance to get rid of a severe bug or remove some badly made software you&#8217;ve downloaded &#8211; it can be a galling procedure to pour over your handset re-entering your email settings if you&#8217;re using POP or IMAP.</p>
<p>Happily there is a simple way to create an XML file to store your settings and turn this into a CAB file which will apply your IMAP and/or POP3 settings for single or multiple email accounts.</p>
<p>This process will work on Windows Mobile 6, 6.1 and 6.5 devices.</p>
<h3>Tools You Will Need</h3>
<p>In order to build the CAB file, you&#8217;ll need to know the following:</p>
<ul>
<li>CHARACTERISTIC TYPE &#8211; give your email settings a name</li>
<li>CHARACTERISTIC TYPE &#8211; this time visit <a title="GUID generator" href="http://www.guidgenerator.com/" target="_blank">www.guidgenerator.com</a> to generate a GUID to enter in this field.</li>
<li>SERVICENAME &#8211; The name you give to your email account in Pocket Outlook</li>
<li>SERVICETYPE &#8211; This will be POP3 or IMAP4, depending on your email setup</li>
<li>INSERVER &#8211; Your incoming mailserver name</li>
<li>OUTSERVER &#8211; The name of your outgoing mailserver</li>
<li>NAME &#8211; Your sender name</li>
<li>AUTHNAME &#8211; Email account username</li>
<li>AUTHSECRET &#8211; Email account password</li>
<li>DOMAIN &#8211; The email domain &#8211; not usually required for webmail accounts</li>
<li>REPLYADDR &#8211; The address you require emails to be replied to.</li>
</ul>
<p>This information can be acquired from your existing email account setup or your email provider details.</p>
<p>To carry out this task, you&#8217;ll need the following free software:</p>
<p>A good text or XML editor &#8211; I would recommend <strong>Notepad++</strong>, the superb open source alternative to the aging Windows notepad text editor, which is available free from <a title="Download Notepad++" href="http://notepad-plus.sourceforge.net/uk/download.php" target="_blank">Sourceforge.net</a>.</p>
<p><strong>Microsoft Cabinet Software Development Kit</strong> &#8211; this tool, free from <a title="Download Microsoft Cabinet Software Development Kit" href="http://support.microsoft.com/kb/310618" target="_blank">Microsoft</a>, will create the CAB file that holds your email settings and can be run whenever you need to restore your details.</p>
<h3>The Code</h3>
<p>In order to begin, first of all download and install Notepad++.</p>
<p>Next it&#8217;s time to create your email setup. The code required should be copied from below, and pasted into a new text file in Notepad++.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;wap-provisioningdoc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;characteristic</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;EMAIL2&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;characteristic</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SERVICENAME&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Example IMAP&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SERVICETYPE&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;IMAP4&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;INSERVER&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;imapmail.example.com&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;OUTSERVER&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;mailto.example.com&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;NAME&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;Your name&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;AUTHNAME&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;yourmailloginname&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;AUTHSECRET&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;password&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;DOMAIN&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;REPLYADDR&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;yourmailname@example.com&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;LINGER&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;RETRIEVE&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;2048&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;KEEPMAX&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;25&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;DWNDAY&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;3&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/characteristic<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/characteristic<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/wap-provisioningdoc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>You might also want to configure SMTP Authorization settings if your email host required it &#8211; insert these lines above the first &lt;/characteristic&gt;.</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SMTPALTENABLED&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SMTPALTAUTHNAME&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;yourmailnameauth&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SMTPALTPASSWORD&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;smtpauthpassword&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;parm</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;SMTPALTDOMAIN&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;smtpauthdomain&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div>

<p>Once you&#8217;ve copied this across, save it as &#8220;_setup.xml&#8221;.</p>
<p><img class="aligncenter size-full wp-image-6025" src="http://images.maketecheasier.com/2009/07/wm-emailsettings-code.jpg" alt="How your email settings _setup.xml file may look" width="500" height="223" /></p>
<p>Next, you&#8217;ll need to complete the blank fields, as explained above.</p>
<p>Once you&#8217;ve done this, take a look at the final 5 lines. Some of these can be altered, depending on your preference:</p>
<p>The setting &#8220;DWNDAY&#8221; value=&#8221;3&#8243; sets Pocket Outlook to retrieve only messages that arrived in your inbox within the last 3 days.</p>
<p>&#8220;KEEPMAX&#8221; value=&#8221;25&#8243; &#8211; this will retrieve up to 25 emails.</p>
<p>Finally, &#8220;RETRIEVE&#8221; value=&#8221;2048&#8243; will retrieve only 2kb of each email message, with the rest of the message being downloaded when required. This allows headers, sender and subject details to be downloaded, although it is possible to set this value to &#8220;header only&#8221;.</p>
<p>As long as the fields are all complete as required, save the document and exit.</p>
<p>(Note that multiple email account details can be stored &#8211; simply remove the lines:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/characteristic<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/wap-provisioningdoc<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>&#8230;then copy the previous code again, filling in the  secondary account details. As long as the file ends with the 2 lines you moved, all should work fine.</p>
<h3>Creating the CAB File</h3>
<p>Next, unzip the Microsoft Cabinet Software Development Kit. <strong>Cabsdk.exe</strong> is a self-extracting executable that needs to be unpacked somewhere memorable, such as <strong>C:\CABmaker</strong>.</p>
<p><img class="aligncenter size-full wp-image-6024" src="http://images.maketecheasier.com/2009/07/makecab.jpg" alt="Use Command Prompt to make the CAB file" width="468" height="235" /></p>
<p>Once completed, go to <strong>Start &gt; Run</strong> and type <strong>CMD</strong> to open the Command Line.</p>
<p>Switch your prompt to the location of your <strong>_setup.xml file</strong>, and enter:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">makecab <span style="color: #000000; font-weight: bold;">/</span>D <span style="color: #007800;">COMPRESS</span>=OFF _setup.xml mail.cab</pre></div></div>

<p>This will create a file &#8211; <strong>mail.cab</strong> &#8211; in the same folder as _setup.xml &#8211; and that&#8217;s it!</p>
<p>Copy this to your Windows Mobile device memory card, or keep in a safe place on your PC.</p>
<p>Next time your Windows Mobile device has been reinstalled or had factory settings restored, simply run the mail.cab file on your handset to populate your email settings!</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/retain-your-email-settings-in-window-mobile/2009/07/23">How to Retain Your Email Settings Following a Factory Reset In Your Window Mobile 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/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/retain-your-email-settings-in-window-mobile/2009/07/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Tether Your Windows Mobile</title>
		<link>http://maketecheasier.com/tether-your-windows-mobile/2009/07/16</link>
		<comments>http://maketecheasier.com/tether-your-windows-mobile/2009/07/16#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:19:00 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[tethering]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5854</guid>
		<description><![CDATA[If you're on the move with your laptop and Windows Mobile device in tow, as long as you have a data connection with your mobile contract you should be able to use your handset as a modem.

This process is commonly called tethering - Windows Mobile users are able to take advantage of the platform's version of Internet Connection Sharing in order to get online.

For users of Windows Mobile 6.0 and later, this is a relatively simple task - if you're on Windows Mobile 5.0 however it's a bit trickier.<p><strong><a href="http://maketecheasier.com/tether-your-windows-mobile/2009/07/16">How to Tether Your Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Windows Mobile devices have long had the ability to share their internet connection with a laptop or desktop PC, with just the right software and a USB cable.</p>
<h2>Overview</h2>
<p>If your phone line, WiFi or cable connection is down, or you&#8217;re on the move with your laptop and Windows Mobile device in tow, as long as you have a data connection with your mobile contract and such a service is available (dependent on location) you should be able to use your handset as a modem.</p>
<p>This process is commonly called <a href="http://en.wikipedia.org/wiki/Tethering" target="_blank">tethering</a> &#8211; Windows Mobile users are able to take advantage of the platform&#8217;s version of Internet Connection Sharing in order to get online.</p>
<p>For users of Windows Mobile 6.0 and later, this is a relatively simple task &#8211; if you&#8217;re on Windows Mobile 5.0 however it&#8217;s a bit trickier.</p>
<h3>Windows Mobile 6.0 and later</h3>
<p><img class="aligncenter size-full wp-image-5904" src="http://images.maketecheasier.com/2009/07/wm-tether-ics.jpg" alt="Internet Sharing with Windows Mobile 6" width="500" height="278" /></p>
<p>The most recent Windows Mobile devices come pre-installed with a useful enhancement to the operating system. <em>Internet Sharing</em> can be found on the <em>Programs</em> menu, and is a quick and straightforward method of routing your mobile device internet connection through to your PC or laptop.</p>
<p>A once fraught exercise (see below) can now be done with the minimum of fuss- however the quality of the web pages might be somewhat reduced, while your connection speed is at the mercy of the strength and type of signal you receive from location to location. Certainly using this method of connection while in transit can be problematic as your Windows Mobile device connects and disconnects to and from a vast number of transmitters and relays.</p>
<p>Page and image quality can also be affected by your mobile network compressing images before they&#8217;re passed on to you. This is a matter of the carrier managing their bandwidth, but it can restrict the sort of work or tasks you&#8217;re able to complete.</p>
<p>Many carriers also block the FTP protocol, so if you have any plans to upload any files to a web server while utilizing the tethered Internet Sharing this is something to bear in mind if things don&#8217;t go as expected.</p>
<h3>Windows Mobile 5.0</h3>
<p>Windows Mobile 5.0 devices equipped with AKU 3.0 (Adaption Kit Upgrade &#8211; software sent out to Windows Mobile phone providers) or greater also come equipped to allow sharing of the internet connection &#8211; however with devices without the AKU 3.0, it&#8217;s a little more complicated to get the connection setup.</p>
<p>To begin, visit <a title="Download modem driver for Windows Mobile 2005" href="http://www.pdagold.com/articles/detail.asp?a=269" target="_blank">www.PDAGold.com</a> and pickup the USB Modem &amp; Driver zip file. Download and unzip the two files to your PC hard drive.</p>
<p>Your phone should be connected to your Windows machine via USB cable when you begin the process &#8211; on your Windows Mobile device go to<strong> Settings -&gt; Connections -&gt; GPRS -&gt; Add New</strong>.</p>
<p>You&#8217;ll need to know the name of your mobile network&#8217;s Access Point at this stage and enter it in the appropriate field. This can either be acquired via a telephone conversation with your provider, or a search on Google.</p>
<p><em>OK </em>this, and check you can connect to the internet via your mobile browser.</p>
<p>Next it&#8217;s time to activate the modem &#8211; go to <strong>Accessories -&gt; Modem Link</strong> and choose the USB connection, again entering the Access Point name as before.</p>
<p><img class="aligncenter size-full wp-image-5907" src="http://images.maketecheasier.com/2009/07/wm-tether-modem1.jpg" alt="Modem Link option in Windows Mobile 5.0" width="336" height="291" /></p>
<p>When you click on Activate, the Windows Mobile device &#8211; now acting as a modem &#8211; will prompt Windows XP to install a driver. Follow the wizard through, choosing the .INF driver file in the USB Modem &amp; Driver zip file you downloaded earlier.</p>
<p><img class="aligncenter size-full wp-image-5905" src="http://images.maketecheasier.com/2009/07/wm-tether-desktop1.jpg" alt="Enter username, password and APN - then connect!" width="350" height="248" /></p>
<p>Finally, browse to the folder you unzipped the USB Modem &amp; Driver files to and run the <em>USBModem_Dialer.exe</em> file. This will prompt you to select a modem and enter the Access Point in the APN field &#8211; once this is done you&#8217;re ready to click <em>Connect</em> and enjoy mobile internet via your Windows Mobile device!</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/tether-your-windows-mobile/2009/07/16">How to Tether Your Windows Mobile</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tether-your-windows-mobile/2009/07/16/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clean Up Your Windows Mobile Easily With CleanRAM</title>
		<link>http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01</link>
		<comments>http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:25:37 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5599</guid>
		<description><![CDATA[Constant day to day use of a Windows Mobile device can lead to a slowdown in performance even on the highest spec devices with memory and by extension processor time continually allocated to applications that are to all intents and purposes closed.
Poor application programming is usually the cause of these apps retaining system resources and [...]<p><strong><a href="http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01">Clean Up Your Windows Mobile Easily With CleanRAM</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="cleanram-logo" src="http://images.maketecheasier.com/2009/06/cleanram-logo.jpg" alt="cleanram-logo" width="225" height="88" />Constant day to day use of a Windows Mobile device can lead to a slowdown in performance even on the highest spec devices with memory and by extension processor time continually allocated to applications that are to all intents and purposes closed.</p>
<p>Poor application programming is usually the cause of these apps retaining system resources and the usual fix is to perform a soft reset of the device – although a Task Manager is included on Windows Mobile 5 and later, it usually only assists in closing difficult to exit programs.</p>
<p>CleanRAM therefore is a vital tool in managing memory resources on Windows Mobile devices, and is available free from <a title="Download CleanRAM for Windows Mobile " href="http://www.freewarepocketpc.net/get-cleanram.html" target="_blank">FreewarePocketPC.net</a>. We’re going to look now at how to use CleanRAM in different ways to control allocated memory.</p>
<h3>Getting Started</h3>
<p>Once installed, cleanRAM displays two icons in your Windows Mobile programs view &#8211; the basic launch/clean app and the cleanRAM Config app.</p>
<p><img class="aligncenter size-full wp-image-5635" src="http://images.maketecheasier.com/2009/06/cleanram1.jpg" alt="Purge options" width="288" height="480" /></p>
<p>cleanRAM Config determines the type of clean up that will be performed when the cleanRAM app is launched, with three cleaning &#8220;depths&#8221;:</p>
<p><strong>Level 1 is a “Basic Purge”</strong>, best for closing non-responding tasks without resorting to Task Manager. Some versions of Task Manager – particularly that found in Windows Mobile 5 and 6 – are slow to respond when instructed to close the application in question, and fail to fully end all related processes. Basic Purge is quick and is the default setting on cleanRAM.</p>
<p><strong>Level 2 is known as the “Quality Purge”</strong>. This option is recommended for best performance – in reality it cleans deeper than the basic option, but in around the same sort of time frame. Quality Purge is a good option to choose to save you performing a soft-reset. It will exit virtually all Windows Mobile apps and non-required processes, leaving your device to run as if it had just been switched on.</p>
<p><strong>Level 3 is the maximum clean up option, “Fundamental Purge”</strong>. This option is vital for cutting ties with bad applications, perhaps online services that are hanging due to a poor data connection or those that the Quality Purge option failed to end. Fundamental Purge can take a bit of time to complete and as such should only be used in the most extreme cases.</p>
<p>These three options provide the best memory cleaning available to a Windows Mobile user free of charge, and using cleanRAM is a simple case of selecting the purge option, setting it as default and launching the clean up via the cleanRAM app button.</p>
<h3>Advanced Customization and Scheduling Options</h3>
<p>Along with these three options, cleanRAM offers a variety of options for customizing and scheduling your Windows Mobile system clean up.</p>
<p><img class="aligncenter size-full wp-image-5636" src="http://images.maketecheasier.com/2009/06/wm-cleanram-advance.jpg" alt="Advanced options" width="500" height="270" /></p>
<p><strong>The Customized Processes List</strong> allows you to select the running processes you wish to clean up (or end) whenever the cleanRAM tool is used. These processes can be added to the Customized Processes List, which means they will be the only ones cleaned when cleanRAM is run. The Customized Processes List is disabled by default, and must be enabled via the check box.</p>
<p>Conversely, the<strong> Exceptions List</strong> allows you to select processes that are never cleaned. The Exceptions List is activated via the check box.</p>
<p><strong>Scheduling </strong>is accessed via the cleanRAM config menu and must also be enabled via the check box.  Using scheduling you can choose your purge level, set a time (hourly, every 4 hours, etc) and choose which days of the week of the cleanRAM runs.</p>
<p>Finally, it&#8217;s a simple task to backup your cleanRAM settings. This means rather than resorting to careful reselection of exceptions and scheduling following an uninstall of the tool or a hard device reset (restoring the factory settings of your Windows Mobile device) you simply restore your cleanRAM configuration settings from a backup stored on your Windows Mobile device memory card.</p>
<p>cleanRAM is one of the best utilities available for the Windows Mobile platform. If you do use it and gain benefit from it, remember to consider contributing a donation to the developers at <a title="HTC Addicts" href="http://www.htcaddicts.com" target="_blank">www.htcaddicts.com</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/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01">Clean Up Your Windows Mobile Easily With CleanRAM</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ShoZu &#8211; Social Network Updating Made Easy</title>
		<link>http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27</link>
		<comments>http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:22:25 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ShoZu]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5559</guid>
		<description><![CDATA[There are plenty of sites and programs out there that will let you upload your pictures or videos to one or two of your social media sites, but people like choice. Would 50 supported sites plus email and FTP uploading be enough? That should let you share enough stuff to make even your Kindergarten teacher [...]<p><strong><a href="http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27">ShoZu &#8211; Social Network Updating Made Easy</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/getting-social-with-lastfm/2009/05/30' rel='bookmark' title='Permanent Link: Getting Social With Last.fm'>Getting Social With Last.fm</a></li><li><a href='http://maketecheasier.com/yoono-the-social-media-plugin-for-firefox/2008/06/03' rel='bookmark' title='Permanent Link: Yoono: The Social Media Plugin For Firefox'>Yoono: The Social Media Plugin For Firefox</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</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/create-a-video-channel-from-different-video-sites/2009/10/31' rel='bookmark' title='Permanent Link: How to Create a Video Channel From Different Video Sharing Sites'>How to Create a Video Channel From Different Video Sharing Sites</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5560" src="http://images.maketecheasier.com/2009/06/shozu-logo.jpg" alt="shozu-logo" width="173" height="167" />There are plenty of sites and programs out there that will let you upload your pictures or videos to one or two of your social media sites, but people like choice. Would 50 supported sites plus email and FTP uploading be enough? That should let you share enough stuff to make even your Kindergarten teacher proud.The whole point of the the social sites is to be social and show people whats going on in your life; ShoZu will help you do this on almost every popular sharing site out there.</p>
<p>When a picture or video and the accompanying text is uploaded, ShoZu will CC your email and/or other destinations you choose. If you upload the same thing to all of your sites, that feature alone will save you immense amounts of time. Below are a couple ways media can be uploaded a couple different ways:</p>
<h3>The Desktop Application</h3>
<p>The ShoZu desktop app runs with Adobe Air, so you need to have that installed along with the most recent version of Adobe Flash installed before the app will work. Once the desktop application is installed, if you have previously set up an account, you will need to log in. If not it takes a minute or two to set up a new account.</p>
<p><img class="alignnone size-full wp-image-5561" src="http://images.maketecheasier.com/2009/06/shozu-desktop-signin.jpg" alt="desktop-sign-in-shozu" width="344" height="456" /></p>
<p>When logged in, you will see the list of destinations you have previously chosen on the web page. This can be a couple, or it be a lot; I have a few here that I use.</p>
<p><img class="alignnone size-full wp-image-5562" src="http://images.maketecheasier.com/2009/06/shozu-desktop-app.jpg" alt="desktop-app-shozu" width="360" height="481" /></p>
<p>The process for uploading pics, video or text is super easy. Simply drag and drop the media you want to share into the window. The picture or video will show up in the window. Type a short caption in the small box and any additional text into the big box. Some sites won&#8217;t show the extra text.</p>
<p><img class="alignnone size-full wp-image-5564" src="http://images.maketecheasier.com/2009/06/shozu-pic-dragged.jpg" alt="pic-dragged_shozu" width="355" height="252" /></p>
<p>*For those wondering, the picture is of a 12 pound bowling ball painted pink with lots of metal flake. It was chained to the soon to be groom&#8217;s leg for a bachelor party.</p>
<p>If you would like to send the same thing to multiple sites from time to time, click the next destination; the picture and text stay in the windows making it super simple. The program remembers what you upload to where. After you upload a picture, a check will be by the destination so you don&#8217;t post the same thing on the same site multiple times.</p>
<h3>From a Mobile Device</h3>
<p><!--adsense#300x300-->These day more people than ever have data enabled phones. One of the main reasons people like yourself purchase this kind of phone is so they don&#8217;t need to be tied to their computers for work. This also applies for uploading pics to their social media accounts. The device I use is a Blackberry Curve; it is a little limited compared to other devices I checked into. Some of the features like the feeds from Twitter, Facebook and Podcasts do not come to to the Blackberry app. I was a little sad about this, but I have other apps that I have grown accustomed to using for that stuff. From other devices, having the ability to see what your friends are doing, makes ShoZu a one shop application for mobile social networking needs.</p>
<p>The upload of the pictures, video and text is very similar to the desktop application. Select the picture, add text and the destination. Quick and simple, exactly what you want from the your mobile device.</p>
<h3>Mobile Blogging</h3>
<p>If you fancy yourself a blogger, being able to add posts on the fly is great. Sites like Blogger, Wordpress, Livejournal, Windows Live Spaces and more let you post on the go. Here is a post to a Wordpress blog to give you an idea of how it will look.</p>
<p><img class="alignnone size-full wp-image-5565" src="http://images.maketecheasier.com/2009/06/shozu-wordpresscom.jpg" alt="wordpresscom-shozu" width="521" height="154" /></p>
<h3>Other Features</h3>
<p>Citizen Journalism Sites sites like CNN, BBC News, and Reuters let you upload newsworthy pictures  Some other places you can upload your photographic wonders to via ShoZu are Email and FTP sites.</p>
<p>With the laundry list of features ShoZu has, I am sure it will fit it well with anyone who has the need to share media online.</p>
<p>How do you update your social networks?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27">ShoZu &#8211; Social Network Updating Made Easy</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/getting-social-with-lastfm/2009/05/30' rel='bookmark' title='Permanent Link: Getting Social With Last.fm'>Getting Social With Last.fm</a></li><li><a href='http://maketecheasier.com/yoono-the-social-media-plugin-for-firefox/2008/06/03' rel='bookmark' title='Permanent Link: Yoono: The Social Media Plugin For Firefox'>Yoono: The Social Media Plugin For Firefox</a></li><li><a href='http://maketecheasier.com/using-seesmic-to-help-manage-your-social-life/2009/07/04' rel='bookmark' title='Permanent Link: Easy Twittering and Facebook(ing) with Seesmic'>Easy Twittering and Facebook(ing) with Seesmic</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/create-a-video-channel-from-different-video-sites/2009/10/31' rel='bookmark' title='Permanent Link: How to Create a Video Channel From Different Video Sharing Sites'>How to Create a Video Channel From Different Video Sharing Sites</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27/feed</wfw:commentRss>
		<slash:comments>1</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 Use Windows Mobile for Wordpress Blogging</title>
		<link>http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21</link>
		<comments>http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:07:57 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[mobile blogging]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5437</guid>
		<description><![CDATA[Successful blogging from the Windows Mobile platform can be difficult. There are several applications that can be installed and utilised but most of these alternatives are limited in some way.
However if you’re blogging to a Movable Type or Wordpress platform blog, the best solution is Pocket Sharp MT  for touchscreen “Professional” Windows Mobile devices (or [...]<p><strong><a href="http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21">How to Use Windows Mobile for Wordpress Blogging</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/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5448" title="mobile-blogging" src="http://images.maketecheasier.com/2009/06/mobile-blogging.jpg" alt="mobile-blogging" width="250" height="156" />Successful blogging from the Windows Mobile platform can be difficult. There are several applications that can be installed and utilised but most of these alternatives are limited in some way.</p>
<p>However if you’re blogging to a Movable Type or Wordpress platform blog, the best solution is Pocket Sharp MT  for touchscreen “Professional” Windows Mobile devices (or Phone Sharp MT for non-touchscreen WinMo handsets). Pocket Sharp MT is available from <a title="Visit randyrants.com for Pocket Sharp MT" href="http://www.randyrants.com/2006/08/sharp_mt_pocket.html" target="_blank">www.randyrants.com</a>.</p>
<p>Once the installation is complete, you can configure Pocket Sharp MT to connect to and publish to your Wordpress or Movable Type blog, and comfortably blog from the comfort of your Windows Mobile device, employing basic formatting, assigning categories and even uploading images.</p>
<h3>Setup Your Blog Connection</h3>
<p>To begin, you need to make a connection to your blog. This first of all requires that your Windows Mobile deice is connected to the Internet, either directly via your network operator or via a WiFi connection. Note that prolonged use of Pocket Sharp MT can result in a high data usage charge.</p>
<p>When you first launch the blog software, you will need to setup the connection to your Movable Type or Wordpress blog. This can be done by going to <em>Tools -&gt; Options</em>.</p>
<p>The options screen requires:</p>
<ul>
<li> Web Server</li>
<li> CGI-BIN Path</li>
<li> Username</li>
<li> Password</li>
</ul>
<p><img class="size-full wp-image-5442 alignleft" src="http://images.maketecheasier.com/2009/06/wm-blogging6.jpg" alt="Setup your link to Movable Type of Wordpress blog" width="250" height="417" /></p>
<p>You should already know your blog username and password; you should also know the URL of your blog, which is entered as the Web Server. (Enter the full path, including the ‘<em>http://</em>’)</p>
<p>The CGI-BIN part can prove to be more difficult. The default is set in Pocket Sharp MT for Movable Type blogs &#8211; <em>/cgipath/mt-xmlrpc.cgi</em> – so if you’re using Movable Type as your blogging platform you’re laughing at this point.</p>
<p>Wordpress platform users need to change this entry to refer to the Wordpress version of this linking gateway script. Thankfully it’s a lot easier to type in: <em>/xmlrpc.php</em></p>
<p>With a correct username and password entered and a connection to the Internet established, click on refresh. The Blog List drop down will now display your blog, so you can click OK to continue or if necessary update the Proxy tab with any relevant information you need to connect to the web and try again.</p>
<p>Note that this guide is written using a Wordpress blog connection. The Pocket Sharp MT software functions remain the same for either platform, however.</p>
<h3>Writing a Blog Post</h3>
<p>Once the connection to your blog is setup, you can go straight into entering the text for your blog post.</p>
<p><img class="size-full wp-image-5443 aligncenter" src="http://images.maketecheasier.com/2009/06/wm-blogging-blog.jpg" alt="Category selection and text entry" width="540" height="450" /></p>
<p>Enter a title, select a category and enter the body text – it’s all straightforward and can be entered either by a hardware device-mounted keyboard or a software keyboard.</p>
<p>Longer entries can continue over onto the Extended tab, while Tags (Keywords) and Excerpts can be entered on the Advanced tab, along with a list of URLs to Ping. The status of the post (Draft or Publish) can also be set here, as well as allowing or disallowing comments.</p>
<p>The Authored on tab lets you set the date and time of writing – alternatively you can sync Pocket Sharp MT with your server time.</p>
<h3>Save Drafts</h3>
<p>It’s always good practice to save as you go, particularly when blogging from a device that doubles as a phone. This can be done via the File menu, simply select Save Draft or hit the Save button on the menu bar. The saved post will be stored as a text file with the .MT file extension.</p>
<p>The Format menu will apply any of the preset formatting (<strong>bold</strong>, <span style="text-decoration: underline;">underline</span>, <em>italics</em>, URL link) to the selected text, while copy and pasting can be achieved via <em>File -&gt; Edit</em>.</p>
<p><img class="size-full wp-image-5440 alignnone" src="http://images.maketecheasier.com/2009/06/wm-blogging-tools.jpg" alt="Tools menu" width="216" height="271" /></p>
<p>Finally, use the <em>Tools &gt; Upload Media</em> category to upload images to the specified uploads location on your server. Using the standard <em>&lt;img src=”[filename]”&gt;</em> you can enter the image into the blog post, or simply use let Pocket Sharp MT insert it into the post on your behalf.</p>
<h3>Submitting Your Post</h3>
<p>Submitting your blog post is a matter of deciding whether to change the status from Draft to Publish, and then hitting Post to Server.</p>
<p>You can check the resulting post on either your mobile or your desktop browser to check the outcome, and I think you’ll agree the results – while limited – are very good indeed.</p>
<p><img class="aligncenter size-full wp-image-5439" src="http://images.maketecheasier.com/2009/06/wm-blogging-web.jpg" alt="The resulting blog post" width="544" height="228" /></p>
<p>Pocket Sharp MT is one of the most functional Windows Mobile blogging clients available, but there are other solutions that operate on similar principles.</p>
<p><small>image credit: <a href="http://www.flickr.com/photos/ittsai/" target="_blank">ittsai</a></small><br />
<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-windows-mobile-for-wordpress-blogging/2009/06/21">How to Use Windows Mobile for Wordpress Blogging</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/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Sync your Nokia Internet Tablet with Google Calendar</title>
		<link>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15</link>
		<comments>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:07:01 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia Internet Tablet]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5336</guid>
		<description><![CDATA[When Nokia first released the Nokia 770 Internet Tablet, many Linux geeks could not resist a hackable handheld computer, even if they had no use for it.  With the subsequent releases of the N800 and N810 versions, the devices gained even wider appeal.  One of the problems I have always had with it, however, is [...]<p><strong><a href="http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15">How to Sync your Nokia Internet Tablet with Google Calendar</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-to-google-calendar/2008/02/26' rel='bookmark' title='Permanent Link: Syncing To Google Calendar'>Syncing To Google Calendar</a></li><li><a href='http://maketecheasier.com/access-your-google-docs-offline/2008/04/22' rel='bookmark' title='Permanent Link: Access Your Google Docs Offline'>Access Your Google Docs Offline</a></li><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/manage-multiple-google-analytics-accounts-from-desktop/2009/11/08' rel='bookmark' title='Permanent Link: How to Manage Multiple Google Analytics Accounts from Desktop'>How to Manage Multiple Google Analytics Accounts from Desktop</a></li><li><a href='http://maketecheasier.com/a-hands-on-review-of-google-voice/2009/07/24' rel='bookmark' title='Permanent Link: A Hands-on Review of Google Voice'>A Hands-on Review of Google Voice</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5337" src="http://images.maketecheasier.com/2009/06/cal-sync-icon2.jpg" alt="cal-sync-icon2" width="200" height="112" />When Nokia first released the Nokia 770 Internet Tablet, many Linux geeks could not resist a hackable handheld computer, even if they had no use for it.  With the subsequent releases of the N800 and N810 versions, the devices gained even wider appeal.  One of the problems I have always had with it, however, is that it has no default PIM (personal information management) software, and the free options available for it were always rather slim.</p>
<p>Nokia advertises it as an &#8220;<a href="http://en.wikipedia.org/wiki/Internet_Tablet" target="_blank">Internet Tablet</a>&#8221; rather than a PDA, so perhaps they expect you to rely on cloud services, such as Google Calendar.  Very well, we will, but we will do it with style.  <a href="https://garage.maemo.org/projects/mcalendar" target="_blank">mCalendar</a> is a small application for the <a href="http://maemo.org/" target="_blank">Maemo</a> operating system that allows you to have an appointment calendar on your tablet and also sync it with your Google Calendar.  It is finger-friendly and easy to use.  It is available for Maemo/Tablet OS2007 and OS2008 and should work on Nokia 770, N800, N810, and N810 WiMax models.</p>
<h3>Installation</h3>
<p>The easiest way to install mCalendar is to go to <a href="http://maemo.org/downloads/product/OS2008/mcalendar/" target="_blank">maemo.org</a> and click the big green &#8220;Install&#8221; button next to mCalendar.  This will add the extras software repository and also install the application.  If you prefer to add the software repository yourself, simply open your Application Manager, open the menu, click on Tools and click &#8220;Application catalog&#8230;&#8221;.  Click the &#8220;New&#8221; button and add this repository:</p>
<p>Catalog name = maemo Extras<br />
Web address = http://repository.maemo.org/extras/<br />
Components = free non-free</p>
<h3>Setup</h3>
<p><img class="size-full wp-image-5338 alignnone" src="http://images.maketecheasier.com/2009/06/mcal-gsync-options.jpg" alt="gsync-options" width="350" height="210" /></p>
<p><strong>1.</strong> Start mCalendar.</p>
<p><strong>2.</strong> Open the menu and click &#8220;Preferences&#8221;.</p>
<p><strong>3.</strong> Click on the &#8220;Google Syncronization&#8221; tab.</p>
<p><strong>4.</strong> Enter your Google login (usually your email address) and password.</p>
<p><strong>5.</strong> Click on the &#8220;General&#8221; tab.</p>
<p><img class="alignnone size-full wp-image-5339" src="http://images.maketecheasier.com/2009/06/mcal-general-options.jpg" alt="general-options" width="350" height="210" /></p>
<p><strong>6.</strong> Optional: You can select &#8220;google popup reminder&#8221; to receive notices of appointments and &#8220;auto sync&#8221; if you want to keep mCalendar automatically in sync with your Google calendar.</p>
<h3>Start Syncing</h3>
<p>You should test synchronization to make sure it works.</p>
<p><img class="alignnone size-full wp-image-5340" src="http://images.maketecheasier.com/2009/06/mcalendar.jpg" alt="calendar" width="350" height="210" /></p>
<p><strong>1.</strong> Add an appointment to your calendar and save it.</p>
<p><strong>2.</strong> Open the menu and click &#8220;Synchro&#8221;.</p>
<p><strong>3.</strong> Open a browser and login to Google Calendar.</p>
<p><strong>4.</strong> Check the appointment to make sure that it is the right day and time.</p>
<p><strong>5.</strong> Edit the appointment and re-sync to make sure two-way communication is working.</p>
<h3>Alternatives</h3>
<p>While mCalendar is quick and easy, it is hardly robust.  If you prefer a calendar with a few more options, such as <a href="http://maemo.org/downloads/product/OS2008/gpe-calendar/" target="_blank">GPE Calendar</a>, you can use a third party application called <a href="http://maemo.org/downloads/product/OS2008/erminig/" target="_blank">Erminig</a> to sync it with your Google calendar.</p>
<p>Erminig is in the maemo extras repository and is configured in roughly the same way as mCalendar&#8217;s sync function.  One advantage is that you can sync with a specific calender from  your Google account and a specific GPE calendar, if you have more than one.  You can then setup multiple entries and sync all of them at once.  Furthermore, it has a &#8220;read-only&#8221; feature, if you prefer not to make changes on the tablet side.</p>
<h3>Beyond the tablet</h3>
<p>Once you have your tablet synced with your Google calendar, you might also want to sync with your desktop calendar.  I have not found an easy way to sync directly from the Nokia internet tablet to the desktop.  Instead, you can sync it with your Google calendar and then sync Google with your desktop, using GCALDaemon.</p>
<p>KDE4&#8217;s data backend, Akonadi, currently only supports read-only functionality with Google Calendar.  If that is all you need, you will not need GCALDaemon.  There are plans to add read-write functionality in KDE 4.3</p>
<p>Now you have the ability to wirelessly sync your calendars on the move.  This certainly does not come close to full PIM synchronization, but you will at least have your important appointments in order.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15">How to Sync your Nokia Internet Tablet with Google Calendar</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-to-google-calendar/2008/02/26' rel='bookmark' title='Permanent Link: Syncing To Google Calendar'>Syncing To Google Calendar</a></li><li><a href='http://maketecheasier.com/access-your-google-docs-offline/2008/04/22' rel='bookmark' title='Permanent Link: Access Your Google Docs Offline'>Access Your Google Docs Offline</a></li><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/manage-multiple-google-analytics-accounts-from-desktop/2009/11/08' rel='bookmark' title='Permanent Link: How to Manage Multiple Google Analytics Accounts from Desktop'>How to Manage Multiple Google Analytics Accounts from Desktop</a></li><li><a href='http://maketecheasier.com/a-hands-on-review-of-google-voice/2009/07/24' rel='bookmark' title='Permanent Link: A Hands-on Review of Google Voice'>A Hands-on Review of Google Voice</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sync-your-nokia-internet-tablet-with-google-calendar/2009/06/15/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage Remote Storage with Microsoft My Phone</title>
		<link>http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14</link>
		<comments>http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:49:25 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[remote storage]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5314</guid>
		<description><![CDATA[Maintaining a remote backup of your Windows Mobile contacts, calendar, schedule, tasks and other documents, pictures and MP3s has traditionally been a problematic situation for Windows Mobile users. 

Thankfully as part of an overdue concerted move to develop the Windows Mobile and Hotmail/Live platforms, Microsoft have developed the My Phone, a secure online repository for vital information stored on your Windows Mobile device that can be added to or cut down as the user sees fit.<p><strong><a href="http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14">Manage Remote Storage with Microsoft My Phone</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/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14' rel='bookmark' title='Permanent Link: Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix'>Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01' rel='bookmark' title='Permanent Link: Clean Up Your Windows Mobile Easily With CleanRAM'>Clean Up Your Windows Mobile Easily With CleanRAM</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Maintaining a remote backup of your Windows Mobile contacts, calendar, schedule, tasks and other documents, pictures and MP3s has traditionally been a problematic task, leaving Windows users looking on in envy at the owners of Apple Macs and iPhones and their iDisks and other solutions.</p>
<p>Thankfully as part of an overdue concerted move to develop the Windows Mobile and Hotmail/Live platforms, Microsoft have developed the My Phone, a secure online repository for contacts, SMS messages and other vital information stored on your Windows Mobile device that can be added to or cut down as the user sees fit.</p>
<p><img class="aligncenter size-full wp-image-5323" src="http://images.maketecheasier.com/2009/06/winmo-myphonedt10.jpg" alt="The My Phone desktop web view" width="526" height="415" /></p>
<p>A great storage facility for MP3s, videos and photos, Microsoft currently offers 200 MB of space to My Phone users – enough to keep a back up of vital documents, ringtones and videos.</p>
<p>To use My Phone, you need a Live or Hotmail account (sign up at <a title="Signup to Windows Live" href="https://accountservices.passport.net" target="_blank">accountservices.passport.net</a>), and a Windows Mobile device with an internet connection. When using any web service on a mobile device it is vital to have a generous data plan setup. There’s a potential of up to 200 MB of data being transferred to your My Phone storage from your Windows Mobile device – as such a flat-rate monthly data transfer tariff is vital unless you have reliable, regular WiFi access.</p>
<p>Download My Phone from <a title="Download Microsoft My Phone" rel="nofollow" href="https://myphone.microsoft.com/mkwap/download/Install.po?model=Windows%20Mobile%206%20Professional" target="_blank">myphone.microsoft.com</a> and install on your Windows Mobile device; meanwhile visit the <a title="Visit My Phone via desktop of laptop" href="http://sn1-p3.myphone.microsoft.com" target="_blank">sn1-p3.myphone.microsoft.com</a> domain in order to login to your My Phone account on the web.</p>
<p>Once installed on your Windows Mobile device, run Microsoft My Phone. You’ll be prompted to login – use your standard Microsoft Live or Hotmail details here, the same credentials you use to login to the web service.</p>
<p>Once logged in, My Phone will determine which type of synchronization to run. The vital contents of your Windows Mobile device can be backed up to the My Phone storage either automatically on a schedule determined by you, or manually, whenever you command the app to sync.</p>
<p>Depending on the volume of data to be stored, Microsoft My Phone can take a while to complete synchronization on the first attempt. Subsequent syncs are appends however, meaning that only information that has changed is synchronized.</p>
<p><img class="size-medium wp-image-5318 aligncenter" src="http://images.maketecheasier.com/2009/06/myphone6.jpg" alt="My Phone sync options screen" width="384" height="476" /></p>
<p>To decide what to synchronize, in Microsoft My Phone go to <strong>Menu &gt; Options</strong> and choose from:</p>
<ul>
<li><strong>Contacts</strong> – all contacts from your phones address book. This is a good way to backup the contacts from your SIM card.</li>
<li> <strong>Calendar and Tasks </strong>– if you sync your phone with Outlook or an Exchange server, your calendar and tasks will also be synced with Microsoft My Phone, so these might be options to ignore.</li>
<li> <strong>Text Messages</strong> – a great way to keep a backup of vital text messages.</li>
<li> <strong>Photos</strong> – the chances of losing vital photographs are long gone with My Phone providing remote online storage</li>
<li> <strong>Videos and Music</strong> – depending on the type of device you use, videos and music might be no-goes, or you might find that with the limited 200 MB of space you choose one of the other. Modern Windows Mobile devices come with 3 MP cameras or better, resulting in higher file sizes, which means your My Phone server space could get eaten up.</li>
<li> <strong>Documents</strong> – Photos, videos, music and documents can all be uploaded from your PC or from your phone. Vital documents in particular can benefit from this functionality, with My Phone giving you a remote backup option that means documents can be restored to your Windows Mobile device or your PC. Sadly at present however there is no synchronization client for Windows XP or Vista, meaning that uploading to the My Phone storage area must be done manually, one item at a time.</li>
<li> <strong>Sync storage cards</strong> – if there is any space left on your My Phone storage space it can be used to backup any storage cards installed on your Windows Mobile device.</li>
</ul>
<p><img class="aligncenter size-full wp-image-5324" src="http://images.maketecheasier.com/2009/06/winmo-myphone-sync.jpg" alt="Sync and results screen" width="561" height="454" /></p>
<p>From the same Menu, you can also access the Schedule screen to set a daily, weekly, monthly time for the synchronization. Microsoft My Phone will synchronize in the background without causing any serious interruption to your general phone use – however it is a good idea to schedule syncing to take place during the night.</p>
<p>Microsoft My Phone is a free service, one that brings the matter of remote storage for the Windows Mobile platform into line with other smartphone providers such as Apple and various mobile networks.</p>
<p>The 200 MB capacity is modest; however it is expect that Microsoft will increase this considerably over time, so now in this post-beta phase it is the best time to get to grips with Microsoft My Phone.</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/manage-remote-storage-with-microsoft-my-phone/2009/06/14">Manage Remote Storage with Microsoft My Phone</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/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14' rel='bookmark' title='Permanent Link: Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix'>Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</a></li><li><a href='http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/clean-up-your-windows-mobile-easily-with-cleanram/2009/07/01' rel='bookmark' title='Permanent Link: Clean Up Your Windows Mobile Easily With CleanRAM'>Clean Up Your Windows Mobile Easily With CleanRAM</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Make Scannable Bar Codes for Android Phones</title>
		<link>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07</link>
		<comments>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07#comments</comments>
		<pubDate>Sun, 07 Jun 2009 12:17:07 +0000</pubDate>
		<dc:creator>AlexByrnes</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[barcode scanner]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5150</guid>
		<description><![CDATA[Ever seen those black and white checkered boxes on Android web sites?  They&#8217;re QR or &#8220;Quick Response&#8221; codes, and they can be read from your phone using the Barcode Scanner application from the Android Market.  You can scan the codes that are published on web sites and use the results for all kinds [...]<p><strong><a href="http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07">How to Make Scannable Bar Codes for Android Phones</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-check-your-android-for-cupcake/2009/05/24' rel='bookmark' title='Permanent Link: How To Check Your Android For Cupcake'>How To Check Your Android For Cupcake</a></li><li><a href='http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14' rel='bookmark' title='Permanent Link: Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix'>Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</a></li><li><a href='http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27' rel='bookmark' title='Permanent Link: ShoZu &#8211; Social Network Updating Made Easy'>ShoZu &#8211; Social Network Updating Made Easy</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="android-barcode-scanner" src="http://images.maketecheasier.com/2009/06/android-barcode-scanner.jpg" alt="android-barcode-scanner" width="280" height="130" />Ever seen those black and white checkered boxes on Android web sites?  They&#8217;re QR or &#8220;Quick Response&#8221; codes, and they can be read from your phone using the <a href="http://www.cyrket.com/package/com.google.zxing.client.android" target="_blank">Barcode Scanner</a> application from the Android Market.  You can scan the codes that are published on web sites and use the results for all kinds of things.  QR codes can be encoded with any short piece of text.  This application will allow you to browse to a URL, save a contact, or copy the text to use in another application.</p>
<p>First, you use the app by opening it and holding the phone as if you&#8217;re taking a picture of the QR code.  Here&#8217;s one that goes to the front page of Make Tech Easier:</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/06/qrcode.png" alt="qrcode" width="248" height="248" /></p>
<p>There&#8217;s a box with a red line that gives you an idea of how to center the code.</p>
<p><img class="alignnone size-full wp-image-5151" src="http://images.maketecheasier.com/2009/06/qr_scan.jpg" alt="qr_scan" width="480" height="320" /></p>
<p>Hold steady and&#8230; BEEP!  The code has been interpreted.  The app will give you options according to its best guess as to what the code is.  If it&#8217;s a URL, it will give you the option of opening it in the browser.  If it&#8217;s ordinary text, it will let you use it as a Google search or send it as an SMS message.</p>
<p>URLs are by far the most common use for QR codes on Android.  If a web site wants to publish a link that should be viewed on the phone, or the link is to the Android Market, the QR code is an easy way to transfer this data to viewers&#8217; phones.  There&#8217;s no laborious typing it in on a tiny keyboard.  Just scan and click.</p>
<p>If you&#8217;d like to create your own for a web site, business card, poster, flier, or tattoo, you can create one very easily by going to one of the many online QR code generators.  <a href="http://qrcode.kaywa.com/">Qrcode.kaywa.com</a> is one of these and it couldn&#8217;t be easier.  Just type in the text that you&#8217;d like to appear in the code, choose small, medium, large, or extra large and hit enter.  Then save the image to your hard drive by right clicking and going to &#8220;Save Link as&#8230;&#8221; (Firefox).  There&#8217;s also a permalink to the image that will appear the box right below it.</p>
<p>The Barcode Scanner app will also let you transfer data from one phone to another similar to the old infrared contact swap on Palm Pilots. Go to menu, then &#8220;Share&#8221; and choose a contact, bookmark, or the the contents of your clipboard. A QR code representing the data will appear on your screen.  The person you&#8217;re transferring to then scans the screen of your phone.</p>
<h3>Android Market Links</h3>
<p>If you&#8217;d like to share a link to an app on the Android Market, there&#8217;s a special protocol that you use that looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">market:<span style="color: #000000; font-weight: bold;">//</span>search?<span style="color: #007800;">q</span>=pname:com.NamcoNetworks.PacMan</pre></div></div>

<p>&#8220;com.NamcoNetworks.PacMan&#8221; is the package name.  There&#8217;s also:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">market:<span style="color: #000000; font-weight: bold;">//</span>search?<span style="color: #007800;">q</span>=solitaire</pre></div></div>

<p>Put this into the QR code generator and you&#8217;ll get a QR code that links to a search for solitaire games on the Android Market.</p>
<p>If there&#8217;s a specific app you want to link to, you can get the link and a small QR code from <a href="http://www.cyrket.com/" target="_blank">Cyrket</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/make-scannable-bar-codes-for-android-phones/2009/06/07">How to Make Scannable Bar Codes for Android Phones</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-check-your-android-for-cupcake/2009/05/24' rel='bookmark' title='Permanent Link: How To Check Your Android For Cupcake'>How To Check Your Android For Cupcake</a></li><li><a href='http://maketecheasier.com/remove-duplicate-contacts-with-trinefix/2009/08/14' rel='bookmark' title='Permanent Link: Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix'>Fix Files And Remove Duplicate Contacts In Pocket Outlook With TrineFix</a></li><li><a href='http://maketecheasier.com/manage-remote-storage-with-microsoft-my-phone/2009/06/14' rel='bookmark' title='Permanent Link: Manage Remote Storage with Microsoft My Phone'>Manage Remote Storage with Microsoft My Phone</a></li><li><a href='http://maketecheasier.com/how-to-use-windows-mobile-for-wordpress-blogging/2009/06/21' rel='bookmark' title='Permanent Link: How to Use Windows Mobile for Wordpress Blogging'>How to Use Windows Mobile for Wordpress Blogging</a></li><li><a href='http://maketecheasier.com/shozu-social-network-updating-made-easy/2009/06/27' rel='bookmark' title='Permanent Link: ShoZu &#8211; Social Network Updating Made Easy'>ShoZu &#8211; Social Network Updating Made Easy</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/make-scannable-bar-codes-for-android-phones/2009/06/07/feed</wfw:commentRss>
		<slash:comments>1</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>Things You Need to Check Before Installing Software on the Windows Mobile</title>
		<link>http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05</link>
		<comments>http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:52:30 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5166</guid>
		<description><![CDATA[Installing applications and tools on to a Windows Mobile device can be a little bit daunting at first, particularly for newcomers to the platform.

Prior to the actual act of installing the application, there are several things you need to check.<p><strong><a href="http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05">Things You Need to Check Before Installing Software on the Windows Mobile</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Windows mobile logo" src="http://images.maketecheasier.com/2009/06/windows-mobile.jpg" alt="Windows mobile logo" width="268" height="116" />Installing applications and tools on to a Windows Mobile device can be a little bit daunting at first, particularly for newcomers to the platform.</p>
<p>Prior to the actual act of installing the application, there are several things you need to check. These are:</p>
<ul>
<li>operating system version</li>
<li>framework</li>
<li>spare memory</li>
<li>hardware functionality</li>
</ul>
<p>Each of these elements of a Windows Mobile device can make or break an installation. A suitable comparison with a desktop device would be trying to install a game that requires a light gun but you don&#8217;t have one attached. On a PC, the game will simply be useless – you might be able to run the game, but won&#8217;t be able to interact with it. On a Windows Mobile device, the handset will be looking for the peripheral or hardware and if it can&#8217;t find it the application won&#8217;t run.</p>
<h3>Operating System Version</h3>
<p>Most Windows Mobile software of any lasting use will be compatible with at least Windows Mobile 5 and upwards. Windows Mobile Professional is the version usually found on touchscreen devices, whereas non-touchscreen devices run Windows Mobile Standard (also known as Windows Mobile Smartphone). Ideally your device should be running Windows Mobile 6 if it is to successfully run a modern WinMo application.</p>
<p>Check your Windows Mobile version by going to <strong>Settings &gt; System &gt; About</strong></p>
<h3>Framework</h3>
<p><a title="win mo install" rel="lightbox" href="http://images.maketecheasier.com/2009/06/winmoinstall5.jpg"><img class="size-medium wp-image-5173 aligncenter" src="http://images.maketecheasier.com/2009/06/winmoinstall5-180x300.jpg" alt="winmoinstall5" width="180" height="300" /></a></p>
<p>With the correct operating system, you;&#8217;ll find  you also need the correct version of Microsoft&#8217;s .Net Compact Framework for Windows Mobile. Having this is vital to running any application written for the .Net framework.</p>
<p>Check your .Net CF version via<strong> Settings &gt; Remove Programs</strong> and identifying the version there &#8211; careful you don&#8217;t uninstall it, forever!</p>
<h3>Spare memory</h3>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/06/winmoinstall7.jpg"><img class="size-medium wp-image-5174 aligncenter" src="http://images.maketecheasier.com/2009/06/winmoinstall7-180x300.jpg" alt="Windows Mobile Device Information" width="180" height="300" /></a></p>
<p>Obviously you need enough memory on-board to run the intended application; however in many cases you&#8217;ll need enough memory to save the installer file beforehand. Windows Mobile phones with an expansion slot can of course have the available RAM expanded usually by the addition of Flash memory.</p>
<p>To check your device memory, go to <strong>Settings &gt; System &gt; Device Information &gt; Hardware</strong>. To check the current memory usage, go to<strong> Settings &gt; Memory</strong></p>
<h3>Hardware Functionality</h3>
<p>Installing hardware-specific software is going to end in disappointment. A key example would be the recent proliferation of applications that require a g-sensor (also known as accelerometer) which detects the motion and movement of your Windows Mobile device. Devices with this enhancement will run motion-sensitive applications and novelties without problem – however devices without a g-sensor might accept the installation, but they won&#8217;t be able to run the software.</p>
<p>(A general rule of thumb &#8211; if your phone is a HTC Touch series phone, then you can be pretty certain it has a g-sensor. The Samsung Omnia is similarly equipped.)</p>
<p>It is important therefore to check your handset specifications and the software&#8217;s hardware requirements before proceeding to download.</p>
<p>Once you&#8217;re happy that the application is suitable for your phone and you&#8217;ve downloaded it, the type of file that is downloaded depends on the type of installation that will be carried out.</p>
<h3>Installation via .EXE file and Microsoft ActiveSync</h3>
<p><img class="aligncenter size-medium wp-image-5176" src="http://images.maketecheasier.com/2009/06/activesync.jpg" alt="Microsoft ActiveSync" width="366" height="321" /></p>
<p>Any Windows Mobile application that is an executable file (one with a file name ending in .exe) will need to be installed via Microsoft ActiveSync and a USB or Bluetooth connection with your PC.</p>
<p>First of all, make sure you&#8217;ve got Microsoft ActiveSync installed on your PC. The latest version can be downloaded from Microsoft.</p>
<p>Next, ensure your Windows Mobile device is switched on and connected either by USB or Bluetooth to your PC, and that a relationship is established via ActiveSync.</p>
<p><img class="aligncenter size-medium wp-image-5177" src="http://images.maketecheasier.com/2009/06/activesyncprogress.jpg" alt="ActiveSync progress indicator" width="330" height="134" /></p>
<p><img class="aligncenter size-medium wp-image-5178" src="http://images.maketecheasier.com/2009/06/activesyncalert.jpg" alt="Follow the onscreen prompts" width="545" height="107" /></p>
<p>Once this has been done, double click your downloaded Windows Mobile executable (.exe) file to begin installation. ActiveSync will prompt for you to confirm installation, while your handset will require you to OK the installation.</p>
<p>After installation is complete it should be safe for you to disconnect your Windows Mobile device from the PC and run the new application.</p>
<h3>Installation via .CAB file</h3>
<p>An increasingly common method of installation is via a .CAB file – this method is particularly useful for installing directly to a Windows Mobile device, cutting out the PC connection.</p>
<p>If a PC is being used to download Windows Mobile applications however, don&#8217;t be put off &#8211; .CAB files can be installed via the ActiveSync managed connection with your device.</p>
<p>To acquire a .CAB installer, either visit the website hosting software form your PC or from your Windows Mobile handset.</p>
<p><img class="aligncenter size-medium wp-image-5179" src="http://images.maketecheasier.com/2009/06/winmoinstall1.jpg" alt="Choose installation location" width="480" height="285" /></p>
<p>If you&#8217;re visiting from your PC, download the file before copying it to your Windows Mobile device via your ActiveSync-managed USB or Bluetooth connection. Ensure you have saved it to a memorable location and when the from PC to handset is complete select the .CAB file to initialise the installation procedure.</p>
<p>If you&#8217;re downloading from the website directly from your Windows Mobile browser of choice, save the file and when download is complete select the .CAB file to being the installation.</p>
<h3>Final note</h3>
<p>Although the majority of Windows Mobile applications no longer force the handset to reset following installation, it is good practice to manually implement this step to avoid errors running the software.</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/installing-software-on-the-windows-mobile-platform/2009/06/05">Things You Need to Check Before Installing Software on the Windows Mobile</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-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28' rel='bookmark' title='Permanent Link: Windows Mobile: Installing Viigo And Managing Your RSS feeds'>Windows Mobile: Installing Viigo And Managing Your RSS feeds</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li><li><a href='http://maketecheasier.com/emulate-and-play-ms-dos-games-on-windows-mobile/2009/08/09' rel='bookmark' title='Permanent Link: How to Emulate And Play MS-DOS Games On Windows Mobile'>How to Emulate And Play MS-DOS Games On Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/installing-software-on-the-windows-mobile-platform/2009/06/05/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Mobile: Installing Viigo And Managing Your RSS feeds</title>
		<link>http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28</link>
		<comments>http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28#comments</comments>
		<pubDate>Thu, 28 May 2009 12:04:18 +0000</pubDate>
		<dc:creator>ChristianCawley</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[viigo]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4965</guid>
		<description><![CDATA[Viigo for Windows Mobile brings enhanced RSS feed management to your Windows Mobile device, resulting in regular updates from your favourite RSS feeds whether they be news, blogs or stocks and shares.
Available as a free download from www.viigo.com, this superb RSS feed reader can be downloaded and installed in a matter of minutes via a [...]<p><strong><a href="http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28">Windows Mobile: Installing Viigo And Managing Your RSS feeds</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/05/viigo-logo.png" alt="Viigo logo" width="130" height="57" />Viigo for Windows Mobile brings enhanced RSS feed management to your Windows Mobile device, resulting in regular updates from your favourite RSS feeds whether they be news, blogs or stocks and shares.</p>
<p>Available as a free download from <a href="http://www.viigo.com/" target="_blank">www.viigo.com</a>, this superb RSS feed reader can be downloaded and installed in a matter of minutes via a multitude of different options.</p>
<h3>Download and installation</h3>
<p>To download, visit <a href="http://www.viigo.com/download" target="_blank">www.viigo.com/download</a> and choose the Windows Mobile Desktop Install option from the right-hand menu.</p>
<p><img class="alignnone size-full wp-image-4970" src="http://images.maketecheasier.com/2009/05/viigoinstall21.jpg" alt="Choose your favoured download option" width="564" height="238" /></p>
<p>Depending on your Windows Mobile device, you will need to choose between the options:</p>
<ul>
<li> Download to your PC</li>
<li> Download including .NET CF 2.0.</li>
</ul>
<p>This can be quite a daunting choice &#8211; one which depends on your knowledge of your phone and operating system. As a rule of thumb, if you purchased your Windows Mobile device as new in 2008 or later then you can take the first option. For all other Windows Mobile handsets take the second option. This will be a larger download, but will equip your phone for a lot of other modern Windows Mobile applications.</p>
<p>Once the download has completed, you&#8217;ll need to check your Windows Mobile device is switched on and connected to your PC or laptop via USB cable. USB cable is more reliable for installing software than Bluetooth.</p>
<p>ActiveSync should be installed and running on the Windows desktop or laptop and a connection have been established with your mobile device. Once this has been achieved, find the file you downloaded from Viigo.com (for instance ViigoPublicBeta.exe) and double click to begin the installation. Follow the onscreen instructions on both your PC and Windows Mobile device for installation.</p>
<p><img class="size-full wp-image-4969 aligncenter" src="http://images.maketecheasier.com/2009/05/viigoinstall3.jpg" alt="Installing Viigo via Activesync - desktop installation screen" width="503" height="393" /></p>
<p>(Advanced Windows Mobile users may opt to download Viigo via the various over the air options, such as SMS, email or direct download from the mobile browser. These options are all available on the <a title="Download Viigo RSS reader for Windows Mobile" href="http://www.viigo.com/downloads" target="_blank">viigo.com/downloads</a> page. Once downloaded to your phone, simply select the .CAB file to install.)</p>
<p>It&#8217;s always worth restarting your Windows Mobile device after installing new software, so switch your device off and back on again to fully complete installation.</p>
<h3>Configuring RSS feeds</h3>
<p>Once installed, Viigo can be run from the Programs menu of your Windows Mobile device. An account with the service is required, and this can be setup at <a href="http://www.myviigo.com/" target="_blank">www.myviigo.com</a>. This account will retain all of your current RSS feed settings, useful in the event of loss or damage to your phone, or you need to reinstall the application.</p>
<p>With your account setup on the Viigo website, log in to the application on your Windows Mobile handset. There are a considerable number of feed categories &#8211; most of these include preset feeds that can be subscribed to or unsubscribed to, depending on your preference and how well they meet your needs.</p>
<p><img class="size-full wp-image-4971 aligncenter" src="http://images.maketecheasier.com/2009/05/viigowmaddchan.jpg" alt="Adding a preset channel in Viigo" width="336" height="560" /></p>
<p>To subscribe to a preset Sports feed, select the Sports menu item and select Add Channel. A list of sports from Golf to American Football and Soccer are available to choose from, with some categories depending on level, region, etc. For instance Motor Sports is split into F1, IndyCar and NASCAR.</p>
<p>Within these subcategories, select the feed you require to subscribe to it &#8211; the RSS feed icon will change from greyed out to orange when the feed has been synchronised.</p>
<p>To view the feed, return to the main menu by clicking Back and then return to the Sports category &#8211; the feed you added will be available under the appropriate sport heading.</p>
<p><img class="alignnone size-full wp-image-4974" src="http://images.maketecheasier.com/2009/05/viigowmcustomurl.jpg" alt="Adding a custom RSS feed URL" width="570" height="469" /></p>
<p>You might prefer however to add your own choice of RSS feeds. This can be done easily via the News &amp; RSS menu item. Using the Menu in the lower right of the screen, choose Add Channel to choose from a range of Viigo recommended feeds and blogs or choose the Add you own channel to add a feed URL of your own choice. It&#8217;s also possible to set up a variety of other feed options from this screen, such as a Google Reader aggregator feed.</p>
<p>Note that you can keep up with your position within the menus and screens on Viigo via the tree that runs across the top of each screen.</p>
<p><img class="size-full wp-image-4975 aligncenter" src="http://images.maketecheasier.com/2009/05/viigowmtree.jpg" alt="The Viigo hierarchy tree" width="480" height="30" /></p>
<p>Finally, depending on the available memory on your Windows Mobile handset you might need to alter both the number of posts downloaded as well as the frequency of feed synchronisation.  These settings can both be applied via the Options on the main Menu, where you can also change language preferences.</p>
<p><img class="size-full wp-image-4976 aligncenter" src="http://images.maketecheasier.com/2009/05/viigowmoptions.jpg" alt="The Viigo options screen" width="336" height="560" /></p>
<p>Frequency of synchonrisation and post download volume may also be a consideration for Windows Mobile users without generous dataplans, so bear this in mind when installing Viigo for Windows Mobile</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/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28">Windows Mobile: Installing Viigo And Managing Your RSS feeds</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/installing-software-on-the-windows-mobile-platform/2009/06/05' rel='bookmark' title='Permanent Link: Things You Need to Check Before Installing Software on the Windows Mobile'>Things You Need to Check Before Installing Software on the Windows Mobile</a></li><li><a href='http://maketecheasier.com/tether-your-windows-mobile/2009/07/16' rel='bookmark' title='Permanent Link: How to Tether Your Windows Mobile'>How to Tether Your Windows Mobile</a></li><li><a href='http://maketecheasier.com/configure-spb-mobile-shell-3-for-windows-mobile/2009/08/31' rel='bookmark' title='Permanent Link: How to Configure Spb Mobile Shell 3 For Windows Mobile'>How to Configure Spb Mobile Shell 3 For Windows Mobile</a></li><li><a href='http://maketecheasier.com/get-free-exchange-email-for-windows-mobile/2009/08/20' rel='bookmark' title='Permanent Link: Get Free Exchange Email For Windows Mobile'>Get Free Exchange Email For Windows Mobile</a></li><li><a href='http://maketecheasier.com/using-a-software-keyboard/2009/08/04' rel='bookmark' title='Permanent Link: Guide to Using a Software Keyboard in Windows Mobile'>Guide to Using a Software Keyboard in Windows Mobile</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/windows-mobile-installing-viigo-and-managing-your-rss-feeds/2009/05/28/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
