<?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>digital nomad &#187; mobile</title>
	<atom:link href="http://www.gaggl.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaggl.com</link>
	<description>so many ideas - so little time ...</description>
	<lastBuildDate>Sun, 20 May 2012 02:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Running Android 4.0 (ICS) on Virtualbox</title>
		<link>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/</link>
		<comments>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:17:17 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=940</guid>
		<description><![CDATA[Debugging things on the Android Emulator (incluced in the SDK) can be a very slow and cumbersome process. Thanks to the Android-x86 Project it&#8217;s quite easy to run Android in VirtualBox. This is highly useful when you need to test &#8230; <a href="http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Debugging things on the Android Emulator (incluced in the SDK) can be a very slow and cumbersome process. Thanks to the <a href="http://www.android-x86.org/" title="Android x86" target="_blank">Android-x86 Project</a> it&#8217;s quite easy to run Android in <a href="http://www.gaggl.com/2011/10/virtualbox-4-install-on-ubuntu/" title="Virtualbox 4 install on Ubuntu" target="_blank">VirtualBox</a>. This is highly useful when you need to test mobile apps and websites from the Android Browser (as well as Chrome Mobile).</p>
<ol>
<li>
Download an Ethernet enabled ISO from <a href="http://tabletsx86.org/" title="Tablets x86" target="_blank">Tablets x86</a></p>
<p><code>wget http://dl.dropbox.com/u/75945873/android-x86-4.0-eth0-generic_x86-20120426.iso.torrent<br />
transmission android-x86-4.0-eth0-generic_x86-20120426.iso.torrent</code>
</li>
<li>Create new ViratualBox VM<br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm01.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm01-300x256.png" alt="VM Settings 1" title="VM Settings 1" width="300" height="256" class="alignnone size-medium wp-image-956" /></a><br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm02.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm02-300x256.png" alt="VM Settings 2" title="VM Settings 2" width="300" height="256" class="alignnone size-medium wp-image-957" /></a><br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm03.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm03-300x256.png" alt="VM Settings 3" title="VM Settings 3" width="300" height="256" class="alignnone size-medium wp-image-958" /></a><br />
Important Settings (see screenshots)</p>
<ul>
<li>OS: Linux, Version: Linux 2.6</li>
<li>Enable VTx/AMD-V</li>
<li>Use Bridged Network Adapter (if you want to allow direct Internet Access)</li>
</ul>
</li>
<li>Mount the ISO file downloaded previosly and start the VM<br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm000.jpg"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm000-300x226.jpg" alt="Install dialog" title="Install dialog" width="300" height="226" class="alignnone size-medium wp-image-955" /></a>
</li>
<li>Create the Root Filesystem (ext3) on the VBox .vdi created with the new VM, mark as bootable</li>
<li>Write the Filesystem changes to disk (VDI) and format the disk</li>
<li>Install GRUB Boatloader</li>
<li>Copy files from ISO to VDI</li>
<li>Unmount the ISO image and reboot</li>
<p><strong>Note</strong>: You need to disable the mouse pointer integration (if you have installed VirtualBox Client Add-ons) in the menu of Virtualbox (&#8216;Machine&#8217; &#8211;> &#8216;Disable Mouse Integration&#8217;) when you start the VM (see screenshot). I have not found a way to disable this by default on Virtualbox on Ubuntu (If anybody has managed this I would love to know how !)</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm04.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm04-300x168.png" alt="Disable Mouse Integration" title="Disable Mouse Integration" width="300" height="168" class="alignnone size-medium wp-image-959" /></a></p>
<li>Start the Android Setup Wizard to set locale and you should be up and running (network should already function to test external sites from Android browser) !</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Ultrabook tweaks on Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 08 May 2012 01:26:16 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[digital nomads]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=927</guid>
		<description><![CDATA[After upgrading my Toshiba Z830 Ultrabook to 12.04 (Precise Pangolin) I noticed that the ability to control the screen back-light was not working using the Toshiba Fn F6/F7 keys. Thanks to http://www.linlap.com/wiki/acer+aspire+s3 the solution was found quite quickly. sudo vim &#8230; <a href="http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading my <a title="Turning the Toshiba Z830 into a Ubuntu Ultrabook" href="http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/" target="_blank">Toshiba Z830 Ultrabook</a> to 12.04 (Precise Pangolin) I noticed that the ability to control the screen back-light was not working using the Toshiba Fn F6/F7 keys.</p>
<p>Thanks to <a title="Linlap" href="http://www.linlap.com/wiki/acer+aspire+s3" target="_blank">http://www.linlap.com/wiki/acer+aspire+s3</a> the solution was found quite quickly.</p>
<p><code>sudo vim /etc/default/grub</code></p>
<p>This will open the grub configuration file. (Grub is the initial boot selection software)<br />
To be able to dim the screen brightness, You&#8217;ve got to modify the line:</p>
<p><code>GRUB_CMDLINE_LINUX=""</code></p>
<p>to these two lines:</p>
<p><code>pcie_aspm=force<br />
GRUB_CMDLINE_LINUX="quiet splash pcie_aspm=force acpi_osi=Linux acpi_backlight=vendor elevator=noop"</code></p>
<p>Another neat tip: intel-gpu-tools can be used to control brightness from the commandline.</p>
<p><code># will set brightness at 50%<br />
intel_backlight 50</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Android 4.0 screenshot functionality on Galaxy Nexus</title>
		<link>http://www.gaggl.com/2012/02/android-4-0-screenshot-functionality-on-galaxy-nexus/</link>
		<comments>http://www.gaggl.com/2012/02/android-4-0-screenshot-functionality-on-galaxy-nexus/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:38:38 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=840</guid>
		<description><![CDATA[One of the features I missed since the good old Android 1.5 days was the ability to take screen-shots on the device. Prior to Android 4 (ICS) the only workable way to create screen-shots was to connect via USB cable and use the Android &#8230; <a href="http://www.gaggl.com/2012/02/android-4-0-screenshot-functionality-on-galaxy-nexus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the features I missed since the good old Android 1.5 days was the ability to take screen-shots on the device. Prior to Android 4 (ICS) the only workable way to create screen-shots was to connect via USB cable and use the Android SDK to make remote screen-shots.</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/02/android_mascot.jpg"><img class="alignnone size-medium wp-image-841" title="Android Mascot" src="http://www.gaggl.com/wp-content/uploads/2012/02/android_mascot-300x235.jpg" alt="" width="300" height="235" /></a>On Android 4.0 all you have to do is press <strong>Volume Down Key</strong> + <strong>Power Key</strong> down at the same time and hold.  You should hear the camera click (if audio is on) and Android will show a notification that the screenshot was saved on your device and you can now upload or transfer to your favourite service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/02/android-4-0-screenshot-functionality-on-galaxy-nexus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a handle on Ubuntu mobile power management</title>
		<link>http://www.gaggl.com/2012/02/getting-a-handle-on-ubuntu-mobile-power-management/</link>
		<comments>http://www.gaggl.com/2012/02/getting-a-handle-on-ubuntu-mobile-power-management/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 07:57:25 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=773</guid>
		<description><![CDATA[To get an idea on the current power usage and some suggestions on how to improve power-management &#8216;powertop&#8216; is a must-have. sudo apt-get install powertop Powertop Screenshot For some more detailed suggestions this is a good start: https://help.ubuntu.com/community/PowerManagement/ReducedPower]]></description>
			<content:encoded><![CDATA[<p>To get an idea on the current power usage and some suggestions on how to improve power-management &#8216;<strong>powertop</strong>&#8216; is a must-have.</p>
<pre>sudo apt-get install powertop</pre>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/02/powertop.png"><img class="size-medium wp-image-777" title="Powertop Screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/02/powertop-300x180.png" alt="" width="300" height="180" /></a></p>
<div class="mceTemp">
<dl id="attachment_777" class="wp-caption alignnone" style="width: 310px;">
<dd class="wp-caption-dd">Powertop Screenshot</dd>
</dl>
</div>
<p>For some more detailed suggestions this is a good start: <a href="https://help.ubuntu.com/community/PowerManagement/ReducedPower">https://help.ubuntu.com/community/PowerManagement/ReducedPower</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/02/getting-a-handle-on-ubuntu-mobile-power-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Browser Testing on the Desktop</title>
		<link>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/</link>
		<comments>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:29:53 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=737</guid>
		<description><![CDATA[If you need to check websites for mobile compliance on a regular basis you know that having a device to constantly check is painful and slows down your work during debugging and phases of constant change.   by  adactio  There are a &#8230; <a href="http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you need to check websites for mobile compliance on a regular basis you know that having a device to constantly check is painful and slows down your work during debugging and phases of constant change.</p>
<p><a href="http://www.flickr.com/photos/adactio/6055382177/" target="_blank"><img title="Surrounding myself with screens by adactio, on Flickr" src="http://farm7.static.flickr.com/6191/6055382177_9eef23d858_m.jpg" alt="Surrounding myself with screens by adactio, on Flickr" border="0" /></a><br />
<a href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img title="Creative Commons Attribution 2.0 Generic License" src="http://i.creativecommons.org/l/by/2.0/80x15.png" alt="Creative Commons Attribution 2.0 Generic License" align="left" border="0" /></a>  by <a href="http://www.flickr.com/people/adactio/" target="_blank"> adactio</a><a href="http://www.imagecodr.org/" target="_blank"> </a></p>
<p>There are a few tools that will make this work a lot easier:</p>
<h2>Google Chrome</h2>
<p>Chrome does have some nice dedicated plug-ins to help with this task</p>
<ul>
<li>Ripple Mobile Environment Emulator (<a title="Ripple Mobile Emulator" href="https://chrome.google.com/webstore/detail/geelfhphabnejjhdalkjhgipohgpdnoc" target="_blank">https://chrome.google.com/webstore/detail/geelfhphabnejjhdalkjhgipohgpdnoc</a>)</li>
<li>appMobi HTML5 XDK (<a title="AppMobi HTML5 XDK Mobile Emulator" href="https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb" target="_blank">https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb</a>)</li>
</ul>
<h2>Firefox</h2>
<p>I am not aware of any plug-ins like Chrome, but as a hack I have found it useful to employ a user-agent switching plugin to trick the browser</p>
<p>User Agent Switcher (<a title="Firefox User Agent Switcher" href="http://chrispederick.com/work/user-agent-switcher/" target="_blank">http://chrispederick.com/work/user-agent-switcher/</a>) works well for this.</p>
<ol>
<li>Download the User Agent Switcher Add-on for Firefox</li>
<li>Restart Firefox for the add-on change to take place.</li>
<li>To start a new browsing session using an emulated browser, go to Tools &gt; User Agent Switcher and select the appropriate mobile web browser you want to emulate</li>
<li>To switch back to normal browsing, just select the default option from the above menu.</li>
</ol>
<p>If you need more specific UA Strings check here: <a title="Mobile User Agent Strings" href="http://www.zytrax.com/tech/web/mobile_ids.html" target="_blank">http://www.zytrax.com/tech/web/mobile_ids.html</a></p>
<p>For more serious work there are obviously dedicated emulators from the major Mobile OS vendors (but they need to be installed and configured for each platform):</p>
<ul>
<li>Android (<a title="Android SDK Emulator" href="http://developer.android.com/guide/developing/tools/emulator.html" target="_blank">http://developer.android.com/guide/developing/tools/emulator.html</a>)</li>
<li>iOS (<a title="iOS Developer Emulator" href="http://developer.apple.com/devcenter/ios/index.action" target="_blank">http://developer.apple.com/devcenter/ios/</a>)</li>
<li>WinPhone (<a href="http://www.microsoft.com/download/en/details.aspx?id=13890">http://www.microsoft.com/download/en/details.aspx?id=13890</a>)</li>
<li>Nokia (<a title="Nokia Mobile Phone Emulator" href="http://www.developer.nokia.com/Develop/Web/" target="_blank">http://www.developer.nokia.com/Develop/Web/</a>)</li>
<li>Opera (<a title="Opera Mini Emulator" href="http://www.opera.com/developer/tools/mini/" target="_blank">http://www.opera.com/developer/tools/mini/</a>)</li>
<li>WebOS (<a title="WebOS Emulator" href="http://developer.palm.com/" target="_blank">http://developer.palm.com/</a>)</li>
</ul>
<p>&nbsp;</p>
<p>PS: Nothing substitutes final QA testing on actual devices &#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Governance Index – measuring openness</title>
		<link>http://www.gaggl.com/2011/12/open-governance-index-measuring-openness/</link>
		<comments>http://www.gaggl.com/2011/12/open-governance-index-measuring-openness/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:47:50 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=722</guid>
		<description><![CDATA[This is an interesting report and info-graphic by the folks at VisionMobile on a new way of measuring the openness of some mobile open source projects. The Open Governance Index measures the true openness of eight open source projects &#8211; Android, Qt, &#8230; <a href="http://www.gaggl.com/2011/12/open-governance-index-measuring-openness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is an interesting report and info-graphic by the folks at <a title="VisionMobile - [Infographic] The Open Governance Index – A new way of measuring openness" href="http://www.visionmobile.com/blog/2011/12/infographic-the-open-governance-index/" target="_blank">VisionMobile</a> on a new way of measuring the openness of some mobile open source projects.</p>
<p>The Open Governance Index measures the true openness of eight open source projects &#8211; Android, Qt, Symbian, MeeGo, Mozilla, WebKit, Linux and Eclipse &#8211; and analyses how governance, and not licenses, tell the full story of a project&#8217;s openness, across transparency, influence and control.</p>
<p><a title="Infographic" href="http://www.visionmobile.com/blog/wp-content/uploads/infographics/4/VMInfo_OpenGov800.png" target="_blank"><img src="http://www.visionmobile.com/blog/wp-content/uploads/infographics/4/VMInfo_OpenGov150.png" alt="The Open Governance Index – A new way of measuring openness" border="0" /></a></p>
<p>The full report can be downloaded free (email required) <a title="Open Governance Index - Report" href="http://www.visionmobile.com/research.php#OGI" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2011/12/open-governance-index-measuring-openness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Handbrake on Ubuntu 11.04 (Natty)</title>
		<link>http://www.gaggl.com/2011/05/install-handbrake-on-ubuntu-11-04-natty/</link>
		<comments>http://www.gaggl.com/2011/05/install-handbrake-on-ubuntu-11-04-natty/#comments</comments>
		<pubDate>Sat, 28 May 2011 19:21:09 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[mpeg4]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=481</guid>
		<description><![CDATA[To convert a DVD and make it viewable on your mobile device Handbrake seems to be the most useful tool I have discovered so far. Since it is not part of the default Ubuntu Repositories here is the installation process. &#8230; <a href="http://www.gaggl.com/2011/05/install-handbrake-on-ubuntu-11-04-natty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To convert a DVD and make it viewable on your mobile device <a title="Handbrake " href="http://handbrake.fr/" target="_blank">Handbrake</a> seems to be the most useful tool I have discovered so far.  Since it is not part of the default Ubuntu Repositories here is the installation process. The first step is to insure libdvdcss2 is installed</p>
<pre>sudo apt-get install libdvdcss2
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2011/05/install-handbrake-on-ubuntu-11-04-natty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My mobile personal learning environment</title>
		<link>http://www.gaggl.com/2011/04/my-mobile-personal-learning-environment/</link>
		<comments>http://www.gaggl.com/2011/04/my-mobile-personal-learning-environment/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 22:26:27 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[telework / digital nomads]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mobimooc]]></category>
		<category><![CDATA[ple]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=408</guid>
		<description><![CDATA[Taking part in MobiMOOC has given me the opportunity to take stock of my own MobilePLE &#8211; the top 5 tools I find most useful as part of my ongoing learning. &#160; Catch Notes (previously 3Bananas) &#8211; mobile note taking the &#8230; <a href="http://www.gaggl.com/2011/04/my-mobile-personal-learning-environment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Taking part in MobiMOOC has given me the opportunity to take stock of my own MobilePLE &#8211; the top 5 tools I find most useful as part of my ongoing learning.</p>
<p>&nbsp;</p>
<ul>
<li><a title="Catch.com Mobile Notes" href="http://catch.com/" target="_blank">Catch Notes</a> (previously 3Bananas) &#8211; mobile note taking the most critical component. Whenever I get a new device &#8211; this is what has to be installed as one of the first actions. For those not familiar with this software &#8211; it&#8217;s like Evernote without the bloat.</li>
<li><a title="TwiDroid mobile Twitter for Android" href="http://twidroyd.com/" target="_blank">TwiDroyd</a> &#8211; mobile Twitter / Status.Net client. This could be replaced by similar Twitter clients</li>
<li><a title="GoogleReader Mobile" href="http://www.google.com/reader/m/" target="_blank">GoogleReader</a> &#8211; RSS reader client</li>
<li><a title="Flickr Mobile" href="http://m.flickr.com/" target="_blank">Flickr</a> &#8211; image upload and sharing</li>
<li><a title="Foursquare Mobile" href="http://foursquare.com/mobile/" target="_blank">FourSquare</a> &#8211; location based sharing</li>
</ul>
<p>&nbsp;</p>
<p>These are the main applications I use pretty much constantly, however here are some other useful services I use regularily:</p>
<p>&nbsp;</p>
<ul>
<li><a title="Delicious" href="http://www.delicious.com/leogaggl" target="_blank">Delicious</a> &#8211; Online Bookmarking (this is an old one, but a good one). Unfortunately there are not a great deal of mobile interfaces for Delicious as Yahoo has publicly stated that it is trying to offload the project</li>
<li><a title="PixelPipe mobile upload" href="http://pixelpipe.com/" target="_blank">Pixelpipe</a> &#8211; universal uploader (upload to multiple services such as Flickr, Picasa, Youtube from mobile)</li>
<li><a title="BeyondPod" href="http://www.beyondpod.mobi/" target="_blank">BeyondPod</a> &#8211; podcast client</li>
<li><a title="Google Goggles" href="http://www.google.com/mobile/goggles/" target="_blank">GoogleGoggles</a> &#8211; image recognition software to allow searches based on camera input</li>
<li><a title="Zxing barcode scan" href="http://code.google.com/p/zxing/wiki/GetTheReader" target="_blank">Zxing Barcode Scan</a> &#8211; open source barcode scanner (QR codes as well as EAN type)</li>
<li><a title="Wordpress Mobile Clients" href="http://en.blog.wordpress.com/2010/02/11/mobile-apps-for-wordpress/" target="_blank">WordPress Client</a> &#8211; mobile client to edit wordpress blogs</li>
<li><a title="Autodesk Sketchbook" href="http://area.autodesk.com/sketchbook" target="_blank">Sketchbook</a> &#8211; mobile drawing application from Autodesk (you need a reaonable screen for this &#8211; tab preferred)</li>
<li><a title="UStream Broadcast" href="http://www.ustream.tv/everywhere" target="_blank">UStream Broadcaster</a> &#8211; streaming video producer from mobile handset</li>
</ul>
<p>&nbsp;</p>
<p>One thing worth noting is that this is very much the &#8220;CURRENT Mobi-PLE&#8221;. The one sure thing with mobile tech in general is that it tends to change quickly over time and with need.</p>
<p>Looking forward to hearing about things I am missing &#8211; comments welcome !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2011/04/my-mobile-personal-learning-environment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Huawei K3765 on Ubuntu 10.04 (Lucid)</title>
		<link>http://www.gaggl.com/2010/05/huawei-k3765-on-ubuntu-10-04-lucid/</link>
		<comments>http://www.gaggl.com/2010/05/huawei-k3765-on-ubuntu-10-04-lucid/#comments</comments>
		<pubDate>Sat, 22 May 2010 04:57:51 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[telework / digital nomads]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[huawei]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=372</guid>
		<description><![CDATA[Since I have switched my 3G data network from Hutchinson Three to Vodafone AU recently I also upgraded the USB modem from a Huwaei E220 (which used to work fine on recent Ubuntu NBR releases on my trusty old ASUS &#8230; <a href="http://www.gaggl.com/2010/05/huawei-k3765-on-ubuntu-10-04-lucid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I have switched my 3G data network from Hutchinson Three to Vodafone AU recently I also upgraded the USB modem from a Huwaei E220 (which used to work fine on recent Ubuntu NBR releases on my trusty old ASUS EEE 900)</p>
<p>Unfortunately the new Huawei K3765 would not be recognised as a valid modem by the network manager. After a fair bit of searching it turns out that you only need to install one additional package (usb-modeswitch) to make this modem work (be recognised) on the current stable 10.04 release:</p>
<pre>sudo apt-get install usb-modeswitch</pre>
<p>For the command-line challenged here is a quick screenshot on how to do it using Synaptic Package Manager:</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2010/05/usb-modswitch.png"><img class="alignnone size-medium wp-image-374" title="Synaptic usb-modswitch - screenshot" src="http://www.gaggl.com/wp-content/uploads/2010/05/usb-modswitch-300x175.png" alt="Synaptic usb-modswitch - screenshot" width="300" height="175" /></a></p>
<p>Hope this might save some time for people trying to make this modem work on Lucid.</p>
<p>Happy roaming !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2010/05/huawei-k3765-on-ubuntu-10-04-lucid/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Google Mail (GoogleApps) as default mail client</title>
		<link>http://www.gaggl.com/2009/12/ubuntu-google-mail-googleapps-as-default-mail-client/</link>
		<comments>http://www.gaggl.com/2009/12/ubuntu-google-mail-googleapps-as-default-mail-client/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:04:22 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[telework / digital nomads]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google mail]]></category>
		<category><![CDATA[googleaps]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mailclient]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=313</guid>
		<description><![CDATA[Since Ubuntu 9.10 NetbookRemix has been released I am again finding myself using my trusty old ASUS EEE when on the road.  And  finally it seems I have found a vanilla Linux distribution that is reasonably responsive and works &#8216;out of the box&#8217;. &#8230; <a href="http://www.gaggl.com/2009/12/ubuntu-google-mail-googleapps-as-default-mail-client/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since <a title="Ubuntu UNR" href="https://wiki.ubuntu.com/UNR" target="_blank">Ubuntu 9.10 NetbookRemix</a> has been released I am again finding myself using my trusty old ASUS EEE when on the road.  And  finally it seems I have <a title="Finding ideal OS" href="/2009/02/finding-the-ideal-os-for-my-eee-pc/" target="_self">found a vanilla Linux distribution</a> that is reasonably responsive and works &#8216;out of the box&#8217;.</p>
<p>One thing I don&#8217;t need on the road (as a matter of fact on none of my equipment) is having to install &amp; maintain some client/server mail client. Here is a workable solution to have your browser default &#8216;mailto:&#8217; links to Google Apps.</p>
<h3>Howto</h3>
<p>System &#8211;&gt; Preferences &#8211;&gt; Preferred Applications</p>
<p><img class="alignnone size-full wp-image-321" title="Ubuntu Preferences Screenshot" src="http://www.gaggl.com/wp-content/uploads/2009/12/ubuntu_googlemail1.png" alt="Ubuntu Preferences Screenshot" width="494" height="418" /></p>
<h4>Chrome:</h4>
<p><code>perl -MURI::Escape -e '$to = shift;$to =~ s/^mailto://i;exec("chromium-browser", "https://mail.google.com/a/yourdomain.tld/?view=cm&amp;fs=1&amp;tf=1&amp;cmid=22&amp;to=".URI::Escape::uri_escape($to) );' '%s'</code></p>
<h4>Firefox:</h4>
<p><code>perl -MURI::Escape -e '$to = shift;$to =~ s/^mailto://i;exec("firefox", "https://mail.google.com/a/yourdomain.tld/?view=cm&amp;fs=1&amp;tf=1&amp;cmid=22&amp;to=".URI::Escape::uri_escape($to) );' '%s'</code></p>
<p><strong>Note:</strong> do not forget to replace &#8216;yourdomain.tld&#8217; with your actual Google Apps domain</p>
<p>Here is the link to the original blog entry by David Davis (xantus77): <a title="Xantus" href="http://xantus.vox.com/library/post/howto-use-gmail-for-mailto-links-linuxubuntu.html" target="_blank">http://xantus.vox.com/library/post/howto-use-gmail-for-mailto-links-linuxubuntu.html</a> (Kudos !)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2009/12/ubuntu-google-mail-googleapps-as-default-mail-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

