Fixing a problem where the version what not returned properly.

This commit is contained in:
Samuel Carlsson 2014-03-17 21:44:59 +01:00
parent 487ca3a745
commit 1db1ed5d9a

View File

@ -34,7 +34,8 @@ public class AdbResponder implements Runnable {
System.out.println("Command: " + command);
if ("host:version".equals(command)) {
output.write("OKAY");
output.write("OKAY");
send(output, "001F");
}
else if ("host:devices".equals(command)) {
output.write("OKAY");