You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran below command to run adb on Samsung device (there was an issue about adb on samsung device) export ADB_SERVER_SOCKET=localfilesystem:$(pwd)/adb_socket
The text was updated successfully, but these errors were encountered:
Describe the bug
adb reverse command does not work without any error.
To Reproduce
Steps to reproduce the behavior:
run the commands on termux:
termux-adb reverse tcp:22222 tcp:22222
nc -l -p 22222
open web browser from connected android device and go to http://localhost:2222
or run
nc localhost 22222
on termux of connected android deviceExpected behavior
nc -l -p 22222
should output any data receiving from connected android device, but it does not.Screenshots
termux-adb:
connected device:
Smartphone (please complete the following information):
Attach output of the following commands
RUST_LOG=debug ./termux-adb
(run with debug logs enabled)pkg show android-tools
(show package info)adb version
(show adb version)Attach contents of the following files (after running with debug logs enabled)
/data/data/com.termux/files/usr/tmp/adb.10233.log
/data/data/com.termux/files/usr/tmp/termux-adb.10233.log
adb.10600.log
Additional context
I ran below command to run adb on Samsung device (there was an issue about adb on samsung device)
export ADB_SERVER_SOCKET=localfilesystem:$(pwd)/adb_socket
The text was updated successfully, but these errors were encountered: