Is it possible to query device state (ie. battery charge remaining) via ADB shell command? August 6, 2023 by Tarik Try this: adb shell dumpsys battery It gives all the battery details.