<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <blockquote type="cite">
      <div><br>
      </div>
      I have no experience about android dev, can you describe how to
      add this, in detail?</blockquote>
    <br>
    In the LCLActivity.java there is an event onCreate.<br>
    <br>
    There you can just copy it to afaik.<br>
    <br>
    <br>
    <blockquote type="cite"><br>
      PS about logcat I will try... I need to learn how to use it.</blockquote>
    <br>
    You really need to its on of the most important tools out there <br>
    <br>
    Just start by calling<br>
    <br>
    android-sdk-linux/platform-tools/adb logcat<br>
    <br>
    <br>
    <br>
    <br>
    On 05/27/2013 10:21 AM, Kjow wrote:
    <blockquote
cite="mid:CADatRmjBtU__fo+TdaoRD_hz4aTJK=r+SGUREx_mM_i6U4Ya7w@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=ISO-8859-1">
      <div>
        <div>
          <div>2013/5/27 Benito van der Zander <span><<a
                moz-do-not-send="true" href="mailto:benito@benibela.de">benito@benibela.de</a>></span><br>
            <blockquote>
              <div> What does the logcat say?<br>
              </div>
            </blockquote>
            <div> </div>
            <div>[cut]<br>
              <br>
            </div>
            <blockquote>
              <div> And it has to be called in  a new thread, unless you
                have<br>
                <pre><code><span>if</span><span> </span><span>(</span><span>android</span><span>.</span><span>os</span><span>.</span><span>Build</span><span>.</span><span>VERSION</span><span>.</span><span>SDK_INT </span><span>></span><span> </span><span>9</span><span>)</span><span> </span><span>{</span><span>
</span><span>StrictMode</span><span>.</span><span>ThreadPolicy</span><span> policy </span><span>=</span><span> 
        </span><span>new</span><span> </span><span>StrictMode</span><span>.</span><span>ThreadPolicy</span><span>.</span><span>Builder</span><span>().</span><span>permitAll</span><span>().</span><span>build</span><span>();</span><span>
</span><span>StrictMode</span><span>.</span><span>setThreadPolicy</span><span>(</span><span>policy</span><span>);</span><span>
</span><span>}

</span></code></pre>
                in the java file</div>
            </blockquote>
            <div><br>
            </div>
            I have no experience about android dev, can you describe how
            to add this, in detail?<br>
            <br>
            Thanks,<br>
            Kjow<br>
            <br>
            PS about logcat I will try... I need to learn how to use it.</div>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
  </body>
</html>