Replies: 2 comments 3 replies
-
I would like to achieve the following effect: using webadb to connect on one computer, then using the |
Beta Was this translation helpful? Give feedback.
-
Otherwise, you need to re-implement it yourself, by listening at |
Beta Was this translation helpful? Give feedback.
-
I am using ya-webadb and need some guidance on how to set two TCP parameters using
adb.createSocket("tcp:1234")
.Specifically, I would like to achieve the same effect as running the command
adb forward tcp:6666 tcp:7777
from the command line.How should this effect be achieved?🥺🥺
Beta Was this translation helpful? Give feedback.
All reactions