MotionEmulator

所属分类:hotest
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2023-08-03 01:07:40
上 传 者sh-1993
说明:  具有传感器支持的基于Xpose的位置模拟器。,
(Xposed-based location simulator with sensor support.,)

文件列表:
.idea/ (0, 2023-11-05)
.idea/androidTestResultsUserPreferences.xml (4352, 2023-11-05)
.idea/appInsightsSettings.xml (1003, 2023-11-05)
.idea/codeStyles/ (0, 2023-11-05)
.idea/codeStyles/Project.xml (381, 2023-11-05)
.idea/codeStyles/codeStyleConfig.xml (142, 2023-11-05)
.idea/compiler.xml (1090, 2023-11-05)
.idea/deploymentTargetDropDown.xml (725, 2023-11-05)
.idea/dictionaries/ (0, 2023-11-05)
.idea/dictionaries/zhufu.xml (209, 2023-11-05)
.idea/gradle.xml (1592, 2023-11-05)
.idea/inspectionProfiles/ (0, 2023-11-05)
.idea/inspectionProfiles/Project_Default.xml (3947, 2023-11-05)
.idea/kotlinc.xml (175, 2023-11-05)
.idea/migrations.xml (254, 2023-11-05)
.idea/misc.xml (2741, 2023-11-05)
.idea/uiDesigner.xml (8792, 2023-11-05)
.idea/vcs.xml (180, 2023-11-05)
LICENSE (11356, 2023-11-05)
api/ (0, 2023-11-05)
api/build.gradle.kts (587, 2023-11-05)
api/src/ (0, 2023-11-05)
api/src/main/ (0, 2023-11-05)
api/src/main/java/ (0, 2023-11-05)
api/src/main/java/com/ (0, 2023-11-05)
api/src/main/java/com/zhufucdev/ (0, 2023-11-05)
api/src/main/java/com/zhufucdev/api/ (0, 2023-11-05)
api/src/main/java/com/zhufucdev/api/Extension.kt (1738, 2023-11-05)
api/src/main/java/com/zhufucdev/api/ProductQuery.kt (295, 2023-11-05)
api/src/main/java/com/zhufucdev/api/ReleaseAsset.kt (175, 2023-11-05)
app/ (0, 2023-11-05)
app/build.gradle.kts (6050, 2023-11-05)
app/proguard-rules.pro (815, 2023-11-05)
app/src/ (0, 2023-11-05)
... ...

# MotionEmulator English Version | [中文文档](https://github.com/zhufucdev/MotionEmulator/blob/master/README_zh.md) Motion Emulator is an application platform that allows you to mock location and sensor data using different methods, including Xposed and debugging options. ## Scenarios Trick your fitness app or your favourite game. Make you king of the world. ## Usage To learn about the latest software and its tricks, refer to [Steve's Blog](https://github.com/zhufucdev/MotionEmulator/blob/master/https://zhufucdev.com/article/RTyhZArsyD2JKPbdHEviU). ## Build Instructions Build and maintain this project with the latest Android Studio Canary (currently Hedgehog | 2023.1.1 Canary 15) because this project is pretty radical. This app contains sdk from Amap and Google Maps, thus **api keys** are required. Obtain them from [here](https://github.com/zhufucdev/MotionEmulator/blob/master/https://console.amap.com/dev/key/app) [and here](https://github.com/zhufucdev/MotionEmulator/blob/master/https://developers.google.com/maps/documentation/android-sdk/start) ```shell echo amap.web.key="" >> local.properties echo AMAP_SDK_KEY="" >> local.properties echo GCP_MAPS_KEY="" >> local.properties ``` My own service is involved to provide online features like self update, which is optional and shouldn't be included in unofficial builds. However, it is still possible to build with your own service. ```shell cd app echo SERVER_URI="" >> server.properties echo PRODUCT="" >> server.properties cd ../mock_location_plugin echo SERVER_URI="" >> server.properties echo PRODUCT="" >> server.properties ``` The `SERVER_URI` is supposed to be an HTTP/HTTPS RESTful that implements a certain protocol. You can get an example by [looking at my codebase](https://github.com/zhufucdev/MotionEmulator/blob/master/https://github.com/zhufucdev/api.zhufucdev). By the way, in case you are not familiar with Android dev, fill in your own SDK like so: ```shell echo sdk.dir= >> local.properties ``` ## License ``` Copyright 2022-2023 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 - [wandergis/coordtransform](https://github.com/zhufucdev/MotionEmulator/blob/master/https://github.com/wandergis/coordtransform) for its map coordinate fixing algorithm

近期下载者

相关文件


收藏者