Radwen ANIBA wrote:
just before mCPE.process() i've added theseStatusCallbackListener listner = null ; mCPE.addStatusCallbackListener(listner); Is this wrong ?
Yes, do not set it to null. You do not have to call the method at all if you are not interested in the status. Maybe we should throw an IllegalArgumentException in this case, to make the code fail fast. Jörn
