I am trying to open a remote Stream of a JPEG image and convert it into a Bitmap object:
BitmapFactory.decodeStream( new URL(\"http://some.url.to/sourc
seems there was some problem with the stream and the way android handled it; the patch in this bug report solved the problem for now.