adb-drivers

How to establish adb connection over USB between two PCs [closed]

我是研究僧i 提交于 2019-11-30 08:55:41
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . Summary (What we've done, what we've tried): Basically, the aim is to establish an adb protocol via usb between two linux computers by using adb source codes. Envinronment is Ubuntu 16.0.4. There's android-tools-adbd (adb daemon) package ready for use in the pool with its source

How to establish adb connection over USB between two PCs [closed]

…衆ロ難τιáo~ 提交于 2019-11-29 09:20:26
Summary (What we've done, what we've tried): Basically, the aim is to establish an adb protocol via usb between two linux computers by using adb source codes. Envinronment is Ubuntu 16.0.4. There's android-tools-adbd (adb daemon) package ready for use in the pool with its source available. There is also a source on this link (adbd) compilable with gcc option -stc=c++14 which is supported in 16.0.4 by default (or gcc 5.2 ). We are able to build the package from source or use already-built one successfully by using adb connect (TCP/IP dependent). There's no problem on adb connection via TCP/IP