Re: Is there an echo-free distro?

2009-01-15 Thread Daniel Nöthen
Kosa wrote: om2008.12 is completly echo free. Not really. If I have the volume up more than the half slider, then some people complain hearing an echo. ___ Openmoko community mailing list community@lists.openmoko.org

Re: Is there an echo-free distro?

2009-01-15 Thread Daniel Nöthen
Yogiz wrote: But is there an improvement over 2008.9? Yes. The setting where the echo doesn't appear is loud enough to understand the caller clearly. In an noisy environment it could get problematic, though. ___ Openmoko community mailing list

Re: Watching videos on neo freerunner (openmoko 2008.12) mplayer-glamo

2009-01-11 Thread Daniel Nöthen
pottwal4 wrote: r...@om-gta02:~# mplayer -vo xover:glamo -fs /media/card/big_buck_bunny_320.avi mplayer doesn't know on which display it should open the video. Try (one line): DISPLAY=:0 mplayer -vo xover:glamo -fs media/card/big_buck_bunny_320.avi

Re: Is it possible to keep ASU Enlightenment profile...

2009-01-05 Thread Daniel Nöthen
I want to keep ASU profile because if i switch to illume it keeps segfaulting at random actions and intervals... I don't know how to use the illume keyboard on ASU. But to stop illume segfaulting all the time you need to set the the Engine from SOFTWARE_16 to SOFTWARE in the wrench-menu.

Re: Using mplayer with seme desktop symbols for streaming stations and wlan :-)

2009-01-04 Thread Daniel Nöthen
I've just found out that you can control mplayer via a fifo file. So to quit mplayer in a good way you could do the following: 1. Create a fifo somewhere: mkfifo mplayer_fifo 2. Start mplayer within your script like this: mplayer -quiet myradiostation -input file=mplayer_fifo 3. Write this

Re: Using mplayer with seme desktop symbols for streaming stations and wlan :-)

2009-01-03 Thread Daniel Nöthen
Robin Paulson wrote: killall isn't the cleanest way to stop an app running - iirc you only want to use that when an app is misbehaving one of the SIG signals might be better - have a look at SIGTERM and SIGHUP and some of their brethren; i can't remember which is best here. killall is

Re: Photosea. Suggestion?

2008-10-16 Thread Daniel Nöthen
Michele Renda wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I'd like to show you and idea I had some days ago. I don't know for sure if already there is something similary for Freerunner. I tried to trasform it on code. It is written in python, and use pygame libs. Sorry

Re: Echo issue on OM2008.08 solved

2008-10-13 Thread Daniel Nöthen
Hello, I finally found a place in the qtopia sources where I could put code for activating the echo suppression for every incoming/outgoing call. I'm quite sure that experienced qtopia programmers would find a better place for it. But this just works. And as long as no other solution is out

Re: Echo issue on OM2008.08 solved

2008-10-13 Thread Daniel Nöthen
Lorn Potter wrote: A better place for stuff needed for a particular modem, would be in the phone vendor plugin. That's what its there for. Not to defray this patch, but this is very calypso specific, and not part of the GSM spec. (although any other modem would most likely just spit out an

Re: New rotate version

2008-10-13 Thread Daniel Nöthen
Oscar Casamitjana wrote: Hi all here you have my rotate version. This version is based in Chris Ball's rotate, but with some changes: * The adquisition engine is encapsulated in a thread. * Before rotating screen, it ensures two seconds for the new position * Backlight turns black while

Re: New rotate version

2008-10-13 Thread Daniel Nöthen
Angus Ainslie wrote: 1) inverted the screen was improperly split left and right 2) rotate seemed to stop working completely. killed it and restarted it. 3) on returning to normal orientation the x dimension was right but the y dimension remained from the previous rotation. leaving my

Re: Echo issue on OM2008.08 solved

2008-10-08 Thread Daniel Nöthen
Michael 'Mickey' Lauer wrote: While I do think this is completely overcomplicated and you should rather rebuild the source than fiddling on this level, I'll tell you how to do it anyways: AT%CPI=4 enables the TI Calypso proprietary call progress status. See

Re: Echo issue on OM2008.08 solved

2008-10-07 Thread Daniel Nöthen
Al Johnson wrote: Unless there's a delay involved I can't see any harm in sending AT%N0187 at the start of every call. Do you have any idea how to achieve this without rebuilding the qtopia-x11 stuff? I thought about a little daemon that listens on the serial GSM interface and sends this

Re: Echo issue on OM2008.08 solved

2008-10-06 Thread Daniel Nöthen
Hi, I've found out that the echo suppression works only one time after qpe was started. At least this applies to me. Phone: freerunner (gta02) Dist: OM2008.09 gmshandset.state: http://www.teaparty.net/technotes/data/gsmhandset.state grep AT%N0187 libficgta01vendor.so gives me a match. So I