mirror of
https://github.com/revanced/jadb.git
synced 2025-05-09 10:54:29 +02:00
Fixing a problem where the version what not returned properly.
This commit is contained in:
parent
487ca3a745
commit
1db1ed5d9a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user