forked from Hilaver/MockGPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
# MockGPS | ||
|
||
Author:老张 | ||
|
||
修改Android系统的GPS定位,能欺骗部分定位打卡软件 | ||
|
||
__安装包路径: app\release\MockGPS_v1.9.3.181123_beta.apk__ | ||
|
||
需要开启 开发者选项中的位置模拟 | ||
|
||
代码的原理在 https://blog.csdn.net/Hilavergil/article/details/81907548 | ||
|
||
有问题或者bug的话,就发邮件吧 [[email protected]] | ||
|
||
|
||
Version 1.9.4 | ||
|
||
1.修改定位历史的删除逻辑 | ||
2.修改未开启GPS时地图SDK初始化失败的bug | ||
3.优化关键字搜索 | ||
4.添加手动输入经纬度定位(这里使用的是BD09坐标系,可以使用百度地图坐标拾取器获取。国内的经纬度定位基本上没啥事,但是输入国外的经纬度定位好像会有些问题,还不知道为啥) | ||
|
||
Version 1.9.3 | ||
|
||
1.添加搜索历史 | ||
|
||
Version 1.9.2 | ||
|
||
1.优化主页面关键字搜索,从所在城市内的关键字搜索修改为全国范围内的模糊搜索 | ||
|
||
Version 1.9.1 | ||
|
||
1.修改 无网络时定位出错的Bug | ||
|
||
2.修改 无网络时离线地图下载导致进程崩溃的Bug | ||
|
||
|
||
# MockGPS | ||
|
||
Author:老张 | ||
|
||
修改Android系统的GPS定位,能欺骗部分定位打卡软件 | ||
|
||
__安装包路径: app\release\MockGPS_v1.9.4.190219_beta.apk__ | ||
|
||
需要开启 开发者选项中的位置模拟 | ||
|
||
代码的原理在 https://blog.csdn.net/Hilavergil/article/details/81907548 | ||
|
||
有问题或者bug的话,就发邮件吧 [[email protected]] | ||
|
||
|
||
Version 1.9.4 | ||
|
||
1.修改定位历史的删除逻辑 | ||
2.修改未开启GPS时地图SDK初始化失败的bug | ||
3.优化关键字搜索 | ||
4.添加手动输入经纬度定位(这里使用的是BD09坐标系,可以使用百度地图坐标拾取器获取。国内的经纬度定位基本上没啥事,但是输入国外的经纬度定位好像会有些问题,还不知道为啥) | ||
|
||
Version 1.9.3 | ||
|
||
1.添加搜索历史 | ||
|
||
Version 1.9.2 | ||
|
||
1.优化主页面关键字搜索,从所在城市内的关键字搜索修改为全国范围内的模糊搜索 | ||
|
||
Version 1.9.1 | ||
|
||
1.修改 无网络时定位出错的Bug | ||
|
||
2.修改 无网络时离线地图下载导致进程崩溃的Bug | ||
|
||
|