Update: Openmoko GTA04 »Phoenux« is getting reality

Table of Contents

The GTA04 is rising like a phoenix from the ashes…

The Story

All started off with the idea of a fully open source smartphone. After Openmoko Inc. [1] began to deliver the Openmoko Neo 1973 (GTA01) and Neo Freerunner (GTA02) in 2007 a dream became true for many of us.

Sadly, Openmoko Inc. canceled their efforts for an open smartphone in 2009. But due to their openness (semantics, hardware specifications) it was possible for enthusiasts from the Openmoko community, with great support from Golden Delicious Computers [2] (one of the german Openmoko distributors), to develop a new and modern open smartphone – the GTA04 [3].

Technical Specifications

  • 800 MHz ARM Cortex-A8 processor
  • PowerVR SGX integrated graphics
  • 2.84” (43mm x 58mm) VGA touchscreen
  • HSDPA 3G modem
  • 512MB RAM
  • 512MB internal memory + SDHC card slot
  • WLAN, Bluetooth, GPS, FM Transceiver
  • Accelerometer, Compass, Gyroscope, Barometric Altimeter
  • USB 2.0 port, 2.5mm headset port, GPS antenna port, video out

Info: The GTA04 project only provides a mainboard, which can be used to upgrade a Neo 1973/Freerunner, while still using their case, touchscreen, antennas, speakers and buttons/leds.

Prototypes & Early-Adopter Boards

Golden Delicious Computers and the enthusiasts from the Openmoko community started off with the idea of stuffing a BeagleBoard [4] into a Neo Freerunner case and connecting an USB UMTS dongle to it – this was the first prototype GTA04A1, announced in late 2010 and presented at OHSW 2010 [5] and FOSDEM 2011 [6].

Next, they started to integrate all this onto a single PCB of the same size as the Neo 1973/Freerunner boards, so it could fit into their cases, use their batterys, antennas, speakers, buttons and touchscreens. This board was then called GTA04A2 – the second prototype.
After a lot of trouble – mainly with the power controler – and an almost complete redesign of the PCB, the team finalized the 3rd revision – GTA04A3, which will most probably become the revision the early adopters will get.

With this revision the team started to solder the different chips one after another, tested them and fixed smaller problems on the go. As these GTA04 EA boards now fulfill all the demanded conditions (working CPU, Display, Touch, Memory, MMC/SD, RS232 and UMTS-USB (data)), the community was asked if they want their EA boards as soon as possible or wait another few weeks and have some more tests done with the prototypes, to squeeze out even more glitches. Most of the early adopters (me included) voted for waiting a few more weeks.
With this decision made, the first Goldelico GTA04 EA boards will probably be ready for delivery in about a month!

Update: The GTA04 EA boards are delivered and are working quite nice! Now you can order your GTA04 board through the GTA04 Group Tour.
Update 2: The “GTA04 Group Tour” was successful. About 250 boards are delivered. The next round of pre-ordering and production started.

Future

After the early adopters got their boards and replaced/ugpraded their Openmoko Neo 1973/Freerunner with it, they can start testing the hardware, writing kernel drivers and other software. The FSO based [7] distributions SHR [8], Aurora [9] and QtMoko [10] are already prepared to include the GTA04 as a supported platform.

While the early adopters are further testing the hardware and writing software, the GTA04 team will prepare to produce the next batch of GTA04 boards. After they are sure that they can produce and deliver the next boards, e.g. after they have stocked the chips needed, they will most probably reopen the preoder possibility at Goldelico’s Handheld-Linux Shop [11] for people willing to upgrade their Openmoko Neo 1973 and/or Neo Freerunner.

How you can help

If you now want to know if and how you can help us to keep dreaming our dream of an open source smartphone, you have multiple possibilities:

  • Make a donation to the project [11], so Golden Delicious Computers can stock the chips needed for new GTA04 boards.
  • Buy a cool Letux 400 [12] MIPS Minibook, so Golden Delicious Computers can clear their warehouse, to stock GTA04 parts.
  • Preorder a GTA04 replacement board [11] for you Neo 1973/Freerunner, after it became available again.
  • Spread the word about this [3] awsome project.

Thanks

At this point I want to say “Thank you, for making this happen!” to all volunteers involved with the GTA04 project!

Links

[1] Openmoko Inc. – http://www.openmoko.com
[2] Golden Delicious Computers – http://www.goldelico.com
[3] GTA04 – http://www.gta04.org
[4] BeagleBoard – http://www.beagleboard.org
[5] FOSEM – http://www.fosdem.org
[6] OHSW – http://www.ohsw.org
[7] Freesmartphone.org – http://www.freesmartphone.org
[8] SHR – http://www.shr-project.org
[9] Aurora – http://wiki.freesmartphone.org/index.php/Aurora
[10] QtMoko – http://qtmoko.sf.net
[11] Handheld Linux Shop – http://www.handheld-linux.com/wiki.php?page=GTA04
[12] Letux 400 – http://www.handheld-linux.com/wiki.php?page=Letux 400

Creative Commons Lizenzvertrag

HP/Palm Pre2 Developer Device

Recently my free HP/Palm Pre 2 developer device arrived from the US here in Germany.

In March I wrote an email to HP/Palm to apply for the “developer program”, in which they offered free Pre2 devices to qualified developers. As I’m involved in the SHR-Project and especially in the port of it to the Palm Pre product family, it is really great to get supported by HP/Palm itself!

Thank you very much HP/Palm for supporting the FOSS community in such a way!

The first project I started to bring FOSS to the Pre is Bootr, which is a multiboot solution capable of booting serveral Linux distributions like WebOS, SHR or Android on your HP/Palm Pre, Pre+ and Pre2.

The next bigger project I’ll be involved with is msmcomm, which is a utility to communicate with the Palms modem. Thanks to the awsome work of the guys from the FSO-Project this utlity is already capable of initializing the modem, communicating with the SIM card, reading SIM contacts, using a 3G data connection and even initiating and accepting a call. My work will hopefully lead to being able to send and recieve SMS.

To work on this I setup my enviroment like this:

  • Cross-compile the serial_forward utility (git.freesmartphone.org) for the Pre (using OpenEmbedded or another cross-toolchain) and copy it over
  • Enable usbnet on the Pre:
    usbnet enable
  • Connect to the Pre using novaterm:
    novaterm
  • Stop the TelephonyInterfaceLayer:
    stop TelephonyInterfaceLayer
  • Reset the modem:
    pmmodempower cycle
  • Run serial_forward, to forward the modem to you host computer:
    ./serial_forward -n /dev/modemuart -p 3001 -t hsuart
  • On your host computer configure the usbnet interface:
    ifconfig usb0 192.168.0.1
  • Install libmsmcomm, msmcomm-specs and msmcommd
  • Change the connection settings in msmcommds config (/etc/msmcommd.conf) to look like this:
  • [connection]
    # Which type of connection we should use to connect to the modem: network, serial
    # type = serial
    # path = /dev/modemuart
    # If you want to connect to the modem over a network link you should use the
    # configuration below
    type = network
    ip = 192.168.0.202
    port = 3001

  • Start msmcommd:
    msmcommd
  • Install mdbus2 or any other DBus debugging tool
  • Issue the following DBus commands, to setup the modem:
    org.msmcomm /org/msmcomm org.msmcomm.Management.Reset
    org.msmcomm /org/msmcomm org.msmcomm.Management.Initialize
    org.msmcomm /org/msmcomm org.msmcomm.Misc.TestAlive
    org.msmcomm /org/msmcomm org.msmcomm.SIM.VerifyPin "PIN1" "1234"
    org.msmcomm /org/msmcomm org.msmcomm.State.ChangeOperationMode "ONLINE"

Creative Commons Lizenzvertrag

Free platforms Go On, despite former giant’s NoGo

This is an official PR announcement from the FOSS community.
Different translations are available here: wiki.freesmartphone.org
/CZ /DE /ES /PL

Tuesday, February 15th, 2011 – Despite the recent departure of a former mobile handset manufacturer giant, several developing teams and their users are actually… happily hacking on. With the longterm goal of a fully Free Software platform for embedded systems, the teams of FSO, SHR, QtMoko, Replicant and AndroidOnFreerunner invite others to join and participate in projects which are not driven left and right by the  unpredictable follies of corporate management.

«We have been making a steady progress throughout the years. The major requirement has been a solid, Linux supported hardware, and for that we have been using Openmoko, Palm Pre, N900 and HTC phones – and ambitioned forthcoming projects like Goldelico’s GTA04. All these devices are providing a great development platform for those who seek truly open and independent system for their learning, coding and even professional or commercial use.» — says Dr. Michael Lauer from FSO.

There’s a temporary advantage when big players like FIC (Openmoko), Nokia+Intel (MeeGo) and Google (Android) invest in Free Software Projects. Though if the project contains parts of proprietary code, it depends on the investor. At some point the investor might abandon the project and the community. Then the project is doomed because the community can not fix any bugs in the proprietary code or adapt it to newer/other APIs.

«We believe in another model – proven to be both sustainable and satisfactory – where everybody can contribute their knowledge and learn at the same time, without proprietary code blobs and no closed doors boardroom meetings. This allows us to use existing hardware even when the maker decided to abandon it all together or is not willing to update it anymore. Anybody is able to commit, read, comment on or download the source code.»

The teams invite both users and developers to look at their project pages, the current results, motivations and needs, as well as to join the mailing lists, wikis, forums, IRC rooms or what  not, to chat, listen and eventually contribute in order to create the free and open embedded platform for their devices.

The communities of FSO, SHR, QtMoko, Replicant and Android on Freerunner

Read more

Steam is comming to Linux, now for real!

Yay, seems like the Steam Client, the Steam Engine, the Steam Games and the 666casino games are comming to Linux, now for real.

There is no official announcement by Valve, yet.
But there are Linux binaries and a Linux launcher script on the valve servers publically available.

The Mac version, which is related to the Linux version (with regard to porting it to OpenGL, Webkit, etc…) and officially announced, is in a closed Beta at the moment.

So we may see the Linux version after the Mac version is in it’s final state.
Phoronix suspects a Linux version release in June.

Check out these articles at Phoronix:

Proof In Steam’s Mac Client Of Linux Support
Yet More Signs Of Valve’s Steam On Linux
There Is No Doubt, Steam Is Coming To Linux!

1000x 本 NanoNote

Yesterday (24.02.2010) Qi-Hardware1 proudly announced their first product of copylefted hardware – Ben NanoNote – which is now released to the public. The first batch of 1000 NanoNotes is produced. They are shipping and in stock in Hong Kong, Europe and India!2

Now, Qi-Hardware’s masterplan is to sell their 1000 units. Actually they have to sell them, because they spend $180.000 until now, without earning any money (as stated in chapter two of the “[Company] Weekly Update 6/2010”3)

So, if you are an opensource enthusiast, interested in a miniPC/PDA like gadget with 100% opensource hardware (a.k.a. copyleft hardware), running 100% opensource software, which offers a lot of opportunities to run all sort of software on it, go for it!

Get a Ben NanoNote and help Qi-Hardware to finance their current and future efforts in the opensource hardware business:

Official Shop: http://www.nanonote.cc

European Distributor: http://www.tuxbrain.com
German Distributor: http://www.pulster.eu

1 http://www.qi-hardware.com

2 http://en.qi-hardware.com/pipermail/developer/2010-February/002114.html

3 http://en.qi-hardware.com/pipermail/developer/2010-February/002114.html

Creative Commons Lizenzvertrag

Virtual Keyboard

vkbd
I just found this little EFL-testapp:

It’s an app written by Gustavo Sverzut Barbieri. It’s an Iphone like virtual keyboard. You can find the sourcecode on googlecode..

I had to apply a little change to the code, to get it running on the Freerunner.
I changed lines 206-210 to this:

if ecore.evas.engine_type_supported_get("software_16_x11"):
    ee = ecore.evas.SoftwareX11_16(w=WIDTH, h=HEIGHT)
else: print "warning: x11-16 is not supported, fallback to x11" ee = ecore.evas.SoftwareX11(w=WIDTH, h=HEIGHT)

Maybe someone likes to modify this code and build a real virtural keyboard for SHR out of it?
I hope i could motivate someone, as this would be a really nice keyboard.

Creative Commons Lizenzvertrag

fsoraw and neon

Today I decided to try out the picture-viewing-app “neon” [1] [2] on my Freerunner. This app is really amazing! It is pretty fast and provides very cool features like auto rotating images by dimensions, auto rotating window using accelerometers and of course zooming, manual rotating images, slide-show, the basic stuff. And if you use the b_and_w theme it looks pretty elegant.

All in all i can say: I love this app! And therefore i created a ticket in the SHR-Trac to add neon to the SHR-Feed [3].

After a while of using neon I found a few things that couldn’t satisfy my expectations:

  • 1st the white background of the b_and_w theme, which is visible if a picture doesn’t fill the screen. But a short look in the neon-SVN and one edje_cc later I had created a edje-file for b_and_w theme, which has a black background [4].

    neon-b_and_w

  • 2nd issue was that the display of the Freerunner blanked while looking at pictures. This is where “fsoraw” [5] [6] comes on. Fsoraw (FSO Resource Allocation Wrapper) is a wrapper utility to launch applications preallocating system resources from FSO. That means you can activate e.g. the “Display”-resource, just by editing the .desktop file of an app. This way I edited my /usr/share/applications/neon.desktop to allocate the “CPU” and “Display” resources, to avoid suspending and display blanking. Furthermore, I customised the neon parameters to activate the picture and window auto rotating stuff, to use the b_and_w theme and to start in my “Bilder” (=pictures) folder. The Exec line of the .desktop file now looks like this:
    Exec=fsoraw -r CPU,Display -- neon -f -r 0 -R 1 -t b_and_w /media/mmcblk0p3/Bilder

Have fun with neon and use fsoraw (e.g. for mokomaze, too):

Exec=fsoraw -r CPU,Display mokomaze

[1] neon project page
[2] neon in om-wiki
[3] shr #596
[4] download this edje-file
[5] fsoraw project page
[6] fsoraw in om-wiki

Creative Commons Lizenzvertrag

FSO Milestone 5.5 is out!

A few minutes ago mickey released the long-awaited milestone 5.5 of the FreeSmartphone.Org (FSO) smartphone middleware.

Check out the git-commit here: http://git.freesmartphone.org
Big thanks to the whole FSO team for this great piece of software!

Now let’s look forward to the new FSO 2.0 API-Implementation – called cornucopia, which is rewritten in Vala. Vala is a compiled language, which leads to an performance boost in comparison with the FSO 1.0 implementation, which is written in Python.