<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I didn't test yet but I expect the size of the decompressor to be well<br>
below 100K.<br>
<br>
<a href="http://www.7-zip.org/sdk.html" target="_blank">http://www.7-zip.org/sdk.html</a> has public domain 7z decompressor in Java,<br>
C, asm etc...<br></blockquote><div> <br>I used the java decompressor on another app, it works well, but the C version should be a lot faster :p<br><br></div><div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


We could either use /data/data/something as temporary storage and delete<br>
the decompressed .so on exit, or leave it there permanently (and just<br>
decrease the size of download without effect on internal storage).<br></blockquote><div><br>Yep, i think we should unpack it to /data/data/org.videolan.vlc/libvlcjni.so and leaving it there. we also need to handle the version.<br>
</div></div>