<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/15/2013 10:41 AM, Joe Armstrong
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAANBt-pbTuQfZZS_bsksjb51tr3pB2KvnYr9_-GGjJBTLaqC0A@mail.gmail.com"
      type="cite"><br>
      <div class="gmail_quote">
        <div>   This is all very interesting stuff - I'd really like
          some documentation though, how the<br>
          heck did you figure out how the interface works? - did you
          have to sniff the socket? - is there an architectural
          description somewhere?<br>
          <br>
        </div>
      </div>
    </blockquote>
    Note that you can create a server on the Android device, to which
    you can connect from some other device (e.g. a desktop pc). You can
    then run Erlang on your pc, and call android functions on the device
    through the json rpc. Read all about it here:
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
      href="http://code.google.com/p/android-scripting/wiki/RemoteControl">http://code.google.com/p/android-scripting/wiki/RemoteControl</a><br>
    <br>
    Regards,<br>
    <br>
    *Erik.<br>
    <br>
    P.S.: you will need the android.erl and json2.erl from the source on
    Google Code, and fix android.erl, because there is an obvious typing
    mistake in the handling of servers other than 127.0.0.1, which I
    just found out when I tried this feature.<br>
  </body>
</html>