<br><br>2007/3/23, Mika Yrjölä &lt;<a href="mailto:exploderi@gmail.com">exploderi@gmail.com</a>&gt;:<br>&gt; On 3/23/07, Laszlo T. &lt;<a href="mailto:tlacix@gmail.com">tlacix@gmail.com</a>&gt; wrote:<br>&gt; &gt; Hello,<br>
&gt; &gt;<br>&gt; &gt; Here is an example of using libosso:<br>&gt; &gt; <a href="https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&amp;view=markup">https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&amp;view=markup
</a><br>&gt; &gt;<br>&gt; &gt; What&#39;s the equivalent dbus-send command for osso_rpc_run in this example?<br>&gt; &gt;<br>&gt; &gt; It does not send message:<br>&gt; &gt; run-standalone.sh dbus-send --dest=org.maemo.example_libosso
<br>&gt; &gt; /org/maemo/example_libosso<br>&gt; &gt; org.maemo.example_libosso.HelloWorld<br><br> <br>&gt; Hi, have you made a .service file for the application and put it under<br>&gt; /usr/share/dbus-1/services/ ? At a quick glance your command looks OK.
<br>&gt; <br>&gt; (adding --print-reply to the dbus-send options might also give you<br>&gt; additional information about why the launch fails)<br>&gt; <br><br><br>Hello,<br><br>Thanks your answer!<br><br>Yes, I&#39;ve made a .service file with this:
<br><a href="https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/install_example_libosso.sh?view=markup">https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/install_example_libosso.sh?view=markup
</a><br><br>The message sender works with: (example_message.c)<br><a href="https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?view=markup">https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?view=markup
</a><br><br>The example_libosso.c<br><a href="https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_libosso.c?rev=4852&amp;view=markup">https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_libosso.c?rev=4852&amp;view=markup
</a><br>gives the &quot;HelloWorld&quot; from example_message.c, but my dbus-send does not work. It runs the example_libosso, but not send message.<br><br>I tried with --print-reply:<br>run-standalone.sh dbus-send --print-reply --dest=
org.maemo.example_libosso /org/maemo/example_libosso org.maemo.example_libosso.HelloWorld<br><br>output:<br>method return sender=:1.56 -&gt; dest=:1.55<br><br>Laci<br><br>