really ?<br>because &quot;always&quot; doesn&#39;t seem to work, as my battery life doesn&#39;t exceed a day with QTmoko, whereas it lasts more or less 3 days with SHR ...<br>if it&#39;s not the #1024, what else ?<br>-- <br>

  Gand&#39;<br><br><div class="gmail_quote">On Wed, Apr 28, 2010 at 11:46 AM, Radek Polak <span dir="ltr">&lt;<a href="mailto:psonek2@seznam.cz">psonek2@seznam.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Wednesday 28 April 2010 10:31:30 Gand&#39; wrote:<br>
<br>
&gt; The correct value to fix #1024 in qtmoko in */opt/qtmoko<br>
&gt; /etc/default/Trolltech/Modem.conf*<br>
&gt; is &quot;*yes*&quot; instead of &quot;always&quot; (&quot;always&quot; is the value to use with SHR)<br>
<br>
<br>
</div>It&#39;s the same if you have &quot;always&quot; or &quot;yes&quot;. The code checks for &quot;never&quot; and<br>
activates deep sleep otherwise.<br>
<br>
<a href="http://github.com/radekp/qtmoko/blob/master/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp" target="_blank">http://github.com/radekp/qtmoko/blob/master/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp</a><br>


<br>
    if (deepsleep == &quot;never&quot;)<br>
        chat(&quot;AT%SLEEP=2&quot;);<br>
    else<br>
        chat(&quot;AT%SLEEP=4&quot;);<br>
<br>
Regards<br>
<font color="#888888"><br>
Radek<br>
</font><div><div></div><div class="h5"><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>