I created working chat application in android and java based server using TCP/Ip . But now i want to perform tasks like vibration in phone when server send particular string such as "Vibrate" ... I tried if servermsg="Vibrate" (And called another class) but not working... Help Pls....I created working chat application in android a