<?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>franciscoalecrim.com &#187; n810</title>
	<atom:link href="http://franciscoalecrim.com/blog/category/n810/feed/" rel="self" type="application/rss+xml" />
	<link>http://franciscoalecrim.com/blog</link>
	<description>developer</description>
	<lastBuildDate>Thu, 08 Mar 2012 11:51:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>N810/N800 + Linux 2.6.33 + Ubuntu Karmic (ubuntu-minimal)</title>
		<link>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/</link>
		<comments>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 21:02:20 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=249</guid>
		<description><![CDATA[This week I got Ubuntu Karmic(ubuntu-minimal) working on N810/N800 with Linux kernel version 2.6.33. Serial, USB(g_ether) and flash memory are working fine with this version. It&#8217;s enough to use console over SSH and test some terminal applications. But it&#8217;s going to take time to get it working fully on n8x0 like linux-omap 2.6.29. &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; $ [...]]]></description>
			<content:encoded><![CDATA[<p>This week I got <a href="https://wiki.ubuntu.com/ARM/RootfsFromScratch">Ubuntu Karmic(ubuntu-minimal)</a> working on N810/N800 with <a href="http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git">Linux kernel version 2.6.33</a>. Serial, USB(g_ether) and flash memory are working fine with this version. It&#8217;s enough to use console over SSH and test some terminal applications. But it&#8217;s going to take time to get it working fully on n8x0 like <a href="http://franciscoalecrim.com/blog/2010/02/05/preparing-mamona-03-sync-with-openembedded-alpha/">linux-omap 2.6.29</a>.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><em>$ ssh ubuntu@10.0.1.10<br />
ubuntu@10.0.1.10&#8242;s password:<br />
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l<br />
&#8230;<br />
ubuntu@n810:~$ cat /proc/cpuinfo | grep Hardware<br />
Hardware    : Nokia N810<br />
ubuntu@n810:~$ uname -a<br />
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l GNU/Linux<br />
ubuntu@n810:~$ cat /etc/issue.net<br />
Ubuntu 9.10</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>You can download images:</p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/zImage">linux 2.6.33 to n800/n810</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/ubuntu-karmic-minimal.jffs2">ubuntu karmic minimal image (just console over SSH)</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/notes.txt">howto to create your own images</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/">patches, pkgs and etc</a></p>
<p>Some notes about Linux 2.6.33 with n8x0:</p>
<p>* <a href="http://marc.info/?l=linux-omap&amp;m=126748172223751&amp;w=2">Some corrections are necessary to get USB working.</a></p>
<p>* My kernel configuration define g_ether(USB gadget ethernet) as built-in(CONFIG_USB_ETH=y).</p>
<p>* initfs is not necessary. My kernel configuration changed to bootup directly by flash memory(CONFIG_CMDLINE=&#8221;<strong>root=1f04</strong> rootfstype=jffs2 console=ttyS2,115200n8&#8243;).</p>
<p>* <a href="http://gitorious.org/~alecrim/linux-omap/alecrim-linux-omap">My personal linux-omap tree</a> is available at gitorious</p>
<p>Some notes about ubuntu Karmic with n8x0:</p>
<p>* <a href="https://wiki.ubuntu.com/ARM/RootfsFromScratch">Generated using rootstock</a></p>
<p>* <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314334">Correction to apt works correctly with JFFS2</a></p>
<p>* Workaround to startup USB interface(IP 10.0.1.10) automatically using udev</p>
<p>* Using openssh-client/server instead of dropbear(lightweight). Dropbear install fails <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>PS:<br />
* Thanks to Stskeeps, luke-jr from #mer at irc.freenode.net !</p>
<p>* rbelem, post done. enjoy it! <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  http://www.rbelem.info/</p>
<p>* Doubts, questions or comments? Post it here or use #ubuntu-arm at irc.freenode.net</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Preparing Mamona 0.3 &#8211; sync with OpenEmbedded (alpha)</title>
		<link>http://franciscoalecrim.com/blog/2010/02/05/preparing-mamona-03-sync-with-openembedded-alpha/</link>
		<comments>http://franciscoalecrim.com/blog/2010/02/05/preparing-mamona-03-sync-with-openembedded-alpha/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:46:27 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[mamona]]></category>
		<category><![CDATA[n810]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=234</guid>
		<description><![CDATA[Hi folks, After a long time working on internal projects, we got time to work on Mamona development. The main goal is get it working on OpenEmbedded.git tree and use OE directly. Main contributions in our patches: * Linux-omap kernel 2.6.29 working fine N800 and N810 * N8x0 Wlan working with opensource driver(stlc45xx) * N810 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157623358932722/"><img class="alignnone" title="http://farm5.static.flickr.com/4049/4332491713_e29c2f776c_d.jpg" src="http://farm5.static.flickr.com/4049/4332491713_e29c2f776c_d.jpg" alt="" width="500" height="375" /></a></p>
<p>Hi folks,</p>
<p>After a long time working on internal projects, we got time to work on Mamona development. <a href="http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-November/014357.html">The main goal is get it working on OpenEmbedded.git tree and use OE directly.</a></p>
<p>Main contributions in our patches:</p>
<p>* Linux-omap kernel 2.6.29 working fine N800 and N810</p>
<p>* N8x0 Wlan working with opensource driver(stlc45xx)</p>
<p>* N810 sound working with opensource driver (OMAP ASoC) and ALSA changes</p>
<p>* N810 with Fn key working correctly</p>
<p>* Xserver-kdriver-xomap &#8211; xserver-kdrive with custom changes to n8x0</p>
<p>* Linux-omap kernel  2.6.30 to Nokia 770 (unstable)</p>
<p>* Mplayer-Maemo &#8211; Mplayer with custom changes to n8x0</p>
<p>* Eve &#8211; Web browser based on Webkit-EFL</p>
<p>* Basic SDK chroot (use mamona-chroot)</p>
<p>* Ofono &#8211; Open Source telephony</p>
<p>* Antico &#8211; lightweight window manager based on Qt X11</p>
<div>* Others minor changes.</div>
<p>Current development:  <a href="http://gitorious.org/mamona">http://gitorious.org/mamona</a></p>
<p>I created flashable images that are available on <a href="http://franciscoalecrim.com/down/mamona/release20100205/">HERE.</a></p>
<p>Platform developers can use this<a href="http://franciscoalecrim.com/wiki/index.php?title=Mamona_Alpha#Platform_developer"> quick howto</a> to build Mamona latest version.</p>
<p>Now it&#8217;s time to review changes and submit to Openembedded.</p>
<p>You can see more pictures and videos of Mamona with N810 using the links</p>
<p>* <a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157623358932722/">More pictures of Mamona 0.3 (alpha)</a></p>
<p>* Videos:</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/zu53v0bb8JQ&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zu53v0bb8JQ&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/IwZZxODdZog&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/IwZZxODdZog&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/LFz4rEHlHoo&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LFz4rEHlHoo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/a62nnyj1aB8&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/a62nnyj1aB8&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/SGPUkUrz0Zw&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SGPUkUrz0Zw&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2010/02/05/preparing-mamona-03-sync-with-openembedded-alpha/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Eve : new browser running on N810 with Mamona</title>
		<link>http://franciscoalecrim.com/blog/2009/06/08/eve-new-browser-running-on-n810-with-mamona/</link>
		<comments>http://franciscoalecrim.com/blog/2009/06/08/eve-new-browser-running-on-n810-with-mamona/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:54:34 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[n810]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=206</guid>
		<description><![CDATA[First, INdT came with Webkit-EFL port. Later on, Barbieri came with EVE browser based on the Webkit and EFL. Thank you all! You can see it running on N810 with Mamona(video and pictures below). Patches available on my development branch.]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeposts.blogspot.com/2008/12/webkit-ported-to-enlightenment.html">First, INdT came with Webkit-EFL port.</a> Later on, <a href="http://blog.gustavobarbieri.com.br/2008/12/22/webkit-efl-interface-prototype/">Barbieri </a>came with <a href="http://trac.enlightenment.org/e/wiki/Eve">EVE browser based on the Webkit and EFL</a>.</p>
<p>Thank you all!</p>
<p>You can see it running on N810 with Mamona(<a href="http://www.youtube.com/watch?v=vdtGRgeK10A">video</a> and <a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157619369250539/show/">pictures</a> below).</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/vdtGRgeK10A&amp;hl=pt-br&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/vdtGRgeK10A&amp;hl=pt-br&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="183" height="137" data="http://www.flickr.com/apps/slideshow/show.swf?v=71649" type="application/x-shockwave-flash"><param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Ffranciscoalecrim%2Fsets%2F72157619369250539%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Ffranciscoalecrim%2Fsets%2F72157619369250539%2F&amp;set_id=72157619369250539&amp;jump_to=" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649" /><param name="allowfullscreen" value="true" /></object></p>
<p><a href="http://alecrim.dreamhosters.com/cgi-bin/gitweb/gitweb.cgi?p=mamona.git;a=shortlog;h=refs/heads/devel">Patches available on my development branch.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/06/08/eve-new-browser-running-on-n810-with-mamona/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webkit-EFL running on N810</title>
		<link>http://franciscoalecrim.com/blog/2009/06/06/webkit-efl-running-on-n810/</link>
		<comments>http://franciscoalecrim.com/blog/2009/06/06/webkit-efl-running-on-n810/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 03:40:51 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=197</guid>
		<description><![CDATA[The video below shows a simple browser(EWebLauncher) based on Webkit-EFL engine. Some pictures available HERE. Patches to mamona.git available HERE or you can clone my devel branch.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.youtube.com/watch?v=HdeD6kFNC6Q">video below</a> shows a simple browser(EWebLauncher) based on Webkit-EFL engine.</p>
<p><object width="560" height="340" data="http://www.youtube.com/v/HdeD6kFNC6Q&amp;hl=pt-br&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HdeD6kFNC6Q&amp;hl=pt-br&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p>Some pictures <a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157619220503619/show/">available HERE</a>.</p>
<p><object width="345" height="259" data="http://www.flickr.com/apps/slideshow/show.swf?v=71649" type="application/x-shockwave-flash"><param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Ffranciscoalecrim%2Fsets%2F72157619220503619%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Ffranciscoalecrim%2Fsets%2F72157619220503619%2F&amp;set_id=72157619220503619&amp;jump_to=" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649" /><param name="allowfullscreen" value="true" /></object></p>
<p>Patches to mamona.git <a href="http://franciscoalecrim.com/down/mamona/webkit-efl/20090605-patches.tar.gz">available HERE</a> or you can clone <a href="http://alecrim.dreamhosters.com/cgi-bin/gitweb/gitweb.cgi?p=mamona.git;a=shortlog;h=refs/heads/devel">my devel branch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/06/06/webkit-efl-running-on-n810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt Kinetic on N810 with Mamona : under development</title>
		<link>http://franciscoalecrim.com/blog/2009/06/04/qt-kinetic-on-n810-with-mamona-under-development/</link>
		<comments>http://franciscoalecrim.com/blog/2009/06/04/qt-kinetic-on-n810-with-mamona-under-development/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 21:44:43 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[maemo]]></category>
		<category><![CDATA[mamona]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=189</guid>
		<description><![CDATA[We&#8217;re working with Qt Kinetic at INdT. Mamona, as our platform, should support it.  Question: Do you want to test on your device? Answer: You can follow this tutorial HERE.]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340" data="http://www.youtube.com/v/Ud7-TdurxdA&amp;hl=pt-br&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Ud7-TdurxdA&amp;hl=pt-br&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p>We&#8217;re working with Qt Kinetic at INdT. Mamona, as our platform, should support it.  <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Question: Do you want to test on your device?</p>
<p><a href="http://franciscoalecrim.com/wiki/index.php?title=Mamona_%2B_Qt_Kinetic_%2B_N810">Answer: You can follow this tutorial HERE. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/06/04/qt-kinetic-on-n810-with-mamona-under-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using open wlan driver stlc45xx with Maemo</title>
		<link>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/</link>
		<comments>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 13:07:28 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[maemo]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=149</guid>
		<description><![CDATA[Yesterday I tested the open source WLAN driver stlc45xx developed by Kalle Valo and community. First I tested it with Maemo using a simple open wlan network and it works fine. The problems that I faced: * Missing tools You will need some tools that does not came with the original image. Some extra packages [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I tested the open source WLAN <a href="http://gitorious.org/projects/stlc45xx">driver stlc45xx</a> developed by <a href="http://www.valot.fi/kalle/facts">Kalle Valo</a> and community.</p>
<p>First I tested it with <a href="http://www.maemo.org">Maemo</a> using a simple open wlan network and it works fine.</p>
<p>The problems that I faced:</p>
<p>* Missing tools<br />
You will need some tools that does not came with the original image. Some extra packages installed(wireless-tools dropbear-server libicd-network-dummy dropbear-scp) using an <a href="http://maemo.org/development/tools/">extra repositories</a>. I installed the packages with default Maemo kernel(2.6.21-omap1) to have access to internet during the installing of preview packages.</p>
<p>* RD flags did not work properly<br />
Using all flags defined by <a href="http://gitorious.org/projects/stlc45xx/repos/mainline/blobs/HEAD/README">README</a> the device turn off without any output or error message. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I used the &#8220;flags no-omap-wd, no-lifeguard-reset&#8221; as <a href="http://briglia.net/techblog/2009/02/28/using-latest-linux-omap-kernel-in-n810/">Briglia </a>and it works. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>* Navegate using Maemo browser<br />
Maemo does not recognize the WLAN interface and I&#8217;m not able to select a network using the UI. So I connected to network using Xterm, but anyway I was not able to navegate using MaemoBrowser. It was necessary to create a <a href="http://wiki.maemo.org/USB_networking#Behind_the_scenes">DUMMY connection</a> say the Maemo ICD that network is available.</p>
<p>I did some notes and it&#8217;s available on <a href="http://franciscoalecrim.com/wiki/index.php?title=Maemo_N8x0:_kernel_2.6.29_and_open_source_wlan_driver">my wiki page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 running with Mamona</title>
		<link>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/</link>
		<comments>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:34:40 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/</guid>
		<description><![CDATA[We&#8217;re proud to announce that Firefox 3 is working with Mamona. Thanks to all Mamona team, especially Eduardo Valentin. Instruction: Follow Mamona development tutorial replacing  ” bitbake &#60;meta-package&#62;” for “bitbake task-mamona-sdk &#38;&#38; bitbake task-mamona-wm &#38;&#38; bitbake firefox”. And you will have Firefox 3 available in your Mamona repository. More pictures &#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://lh6.ggpht.com/alecrim/SIqHD8wcXVI/AAAAAAAAA4Q/WimPHXNKy_M/25072008%28022%29.jpg?imgmax=640" width="274" height="366" /></p>
<p>We&#8217;re proud to announce that <a href="http://www.mozilla.com/en-US/firefox/">Firefox 3</a> is working with <a href="http://dev.openbossa.org/trac/mamona/">Mamona</a>. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks to all Mamona team, especially Eduardo Valentin.</p>
<p>Instruction:</p>
<p>Follow <a href="http://dev.openbossa.org/trac/mamona/wiki/MamonaSetup">Mamona development tutorial</a> replacing  ” bitbake &lt;meta-package&gt;” for “bitbake task-mamona-sdk &amp;&amp; bitbake task-mamona-wm &amp;&amp; bitbake firefox”.</p>
<p>And you will have Firefox 3 available in your Mamona repository.</p>
<p><img src="http://lh3.ggpht.com/alecrim/SIqHDnyuM1I/AAAAAAAAA4A/q806JTA_eMA/25072008%28020%29.jpg?imgmax=800" width="458" height="343" /></p>
<p><a href="http://picasaweb.google.com/alecrim/MamonaDevelopment/photo#5227138808368465746">More pictures &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

