Skip to content

Xposed-based motion simulator with sensor support.

License

Notifications You must be signed in to change notification settings

1582421598/MotionEmulator

 
 

Repository files navigation

This project is under active development

MotionEmulator

English Version | 中文文档

Android motion simulator with sensor support.

Scenarios

If you study in universities in China, there'll be no necessity to explain it.

Despite how hard the faculty tries to make us take an after-dinner sunny long run every three days, we always want to create something innovative to make the life a little bit easier.

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, like the one revolves around the mainland, probably using polyline
  • Set time limit and repeat count
  • Make more time

Build Instructions

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

This app contains sdk from Amap, thus api keys are required. Obtain them from here and create a xml file under app/src/main/res/values

cd app/src/main/res/values
touch amap.xml
## Android SDK ##
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" >> amap.xml
echo "<resources><string name=\"amap_api_key\" translatable=\"false\">$android_sdk_key</dimen></resources>" >> amap.xml
## REST API ##
echo $rest_api >> 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.

About

Xposed-based motion simulator with sensor support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%