Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Device Information

The Device Information tool provides an instant diagnostic summary of the target device’s hardware, software version, and real-time operating metrics.

Accessing Device Information

  1. Open the ADB tab in Dioxamine.
  2. Select Built-in Actions sub-tab.
  3. Tap on the Device Information tile.

Displayed Metrics

When opened, Dioxamine queries the target device sequentially and displays the following information cards:

CardDescriptionCommand Executed
Device ModelManufacturer marketing name and hardware model numbergetprop ro.product.model
Android VersionOS release version (for example: Android 13, Android 14)getprop ro.build.version.release
Battery InfoReal-time battery charge level, status, temperature, and healthdumpsys battery
Serial NumberTarget device unique serial identifiergetprop ro.serialno
CPU InfoProcessor architecture, core count, and hardware chipsetcat /proc/cpuinfo
UptimeHow long the device has been powered on since the last rebootcat /proc/uptime
Screen ResolutionCurrent display resolution and physical display dimensionswm size
Installed PackagesTotal count of packages currently installed on the targetpm list packages | wc -l

UI Controls

  • Refresh Button (Top Right): Tap the refresh icon in the top app bar to re-query all metrics sequentially from the device.
  • Copying Text: You can long-press and select text within any output card to copy details to your clipboard.