This app allows you to set your phone’s location anywhere in the world with one click. It is also useful for testing other apps that can track GPS information, without needing to capture a signal.
To ensure that the app runs smoothly, you will need to follow these steps:
1 – You must turn on “Allow Mock Locations” in Development Settings
2 – To avoid receiving fake GPS locations, it is recommended that you change location mode to GPS Only or disable Location Services entirely.
3. Before you start your app, make sure to run Fake GPS.
These commands can be used to aid development:
adb shell am startservice -a com.blogspot.newapphorizons.fakegps.START -e latitude 11.11 -e longitude 32.21
adb shell am startservice -a com.blogspot.newapphorizons.fakegps.UPDATE -e “latitude” 1.11 -e “longitude” 0.21
adb shell am startservice -a com.blogspot.newapphorizons.fakegps.STOP
Please let us know if you discover any bugs.