<HTML>
<style> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</style><br>
<div class="moz-text-plain" wrap="true" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western"><pre wrap="">On Mon, Jun 13, 2011 at 20:56,  <a class="moz-txt-link-rfc2396E" href="mailto:frameworks@qlands.com">&lt;frameworks@qlands.com&gt;</a> wrote:<br>
</pre><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre wrap=""><span class="moz-txt-citetags">&gt;</span><br>
<span class="moz-txt-citetags">&gt; </span>----- Original Message -----<br>
<span class="moz-txt-citetags">&gt; </span>From: <a class="moz-txt-link-abbreviated" href="mailto:frameworks@qlands.com">frameworks@qlands.com</a><br>
<span class="moz-txt-citetags">&gt; </span>To: <a class="moz-txt-link-abbreviated" href="mailto:necessitas-devel@kde.org">necessitas-devel@kde.org</a><br>
<span class="moz-txt-citetags">&gt; </span>Sent: Mon 13/06/11 7:45 PM<br>
<span class="moz-txt-citetags">&gt; </span>Subject: Fwd: Re: Install files, DEPLOYMENT<br>
<span class="moz-txt-citetags">&gt; </span>Hi,<br>
<span class="moz-txt-citetags">&gt;</span><br>
<span class="moz-txt-citetags">&gt; </span>I don't think is possible right now. Other files can be added to the apk in<br>
<span class="moz-txt-citetags">&gt; </span>the assests directory but then must be accesses with something like:<br>
<span class="moz-txt-citetags">&gt;</span><br>
<span class="moz-txt-citetags">&gt; </span>final InputStream is = getResources().getAssets().open("some_file.xml")<br>
<span class="moz-txt-citetags">&gt;</span><br>
<span class="moz-txt-citetags">&gt; </span>I am working on some JNI bindings to get those Streams in QT.<br>
</pre></blockquote><pre wrap="">ouch, I can not open files direclty?<br>
How would I get access to it with your work?<br>
<br style="color: rgb(30, 144, 255);"><span style="color: rgb(30, 144, 255);">If those files are as assets, I can get the stream to QT, them pass it to a QByteArray...Then you can use them... This is only theoretical, I will make some test tomorrow and keep you posted</span>.<br>
<br>
</pre><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre wrap=""><span class="moz-txt-citetags">&gt; </span>For the moment, you can copy those extra files in the SDCard and access them<br>
<span class="moz-txt-citetags">&gt; </span>from there: /mnt/sdcard/Android/data for Android 2.2+ or<br>
<span class="moz-txt-citetags">&gt; </span>/sdcard/Android/data for android 2.1. The other way is to include them as<br>
<span class="moz-txt-citetags">&gt; </span>resources in your QT library (will make the library very huge though). If<br>
<span class="moz-txt-citetags">&gt; </span>they are coverage file likes raster or shape files I suggest to include put<br>
<span class="moz-txt-citetags">&gt; </span>them in the SDCARD.<br>
</pre></blockquote><pre wrap="">...so reading files from there just works? QFile and absolute paths?<br>
They only question is... how to put the files there (I'm using the<br>
emulator only)<br>
<br>
F<span style="color: rgb(30, 144, 255);">or the emulator, you can create a virtual SDCard.. See here <a href="http://blog.jayway.com/2009/04/22/working-with-sd-cards-in-the-android-emulator/">http://blog.jayway.com/2009/04/22/working-with-sd-cards-in-the-android-emulator/</a></span><br style="color: rgb(30, 144, 255);"><br style="color: rgb(30, 144, 255);"><span style="color: rgb(30, 144, 255);">So you mount the virtual SD Card in /mnt/sdcard them copy the file in for example /mnt/scard/Android/data/com.myexample.com/files. Unmount and then try to load them from there.</span> QFile work just fine...<br>
<br>
<br>
Carlos.<br>
<br>
</pre></div> <BR></HTML>