• 大小: 3.63M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-22
  • 语言: Java
  • 标签: GPS  

资源简介

android模拟位置程序,俗称GPS欺骗,只能修改采用GPS定位的软件。 手机定位方式目前有4种:基站定位,WIFI定位,GPS定位,AGPS定位,本方法,只能修改采用GPS定位方式。如果想要修改其他方式,目前研究思路采用root方式,然后进行线程注入,然后修改定位数据能实现,具体代码,还在研究中。

重要说明

运行之前

  • 请先打开android手机-设置-开发者选项-允许模拟位置,打钩。
  • 修改定位方法成仅限GPS,三星设置:设置-位置-模式-仅限GPS。
  • 修改AndroidManifest.xml中的,使用你自己的百度地图key,申请地址:http://lbsyun.baidu.com/apiconsole/key

资源截图

代码片段和文件信息

package com.aslan.simulategps;

import android.app.Application;

import com.baidu.mapapi.SDKInitializer;

public class AppApplication extends Application {

@Override
public void onCreate() {
super.onCreate();
// 在使用 SDK 各组间之前初始化 context 信息,传入 ApplicationContext
SDKInitializer.initialize(this);
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-09 05:05  SimulateGps-master\
     文件         952  2015-12-09 05:05  SimulateGps-master\README.md
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\
     文件         539  2015-12-09 05:05  SimulateGps-master\SimulateGps\.classpath
     文件         847  2015-12-09 05:05  SimulateGps-master\SimulateGps\.project
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\.settings\
     文件         177  2015-12-09 05:05  SimulateGps-master\SimulateGps\.settings\org.eclipse.jdt.core.prefs
     文件        1917  2015-12-09 05:05  SimulateGps-master\SimulateGps\AndroidManifest.xml
     文件       51394  2015-12-09 05:05  SimulateGps-master\SimulateGps\ic_launcher-web.png
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\libs\
     文件     1032546  2015-12-09 05:05  SimulateGps-master\SimulateGps\libs\BaiduLBS_Android.jar
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\libs\armeabi\
     文件     1140028  2015-12-09 05:05  SimulateGps-master\SimulateGps\libs\armeabi\libBaiduMapSDK_v3_2_0_15.so
     文件       34648  2015-12-09 05:05  SimulateGps-master\SimulateGps\libs\armeabi\liblocSDK5.so
     文件          53  2015-12-09 05:05  SimulateGps-master\SimulateGps\lint.xml
     文件         781  2015-12-09 05:05  SimulateGps-master\SimulateGps\proguard-project.txt
     文件         604  2015-12-09 05:05  SimulateGps-master\SimulateGps\project.properties
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-hdpi\
     文件        7658  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-hdpi\ic_launcher.png
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-mdpi\
     文件        3777  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-mdpi\ic_launcher.png
     文件        4423  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-mdpi\icon_gcoding.png
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-xhdpi\
     文件       12516  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-xhdpi\ic_launcher.png
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-xxhdpi\
     文件       24777  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\drawable-xxhdpi\ic_launcher.png
     目录           0  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\layout\
     文件        1384  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\layout\activity_about.xml
     文件        1361  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\layout\activity_main.xml
     文件         733  2015-12-09 05:05  SimulateGps-master\SimulateGps\res\layout\dialog_customprogress.xml
............此处省略534个文件信息

评论

共有 条评论