communicate.receiveAndSend("208, Send Me The Updates");
String receive = communicate.receive();
if (receive.equals("300")) {
if (communicate.sendAndReceive(Constants.BUILD_ID + ", Versao").equals("302")) {
new UpdateNotificatorServer(shell).start();
}
}
} catch (UnknownHostException e) {
e.printStackTrace();
} catch (IOException e) {