amotzte / android-mock-location-for-development

allows to change mock location from command line on real devices
74 stars 24 forks source link

This app allows you to change mock location from terminal using adb in order to test GPS on real devices.

Usage:

adb [-s <specific device>] shell am broadcast -a send.mock [-e lat<latitude>] [-e lon <longitude>]
        [-e alt <altitude>] [-e accurate <accurate>]
adb  shell am broadcast -a stop.mock

Example:

adb  shell am broadcast -a send.mock -e lat 15.3 -e lon 99