(Tailscale or Local IP, no Shizuku, just Internet, Wireless Debugging port)
Gist structure
<command><output>OK, get started from PowerShell
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS ... >ping 100.xx.x.xx # <--- Replace with your Tailscale IPPinging 100.xx.x.xx with 32 bytes of data:
Reply from 100.xx.x.xx: bytes=32 time=13ms TTL=64
Reply from 100.xx.x.xx: bytes=32 time=29ms TTL=64
Reply from 100.xx.x.xx: bytes=32 time=6ms TTL=64
Reply from 100.xx.x.xx: bytes=32 time=6ms TTL=64
Ping statistics for 100.xx.x.xx:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 29ms, Average = 13msadb connect 100.xx.x.xx:<port> # example adb connect 100.xx.x.xx:<port>connected to 100.xx.x.xx:<port>adb devicesList of devices attached
100.xx.x.xx:<port> device
adb-xxx._adb-tls-connect._tcp device*: Unless the device rebooted
- Directly run in Termux (if Shizuku granted)
- Through PC connected
adb(Powershell)- Through another Termux connected
adb
- Termux (if Shizuku granted)
- Powershell:
adb -s 100.xx.x.xx tcpip 5555adb connect 100.xx.x.xx:5555connected to 100.xx.x.xx:5555Now, we're done! Any trouble, go back from here
PS ... >