I'm able to send strings through sockets with a pc server and android client, but theres an issue.
I use this
output = new PrintWriter(MyClient.getOutputStream(), true);
to send data from client...