I am downloading a 230MB database file from a server. I am displaying
the progress of the download in a progressDialog. However about 12%
into the download I get the ANR "wait" or "force close" popup.

the logs indicate:
03-18 19:55:58.943: WARN/WindowManager(67): Key dispatching timed out
sending to Downloading Database

I have tried doing the download and progressDialog updates in both a
Asyntask and using a Handler method but I'm still getting the same
errors. Is my file just to big? It works fine for smaller sized files.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to