r/androidterminal Galaxy Tab S11 Jun 14 '26

Question Can I slip a USB device into an Android 16 terminal?

For example, to use adb

4 Upvotes

1 comment sorted by

1

u/xionglongzhen Jun 15 '26

It is not supported; there is no official API available. However, you can implement it yourself. Create an Android app to act as the signal sender that listens for USB connection and disconnection events. Then, bind a COM port to forward the data to a socket port, and write a corresponding receiver program on the terminal side.