mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 02:29:24 +01:00
Linking to real android source
This commit is contained in:
parent
3d168a834f
commit
5dfacc8e32
@ -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 ##
|
||||
|
Loading…
Reference in New Issue
Block a user