Introduction to Fake GPS
GPS – can display your location in the Global Positioning System, Google Maps, social networking applications, or any application that requires location. GPS is a great way to monitor vehicle routes in real-time. GPS is also an address for friends and relatives to locate your exact location when needed, and GPS is also needed in many other situations.
There are also cases where you will need to fake GPS to temporarily “fake” your geographic location.
Set your phone location to anywhere in the world with just one click, if you need to develop or test other apps ability to track GPS information without the need to catch a GPS signal then this app is for you.
What is fake GPS?
Fake GPS is an app that helps to simulate the current location and generate a fake GPS address for the user. With just a few simple touches, Fake GPS will instantly change your location to a completely different location.
You can use fake GPS to prank only relatives and friends. It is very convenient to “hide” from tracking GPS-integrated applications. Or you can change GPS to catch Pokemon while playing Pokemon Go.
The following is needed to make sure the app runs smoothly:
1 – It is needed that you turn on “Allow Mock Locations” on Development Settings
2 – It is recommend that you switch location mode to “GPS Only” or disable Location Services altogether to avoid receiving cached mock locations after stopping Fake GPS, if this happens check our help section inside the app.
3. Make sure you run Fake GPS first before running your app.
To help development you can use the following commands from the command line:
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
If you find any bugs – please feel free to contact us