I'd like to find out various bits of information on an Android device's current status via ADB. Can it be done, and - if so - how?
Try this: adb shell dumpsys battery
adb shell dumpsys battery
It gives all the battery details.