This repository was archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Adb putty enhancement - support for multi-devices #38
Comments
You can simply fork the repo here on github, commit and push your changes to your fork, and then open a pull request. This is the preferred github way. :) Also you should check out the help section: http://help.github.com/fork-a-repo/ |
Thanks. :) The pull request of this basic patch is sent. |
just reopen here for tracking todo list. :) |
FauxFaux
pushed a commit
that referenced
this issue
May 19, 2012
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
Looks okay to me, but I still have no way to test it. Merged, thanks. |
FauxFaux
pushed a commit
that referenced
this issue
Oct 4, 2012
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
Closed
FauxFaux
pushed a commit
that referenced
this issue
Oct 25, 2012
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Nov 22, 2012
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Jan 12, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Feb 8, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Mar 19, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Apr 13, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Jun 1, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Jul 13, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Jul 14, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Aug 6, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Aug 7, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
FauxFaux
pushed a commit
that referenced
this issue
Aug 11, 2013
To connect a specific device, input device ID in host name To connect the default device, input a colon(:) in host name
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The original adb putty doesn't support for multi-devices, because any string after ':' are recognized as port number by putty, so that even if "transport:" is specified, only "transport" is forwarded to adb_init().
So I changed adb.c a little to make it work.
here is the code snip used to replace original part in adb_init()
_After applying with this patch, one can open adb shell over a specific device by inputing the device ID listed out by "adb devices" into the "Host Name" (Where you may want to change it to "Device ID" when adb is selected)._
_To open the default device (when only 1 device connected), just input a ':' into "Host Name"_
TODO List:
BTW,
I'm willing to accomplish those in TODO list by myself, so could you give me write access to this or simple instructions for how to commit here? I'm quite unfamiliar with github.
The text was updated successfully, but these errors were encountered: