🐧운영체제/Android & ios
안드로이드 - ADB 사용자 마지막 위치 가져오기
Janger
2023. 9. 1. 15:25
728x90
명령어
adb shell dumpsys location > dumpsys.txt
편집기에서 Ctrl + F(페이지 찾기) > "last location=Location[network " 검색 > 마지막 위치(위도, 경도) 추출
출처:
A way to get location coordinates from command line
I'm looking for a command line, or a series of commands that can dump or list the latitude and longitude on a rooted device. I connect to a device using ADB shell. A way that will cause the coordi...
android.stackexchange.com
728x90