Support for getting device data #362
Labels
domain: binary-wrapper
Programmatic wrapper around native Android executables. Low Priority
type:enhancement
New feature or request
Get state - adb get-statе
Get cereal number - adb get-serialno
Get IMEI - adb shell dumpsys iphonesybinfo (when I see this command, my eye shifts to the text “iphone”. Are you the same?)
Get TCP connectivity stuff - adb shell netstat
Get current directory - adb shell pwd
Get Battery status and info -adb shell dumpsys battery
List device features - adb shell pm list features
List services - adb shell service list
Get activity info/information - adb shell dumpsys activity /
Print Process status - adb shell ps
Get Screen resolution - adb shell wm size
Get activity of current app - dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'
The text was updated successfully, but these errors were encountered: