Skip to content

Xposed-based motion simulator with sensor support.

License

Notifications You must be signed in to change notification settings

sudami/MotionEmulator

 
 

Repository files navigation

MotionEmulator

English Version | 中文文档

Motion Emulator is an Xposed module that allows you to mock location and sensor data, but in a continuous manner.

Scenarios

Trick your fitness app or your favourite game. Make you king of the world

Usage

  • Pick up your phone and turn on the motion recorder
  • Take a one-hundred-meter speed run and press STOP
  • Draw the path you desire to be running on
  • Set velocity and repeat count
  • Make more time

Adding salt

Now for each emulation, the path to run on is exactly the same

To reverse the behavior to make it not so sus

  • Turn to the Manage page and navigate to the trace
  • Add some Random Factor, saying x
  • Add some salt, like Rotation
  • Expand the salt you've just added, and put in some mathematics expression involving x as you like

Note: knowledge of linear algebra may be needed

For users whose targeting location is in China mainland

Due to mapping restrictions, ensure that coordinate system of the pending trace in Manage -> Trace page is set to GCJ02

If you are curious, go ahead to Restrictions on geographic data in China

Build Instructions

Build and maintain this project with Android Studio or Intellij IDEA.

This app contains sdk from Amap and Google Maps, thus api keys are required. Obtain them from here and here

echo amap.web.key="<Your Key>" >> local.properties
echo AMAP_SDK_KEY="<Your Key>" >> local.properties
echo GCP_MAPS_KEY="<Your Key>" >> local.properties

License

Copyright 2022 zhufucdev

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Special Thanks

About

Xposed-based motion simulator with sensor support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%