rentgendroid/android/conf/get_location.sh
Andrii Dokhniak 8d528f294a upd
2025-06-09 16:16:14 +02:00

3 lines
102 B
Bash

#!/bin/bash
adb shell dumpsys location | grep 'last location=' | head -n 1 | awk -F' ' '{ print $3 }'