Hey,
I'm using your app which is great!
But, I want to perform port forwarding through a pc which is connected to my android device via adb connect, I want to write some script which will automatically perform port forwarding given a known target, protocol, ports and etc.
How can I do it? maybe modify your app, maybe using adb shell commands?
Basically I have a device which is connected via usb to my android and I want to ssh to it so I need to do port forward to it.
How do I search for the IP of my tethered device via adb?
Hey, I'm using your app which is great! But, I want to perform port forwarding through a pc which is connected to my android device via adb connect, I want to write some script which will automatically perform port forwarding given a known target, protocol, ports and etc.
Basically I have a device which is connected via usb to my android and I want to ssh to it so I need to do port forward to it.