<?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/category/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>Accessing Samsung Galaxy Nexus as USB Media Device Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/#comments</comments>
		<pubDate>Mon, 07 May 2012 01:51:45 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[mtp]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=919</guid>
		<description><![CDATA[To use a Samsung Galaxy Nexus as a media device (MTP) there is a utility called gMTP. sudo apt-get install gmtp mtpfs mtp-tools NOTE: Unfortunately there is a bug in the 64-bit version at the moment (https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165) &#8211; which means &#8230; <a href="http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To use a Samsung Galaxy Nexus as a media device (MTP) there is a utility called gMTP.</p>
<p><code>sudo apt-get install gmtp mtpfs mtp-tools</code></p>
<p><strong>NOTE</strong>: Unfortunately there is a bug in the 64-bit version at the moment (<a title="Launchpad" href="https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165" target="_blank">https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165</a>) &#8211; which means it&#8217;s not all that useful to me at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable the Guest account from Ubuntu Login Screen</title>
		<link>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/</link>
		<comments>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/#comments</comments>
		<pubDate>Sun, 06 May 2012 01:57:23 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=913</guid>
		<description><![CDATA[Having a guest account might be useful on a home computer, but it&#8217;s generally not what I want enabled on a notebook. To disable the default Guest account you need to edit lightdm.conf and add a line (allow-guest=false). sudo vim &#8230; <a href="http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Having a guest account might be useful on a home computer, but it&#8217;s generally not what I want enabled on a notebook. </p>
<p>To disable the default Guest account you need to edit lightdm.conf and add a line (allow-guest=false).</p>
<p><code>sudo vim /etc/lightdm/lightdm.conf</p>
<p>[SeatDefaults]<br />
greeter-session=unity-greeter<br />
user-session=ubuntu<br />
allow-guest=false</code></p>
<p>Tested in Ubuntu 12.04 LTS Precise Pangolin &amp; Ubuntu 11.10 Oneiric Ocelot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideal OS for EEE PC &#8211; REVISITED</title>
		<link>http://www.gaggl.com/2012/05/ideal-os-for-eee-pc-revisited/</link>
		<comments>http://www.gaggl.com/2012/05/ideal-os-for-eee-pc-revisited/#comments</comments>
		<pubDate>Fri, 04 May 2012 00:39:27 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=901</guid>
		<description><![CDATA[As a follow-up on a very old post I thought it&#8217;s worth providing an update. Despite it&#8217;s age (&#38; only costing $350 at the time) my little Asus EEE PC 900 it is still a useful device. It has turned out &#8230; <a href="http://www.gaggl.com/2012/05/ideal-os-for-eee-pc-revisited/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a <a title="Finding the ideal OS for (my) EEE PC" href="http://www.gaggl.com/2009/02/finding-the-ideal-os-for-my-eee-pc/">follow-up on a very old post</a> I thought it&#8217;s worth providing an update. Despite it&#8217;s age (&amp; only costing $350 at the time) my little Asus EEE PC 900 it is still a useful device. It has turned out as one of the better IT investments in my lifetime. However it&#8217;s not (and was never) the fastest kid on the block and recent OS upgrades have become increasingly resource hungry.</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/05/800px-Lubuntu_12_04.png"><img class="alignnone size-medium wp-image-902" title="Lubuntu screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/05/800px-Lubuntu_12_04-300x175.png" alt="" width="300" height="175" /></a></p>
<p>With the recent Ubuntu 12.04 LTS upgrade I was in the process of upgrading a few other notebooks and noticed that the release schedule for some of the Ubuntu variants (Kubuntu, Xubuntu &amp; Lubuntu) has been brought in line with the main OS branch. So while waiting for the installs on the other machines to finish I thought about updating the EEEPC as well. I tried Xubuntu at first, but did not like the interface (and the default apps pre-installed) and there were hardly any performance gains.</p>
<p>But installing <a title="Lubuntu Kinux" href="http://lubuntu.net/" target="_blank">Lubuntu</a> was a different story. I am very impressed by the LXDE desktop environment and the UI performance. The responsiveness of the UI is remarkably better than other desktop managers on a small netbook. And you still get the underlying strengths of the Ubuntu (Debian) based package management in it&#8217;s latest revision. That means most applications come packaged and there&#8217;s PPA&#8217;s for the rest.</p>
<p>Looks Lubuntu&#8217;s the new favourite. Hat tip to the Lubuntu maintainers and <a title="LXDE - Lightweight X11 Desktop Environment" href="http://lxde.org/" target="_blank">LXDE</a> developers &#8211; excellent work in producing a no-frills but very functional, decent looking &amp; usable desktop environment for devices that are getting a bit older &#8230; !</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/ideal-os-for-eee-pc-revisited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jitsi Ubuntu VoIP SIP Client</title>
		<link>http://www.gaggl.com/2012/04/jitsi-ubuntu-voip-sip-client/</link>
		<comments>http://www.gaggl.com/2012/04/jitsi-ubuntu-voip-sip-client/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 18:45:28 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[telework / digital nomads]]></category>
		<category><![CDATA[digital nomads]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[telework]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=866</guid>
		<description><![CDATA[The latest instalment in my never-ending quest to find a decent SIP client (see Ubuntu SIP I &#038; Ubuntu SIP II) I came across JITSI (http://jitsi.org/). Since the website looked very interesting and the project seems very well maintained (http://jitsi.org/index.php/Main/Screenshots) I decided to give it &#8230; <a href="http://www.gaggl.com/2012/04/jitsi-ubuntu-voip-sip-client/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest instalment in my never-ending quest to find a decent SIP client (see <a href="http://www.gaggl.com/2010/06/voip-client-for-ubuntu/" title="VoIP client for Ubuntu">Ubuntu SIP I</a> &#038; <a href="http://www.gaggl.com/2011/04/voip-client-for-ubuntu-ii/" title="VoIP client for Ubuntu II">Ubuntu SIP II</a>) I came across JITSI (<a href="http://jitsi.org/">http://jitsi.org/</a>). Since the website looked very interesting and the project seems very well maintained (<a href="http://jitsi.org/index.php/Main/Screenshots">http://jitsi.org/index.php/Main/Screenshots</a>) I decided to give it a go.</p>
<p><img class="alignnone size-medium wp-image-870" title="Jitsi Logo" src="http://www.gaggl.com/wp-content/uploads/2012/04/jitsi-300x115.png" alt="" width="300" height="115" /></p>
<p>The installation is a breeze with a Ubuntu/Debian package available and the installation also adds the repository to keep the package up to date.</p>
<p><a href="http://download.jitsi.org/jitsi/debian/">http://download.jitsi.org/jitsi/debian/</a></p>
<p>After a few test calls it seems to work very well. The UI is much more intuitive than comparable Ubuntu clients. Looks I found my new default client &#8211; nice job Jitsi Team.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/04/jitsi-ubuntu-voip-sip-client/feed/</wfw:commentRss>
		<slash:comments>2</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>Turning the Toshiba Z830 into a Ubuntu Ultrabook</title>
		<link>http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/</link>
		<comments>http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 03:03:07 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[alternatives]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ultrabook]]></category>
		<category><![CDATA[z830]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=750</guid>
		<description><![CDATA[EDIT: Here are some tweaks if you install 12.04 (Precise Pangolin). Since I will have to do a fair amount of traveling in the next year I was in need of upgrading my trusted workhorse of Toshiba Qosmio F60 to &#8230; <a href="http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="ultrabook by leogaggl, on Flickr" href="http://www.flickr.com/photos/leogaggl/6821823795/"><img src="http://farm8.staticflickr.com/7028/6821823795_69d2eaa2fe.jpg" alt="ultrabook" width="500" height="417" /></a></p>
<p><strong>EDIT</strong>: Here are some tweaks if you install <a title="Intel Ultrabook tweaks on Ubuntu 12.04" href="http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/">12.04 (Precise Pangolin)</a>.</p>
<p>Since I will have to do a fair amount of traveling in the next year I was in need of upgrading my trusted workhorse of Toshiba Qosmio F60 to a more portable option that will be easier on the shoulders during long travels. After doing some research into which of the major manufacturers offer the best support for a Linux based Operating System it came down to a final two: the Intel i7 variants of <a title="Samsung NP900X3A" href="http://goo.gl/RnY2R" target="_blank">Samsung Series 9</a> and the <a title="Toshiba Z830" href="http://www.mytoshiba.com.au/products/computers/satellite/z830" target="_blank">Toshiba Z830</a>.</p>
<p>Thanks to these sites for some useful content:</p>
<ul>
<li><a href="https://wiki.ubuntu.com/HardwareSupport/">https://wiki.ubuntu.com/HardwareSupport/</a></li>
<li><a href="http://www.linlap.com/wiki/toshiba+portege+z830-10f">http://www.linlap.com/wiki/toshiba+portege+z830-10f</a></li>
<li><a href="http://blog.stevenocchipinti.com/2011/12/toshiba-portege-z830.html">http://blog.stevenocchipinti.com/2011/12/toshiba-portege-z830.html</a></li>
<li><a href="http://www.bestultrabooks.co/">http://www.bestultrabooks.co/</a></li>
</ul>
<p>In the end it came down to Toshiba having full-size VGA, HDMI and Ethernet connectors at the rear of the unit (no need for carrying adapters) and getting a very decent price rebate for the Toshiba.</p>
<p>The first and only task in the included Windows 7 OS was to create a recovery USB drive using the Toshiba included utility (on the desktop). You need a <strong>12GB</strong> USB stick (found out the hard way after buying an 8GB version with the unit on advice of the sales guy).</p>
<p>After booting from a USB stick created from the Ubuntu 11.10 ISO (<a title="Ubuntu Download" href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">http://www.ubuntu.com/download/ubuntu/download</a>) with Ubuntu Bootdisk Creator (or alternatively UnetBootin) I opted to wipe the whole SSD drive. If you are not sure that you want to stick with Ubuntu it might be safer to try running from USB or dual-boot.</p>
<p><strong>Note</strong>: you need to use the USB3 connector on the right-hand side of the machine to boot (not the rear USB2 connectors). Press the F-12 Function key when turning the unit off and choose the USB Boot option.</p>
<p>It always gives me strange pleasure to wipe a pristine new machine from all the rubbish that manufacturers pre-install and start with a clean system that I can customise to my needs (without having redundant stuff cluttering the system and waste valuable resources).  So enjoy that part <img src='http://www.gaggl.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a title="toshy ultrabook by leogaggl, on Flickr" href="http://www.flickr.com/photos/leogaggl/6821823783/"><img src="http://farm8.staticflickr.com/7032/6821823783_80a7c40164.jpg" alt="toshy ultrabook" width="500" height="375" /></a></p>
<p>The Oneiric Ocelot (11.10) installation was extremely smooth. As predicted by the previous research all the hardware was detected automatically. Even Bluetooth and Toshiba Function keys (screen brightness and display switching) work without any tweaking.</p>
<p>I am currently looking into some SSD specific tweaks thanks to this article on <a title="ZDNET SSD Linux Tweaks" href="http://www.zdnet.com/blog/perlow/geek-sheet-a-tweakers-guide-to-solid-state-drives-ssds-and-linux/9190" target="_blank">ZDNET</a>. I will post future updates on further experiences when it comes to battery-life and other day-2-day issues.</p>
<p>Update: I have made a tweak to improve disk I/O parameters to improve SSD performance</p>
<p>Disable the &#8216;elevator&#8217; I/O scheduler in the kernel by editing the default Grub config (/etc/default/grub)</p>
<pre>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=noop"</pre>
<p>Looks like this unit is definitely a good option for people looking for Ubuntu Notebook / Ultrabook hardware. Well done Toshiba ! Now I just want a refund for the wasted Windows license&#8230;.</p>
<p>Enjoy your <a title="Open Source Definition (Wikipedia)" href="http://en.wikipedia.org/wiki/Open_source" target="_blank">OPEN</a> Ultrabook !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/feed/</wfw:commentRss>
		<slash:comments>17</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>Using Google Goggles in mobile learning projects</title>
		<link>http://www.gaggl.com/2011/12/using-google-goggles-in-mobile-learning-projects/</link>
		<comments>http://www.gaggl.com/2011/12/using-google-goggles-in-mobile-learning-projects/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:26:48 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[goggles]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[m-learning]]></category>
		<category><![CDATA[mlearning]]></category>
		<category><![CDATA[mobile learning]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=728</guid>
		<description><![CDATA[One of the lesser known free Google services in our experience is Google Goggles. Specially in it&#8217;s lastest release (Version 1.7) it has received a few enhancements that make it very useful for some mobile learning applications Scanning of barcodes &#8230; <a href="http://www.gaggl.com/2011/12/using-google-goggles-in-mobile-learning-projects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the lesser known free Google services in our experience is Google Goggles. Specially in it&#8217;s lastest release (Version 1.7) it has received a few enhancements that make it very useful for some mobile learning applications</p>
<h2>Scanning of barcodes</h2>
<p>Google Googles will scan most standard barcodes and provide information on the product scanned.</p>
<p><img class="alignnone" title="Google Goggles Screenshot" src="http://3.bp.blogspot.com/-zVz-njJCNvE/Tt-0411eONI/AAAAAAAAAKg/4fSsNl6qpN4/s320/1.7%2Bblog%2Bimage%2Bleader.png" alt="" width="192" height="320" /></p>
<p>Here is an example from the Google Mobile Blog:</p>
<p><cite>Let’s say you’re reading a magazine article you really like and want to share it with your friends. Just point Goggles at a part of the page, and instantly find a link to an online version to share immediately or read again later. You won’t even need the entire article in the frame. Goggles will also pull up more information from pages around the web where that text is mentioned, so its easier to learn about what you’re seeing.</cite></p>
<h2>Text recognition</h2>
<p>You can use Google Googles to take images of printed text and have the result converted to text using OCR (Optical Character Recognition). Whil the results may vary our own test have shown good results on newspaper and magazines.</p>
<p><img class="alignnone" title="Google Goggles OCR Screenshot" src="http://3.bp.blogspot.com/-LizJs4xnE-Q/Tt-xMvkjY3I/AAAAAAAAAJY/T-hf5IAwbxk/s320/goggles%2Bimage%2B1.png" alt="" width="192" height="320" /></p>
<p>To download Google Goggles you can scan the QR code below</p>
<p><img class="alignnone" title="Google Goggles QR Code" src="http://1.bp.blogspot.com/-UuGxJRdBBIQ/Tt-xcUDS-sI/AAAAAAAAAKI/0aUnT9YiCmg/s1600/goggles%2Bqr.png" alt="" width="344" height="344" /></p>
<p>Google Goggles are currently available for both Android and iOS phones (just install via Android Market or Apple App Store. See <a title="Google Goggles" href="http://www.google.com/mobile/goggles/">http://www.google.com/mobile/goggles/</a> for further details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2011/12/using-google-goggles-in-mobile-learning-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

