From 5dfacc8e32bdaec2fe616f9969486f6cca38c028 Mon Sep 17 00:00:00 2001 From: Samuel Carlsson Date: Thu, 19 Oct 2017 21:27:58 +0200 Subject: [PATCH] Linking to real android source --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b61eeb..ca0e7ac 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,12 @@ new PackageManager(device).install(new File("/path/to/my.apk")); ## Protocol Description ## -An overview of the protocol can be found here: [Overview](https://github.com/cgjones/android-system-core/blob/master/adb/OVERVIEW.TXT) +An overview of the protocol can be found here: [Overview](https://android.googlesource.com/platform/system/adb/+/master/OVERVIEW.TXT) A list of the available commands that a ADB Server may accept can be found here: -[Services](https://github.com/cgjones/android-system-core/blob/master/adb/SERVICES.TXT) +[Services](https://android.googlesource.com/platform/system/adb/+/master/SERVICES.TXT) + +The description for the protocol for transfering files can be found here: [SYNC.TXT](https://android.googlesource.com/platform/system/adb/+/master/SYNC.TXT). ## Using JADB in your application ##