Hi,Is there any documentation on the ADB protocol? I want to talk to adb from a foreign language (Read: non java) and am wondering if there's any documentation on the protocol; and if not if the protocol is backward compatible (so my code stays working)?
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-platform/-/ct_aX46JhR8J.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
You can read the source code of adb from aosp. They are c code.
Hi,Is there any documentation on the ADB protocol? I want to talk to adb from a foreign language (Read: non java) and am wondering if there's any documentation on the protocol; and if not if the protocol is backward compatible (so my code stays working)?
--