A: 

Are you calling start() anywhere to start the thread?

What exactly is the problem you're having? You mentioned what your class is supposed to do but not what the current behaviour/problem is. What's your log output saying?

Mathias Lin
Yes, the thread is started successfully and receives my command. The method I call is a method to send a text which does work because I've tested it but it doesn't work when called using this command. The log says this: <code>D/App ( 1060): Received: 'test'D/App ( 1060): Done.D/App ( 1060): Receiving...D/App ( 1060): Enter phone number to send text to:D/App ( 1060): Enter the text to send:D/App ( 1060): Done.D/App ( 1060): println needs a message</code>
Andrew Demski
A: 
bala singareddy