System
ADB Debugging
Package Manager
Logcat
Wireless
File Manager
ScreenShot
Network
logcat
This command is used to list all forward socket connections and is aldo used for port forwarding
abd forward tcp:6123 tcp:7123
Forwards the Computer Port 6123 to Android Device Port 7123
abd forward tcp:6123 tcp:7123
adb forward --list
adb forward --list
Frequently Asked Questions
It is a command used to list all forward sockets and port forwarding.
The adb forward --list command is used to list all forward sockets whereas the adb forward tcp:6123 tcp:7123 is used for forwarding computer port 6123 to Android port 7123
The adb forward command works by starting the Daemon if not already started and then displays the forward sockets or forwards the port depending on the use case of the command.
If you can't see any results for the adb forward --list command, it is probably because you don't have any forward socket connections to show.