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