<?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>paulocabido.com &#187; EN</title>
	<atom:link href="http://www.paulocabido.com/tag/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulocabido.com</link>
	<description>Paulo Cabido&#039;s blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DroidSeries AKA The Pilot</title>
		<link>http://www.paulocabido.com/android/droidseries-aka-the-pilot/</link>
		<comments>http://www.paulocabido.com/android/droidseries-aka-the-pilot/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 23:11:27 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[droidseries]]></category>
		<category><![CDATA[DroidSeries]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[The Pilot]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=503</guid>
		<description><![CDATA[There are many Android applications, the market is gett [...]]]></description>
			<content:encoded><![CDATA[<p>There are many Android applications, the market is getting new apps every day&#8230; but there is always something missing.</p>
<p>I&#8217;m a big TV series fan. I see lots (!) of tv shows and it&#8217;s difficult to remember what was the last episode I saw. It bothers me when I just lied down in my bed or on the sofa to watch an episode of some serie and a few minutes later I realize that  I have already seen the episode. The solution is to have a app on my phone, that is always with me, and track the tv shows that I follow.</p>
<p>This isn&#8217;t an original idea. Joaquim Rocha created an app for Maemo called <a title="series finale" href="http://www.joaquimrocha.com/?s=series+finale" target="_blank">series finale</a> and I can say that this concept is his idea. Because I had the chance to code an Android app during my Masters, my choice was to make an app similar to series finale but for Android. This is an app that I would/will use and that was why I made it. I&#8217;m almost reaching the release of the first version of DroidSeries. I named this release &#8220;The Pilot&#8221;.</p>
<p>I&#8217;m currently struggling with some Bitmap memory leaks that are slowing down the app when lots of series are to be handled. Once this is done I will add the feature to update a single television serie and update all the series that the user is following and make the release.</p>
<p>So what is done so far? A summarized list:</p>
<ul>
<li>Capability to search and add a serie to the list (needs internet connection WIFI or 3G)
<ul>
<li>I use TheTVDB API</li>
</ul>
</li>
<li>All data is saved in an sqlite database (internet connection is only needed to search, when a serie is added it is saved in this database)</li>
<li>Mark a episode or a season as seen/unseen</li>
<li>View series or episode details</li>
<li>All the small features like confirmation dialog when deleting a serie, threads and progress dialogs, information for the next unseen episode and how many episodes are not watched, etc</li>
</ul>
<p>To give you a feel of what I&#8217;m doing, here are some screen shots:</p>
<div style="float: left; width: 50%; height: 320px;"><a rel="lightbox" href="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss1.png"><img class="size-medium wp-image-505 aligncenter" title="DroidSeries - Main window" src="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss1-199x300.png" alt="DroidSeries - Main window" width="199" height="300" /></a></div>
<div style="float: left; width: 50%; height: 320px;"><a rel="lightbox" href="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss2.png"><img class="size-medium wp-image-506 aligncenter" title="DroidSeries - Seasons" src="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss2-200x300.png" alt="DroidSeries - Seasons" width="200" height="300" /></a></div>
<div style="float: left; width: 50%;">
<p><a href="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss3.png" rel="lightbox[503]"><img class="size-medium wp-image-507 aligncenter" title="DroidSeries - Episodes" src="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss3-200x300.png" alt="DroidSeries - Episodes" width="200" height="300" /></a><a rel="lightbox" href="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss4.png"></a></p>
</div>
<div style="float: left; width: 50%;">
<p><a rel="lightbox" href="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss4.png"><img class="aligncenter size-medium wp-image-508" title="DroidSeries - Search/Add Serie" src="http://www.paulocabido.com/wp-content/uploads/2010/07/droidseries_ss4-200x300.png" alt="DroidSeries - Search/Add Serie" width="200" height="300" /></a></p>
</div>
<p>As soon as I reach the first version I will upload it and open the code on google code and to the Android Market. <a href="http://code.google.com/p/droidseries/">http://code.google.com/p/droidseries/</a> or this blog will be the places to look for it.</p>
<p>If you have a suggestion, don&#8217;t hesitate to make it! Let me know what you are thinking and what you would like to see in DroidSeries!</p>
<p>If you want to beta test the application also let me know, I&#8217;ll pass one the apk file. I didn&#8217;t make it available at this point because I believe that it isn&#8217;t ready yet, but if you still want to give it a try, let me know!</p>
<p>I have to thank LDV for doing a good job with the header image! Thanks!</p>
<p>I will try to make a screen cast soon. Keep tunned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/android/droidseries-aka-the-pilot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Synchronize Getting Things Gnome! with your android phone</title>
		<link>http://www.paulocabido.com/gtg/synchronize-getting-things-gnome-with-your-android-phone/</link>
		<comments>http://www.paulocabido.com/gtg/synchronize-getting-things-gnome-with-your-android-phone/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 13:30:50 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtg]]></category>
		<category><![CDATA[astrid]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[remember the milk]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=466</guid>
		<description><![CDATA[At this point of your life you should know about Gettin [...]]]></description>
			<content:encoded><![CDATA[<p>At this point of your life you should know about <a title="Getting Things Gnome!" href="http://gtg.fritalk.com/" target="_blank">Getting Things Gnome!</a> and how easy it makes your life!</p>
<p>A port of GTG for android is in my perspective far a way as there is no native python support, etc. So how can you have your GTG tasks on your android phone?</p>
<p>Easy!</p>
<ol>
<li><a href="#1">Signup for a (free) Remember The Milk account</a></li>
<li><a href="#2">Activate GTG&#8217;s Remember The Milk plugin and sync your tasks with RTM</a></li>
<li><a href="#3">Install Astrid on your android phone (available on android market)</a></li>
<li><a href="#4">Sync Astrid with RTM</a></li>
</ol>
<p><strong><a name="1">Signup for a (free) Remember The Milk account</a></strong><br />
Remember The Milk allows you to manage your tasks online. Just go to <a title="Remember The Milk" href="http://www.rememberthemilk.com" target="_blank">http://www.rememberthemilk.com</a> and signup for a (free) account.</p>
<p><strong><a name="2">Activate GTG&#8217;s Remember The Milk plugin and sync your tasks with RTM</a></strong><br />
Thanks to Luca Invernizzi&#8217;s GTG plugin, <strong>Remember The Milk</strong>, it&#8217;s possible to sync GTG with <a title="Remember The Milk" href="http://www.rememberthemilk.com/" target="_blank">Remember The Milk</a>. The plugin is currently at version 0.3.</p>
<blockquote><p>Plugin for synchronising Getting Things Gnome! with the web service Remember the milk  (http://www.rememberthemilk.com)<br />
Please note that task descriptions are not synchronized in this version.<br />
Legal note: This product uses the Remember The Milk API but<br />
is not endorsed or certified by Remember, The Milk.</p></blockquote>
<p>Luca&#8217;s RTM plugin is shipped with GTG so if you have the latest version you only need to activate the plugin.</p>
<div id="attachment_474" class="wp-caption aligncenter" style="width: 564px"><a href="http://www.paulocabido.com/wp-content/uploads/2010/02/gtg-rtm1.png" rel="lightbox[466]"><img class="size-full wp-image-474  " title="Activate GTG's RTM plugin" src="http://www.paulocabido.com/wp-content/uploads/2010/02/gtg-rtm1.png" alt="Activate GTG's RTM plugin" width="554" height="418" /></a><p class="wp-caption-text">Activate GTG&#39;s RTM plugin</p></div>
<p>After activating the plugin you only need to sync the tasks between GTG and RTM.</p>
<div>
<dl id="attachment_474"></dl>
</div>
<div id="attachment_477" class="wp-caption aligncenter" style="width: 564px"><a href="http://www.paulocabido.com/wp-content/uploads/2010/02/gtg-rtm2.png" rel="lightbox[466]"><img class="size-full wp-image-477  " title="Sync tasks between GTG and RTM" src="http://www.paulocabido.com/wp-content/uploads/2010/02/gtg-rtm2.png" alt="Sync tasks between GTG and RTM" width="554" height="418" /></a><p class="wp-caption-text">Sync tasks between GTG and RTM</p></div>
<p><strong><a name="3">Install Astrid on your android phone (available on android market)</a></strong><br />
This step is actually very easy. Just open the Android Market and search for <strong>Astrid</strong> and install it.</p>
<p><strong><a name="4">Sync Astrid with RTM</a></strong><br />
Open Astrid and in the Synchronization menu Activate the Remember The Milk service and also activate the Main Menu Shortcut.</p>
<div id="attachment_481" class="wp-caption aligncenter" style="width: 266px"><a href="http://www.paulocabido.com/wp-content/uploads/2010/02/device3.png" rel="lightbox[466]"><img class="size-full wp-image-481 " title="Astrid's Sync menu" src="http://www.paulocabido.com/wp-content/uploads/2010/02/device3.png" alt="Astrid's Sync menu" width="256" height="384" /></a><p class="wp-caption-text">Astrid&#39;s Sync menu</p></div>
<p>The Sync shortcut in the main menu comes up handy to sync Astrid with RTM with minimum effort. Then all you need is to hit the sync button.</p>
<div id="attachment_482" class="wp-caption aligncenter" style="width: 266px"><a href="http://www.paulocabido.com/wp-content/uploads/2010/02/device4.png" rel="lightbox[466]"><img class="size-full wp-image-482 " title="Astrid &amp; RTM Sync in action" src="http://www.paulocabido.com/wp-content/uploads/2010/02/device4.png" alt="Astrid &amp; RTM Sync in action" width="256" height="384" /></a><p class="wp-caption-text">Astrid &amp; RTM Sync in action</p></div>
<p>That&#8217;s it. This is as simple as it can get. No more excuses for not being organized!</p>
<p>One more thing, by default Remember The Milk will send email notification of tasks on their deadline and it&#8217;s also a nice feature to have.</p>
<p>I&#8217;ll leave you guys with one more screen shot of the Astrid&#8217;s home widget that also comes in handy.</p>
<div id="attachment_483" class="wp-caption aligncenter" style="width: 266px"><a href="http://www.paulocabido.com/wp-content/uploads/2010/02/device2.png" rel="lightbox[466]"><img class="size-full wp-image-483 " title="Astrid's home screen widget" src="http://www.paulocabido.com/wp-content/uploads/2010/02/device2.png" alt="Astrid's home screen widget" width="256" height="384" /></a><p class="wp-caption-text">Astrid&#39;s home screen widget</p></div>
<p>Finally and for the just for those of you who are wondering, I&#8217;m using&#8230;</p>
<ul>
<li>&#8230; Getting Things Gnome! development version (latest trunk version)</li>
<li>&#8230; <a title="cyanogenmod" href="http://www.cyanogenmod.com" target="_blank">CyanogenMod</a> 4.2.14.1. I also suggest a look at <a href="http://www.openandroidteam.com/">http://www.openandroidteam.com</a> for the latest android version (2.1_r2).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gtg/synchronize-getting-things-gnome-with-your-android-phone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic + Adobe Flash (amd64)</title>
		<link>http://www.paulocabido.com/ubuntu/ubuntu-karmic-adobe-flash-amd64/</link>
		<comments>http://www.paulocabido.com/ubuntu/ubuntu-karmic-adobe-flash-amd64/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 13:40:43 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash-player]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=460</guid>
		<description><![CDATA[Recently I started to have some problems viewing flash  [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I started to have some problems viewing flash videos, specially youtube videos. Sometimes they worked, sometimes they didn&#8217;t. Sometimes just the buttons in the video/flash movie didn&#8217;t work. Looks like the problem is related to some update in karmic.<br />
The solution for this problem is to install flash-player alpha 10 (amd64) from Adobe.<br />
There is a <a href="http://ubuntuforums.org/showthread.php?t=1358591">nice post at ubuntuforums</a> with the steps you need to do in order to solve this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/ubuntu/ubuntu-karmic-adobe-flash-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things GNOME! 0.2 Released!</title>
		<link>http://www.paulocabido.com/linux/getting-things-gnome-0-2-released/</link>
		<comments>http://www.paulocabido.com/linux/getting-things-gnome-0-2-released/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 16:18:18 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtg]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[gorignak]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=434</guid>
		<description><![CDATA[That's it! Getting Things Gnome! 2.0, code name "Gorign [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s it! Getting Things Gnome! 2.0, code name &#8220;Gorignak&#8221;, was released this week!</p>
<p>I won&#8217;t duplicate the release post, it&#8217;s a great post and you can read it <a href="http://gtg.fritalk.com/post/2009/12/10/The-new-Getting-Things-GNOME!-0.2-Gorignak-has-landed!">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/linux/getting-things-gnome-0-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from Android</title>
		<link>http://www.paulocabido.com/android/posting-from-android/</link>
		<comments>http://www.paulocabido.com/android/posting-from-android/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:55:53 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[wpToGo]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/uncategorized/posting-from-android/</guid>
		<description><![CDATA[I just installed wpToGo and I'm testing it. Looks good, [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed wpToGo and I&#8217;m testing it. Looks good, maybe now I can post more regurlaly.<br />
About that&#8230; I&#8217;m still alive and kicking! But with allot of work and extra activities.. just recently I won the election for the universities student body (vice-president).<br />
Hope to keep the blog more update from now on&#8230; <img src='http://www.paulocabido.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/android/posting-from-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyanogenMod for HTC Magic</title>
		<link>http://www.paulocabido.com/android/cyanogenmod-for-htc-magic/</link>
		<comments>http://www.paulocabido.com/android/cyanogenmod-for-htc-magic/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 13:12:09 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[android 1.6]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[htc magic]]></category>
		<category><![CDATA[rom]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=429</guid>
		<description><![CDATA[Yet another HTC Magic Rom.
Yesterday I tested some mor [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another HTC Magic Rom.<br />
Yesterday I tested some more HTC Magic roms. One of those roms was the CyanogenMod for HTC Magic (32a) + Android 1.6.<br />
It&#8217;s a very nice rom, very quick. It does not have the HTC Sense UI that in my opinion is great looking but not so useful.<br />
While trying out roms I was looking for efficiency and CyanogenMod was the choice.</p>
<p>You can get the CyanogenMod rom <a href="http://forum.xda-developers.com/showthread.php?t=568032">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/android/cyanogenmod-for-htc-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Magic + Sense UI</title>
		<link>http://www.paulocabido.com/android/htc-magic-sense-ui/</link>
		<comments>http://www.paulocabido.com/android/htc-magic-sense-ui/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 21:35:58 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[custom rom]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[htc magic]]></category>
		<category><![CDATA[rooted]]></category>
		<category><![CDATA[sense ui]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=426</guid>
		<description><![CDATA[This post comes late. I'm using a cooked ROM on my HTC  [...]]]></description>
			<content:encoded><![CDATA[<p>This post comes late. I&#8217;m using a cooked ROM on my HTC Magic for some time now.</p>
<p>I&#8217;m using <a href="http://forum.xda-developers.com/showthread.php?t=552274">MyHero Rom</a> and it&#8217;s working well!</p>
<p>I only had to Root my HTC Magic (<a href="http://theunlockr.com/2009/08/29/how-to-root-the-htc-magic-in-one-click/">how to root HTC Magic</a>) and then load a custom Rom (<a href="http://theunlockr.com/2009/08/29/how-to-load-a-custom-rom-on-your-htc-magic/">how to load a custom rom</a>). It&#8217;s a very easy process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/android/htc-magic-sense-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes to GTG&#8217;s plugin manager</title>
		<link>http://www.paulocabido.com/gtg/changes-to-gtgs-plugin-manager/</link>
		<comments>http://www.paulocabido.com/gtg/changes-to-gtgs-plugin-manager/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:29:36 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtg]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugin manager]]></category>
		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=378</guid>
		<description><![CDATA[Today I just had to code. For days I've been studying f [...]]]></description>
			<content:encoded><![CDATA[<p>Today I just had to code. For days I&#8217;ve been studying for my last exams (I hope!).  Kevin Mehall made me the suggestion to add a preferences button on the dialog manager in order to allow a user to set the preferences/configure a plugin. The idea is based on the Gedit system. I think I never gave credit to Gedit but I actually based allot of things on their plugin system.</p>
<p>It looks like this:<br />
<a href="http://www.paulocabido.com/wp-content/uploads/2009/09/preferences_plugin_manager.png" rel="lightbox[378]"><img src="http://www.paulocabido.com/wp-content/uploads/2009/09/preferences_plugin_manager-300x193.png" alt="preferences_plugin_manager" title="preferences_plugin_manager" width="300" height="193" class="aligncenter size-medium wp-image-379" /></a></p>
<p>You can read about it and how to make your plugin configurable in the <a href="http://live.gnome.org/gtg/pluginHowTo">plugin howto</a> along with all the other info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gtg/changes-to-gtgs-plugin-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notification area plugin for GTG</title>
		<link>http://www.paulocabido.com/gnome/notification-area-plugin-for-gtg/</link>
		<comments>http://www.paulocabido.com/gnome/notification-area-plugin-for-gtg/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:56:36 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[minimize]]></category>
		<category><![CDATA[notification area]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=374</guid>
		<description><![CDATA[As requested and discussed before I made a notification [...]]]></description>
			<content:encoded><![CDATA[<p>As requested and discussed before I made a notification area plugin for GTG. This allows you to click on the notification area icon to &#8220;minimize&#8221; GTG. It also has a small context menu. Keep in mind that if you minimize GTG it will minimize normally (it will not &#8220;disappear&#8221;), this plugin does not change GTG&#8217;s UI or how it works.</p>
<p><img src="http://www.paulocabido.com/wp-content/uploads/2009/09/gtg_notification_area.png" alt="gtg_notification_area" title="gtg_notification_area" width="241" height="124" class="aligncenter size-full wp-image-375" /></p>
<p>Anyway You should read Lionel&#8217;s article on &#8220;<a href="http://ploum.frimouvy.org/?219-the-aristocratic-desktop-part-3-there-s-no-tray-icon-in-gnome">There&#8217;s no tray icon in GNOME!</a>&#8220;. It is a <strong>MUST READ</strong>!</p>
<p>The plugin is available in the current development branch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gnome/notification-area-plugin-for-gtg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A few weeks using Android</title>
		<link>http://www.paulocabido.com/android/a-few-weeks-using-android/</link>
		<comments>http://www.paulocabido.com/android/a-few-weeks-using-android/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 19:21:53 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[htc magic]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=357</guid>
		<description><![CDATA[I've been using my HTC Magic/Android for the past weeks [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using my HTC Magic/Android for the past weeks. It&#8217;s not true that it is totally Google dependent, but it was made buy Google and the google services are, of course, very well integrated. In another perspective it is very Internet dependent and if you can, subscribe a data plan. Currently I don&#8217;t have one but I&#8217;m working on that.</p>
<p>I didn&#8217;t change any default applications, I tried chompSMS but I didn&#8217;t see why it was better than the default one. Besides the colors, I think it&#8217;s basically the same thing. All the others are good at least from my point of view and for my usage.</p>
<p>I did install some additional applications:</p>
<ul>
<li>A bunch of CurveFish widgets</li>
<li>TaskKiller free &#8211; Lets you close running apps.</li>
<li>APNdroid &#8211; Prevents the phone from connecting to the internet over 3G/EDGE/GPRS
<ul>
<li>It has a problem, it also prevents MMS. I have been in contact with APNdroid developer, <a href="http://martin.adamek.sk/">Martin Adamek</a>, and the future version of APNdroid will support this (choose if MMS are also disabled or not).</li>
<li>I made a simple change on the code to test it and I have a working workaround, I posted the function I changed <a href="http://code.google.com/p/apndroid/issues/detail?id=2#c4">here</a>. I have been with so little time to make the proper changes to APNdroid myself but <a href="http://paulocabido.com/android/apndroid_mms.apk">here</a> is a working version that does not affect the MMS APNs. Copy it to your SD and use eoeAppInstaller to install it.</li>
</ul>
</li>
<li>Toggle Settings</li>
<li>WiFi Scanner</li>
<li>Astrid Task/Todo List</li>
<li>OI Shopping list</li>
<li>eoeAppInstaller &#8211; SD apk installer (lists all apk&#8217;s in the SD)</li>
<li>twidroid &#8211; twitter client</li>
<li>ASTRO File Manager</li>
<li>Babbler Lite for Facebook &#8211; full-featured native Facebook client</li>
<li>EboBirthday</li>
<li>SMS Popup &#8211; shows a popup dialog when a SMS/MMS is received (very configurable)</li>
<li>ConnectBot &#8211; SSH client</li>
<li>Ndrive</li>
<li>ShopSavvy &#8211; shopping assistant
<ul>
<li>I haven&#8217;t really tried this one yet, still waiting for a opportunity.</li>
</ul>
</li>
<li>Any Cut &#8211; Allows to create home shortcuts to anything</li>
</ul>
<p>Some other apps you may want to consider (they are said to be the best around):</p>
<ul>
<li>Snap Photo Pro &#8211; Camera App</li>
<li>imeem Mobile &#8211; Streaming Music App</li>
<li>CoPilot Live &#8211; GPS Navigation App</li>
<li>WeatherBug &#8211; Weather App</li>
<li>chompSMS &#8211; Communication App </li>
<li>Weather Widget</li>
<li>Sherpa &#8211; Location Based App </li>
</ul>
<p>Of course and as I have commented above, I have been looking into android development. You can read all about that at <a href="http://developer.android.com">http://developer.android.com</a>. The android plugin for eclipse is nice and works very well. I only had some initial trouble with the debugger but not a big problem.</p>
<p>Another thing that I haven&#8217;t tried yet is WiFi with WAP Enterprise. I&#8217;ve been lazy to try it out at my university but I&#8217;ll give it a go very soon.</p>
<p>I have also been tempted to change the ROM version from the original to a HERO based ROM, but there are some things still aren&#8217;t working so I&#8217;ll wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/android/a-few-weeks-using-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
