Archive for the ‘mamona’ Category

Xephyr: Running Mamona with X in your desktop

Thursday, July 31st, 2008

We (Mamona Team) updated the Mamona SDK tutorial including Xephyr. Now you’re able to execute Enlightenment from your Mamona rootfs using qemu-arm and Xephyr like Maemo.

Developers interested in Mamona, please report what do you want from Mamona !

Your opinion is important to improve our environment!

Mamona working with Beagleboard

Tuesday, July 29th, 2008

A few weeks ago we got a BeagleBoard from Texas Instrument.

Thanks to Texas Instrument for this good project !!!

The answer to Mamona and BeagleBoard: when?:

Now we have Mamona working with TVOUT using this board.  Nice !! :)

ASAP I will post more details about this topic.

 More pictures …

Firefox 3 running with Mamona

Monday, July 28th, 2008

We’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 <meta-package>” for “bitbake task-mamona-sdk && bitbake task-mamona-wm && bitbake firefox”.

And you will have Firefox 3 available in your Mamona repository.

More pictures …

Midori: Webkit based browser running with Mamona

Monday, July 28th, 2008

Since Friday(July 25th) we’re able to build Midori Browser based on Webkit with Mamona tools. We tested this browser with Nokia N810 and BeagleBoard.

Main steps to Build Midori:

Follow the Mamona development  till Building Mamona.

Replace  ” bitbake <meta-package>” for “bitbake task-mamona-sdk && bitbake task-mamona-wm && bitbake midori” at setion Building Mamona.

And Midori will be available in your Mamona repository.

That’s all!!

More pictures … 

Mamona: Good excuse !!

Friday, June 27th, 2008

I’m working with Mamona. The full build takes around 5 hours. It’s good excuse, is not it?

See you!

Mamona and BeagleBoard: when?

Friday, June 27th, 2008

I’m waiting the opportunity to put my hands on a Beagleboard and test many things.

My TODO list include Mamona test with BeagleBoard.

Mamona and BeagleBoard: When? 

N810: 3 OS and 1 DEVICE (Mamona/Maemo/Debian)

Monday, June 23rd, 2008

I have a N810 and 3 OS in the same device.

Now you will ask me : How?

The answer is below:

1 - Move your Maemo to the MMC internal

* Advantage : you will have more space.

Steps:  http://maemo.org/community/wiki/HowTo_EASILY_Boot_From_MMC_card/

Now you have the Maemo in the internal MMC.

2 -  Flash Mamona in your flash memory

* Advantage: Nowadays Mamona distro is good for developers. ;)

Steps:  http://dev.openbossa.org/trac/mamona/wiki/Releases/0.1/RunningMamona

3 - Debian XFCE in external MMC

* Advantage:  Debian rocks !! :P

You should partition your MicroSD in 2 parts:

- partition 1 - 100MB - fat32

- partition 2 - ALL THE REST - ext2

Download the Debian rootfs

wget  http://debian.i2c3.com/debian-armel-n800-xfce-beta3.tar.bz2

Untar the Debian rootfs in the second partition:

tar -xvjf  debian-armel-n800-xfce-beta3.tar.bz2

Boot using your external MMC.

That’s all!!

Building Mamona with Debian !!

Wednesday, June 18th, 2008

Hello guys,

Hi all,

I’m following the Mamona development tutorial(http://dev.openbossa.org/trac/mamona/wiki/MamonaSetup) to study and during the build I got the error below:

alecrim@alecrim ~/mamona/tmp/master/nokia800/work/gettext-native-0.14.1-r7/gettext-0.14.1/gettext-runtime/intl-java $ /bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
———-
1. ERROR in ./gnu/gettext/GettextResource.java (at line 1)
/* GNU gettext for Java
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
———-
2. ERROR in ./gnu/gettext/GettextResource.java (at line 1)
/* GNU gettext for Java
^

Mamona build with should use its own java but it’s getting the host java. The ubuntu machines do not have this problem. It’s online for Debian without java.

I can solve it installing Java under Debian(host machine).