vidstige / jadb

ADB Client in pure Java.
Apache License 2.0
640 stars 178 forks source link

Real protocol implementation instead of platform-dependent adb exec calling #157

Open Flopgop opened 1 week ago

Flopgop commented 1 week ago

Would it be possible/plausible to implement the actual adb protocol instead of just piping the executable with commands? It would be better for cross compatibility and troubleshooting steps could be done by the lib instead of by the user. It really just doesn't sit right with me that this advertises itself as "an up to date implementation of the ADB protocol" when it doesn't implement the adb protocol.