Quote:
Originally Posted by jfbaro Hi,
I am trying to capture still images through J2ME on Motorola a1200i, but I get the following Throwable:
"Blocking call performed in the event thread"
and if I use the same code on different devices it works fine.
What can that be?
Cheers |
You could try the developments forum instead of A1200 chat. I don't know Java, but a "blocking call" in another language I use is a call that doesn't return until finished(doesn't fork a new thread) causing the calling thread to stall.