Skip to content

liquid36/android-geolocation-simulator

Repository files navigation

Android Geolocation Simulator

A NodeJS server that push locations to the android emulator.

Get started

npm install
npm start

That is it! Just browse to http://localhost:3000

Click on the map, an voila! The android emulator has changed his location.

Configuration

By defualt, the server use localhost:5554 address to connect with the android emulator. However, it's necesary to set the auth token in order to speak with the adb shell. Automatically, the server look at $HOME/.emulator_console_auth_token, but you can set some command lines argument to configurate the server:

	node bin/simulator --host=emulator_host --port=emulator_port --auth=mulator_auth_code 

Mode

  • Simple Mode: Click on map and server push location to emulator.

Simple Mode

  • Path Mode: Click several locations on map, then press play and you can see how your location will change following the path create.

Path Mode

About

An nodeJS server to push Locations to an android emulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published