!752 p { DialogIO io = talkToOpt("localhost", 4995); // Test ADB Bridge if (io == null) io = talkToOpt(gateway(), 4999); // Phone, Public Comm Bot if (io == null) fail("oops"); io.askLoudly(forward("Awareness", format("loadPage *", "http://tinybrain.de:8080/tb/all-computers.php?justthenumber=1"))); io.close(); }