Hi Frantisek,<br><br>probably you are right, because in<br><a href="http://www.internettablettalk.com/forums/showpost.php?p=18259&postcount=122">http://www.internettablettalk.com/forums/showpost.php?p=18259&postcount=122
</a><br>the author of Maeomo-Mapper, John Costello alias 'gnuite', writes:<br><br>> 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> [...]<br> if(state->system_inactivity_ind)<br> {<br> if(_must_save_data)<br> _must_save_data = FALSE;<br>
else if(_conn_state > RCVR_OFF)<br> {<br> set_conn_state(RCVR_OFF);<br> rcvr_disconnect();<br> [...]<br> }<br> }<br> [...]<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> regards, Armin.<br><br><div><span class="gmail_quote">On 7/14/06, <b class="gmail_sendername">Frantisek Dufka</b> <<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>> 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>> To me it looks like this option indeed only affects Bluetooth/WLAN<br>> _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>