Fake GPS v5.2.0 [Pro] APK

    0
    567
    • Version v1.7 APK
    • Download 59
    • File Size 50.1 KB
    • Create Date December 31, 2022
    • Download

    The following information is required to ensure the app works smoothly1 1. It's required that you enable "Allow Mock Locations" on the Development Settings
    2. Don't forget to deactivate the "Use wireless networks" options in the Location settings to avoid a situation where you'll continue to receive fake GPS locations even after you've stopped fake GPS.
    3. Check that you have test Fake GPS first before running your application.

    To aid in development, you can make use of these commands from in 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