Planet maemo

2008-05-16 03:07 UTC
0
0
Given the fact that touchscreens have become nothing but the “in” thing to do, it seems like most every innovation with the Internet Tablet focuses on making it finger-friendly. Now, there’s nothing wrong with it, and personally I prefer it. But, what would happen if we addressed the UI from a perspective of being optimized [...]
Categories: Medium UI improvements

(gnuton)
2008-05-15 12:10 UTC
0
0

Today i’ve installed Chinook Environment on KUbuntu Hardy using the scripts: scratchbox installer and sdk installer.
The script runs fine but there are some issue such as:
MMAP ERROR
Setting up sudo (1.6.8p12-4osso7) ...
Updating sudoers
mmap: Permission denied
Solved running
echo 4096 > /proc/sys/vm/mmap_min_addr and so apt-get install -f
MESSAGEBUS INVALID USER ERROR
Setting up gconf2 (2.16.0-1osso9) ...
/scratchbox/tools/bin/chown: `messagebus:messagebus': invalid user
Soved with:
cd /var/cache/apt/archives
fakeroot dpkg -i *dbus*
DPKG-PRECONFIGURE NOT AVAILABLE
Usually this file is in the debconf package. But the Maemo debconf doesn’t have got it! O_o
The error message is:
/scratchbox/tools/bin/sh: line 1: /usr/sbin/dpkg-preconfigure: No such file or directory
I’ve solved it copying this file from my host to scratchbox environment.
cp /usr/sbin/dpkg-preconfigure /scratchbox/users/gnuton/targets/CHINOOK_ARMEL/usr/sbin
So i’ve runned again apt-get install -f and now i’ve my working (?) SDK Env.
That’s all! Happy installation to you! :)

Categories: Maemo-dev

(zeenix)
2008-05-15 03:19 UTC
0
0
- Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
- Use g_timeout_add_seconds(). [Jorn Baayen]

download: http://gupnp.org/sources/gssdp/gssdp-0.6.tar.gz

(zeenix)
2008-05-15 03:19 UTC
0
0
- Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
- Use g_timeout_add_seconds(). [Jorn Baayen]
- Use GIO instead of xdgmime. [Jorn Baayen]
- Support HTTP Range header in the HTTP server. [Jorn Baayen]
- Use GMappedFile to mmap served files of read()ing them. [Jorn Baayen]
- Improved documentation. [Ross Burton]
- Spew HTTP messages to console when GUPNP_DEBUG is set. [Ross Burton]
- Various other fixes. [Ross Burton, Zeeshan Ali Khattak, Jorn Baayen]

download: http://gupnp.org/sources/gupnp/gupnp-0.10.tar.gz
2008-05-15 01:56 UTC
0
0
It was too early to release the first version of Labyrinth without proper checking. Even considering "alpha" status of the project. The issue was found almost immediately, though I did not have a time to fix it.

Pygtk in OS2008 and in SDK 4.0 does not support method `to_string` for gtk.gdk.Color, only attributes: "pixel", "red", "green" and "blue". The method is used to store RGB color values like 127/64/0 in hex text "#007f0040000". Can someone advise why it's not working on maemo? The web site says "This method is available in PyGTK 2.12 and above.", however OS2008 contains:

>>> import gtk
>>> gtk.ver
(2, 14, 0)

This was the workaround for the issue:

def color_to_string(color):
return "#00%02x00%02x00%02x" % (color.red, color.green, color.blue)

Now as the saving is fixed the only porting task left is maemo's Virtual Keyboard support ;)
Categories: python
2008-05-15 01:22 UTC
0
0

Vagalume 0.6 is here!

Among the new features introduced in Vagalume 0.6, the coolest one is probably the brand new tray icon for desktop users written by Mario, similar to the one already available for Maemo:

Vagalume tray icon

Other highlights from this version include:

  • Update the status message of your IM client. Tell everyone what you’re listening to. Currently supported: Pidgin, Gajim, Gossip and Telepathy
  • Gettext support: Vagalume has been translated into Portuguese, German, Finnish, Spanish, Galician and Italian
  • New setting to disable the love/ban confirmation dialogs
  • New D-BUS methods and a script to control Vagalume from the command line (currently only for Maemo, more news soon)
  • Osso-backup support

I would like to thank all the contributors, in particular Tim Wegener for his work in the IM status support. And of course all the translators too!

Last but not least, I’d like to remind you again that, as I said in my previous post, I’ll be at LinuxTag 2008 in Berlin with other Maemo hackers. Hope to see you there!

And now, enjoy!

P.S.: I’m moving Vagalume to Maemo extras, so one of these days it should be available there. Stay tuned!

Update: Vagalume 0.6 is now available in Maemo Extras

Categories: Planet Igalia
2008-05-15 01:00 UTC
0
0

Could we all agree to modify our blog feed URLs so that only internet-tablet-related things end up on planet maemo? Competing hardware and software is okay, even, but some of the stuff that’s been on here lately is completely off topic.

When I wanted to be part of planet maemo, I setup a separate blog just for internet tablet related stuff. I realize that’s not possible for everyone, so I suggest this:

With wordpress (which I use), to narrow down the rss entries to a related category, don’t just copy and paste the regular url-for-my-blog/feed link at the bottom, but use url-for-my-blog/category/internettablet/feed/ for the url. The only difference is the category/internettablet/ part before the feed/ and you have to make it a category that you’ve been using on your blog. If you have more than one category, you could setup a yahoo pipe that concatenates all related entries and then make that what gets posted to planet maemo.

It would be much appreciated by almost everyone hooked into this feed.

Thank you for reading this nearly offtopic post.

Categories: Uncategorized

(krisse)
2008-05-14 23:04 UTC
0
0
To get the most out of this tutorial, watch the video above and then read the text below. The tutorial assumes that N800 owners have upgraded to OS 2008. If you want to find out more about upgrading your N800, click here. If you want to comment on this tutorial, please post in the comments section at the end. If you have any questions or problems regarding your tablet, please post about them
Categories: nokia n800
2008-05-14 20:09 UTC
0
0

After a discussion of the war today, I decided to do a little informal research into the Iraqi war and casualties to compare it to other armed conflicts.

Click to read 544 more words
Categories: bush
2008-05-14 19:21 UTC
0
0

Verizon Wireless announces they will be releasing Linux based cellphones next year.

We'll see how it plays out, but overall it's good news for embedded Linux.

Categories: cellphone

(gnuton)
2008-05-14 17:42 UTC
0
0

I’ve just readed on trolltech blog that there is a new Qt plugin that permit a Qt application to use the current gtk theme engine.
It will be nice to use it in Qt maemo apps.
I’ve to try it.
Click here to read the original post.

Categories: Maemo-dev
2008-05-14 08:57 UTC
0
0

Today, I am asking two questions. The first and most important to me:

What's your favorite development on the Nokia Internet Tablet platform so far? This can be hardware, software, third-party applications, people-acquisition, partnerships, or more. Leave your answer in a comment to this post.

The second is a poll in it's usual right side-bar on tabletblog.com:
Do you carry your Internet Tablet around with you?
  • Yes - the Internet Tablet is always in my pocket.
  • Usually - It's handy to have, but I can leave it behind.
  • Sometimes - When I think I'll need it.
  • Rarely - Only in specific situations.
  • Never - It's used at home or at the office exclusively.
The results of the last poll are in:
"Would you spend $40-$50/month for WiMAX service on your Internet Tablet?"
Yes.
21 (9%)
Yes, but only if I can share the connection with other computers.
69 (30%)
No. It's too expensive for what it provides.
77 (33%)
No. WiFi/Bluetooth is enough.
63 (27%)

60% of users say no outright. 30% wish to use their WiMAX Internet Tablet as a modem for other devices (myself included.) and only 9% say that it's a good price plan for the service. We'll see what Sprint/Clearwire/XOHM (or whatever it turns out to be) offers.

Finally: If you own a Nokia N810, visit the OS2008 User Site from your tablet and click on "Nokia N810 survey" icon displayed above. There are about a dozen questions about usage and participants will be entered to win an Internet Tablet music package with Nokia Advanced Headphones and Nokia Mini Speakers. I started filling in the survey myself, but would rather have one of you win the prizes so did not enter.

Categories: polls

sponsored by Nokia Corporation