<p>Unfortunately no.<br>
 I just recompiled both of them (with make OS=ANDROID and ndk path).</p>
<p>Karoly</p>
<div class="gmail_quote">Il giorno 21/gen/2014 20:20, "Henning Rogge" <<a href="mailto:hrogge@gmail.com" target="_blank">hrogge@gmail.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I would guess you still run a copy of the old executable and plugin library.<br>
<br>
Henning Rogge<br>
<br>
On Tue, Jan 21, 2014 at 8:16 PM, Karoly Szabo <<a href="mailto:szabo.karoly.a@gmail.com" target="_blank">szabo.karoly.a@gmail.com</a>> wrote:<br>
> Hi all,<br>
> I'm having some troubles with telnet plugin when I try to use some foreign<br>
> commands.<br>
> If I compile my commands (I put them in main.c to make it easier) and run on<br>
> Linux everything is working fine, my foreign commands are listed when I type<br>
> help in telnet and they do their job.<br>
><br>
> When I compile for Android all the default commands are running but I can't<br>
> make work the foreign commands, and neither see them with the help command<br>
> in telnet.<br>
> (I double checked on the configuration file and they should be active, also<br>
> because the configuration is imported from the same machine where they are<br>
> working)<br>
><br>
> I found only this difference just for Linux in telnet library<br>
> #ifdef __linux__<br>
> #include <fcntl.h><br>
> #endif /* __linux__ */<br>
><br>
> And I tried to workaround that just by adding:<br>
> #ifdef __ANDROID__<br>
> #include <fcntl.h><br>
> #endif /*__ANDROID__ */<br>
><br>
> But the result seems to be unchanged at all.<br>
><br>
> Does anyone have an idea how to solve it?<br>
> Thanks for your help.<br>
> Karoly<br>
><br>
> --<br>
> Olsr-dev mailing list<br>
> <a href="mailto:Olsr-dev@lists.olsr.org" target="_blank">Olsr-dev@lists.olsr.org</a><br>
> <a href="https://lists.olsr.org/mailman/listinfo/olsr-dev" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-dev</a><br>
</blockquote></div>