
adb-reverse
List of commands for adb-reverse:
-
adb-reverse:tldr:a6a98 adb-reverse: Remove a reverse socket connections from an emulator or device.$ adb reverse --remove tcp:${remote_port}try on your machineexplain this command
-
adb-reverse:tldr:cc517 adb-reverse: List all reverse socket connections from emulators and devices.$ adb reverse --listtry on your machineexplain this command
-
adb-reverse:tldr:d62c8 adb-reverse: Reverse a TCP port from an emulator or device to localhost.$ adb reverse tcp:${remote_port} tcp:${local_port}try on your machineexplain this command
-
adb-reverse:tldr:db8dc adb-reverse: Remove all reverse socket connections from all emulators and devices.$ adb reverse --remove-alltry on your machineexplain this command