Hardware buzz - can OpenMoko help?

2009-01-06 Thread Christ van Willegen
To whom this may concern... I've been using my FreeRunner for some time now, and although some points keep irking me (esp. sound and accelerometers after suspend/resume), it's more and more a daily phone. Except for the buzz. The last few days, people have constantly complained about a loud,

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread Timo Juhani Lindfors
Christ van Willegen cvwille...@gmail.com writes: The last few days, people have constantly complained about a loud, high-pitched noise when I call them. I presume it's the 'ahrdware buzz' we're talking about here. The buzz seems to be proportional to the transmit power which itself seems to be

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread kimaidou
Hi Timo Thanks for your feedback on monitoring the reception quality. Is it possible to create a script which display the number each 5 seconds, so that we can actually see the evolution of the reception as moving the phone ? I am no coder, so I don't know how to do it. The best would be to

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread Timo Juhani Lindfors
kimaidou kimai...@gmail.com writes: mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand AT+CSQ\r\n|tr ' '\n'|grep ^\+CSQ:|cut -d, -f1|cut -d' ' -f2 Just make sure this is a complete line and not split to multiple lines as it was in

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread kimaidou
Hi ! thanks for your help So basically, I need 2 files : * one ~/bin/loop as described in your email : #!/bin/sh while true; do $1 sleep 2 done * And one monitorgsm with only the complete line (not splitted) such as: #!/bin/sh mdbus -s org.freesmartphone.frameworkd

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread kimaidou
Hi I just tested, and it worked like a charm ! Just don't forget to chmod +x the 2 scripts Thanks a lot ! 2009/1/6 kimaidou kimai...@gmail.com Hi ! thanks for your help So basically, I need 2 files : * one ~/bin/loop as described in your email : #!/bin/sh while true; do $1 sleep

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread Brock
On 2009.01.06.18.30, Timo Juhani Lindfors wrote: | my ~/bin/loop does | | #!/bin/sh | while true; do | $1 | sleep 2 | done | | so I can just loop gsm-strength, loop energy, loop | temperature or loop consumption. You could also check out the 'watch' command. --Brock

Re: Hardware buzz - can OpenMoko help?

2009-01-06 Thread Timo Juhani Lindfors
Brock awwa...@thelackthereof.org writes: You could also check out the 'watch' command. It only shows the latest number, I want to see the trend with as much history as possible. ___ Openmoko community mailing list community@lists.openmoko.org