diff options
author | Benoit Goby <benoit@android.com> | 2013-02-20 15:04:53 -0800 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2013-04-24 21:31:45 -0700 |
commit | 9470c2f1ab555311633d52e5ed8303a813061cdf (patch) | |
tree | a37585e3fa59304b3c42e0515773b8bdfa57459d /adb/SERVICES.TXT | |
parent | 49edc0acf8c78171751676af0f530d9529987075 (diff) | |
download | system_core-9470c2f1ab555311633d52e5ed8303a813061cdf.tar.gz system_core-9470c2f1ab555311633d52e5ed8303a813061cdf.tar.bz2 system_core-9470c2f1ab555311633d52e5ed8303a813061cdf.zip |
adb: Cleanup dead code
dns_service is unused and recover_service has been replaced by adb
sideload
Change-Id: Ie90000d7f672e8299ee1622a9690c7371b214dc1
Diffstat (limited to 'adb/SERVICES.TXT')
-rw-r--r-- | adb/SERVICES.TXT | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/adb/SERVICES.TXT b/adb/SERVICES.TXT index b53bc444c..5966686de 100644 --- a/adb/SERVICES.TXT +++ b/adb/SERVICES.TXT @@ -225,27 +225,6 @@ framebuffer: If the adbd daemon doesn't have sufficient privileges to open the framebuffer device, the connection is simply closed immediately. -dns:<server-name> - This service is an exception because it only runs within the ADB server. - It is used to implement USB networking, i.e. to provide a network connection - to the device through the host machine (note: this is the exact opposite of - network tethering). - - It is used to perform a gethostbyname(<address>) on the host and return - the corresponding IP address as a 4-byte string. - -recover:<size> - This service is used to upload a recovery image to the device. <size> - must be a number corresponding to the size of the file. The service works - by: - - - creating a file named /tmp/update - - reading 'size' bytes from the client and writing them to /tmp/update - - when everything is read successfully, create a file named /tmp/update.start - - This service can only work when the device is in recovery mode. Otherwise, - the /tmp directory doesn't exist and the connection will be closed immediately. - jdwp:<pid> Connects to the JDWP thread running in the VM of process <pid>. |