<div dir="ltr">Excellent.<br>I have often thought about this functionality but never had time to follow up :)<br><br>(just posting so I don&#39;t lose it in the noise, please accept my thanks)<br><br>gary (lcuk on #maemo)<br>
<br><div class="gmail_quote">On Tue, Sep 30, 2008 at 11:19 AM, Matan Ziv-Av <span dir="ltr">&lt;<a href="mailto:matan@svgalib.org">matan@svgalib.org</a>&gt;</span> wrote:<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">On Mon, 29 Sep 2008, Tony Green wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; A couple of questions about offline mode.<br>
&gt;<br>
&gt; Is there a way to put my N800 into offline mode from a command-line?<br>
&gt; The sort of thing I&#39;m looking at doing is to run my nightly N800<br>
&gt; backup to my server over SSH, then for the server to issue a command<br>
&gt; telling it to go offline to save battery power..<br>
<br>
</div>If you keep bluetooth off, and tell it to never look for wireless<br>
networks (change &quot;search interval&quot; to never), then you get something<br>
similar to offline mode.<br>
<br>
Then you can disconnect from network with<br>
<br>
dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true<br>
<br>
<br>
And reconnect to a specific network with<br>
<br>
dbus-send --type=method_call --system --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:$NET uint32:0<br>
<br>
where $NET is the network name (that appears in the connect dialog)<br>
before diablo, and network id since diablo. You can find the network id<br>
by a command similar to<br>
<br>
gconftool-2 -R /system/osso/connectivity/IAP | grep -B 15 home1<br>
<br>
The id is the long string of hex digits.<br>
<font color="#888888"><br>
<br>
--<br>
Matan Ziv-Av. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:matan@svgalib.org">matan@svgalib.org</a><br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
maemo-users mailing list<br>
<a href="mailto:maemo-users@maemo.org">maemo-users@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-users" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-users</a><br>
</div></div></blockquote></div><br></div>