[android-developers] Tmp folder max size?

2011-07-21 Thread Hugo M
Hi, what is the max size of tmp files I can create in an application? I have a viewer with encrypted images, and I want to have a thread that stores unencrypted images in the temp folder. There's a max size? Regards! Hugo -- You received this message because you are subscribed to the Google

[android-developers] Re: Bug while unzipping file

2011-07-18 Thread Hugo M
Nobody had a problem related with this strange behavior in Android? :S I forgot to mention that I'm using Ubuntu 11.04 and Eclipse for developing. 2011/7/17 Hugo M. ham1...@gmail.com I have a problem when I try to unzip a file with Android SDK. With a similar code in Java SDK 6 this doesn't

[android-developers] Bug while unzipping file

2011-07-18 Thread Hugo M.
I have a problem when I try to unzip a file with Android SDK. With a similar code in Java SDK 6 this doesn't happen! It works well in Java. This is the code I use to read the zip: public void unzip() { try { float time = System.currentTimeMillis(); ZipInputStream zin = new