一、前置条件
需要root termux mt文件管理器终端模拟器
二、termux
su
setprop service.adb.tcp.port 5555
setprop service.adb.listen.all true
stop adbd
start adbd
netstat -tnlp | grep 5555
三、mt文件管理器
adb connect 127.0.0.1:5555
需要root termux mt文件管理器终端模拟器
二、termux
su
setprop service.adb.tcp.port 5555
setprop service.adb.listen.all true
stop adbd
start adbd
netstat -tnlp | grep 5555
三、mt文件管理器
adb connect 127.0.0.1:5555