spiriou/microADB

Add linux support?

Closed this issue · 5 comments

I had test the master branch that adb push/pull can work fine, but adb shell doesn't work due to lack support.

Is there has a version that can support linux platform, or any plan?

Hi @qianfan-Zhao yes shell support for linux should be available soon

Hi @qianfan-Zhao adb shell implementation for linux is currently in PR #2 under testing before merge. Your feedback could be useful.

It's greate that the microADB can support linux now. I had test this on my ubuntu desktop, adb wifi can work fine.

Any idea that move adb into usb serialport?

adb client only supports TCP and USB (adb custom driver) so usb serialport is not a supported usecase from adb client perspective. You would need to use an ADB USB driver instead of usb serialport on your device, such as:

adb client only supports TCP and USB (adb custom driver)

Now USB supported custom driver only and any plan to implement the usb functionfs version?