I am familiar with USB Mass Storage mode . How exactly is USB Debug mode different from it ?
|
An Android device in "Mass Storage" mode behaves just like a USB flash drive: It presents itself as an block device that can be mounted (i.e "used") by the host PC. Just like an USB stick does. Additionally "USB Debug Mode" can be enabled, which creates a new USB endpoint for the Android Debug Bridge ( |
|||||||
|
|
USB Debug Mode is used by developers to test their apps. If they connect using USB Debug Mode, they will get debug information about how their app is working on the device. |
|||
|
|
