Selling my Freerunner (Austria)

2009-10-11 Thread Hermann Lacheiner
Hi all!

I am selling my Freerunner because of limited time. It is fully
functional and it is not much used. There are no scratches on the
display or on the case. I have bought the device in April 2009 from
pulster (Germany). The "Date Code" inside states 20081017". So I think
it has the buzz issue? In any case the Freeunner has not the manual
buzz fix applied. In Austria (provider A1) I had no problems with the
buzz issue.
It countains following accessories:
* USB cable
* 2GB micro SD
* charger
* pen

If you are interested send me your proposed price. I preferably ship
the device to countries in Europe.

Hermann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-18 Thread Hermann Lacheiner
2009/6/17 Vinzenz Hersche 
>
> same bug here..
>
> r...@om-gta02 ~ $ canola
> Traceback (most recent call last):
>  File "/usr/bin/canola", line 293, in 
>    mc = MainController(ee, os.path.realpath(options.theme))
>  File "canola-core/main/controller.py", line 263, in __init__
>  File "canola-core/main/controller.py", line 572, in show_notify
> AttributeError: 'NoneType' object has no attribute 'view'
> r...@om-gta02 ~ $

It's working again now after upgrading python-etk which was missing
some needed libraries.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Macros :
> But there are still Problems with my Collection.
> If I scann the whole collection, canola fails on some files,
> an then adds no file to the List.
> Going trough my collection Folder by folder I
> first found some files with ` or ' in their name. Renaming them helped.
> But now I'm stuck in a directory containig these files:
> 01 - Alchemist.ogg           07 - Dreaming of Flying.ogg
> 02 - Angels Redemption.ogg   08 - Hope for Rebirth.ogg
> 03 - Citadel.ogg             09 - Mont St Joseph.ogg
> 04 - Crystal Cavern.ogg      10 - Mystic River.ogg
> 05 - Desert Village.ogg      11 - Snowflakes.ogg
> 06 - Dire News.ogg
> On the Gui the counter increases to 3 scanned files, and then canola stops
> scanning.
> Does anybody have an idea, why canola fails?
> canola -vvv doesn't give any hints.

Before starting canola execute following on the console on FR: canolad
-v -l /tmp/canolad.log start

This starts the canola daemon in verbose mode and logs to
/tmp/canolad.log. Try refreshing the database and maybe you find the
cause in the log file.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Yorick Moko :
> Instead of ALWAY turning the screen, shouldn't it check if the screen is not
> already in landscape?
> When using the Fr in landscape and launching canola it reverts the
> orientation.

That's a good point ;) So I reverted the patch for now.

> I also suggest adding -e software_16_x11 by default

Applied. Check for updates.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Vinzenz Hersche :
> but the last failure came by open pictures; i think, you may didn't compile
> the thumbnailer? so it would be cool if you also make a package of this, it
> didn't realy generate some thumbs yet.. ;)

yeah, thumbnailer was missing. I have created now a package and
uploaded it to the repository. It works for me now ;)

There are other fixes as well:
* canola-daemon does not depend on glibc-gconv-iso any more. fallback
to this charset was removed from default settings
* Gustavo suggested rotating UI to landscape. I made a patch and
uploaded a new canola package.

Update and upgrade your packages and tell me your feedback please ;)
Especially what do you think about automatically rotating to
landscape?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
2009/6/13 The Digital Pioneer :
> I just updated liblightmediascanner0 (already had libvorbis) and rebooted
> (though I doubt it was necessary) and it still doesn't see my OGGs, which
> are in ~/Music. I also can't find any way to actually tell the thing where
> to look for my music. I also reset the database and refreshed all, but to no
> avail.

Did opkg upgrade package liblightmediascanner0 actually? Maybe you
updated too early, because I forgot to update version number after I
fixed dependency, so no upgrade would be performed by opkg. This issue
should be fixed now.

You can tell canola where to look for music, when you click on the
lower right corner (settings) -> media library -> media folders ->
audio folders -> select the folder which holds your music

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
Hi Gustavo,

thanks for your support! Without your prior help I wouldn't have been
able to package canola ;)

2009/6/12 Gustavo Sverzut Barbieri :
> On Thu, Jun 11, 2009 at 9:02 AM, Hermann
> Lacheiner wrote:
>> Currently there are a few glitches:
>> * canola package depends on glibc-gconv-iso8859-15 otherwise
>> lightmediascanner does not work
>
> You can just disable ISO8859-1 conversion for unknown original media
> format (ie: ID3v1 or other formats that do not specify an encoding in
> the tag or standard). You can change it using cnl-prefs-set or
> terra-prefs-set -c /etc/canola.conf, or patch
> canolad/src/canolad/prefs.py to not include that. For per-user
> changes:
>
>    cnl-set-prefs canolad charsets '[]'
>
> will replace the old list that contains ISO-8859-1 with nothing and no
> fallback will be used.

I have tried it and it works, but there is one problem: It would be
nice to set the charset automatically after package was installed in
postinst, but canola creates the user settings not until first start,
so the settings set in postinst are going to be overwritten.

So is there actually a way to automatically set the charset in
postinst when there are no user settings at that moment?

> If we do a simple theme optimization it can be bit faster. I'm doing
> this for a ProFUSION demo we're about to release videos, but we cannot
> release the images or the theme itself. If there are manpower
> interested in creating so, let me know... I can even help with code
> (.edc), just don't have the time/skills to produce neat graphics.
> Also, it would be amazing to have a canola themed to match SHR.
>
> Again, this is of my interest and I can allocate my time or an
> employee to help with such task to optimize, but we need a designer to
> produce the images.

It would be really great if you could adapt the UI to fit the
resolution of FR and optimize it in speed. I think canola is a really
great application and has a cool plug-in architecture with a huge
potential.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
2009/6/12 The Digital Pioneer :
> Oh, and Canola was pretty nice too, it just didn't find my OGGs, so I can't
> use it.

OGGs should be imported by the lightmediascanner now, it was missing
the dependency on libvorbis. I have updated the dependency in the
recipe and rebuilt lightmediscanner package.
Upgrade lightmediascanner0 and it should work, hopefully ;)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-12 Thread Hermann Lacheiner
Thank you all for your feedback!

The bitbake recipes need some clean-ups, for example SRCREV should be
moved to autorev in the openmoko tree.

It would be good to integrate the recipes into the openembedded (shr?)
repository, request was filed already
http://shr-project.org/trac/ticket/515

There are additional plugins available for canola, e.g. youtube,
lastfm or upnp. When I have time I will create packages for them too
in the next days.

Cheers, hermann

2009/6/12 Morten :
>
> Wow! This has to be the best looking, and the app with the best usability for
> freerunner ever! Thanks so much for the package!
> --
> View this message in context: 
> http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3064969.html
> Sent from the Openmoko Community mailing list archive at Nabble.com.
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[shr-unstable] packages for canola media player

2009-06-11 Thread Hermann Lacheiner
Hi!

I have created packages for the canola media player (see
http://openbossa.indt.org/canola/ for screenshots). canola was
originally developed for the maemo platform and was open sourced
recently. It is based on the e17 libraries, so it is destined for the
shr distribution ;)

Sources for the packages are from http://local.profusion.mobi:8081/
based on the branches from Gustavo.

canola has some dependencies so I created a testing feed. You can find
the packages at http://schagaga.de/canolafeed/
The bitbake recipes are mirrored at http://schagaga.de/myoverlay/

"opkg install canola" installs canola and all its dependencies on the FR.

Currently there are a few glitches:
* canola package depends on glibc-gconv-iso8859-15 otherwise
lightmediascanner does not work
* player UI does not fit exactly the lower resolution on the FR
(canola is optimised for the resolution on the Nokia N8x0 800x480) but
it's usable. User experience is better when rotating screen in
landscape mode.

As backend mplayer is used for playback.

Generally the UI is a little bit sluggish on the FR than on the Nokia
N8x0 but I think it's really usable.

I am looking forward to your feedback ;)

Cheers, hermann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-Unstable] Broken Batter Applet

2009-05-25 Thread Hermann Lacheiner
2009/5/25 Joerg Reisenweber :
> check [illume-wrench]-[advanced]-[battery meter]-[>advanced]-[hardware]
> (x)auto-detect
> (_)internal
> (_)HAL
>
> try internal. HAL is finding 3 "batteries" which 2 of them are always empty,
> so charge of bat is always a third of correct value ((100% + 0% + 0%) / 3)

using internal shows the correct value, but the battery meter is
jumping back to auto-detect automagically after a few seconds.. :(

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: SHR Testing upgrade question

2009-04-24 Thread Hermann Lacheiner
2009/4/24 Robin Paulson :
> ifconfig reveals only a loopback adapter, and 'ifup usb0' tells me
> 'the device is already configured'

I had the same problem with shr-unstable from 20090423.

'ifconfig usb0' shows that the interface is configured but not up, so
'ifconfig usb0 up' brings the interface up and it should work.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: tangoGPS icon on illume desktop missing

2009-04-20 Thread Hermann Lacheiner
Hi!

2009/4/20 Klaus 'mrmoku' Kurzmann :
> edit /usr/share/applications/tangogps.desktop and change the category
> Application to Applications.

Thanks for the information. I have just filed a bug
http://shr-project.org/trac/ticket/407, so it will be fixed
permanently hopefully ;)

Cheers, Hermann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] connman as central connection manager?

2009-04-16 Thread Hermann Lacheiner
2009/4/16 Johny Tenfinger :
> I want to implement WiFi manager in SHR Settings using connman. Stay tuned ;)

Nice! I am looking forward ;)

Maybe we can join forces to implement a wifi manager? Or do you have
already a code to test?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[shr-unstable] connman as central connection manager?

2009-04-16 Thread Hermann Lacheiner
Hi all!

first, congratulations to the shr team! I think it is in a really useful state.

My question is now, I am not that satisfied with the Mofi application
to connect to wifi networks. I found that there is connman [1]
available in the package repository. Is it planned in the future to
use connman as a central connection manager in shr? There is also an
Enlightenment shelf gadget for the connection manager, which gives an
Enlightenment Error (SIGABRT) on loading though. I read somewhere that
the API changed and the Enlightenment shelf gagdet needs to be adapted
to the new API, is this correct?

Thanks for any clarifications!

Cheers, Hermann

[1] http://moblin.org/projects/connection-manager

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2.5mm or 3.5mm

2008-05-30 Thread Hermann Lacheiner
Hi all!

On Fri, May 30, 2008 at 8:35 AM, Richard Reichenbacher
<[EMAIL PROTECTED]> wrote:
> 3.5mm.  I'd rather be able to take any headphones I have laying around and
> use them for music.  If I wanted a headset I would buy a Bluetooth headset.

I agree with Richard and vote for B too.

Hermann

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community