android模拟位置程序,俗称GPS欺骗,只能修改采用GPS定位的软件。 手机定位方式目前有4种:基站定位,WIFI定位,GPS定位,AGPS定位,本方法,只能修改采用GPS定位方式。如果想要修改其他方式,目前研究思路采用root方式,然后进行线程注入,然后修改定位数据能实现,具体代码,还在研究中。
重要说明
运行之前
- 请先打开android手机-设置-开发者选项-允许模拟位置,打钩。
- 修改定位方法成仅限GPS,三星设置:设置-位置-模式-仅限GPS。
- 修改AndroidManifest.xml中的,使用你自己的百度地图key,申请地址:http://lbsyun.baidu.com/apiconsole/key
资源文件列表
SimulateGps-master/README.md , 952
SimulateGps-master/SimulateGps/.classpath , 539
SimulateGps-master/SimulateGps/.project , 847
SimulateGps-master/SimulateGps/.settings/org.eclipse.jdt.core.prefs , 177
SimulateGps-master/SimulateGps/AndroidManifest.xml , 1917
SimulateGps-master/SimulateGps/ic_launcher-web.png , 51394
SimulateGps-master/SimulateGps/libs/BaiduLBS_Android.jar , 1032546
SimulateGps-master/SimulateGps/libs/armeabi/libBaiduMapSDK_v3_2_0_15.so , 1140028
SimulateGps-master/SimulateGps/libs/armeabi/liblocSDK5.so , 34648
SimulateGps-master/SimulateGps/lint.xml , 53
SimulateGps-master/SimulateGps/proguard-project.txt , 781
SimulateGps-master/SimulateGps/project.properties , 604
SimulateGps-master/SimulateGps/res/drawable-hdpi/ic_launcher.png , 7658
SimulateGps-master/SimulateGps/res/drawable-mdpi/ic_launcher.png , 3777
SimulateGps-master/SimulateGps/res/drawable-mdpi/icon_gcoding.png , 4423
SimulateGps-master/SimulateGps/res/drawable-xhdpi/ic_launcher.png , 12516
SimulateGps-master/SimulateGps/res/drawable-xxhdpi/ic_launcher.png , 24777
SimulateGps-master/SimulateGps/res/layout/activity_about.xml , 1384
SimulateGps-master/SimulateGps/res/layout/activity_main.xml , 1361
SimulateGps-master/SimulateGps/res/layout/dialog_customprogress.xml , 733
SimulateGps-master/SimulateGps/res/menu/menu_main.xml , 328
SimulateGps-master/SimulateGps/res/values/dimens.xml , 220
SimulateGps-master/SimulateGps/res/values/strings.xml , 120
SimulateGps-master/SimulateGps/res/values/styles.xml , 1343
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/AppApplication.java , 356
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/activity/AboutActivity.java , 998
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/activity/MainActivity.java , 11164
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/base/BaseActivity.java , 2297
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/base/BaseDialog.java , 1362
SimulateGps-master/SimulateGps/src/com/aslan/simulategps/dialog/CustomProgressDialog.java , 815
SimulateGps-master/appcompat/.classpath , 475
SimulateGps-master/appcompat/.project , 831
SimulateGps-master/appcompat/AndroidManifest.xml , 863
SimulateGps-master/appcompat/README.txt , 406
SimulateGps-master/appcompat/libs/android-support-v4.jar , 1184670
SimulateGps-master/appcompat/libs/android-support-v7-appcompat.jar , 586153
SimulateGps-master/appcompat/project.properties , 584
SimulateGps-master/appcompat/res/anim/abc_fade_in.xml , 925
SimulateGps-master/appcompat/res/anim/abc_fade_out.xml , 925
SimulateGps-master/appcompat/res/anim/abc_grow_fade_in_from_bottom.xml , 1357
SimulateGps-master/appcompat/res/anim/abc_popup_enter.xml , 980
SimulateGps-master/appcompat/res/anim/abc_popup_exit.xml , 980
SimulateGps-master/appcompat/res/anim/abc_shrink_fade_out_from_bottom.xml , 1317
SimulateGps-master/appcompat/res/anim/abc_slide_in_bottom.xml , 941
SimulateGps-master/appcompat/res/anim/abc_slide_in_top.xml , 941
SimulateGps-master/appcompat/res/anim/abc_slide_out_bottom.xml , 940
SimulateGps-master/appcompat/res/anim/abc_slide_out_top.xml , 941
SimulateGps-master/appcompat/res/color-v11/abc_background_cache_hint_selector_material_dark.xml , 904
SimulateGps-master/appcompat/res/color-v11/abc_background_cache_hint_selector_material_light.xml , 905
SimulateGps-master/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml , 814
SimulateGps-master/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml , 815
SimulateGps-master/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml , 926
SimulateGps-master/appcompat/res/color/abc_primary_text_disable_only_material_light.xml , 928
SimulateGps-master/appcompat/res/color/abc_primary_text_material_dark.xml , 928
SimulateGps-master/appcompat/res/color/abc_primary_text_material_light.xml , 930
SimulateGps-master/appcompat/res/color/abc_search_url_text.xml , 1004
SimulateGps-master/appcompat/res/color/abc_secondary_text_material_dark.xml , 932
SimulateGps-master/appcompat/res/color/abc_secondary_text_material_light.xml , 934
SimulateGps-master/appcompat/res/color/switch_thumb_material_dark.xml , 922
SimulateGps-master/appcompat/res/color/switch_thumb_material_light.xml , 924
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png , 112
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png , 227
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png , 404
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png , 464
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png , 563
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png , 954
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png , 632
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png , 1105
SimulateGps-master/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png , 1291
SimulateGps-master/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png , 107
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png , 279
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png , 324
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png , 171
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png , 118
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 203
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png , 404
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png , 134
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png , 226
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png , 222
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png , 406
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png , 610
SimulateGps-master/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png , 325
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png , 78
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png , 106
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png , 93
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png , 90
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png , 90
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png , 108
SimulateGps-master/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png , 109
SimulateGps-master/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png , 768
SimulateGps-master/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png , 1026
SimulateGps-master/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png , 235
SimulateGps-master/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png , 315
SimulateGps-master/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png , 93
SimulateGps-master/appcompat/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png , 102
SimulateGps-master/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png , 88
SimulateGps-master/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png , 93
SimulateGps-master/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png , 88
SimulateGps-master/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png , 87
SimulateGps-master/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png , 271
SimulateGps-master/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 199
SimulateGps-master/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png , 403
SimulateGps-master/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png , 232
SimulateGps-master/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png , 218
SimulateGps-master/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 129
SimulateGps-master/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png , 268
SimulateGps-master/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png , 202
SimulateGps-master/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png , 295
SimulateGps-master/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 186
SimulateGps-master/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png , 494
SimulateGps-master/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png , 303
SimulateGps-master/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png , 369
SimulateGps-master/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 264
SimulateGps-master/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png , 707
SimulateGps-master/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png , 422
SimulateGps-master/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png , 232
SimulateGps-master/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 329
SimulateGps-master/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png , 905
SimulateGps-master/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png , 367
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png , 108
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png , 214
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png , 322
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png , 326
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png , 358
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png , 744
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png , 535
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png , 699
SimulateGps-master/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png , 784
SimulateGps-master/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png , 95
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png , 223
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png , 279
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png , 184
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png , 108
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png , 134
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png , 264
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png , 112
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png , 157
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png , 141
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png , 274
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png , 407
SimulateGps-master/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png , 235
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png , 78
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png , 97
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png , 92
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png , 89
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png , 89
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png , 94
SimulateGps-master/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png , 94
SimulateGps-master/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png , 525
SimulateGps-master/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png , 680
SimulateGps-master/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png , 203
最多只能显示150条信息!
