This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
/
index.html
64 lines (36 loc) · 2.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="keywords" content="FakeLocation,Fake Location,虚拟定位,位置模拟"/>
<title>Fake Location —— 虚拟定位</title>
</head>
<body>
<h1>Fake Location</h1>
<p> <a href="https://github.com/Lerist/fakelocation.github.io/releases/">APK下载</a> | <a href="https://github.com/Lerist/fakelocation.github.io/blob/master/FAQ/zh/FAQ.md">常见问题&使用技巧</a> | <a href="https://t.me/fakelocation">Telegram 交流群</a></p>
<h2>简介</h2>
<p>这是一款为开发人员设计的位置模拟软件,其中大部分功能需要ROOT权限的支持。</p>
<p>软件特色:</p>
<p>• 以ROOT环境运行,模拟成功率高;当然也支持免ROOT运行(NOROOT模式只对极少数应用有效)</p>
<p>• 支持 Android P/Q</p>
<p>• 支持以摇杆方式移动位置</p>
<p>• 支持根据当前手机朝向动态调整位置移动方向</p>
<p>• 支持模拟多级位置移动速度:步行、跑步、骑车、驾车、飞机以及自定义(点击速度值进行自定义输入)</p>
<p>• 支持基站模拟,自动搜索目标位置附近的基站</p>
<p>• 支持路线模拟</p>
<p>• 支持步频模拟(可累计计步器步数,如:微信运动步数、支付宝步数等)</p>
<p>• 支持WIFI模拟</p>
<p>• 支持独立模拟</p>
<p>• 支持GPS信号模拟</p>
<p>• 支持反检测</p>
<p>• 支持隐藏ROOT</p>
<p>• 支持位置更新频率设置(可根据应用场景调整,比如社交等APP建议设置为100毫秒,部分游戏建议设置为1000毫秒)</p>
<p>• 支持位置快速切换</p>
<p>• 支持保存当前位置,便于快速返回</p>
<p><strong>注:</strong> ROOT模式下的功能不保证适用于所有机型,发现问题可以通过<a href="https://github.com/Lerist/fakelocation.github.io/issues">Issues</a>或<a href="mailto:[email protected]">邮件</a>反馈给我</p>
<h2>免责声明</h2>
<p>本程序仅供开发人员调试使用,严禁用于<strong>违法行为</strong>,使用此程序所造成的一切后果由用户自行承担!</p>
<h2>反馈/联系开发者</h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>