I have a problem sending my message data to my server pc using Socket connection.
What I have done is established a TCP socket connection where PC is my server and android phone is my client. I am able to exchange data.
I am stuck -- I get a message on my android phone and I want to send to the PC server the sender number and message body using my already connected TCP connection to the PC server.