summaryrefslogtreecommitdiffstats
path: root/adb/transport_local.c
Commit message (Collapse)AuthorAgeFilesLines
* Make adb's daemon-port on the host machine configurable.Stefan Hilzinger2010-04-281-2/+2
| | | | | | | | | | | | This is the first CL of a somewhat larger effort which, among other things, will involve changing the emulator and ddms to talk to adb running on a configurable port. The port can be configured using environment variable ANDROID_ADB_SERVER_PORT. Further CLs will also address the set of ports used for the local transport. Change-Id: Ib2f431801f0adcd9f2dd290a28005644a36a780a
* adb: Add "adb disconnect" command for disconnecting TCP/IP devices.Mike Lockwood2009-10-111-0/+1
| | | | | | | Also check that device is not already connected in "adb connect" Change-Id: I5f84b56b63d8c6932f23791cac319fd6bc39d36c Signed-off-by: Mike Lockwood <lockwood@android.com>
* adb: Improved support for running adb over TCP/IPMike Lockwood2009-08-241-9/+10
| | | | | | | | | | Added new commands: adb connect <host>:<port> (to connect to a device via TCP/IP) adb tcpip <port> (to restart adbd on the device to listen on TCP/IP) adb usb (to restart adbd on the device to listen USB) Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+263
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-263/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+262