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

Fastboot Variables Inspector

The Variables tool queries and displays hardware variables and configuration parameters from the bootloader (equivalent to running fastboot getvar all).

Viewing Variables

  1. Connect the target device in Fastboot mode via USB OTG.
  2. In Dioxamine, navigate to Fastboot > Actions > Variables.
  3. Dioxamine will send the getvar all command and present a list of all exposed variables.

Common Fastboot Variables

VariableDescription
productHardware codename of the target device (e.g. husky, taro, marlin).
current-slotActive A/B boot partition slot (a or b).
slot-countNumber of partition slots supported by the device (2 for A/B devices, 1 for legacy A-only).
unlockedCurrent bootloader state (yes = unlocked, no = locked).
secureIndicates if Secure Boot is active.
battery-voltageCurrent battery voltage in millivolts (useful if device battery is depleted).
max-download-sizeMaximum packet size the bootloader accepts during image flashing in bytes.
version-bootloaderInternal bootloader firmware version string.
version-basebandCellular modem / baseband firmware version string.

UI Controls

  • Refresh (Top Right): Tap the refresh button to re-query the variables from the target device.
  • Copy: Long press on any variable to copy its key and value to your clipboard.