&nbsp; Hi Frantisek,<br><br>probably you are right, because in<br><a href="http://www.internettablettalk.com/forums/showpost.php?p=18259&amp;postcount=122">http://www.internettablettalk.com/forums/showpost.php?p=18259&amp;postcount=122
</a><br>the author of Maeomo-Mapper, John Costello alias 'gnuite', writes:<br><br>&gt; Maemo Mapper currently detects when the cover is put on, turning off the scanning when that occurs<br><br>I had a look at the Maemo Mapper source:
<br><br>static void<br>osso_cb_hw_state(osso_hw_state_t *state, gpointer data)<br>{<br>&nbsp;&nbsp;&nbsp; [...]<br>&nbsp;&nbsp;&nbsp; if(state-&gt;system_inactivity_ind)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(_must_save_data)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _must_save_data = FALSE;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else if(_conn_state &gt; RCVR_OFF)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set_conn_state(RCVR_OFF);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rcvr_disconnect();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [...]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; [...]<br>}<br><br>It seem like this is the place I have to patch if I want Maemo-Mapper to keep recording GPS track info even when I close the cover.
<br><br>&nbsp; regards, Armin.<br><br><div><span class="gmail_quote">On 7/14/06, <b class="gmail_sendername">Frantisek Dufka</b> &lt;<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Armin Warda wrote:<br>&gt; To me it looks like this option indeed only affects Bluetooth/WLAN<br>&gt; _Internet_ connections, not Bluetooth GPS connections.<br>[...]<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Isn't this user software problem? i.e. maemo mapper or other gps sw<br>going to sleeep properly when cover is closed and display/keys is turned<br>off. This is recommended way of doing things to save power.<br></blockquote>
</div>