Hi,
thank you very much for the logcat hint, Ray!
With the log (saved via Android System Info) I've found the culprit:
02-17 14:24:44.064 W/System.err(1415)at
org.adblockplus.brazil.SSLConnectionHandler$ConnectionHandler.run(SSLConnectionHandler.java:165)
After that, recieving the files went down the drain, of course:
02-17 14:24:44.064 W/System.err(1415)Caused by:
libcore.io.ErrnoException: recvfrom failed: ECONNRESET (Connection reset
by peer)
02-17 14:24:44.064 W/System.err(1415)at
libcore.io.Posix.recvfromBytes(Native Method)
02-17 14:24:44.064 W/System.err(1415)at
libcore.io.Posix.recvfrom(Posix.java:131)
02-17 14:24:44.064 W/System.err(1415)at
libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:164)
02-17 14:24:44.064 W/System.err(1415)at
libcore.io.IoBridge.recvfrom(IoBridge.java:503)
02-17 14:24:44.064 W/System.err(1415)... 4 more
02-17 14:24:44.064 I/https. (1415)SSL connection closed
02-17 14:24:44.064 I/ProxyService(1415)request done
02-17 14:24:44.064 D/ProxyService(1415)socket close
[...some freeing and stuff...]
02-17 14:24:44.884 E/MinistroService(19374)Invalid qt verson
[Solution]:
Just deactivating Adblock did the trick. It can probably be activated
again after retrieving the libs.
Thank you,
Sebastian
Am 16.02.2013 22:00, schrieb Ray Donnelly: