Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for getting device data #362

Open
upintheairsheep opened this issue Jan 15, 2022 · 1 comment
Open

Support for getting device data #362

upintheairsheep opened this issue Jan 15, 2022 · 1 comment
Labels
domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority type:enhancement New feature or request

Comments

@upintheairsheep
Copy link
Contributor

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'

@upintheairsheep
Copy link
Contributor Author

the output can both be viewed or exported to .txt

@yume-chan yume-chan added domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority type:enhancement New feature or request labels Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: binary-wrapper Programmatic wrapper around native Android executables. Low Priority type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants