Closed binhpro2k5 closed 4 years ago
Termux does not require any rooting in the slightest
Just to use it for local device you have to enable adb over tcp (from another device, adb tcp 5555
)
It works with usb connected device without doing anything
@tutacat, could you please explain how we can connect local device in more details? I tried it as follows:
adb tcpip 5555
command on Host PCadb connect localhost:5555
command via Termux on my deviceSelf answer: Ah, okay. It works well. I was confusing with another device. Thanks!
Should work with localhost, adb doesn't actually take the :port
bit of an address, just uses the default (port 5555)
Can I use this tool without root and magisk?
Sure, you can.
Can I use this tool without root and magisk?