Launching today

Route Spoofer
Mock GPS routes on Android — no root, no ADB, no code
5 followers
Mock GPS routes on Android — no root, no ADB, no code
5 followers
Route Spoofer plays a route back as real GPS on your Android device. Tap points on a map, pick a speed, hit GO — every app on the phone sees you moving along that path. Built for developers and QA engineers testing location features: delivery tracking, geofences, ride-hailing, fitness apps. No ADB commands, no root. Save and reuse routes, export them as JSON to share with your team, and run everything offline. Free, open source (MIT), no ads, no account. Android 6+, 8 languages.








Saved a route from my morning run, exported it as JSON, and replayed it in a ride-hailing app to test pickup pins. No ADB fuss and everything worked offline, which is honestly more than I expected.
@rmeysagenaylpi That's exactly the workflow I hoped people would find — a route saved from real movement, exported, and replayed somewhere else entirely. Thanks for putting it through a real test and taking the time to write it up.
This looks really useful for QA work without the usual root hassle. One thing that would make it even better is adding a playback scheduling option, like setting a start time in the future or looping a route automatically every X minutes. That way you could test time-based geofence triggers or simulate a driver running the same delivery loop without manually hitting go each time.