How does ADB in Android talks to device over USB? -


If I disable access to USB devices via USB, MSC or UMS, MTP, and PPT. Can I still debug and debug Android devices using ADB?

For security reasons I may have to close UMS, PPT, and MTP.

Does anybody know that Android works with ADB USB? What protocol does it use? Need to mount the device?

ADB for UMS / PTP / MTP ADB Bilateral handles all by itself.


Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -