USB Device Info

  • Android
  • November 15, 2021
  • 0

Alexandros Schillings

Android 3.1 introduced USB host mode which allows the user to plug USB devices to your Android tablet in the same way as a Desktop PC and extend its functionality if the tablet has the correct drivers of course.

This application will provide information about almost all currently plugged in USB devices

Information includes

The Device class

The USB device path

The Vendor ID VID and the Product ID PID.

A List of all interfaces and their endpoints.

If you download the accompanying databases, the application will also be able to provide you with additional info such as the Vendor of the device (which is not necessarily the brand!), the vendor’s logo and the product name.

This application uses two different methods to collect information:

Android mode will use the native android USB API.

Linux mode will parse

Each mode (Android/Linux) will provide slightly different information. For example Android mode will give you more information about a device’s endpoints and interfaces, while Linux mode will give more information about the device itself serial number, how it identifies itself, etc.

Device Subclass resolution will be added in the next version.

I wrote this application as an exercise to explore fragments and the new USB host API. Hopefully it will be useful to someone else.

Available on Google Play Store for Android

Tag:
Share:

USB OTG File Explorer File Manager

USB Host Test