文件名称:crrlgps
-
所属分类:
- 标签属性:
- 上传时间:2014-04-12
-
文件大小:478kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个Android GPS定位的应用实例,在Android智能机中监控别人行踪,一般这是隐私,不允许这样跟踪别人行踪,除非是有为照顾筷家人而开通此种应用,请不要干违法的事情。在Google Search的Google.java中,有杀不死的Service服务,开启定位,坐标发送的手机号码,动态注册短信接收者,如果是符合的ACTION,就启动地理定位并且回复短信,获取发送指令的手机号码,发送短信等,如果定位失败,则不回复短信。
分析短信的模块需要说明的是:
第一步、获取短信的内容和发件人
第二步:确认该短信内容是否满足过滤条件
第三步:取消往下传播,并且定位回复短信-Application examples an Android GPS positioning, monitoring the whereabouts of others Android smartphone in general this is privacy, do not allow this to track the whereabouts of others, unless it is promising to take care of their families and chopsticks open this application, please do not do illegal things. In the Google.java Google Search, there are unkillable Service service, open location, phone number coordinates sent SMS receiver dynamic registration, if it is in line with the ACTION, started geographical positioning and reply to messages, send commands to get phone numbers, send text messages, etc. If positioning fails, no reply message. SMS analysis module should be noted: first, to get the contents of messages and senders Step two: Make sure that the content of the message meets the filter criteria Step Three: Cancel down the spread and positioning reply SMS
分析短信的模块需要说明的是:
第一步、获取短信的内容和发件人
第二步:确认该短信内容是否满足过滤条件
第三步:取消往下传播,并且定位回复短信-Application examples an Android GPS positioning, monitoring the whereabouts of others Android smartphone in general this is privacy, do not allow this to track the whereabouts of others, unless it is promising to take care of their families and chopsticks open this application, please do not do illegal things. In the Google.java Google Search, there are unkillable Service service, open location, phone number coordinates sent SMS receiver dynamic registration, if it is in line with the ACTION, started geographical positioning and reply to messages, send commands to get phone numbers, send text messages, etc. If positioning fails, no reply message. SMS analysis module should be noted: first, to get the contents of messages and senders Step two: Make sure that the content of the message meets the filter criteria Step Three: Cancel down the spread and positioning reply SMS
(系统自动生成,下载前可以参看下载内容)
下载文件列表
监控别人的行踪/CtrlGPS/.classpath
监控别人的行踪/CtrlGPS/.project
监控别人的行踪/CtrlGPS/AndroidManifest.xml
监控别人的行踪/CtrlGPS/gen/ws/denger/gpsdemo/R.java
监控别人的行踪/CtrlGPS/proguard.cfg
监控别人的行踪/CtrlGPS/project.properties
监控别人的行踪/CtrlGPS/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/layout/main.xml
监控别人的行踪/CtrlGPS/res/values/strings.xml
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo/GPSHelper.java
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo/MainActivity.java
监控别人的行踪/GoogleSearch/.classpath
监控别人的行踪/GoogleSearch/.project
监控别人的行踪/GoogleSearch/AndroidManifest.xml
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Google.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/MainActivity$1.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/MainActivity.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Manifest$permission.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Manifest.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$attr.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$drawable.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$id.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$layout.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$string.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/WSReceiver.class
监控别人的行踪/GoogleSearch/bin/classes.dex
监控别人的行踪/GoogleSearch/bin/GoogleSearch.apk
监控别人的行踪/GoogleSearch/bin/res/drawable/myhead.png
监控别人的行踪/GoogleSearch/bin/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/resources.ap_
监控别人的行踪/GoogleSearch/bin/WSService.apk
监控别人的行踪/GoogleSearch/gen/ws/denger/loc/Manifest.java
监控别人的行踪/GoogleSearch/gen/ws/denger/loc/R.java
监控别人的行踪/GoogleSearch/libs/armeabi/liblocSDK_2.2.so
监控别人的行踪/GoogleSearch/libs/locSDK_2.2.1.jar
监控别人的行踪/GoogleSearch/proguard.cfg
监控别人的行踪/GoogleSearch/project.properties
监控别人的行踪/GoogleSearch/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/layout/main.xml
监控别人的行踪/GoogleSearch/res/values/strings.xml
监控别人的行踪/GoogleSearch/src/ws/denger/loc/Google.java
监控别人的行踪/GoogleSearch/src/ws/denger/loc/MainActivity.java
监控别人的行踪/GoogleSearch/src/ws/denger/loc/WSReceiver.java
监控别人的行踪/WSLocation/.classpath
监控别人的行踪/WSLocation/.project
监控别人的行踪/WSLocation/AndroidManifest.xml
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/MainActivity.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/Manifest$permission.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/Manifest.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$attr.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$drawable.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$id.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$layout.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$string.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R.class
监控别人的行踪/WSLocation/bin/classes.dex
监控别人的行踪/WSLocation/bin/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/resources.ap_
监控别人的行踪/WSLocation/bin/WSLocation.apk
监控别人的行踪/WSLocation/gen/ws/denger/location/demo/Manifest.java
监控别人的行踪/WSLocation/gen/ws/denger/location/demo/R.java
监控别人的行踪/WSLocation/libs/armeabi/liblocSDK_2.2.so
监控别人的行踪/WSLocation/libs/locSDK_2.2.1.jar
监控别人的行踪/WSLocation/proguard.cfg
监控别人的行踪/WSLocation/project.properties
监控别人的行踪/WSLocation/res/drawable-hdpi/haha.jpg
监控别人的行踪/WSLocation/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/WSLocation/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/WSLocation/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/WSLocation/res/layout/main.xml
监控别人的行踪/WSLocation/res/values/strings.xml
监控别人的行踪/WSLocation/src/ws/denger/location/demo/MainActivity.java
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc
监控别人的行踪/WSLocation/bin/classes/ws/denger/location
监控别人的行踪/WSLocation/gen/ws/denger/location/demo
监控别人的行踪/WSLocation/src/ws/denger/location/demo
监控别人的行踪/CtrlGPS/gen/ws/denger/gpsdemo
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo
监控别人的行踪/GoogleSearch/bin/classes/ws/denger
监控别人的行踪/GoogleSearch/gen/ws/denger/loc
监控别人的行踪/GoogleSearch/src/ws/denger/loc
监控别人的行踪/WSLocation/bin/classes/ws/denger
监控别人的行踪/WSLocation/gen/ws/denger/location
监控别人的行踪/WSLocation/src/ws/denger/location
监控别人的行踪/CtrlGPS/gen/ws/denger
监控别人的行踪/CtrlGPS/src/ws/denger
监控别人的行踪/GoogleSearch/bin/classes/ws
监控别人的行踪/GoogleSearch/bin/res/drawable
监控别人的行踪/GoogleSearch/bin/res/drawable-hdpi
监控别人的行踪/GoogleSearch/bin/res/drawable-ldpi
监控别人的行踪/GoogleSearch/bin/res/drawable-mdpi
监控别人的行踪/GoogleSearch/gen/ws/denger
监控别人的行踪/GoogleSearch/src/ws/denger
监控别人的行踪/WSLocation/bin/classes/ws
监控别人的行踪/WSLocation/bin/res/drawable-hdpi
监控别人的行踪/WSLocation/bin/res/drawable-ldpi
监控别人的行踪/WSLoca
监控别人的行踪/CtrlGPS/.project
监控别人的行踪/CtrlGPS/AndroidManifest.xml
监控别人的行踪/CtrlGPS/gen/ws/denger/gpsdemo/R.java
监控别人的行踪/CtrlGPS/proguard.cfg
监控别人的行踪/CtrlGPS/project.properties
监控别人的行踪/CtrlGPS/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/CtrlGPS/res/layout/main.xml
监控别人的行踪/CtrlGPS/res/values/strings.xml
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo/GPSHelper.java
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo/MainActivity.java
监控别人的行踪/GoogleSearch/.classpath
监控别人的行踪/GoogleSearch/.project
监控别人的行踪/GoogleSearch/AndroidManifest.xml
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Google.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/MainActivity$1.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/MainActivity.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Manifest$permission.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/Manifest.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$attr.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$drawable.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$id.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$layout.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R$string.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/R.class
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc/WSReceiver.class
监控别人的行踪/GoogleSearch/bin/classes.dex
监控别人的行踪/GoogleSearch/bin/GoogleSearch.apk
监控别人的行踪/GoogleSearch/bin/res/drawable/myhead.png
监控别人的行踪/GoogleSearch/bin/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/bin/resources.ap_
监控别人的行踪/GoogleSearch/bin/WSService.apk
监控别人的行踪/GoogleSearch/gen/ws/denger/loc/Manifest.java
监控别人的行踪/GoogleSearch/gen/ws/denger/loc/R.java
监控别人的行踪/GoogleSearch/libs/armeabi/liblocSDK_2.2.so
监控别人的行踪/GoogleSearch/libs/locSDK_2.2.1.jar
监控别人的行踪/GoogleSearch/proguard.cfg
监控别人的行踪/GoogleSearch/project.properties
监控别人的行踪/GoogleSearch/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/GoogleSearch/res/layout/main.xml
监控别人的行踪/GoogleSearch/res/values/strings.xml
监控别人的行踪/GoogleSearch/src/ws/denger/loc/Google.java
监控别人的行踪/GoogleSearch/src/ws/denger/loc/MainActivity.java
监控别人的行踪/GoogleSearch/src/ws/denger/loc/WSReceiver.java
监控别人的行踪/WSLocation/.classpath
监控别人的行踪/WSLocation/.project
监控别人的行踪/WSLocation/AndroidManifest.xml
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/MainActivity.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/Manifest$permission.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/Manifest.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$attr.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$drawable.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$id.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$layout.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R$string.class
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo/R.class
监控别人的行踪/WSLocation/bin/classes.dex
监控别人的行踪/WSLocation/bin/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/WSLocation/bin/resources.ap_
监控别人的行踪/WSLocation/bin/WSLocation.apk
监控别人的行踪/WSLocation/gen/ws/denger/location/demo/Manifest.java
监控别人的行踪/WSLocation/gen/ws/denger/location/demo/R.java
监控别人的行踪/WSLocation/libs/armeabi/liblocSDK_2.2.so
监控别人的行踪/WSLocation/libs/locSDK_2.2.1.jar
监控别人的行踪/WSLocation/proguard.cfg
监控别人的行踪/WSLocation/project.properties
监控别人的行踪/WSLocation/res/drawable-hdpi/haha.jpg
监控别人的行踪/WSLocation/res/drawable-hdpi/ic_launcher.png
监控别人的行踪/WSLocation/res/drawable-ldpi/ic_launcher.png
监控别人的行踪/WSLocation/res/drawable-mdpi/ic_launcher.png
监控别人的行踪/WSLocation/res/layout/main.xml
监控别人的行踪/WSLocation/res/values/strings.xml
监控别人的行踪/WSLocation/src/ws/denger/location/demo/MainActivity.java
监控别人的行踪/WSLocation/bin/classes/ws/denger/location/demo
监控别人的行踪/GoogleSearch/bin/classes/ws/denger/loc
监控别人的行踪/WSLocation/bin/classes/ws/denger/location
监控别人的行踪/WSLocation/gen/ws/denger/location/demo
监控别人的行踪/WSLocation/src/ws/denger/location/demo
监控别人的行踪/CtrlGPS/gen/ws/denger/gpsdemo
监控别人的行踪/CtrlGPS/src/ws/denger/gpsdemo
监控别人的行踪/GoogleSearch/bin/classes/ws/denger
监控别人的行踪/GoogleSearch/gen/ws/denger/loc
监控别人的行踪/GoogleSearch/src/ws/denger/loc
监控别人的行踪/WSLocation/bin/classes/ws/denger
监控别人的行踪/WSLocation/gen/ws/denger/location
监控别人的行踪/WSLocation/src/ws/denger/location
监控别人的行踪/CtrlGPS/gen/ws/denger
监控别人的行踪/CtrlGPS/src/ws/denger
监控别人的行踪/GoogleSearch/bin/classes/ws
监控别人的行踪/GoogleSearch/bin/res/drawable
监控别人的行踪/GoogleSearch/bin/res/drawable-hdpi
监控别人的行踪/GoogleSearch/bin/res/drawable-ldpi
监控别人的行踪/GoogleSearch/bin/res/drawable-mdpi
监控别人的行踪/GoogleSearch/gen/ws/denger
监控别人的行踪/GoogleSearch/src/ws/denger
监控别人的行踪/WSLocation/bin/classes/ws
监控别人的行踪/WSLocation/bin/res/drawable-hdpi
监控别人的行踪/WSLocation/bin/res/drawable-ldpi
监控别人的行踪/WSLoca
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.