Hi Timo<br><br>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 ?<br>
I am no coder, so I don&#39;t know how to do it. The best would be to display the value fullscreen in big size.<br><br>Anyone can please code this ?<br>Here is my very small start<br><br>#!/bin/sh<br>mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand &quot;AT+CSQ\r\n&quot;|tr &quot;&#39;&quot; &#39;\n&#39;|grep ^\+CSQ:|cut -d, -f1|cut -d&#39; &#39; -f2<br>
<br>I think a loop must be added...<br><br>Thanks anyway<br><br>Kimaidou<br><br><div class="gmail_quote">2009/1/6 Timo Juhani Lindfors <span dir="ltr">&lt;<a href="mailto:timo.lindfors@iki.fi">timo.lindfors@iki.fi</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&quot;Christ van Willegen&quot; &lt;<a href="mailto:cvwillegen@gmail.com">cvwillegen@gmail.com</a>&gt; writes:<br>

&gt; The last few days, people have constantly complained about a loud,<br>
&gt; high-pitched noise when I call them. I presume it&#39;s the &#39;ahrdware<br>
&gt; buzz&#39; we&#39;re talking about here.<br>
<br>
</div>The buzz seems to be proportional to the transmit power which itself<br>
seems to be proportional to the reception quality I can monitor with<br>
<br>
mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand &quot;AT+CSQ\r\n&quot;|tr &quot;&#39;&quot; &#39;\n&#39;|grep ^\+CSQ:|cut -d, -f1|cut -d&#39; &#39; -f2<br>
<br>
According to specs these units are<br>
<br>
# 0 &nbsp; &nbsp;-113 dBm or less<br>
# 1 &nbsp; &nbsp;-111 dBm<br>
# 2...30 &nbsp; -109... -53 dBm<br>
# 31 &nbsp; -51 dBm or greater<br>
# 99 &nbsp; not known or not detectable<br>
<br>
and when it is around 26 or more the recipient does not hear the buzz<br>
here anymore. Thus, to mitigate the effect I can monitor the reception<br>
quality during call and align myself so that the quality is as high as<br>
possible (just going near a window helps a lot).<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>