1、 摘要 近年来,智能手机的功能日趋强大,移动终端应用程序层出不穷。由于现在人们的 工作繁忙,手机的丢失似乎也成为常有的事。与之带来最让人烦心的是私人数据的丢失 及带来的不安全隐患。基于以上原因,本文设计了一款手机防盗追踪软件。本软件利用 Android 系统的广播机制,当手机用户开启防盗追踪功能后,本程序将后台监听手机开 机启动、信号状态、短信收发以及位置的改变,通过监听手机用户 SIM 卡的 IMSI 码的 改变来判断手机安全状态,监听并截获安全短信内容,实现非法用户的手机号码向合法 用户预先设置的安全号码发送特殊信息的功能,告知用户当前手机状态和位置信息,并 可通过安全短信控制被盗手机锁屏
2、、销毁隐私数据、发报警音等功能。最后将设计完成 的软件进行测试,其所有功能都完美实现,真正起到了手机防盗追踪的作用。 关键词:Android 系统 手机防盗 广播机制 监听器 ABSTRACT In recent years, the intelligent mobile phone function is powerful, the mobile terminal application emerge in an endless stream. Because now peoples busy work, the lost mobile phone also seems to be a co
3、mmon thing. And bring the most disturbing is a private data loss and insecurity hidden trouble. Based on the above reasons, this paper introduces the design of a mobile phone anti-theft tracking software. This software uses Android system broadcast mechanism, when the mobile phone users to open anti
4、-theft tracking function, the program will monitor the background mobile phone boot, signal condition, send and receive text messages and a change of location, through the monitoring mobile phone user SIM card IMSI code changes to determine mobile phone safety state, monitor and intercepts a secure
5、message content, realize the illegal user the mobile phone number to the legitimate user preset safety numbers to send special message to inform the user of mobile phone function, current status and location information, and through SMS security control of stolen mobile phone lock screen, the destru
6、ction of privacy data, send alarm sound and other functions. Finally completed the design of the software testing, all of its functions are perfect, played a real mobile phone anti-theft tracking function. Keywords: Android system DroidRing Broadcasting mechanism Listener 目录 1 绪论 1 1.1 应用开发研究背景与意义 . 1 1.2 国内外研究现状 . 2 1.2.1 国内研究状况 . 2 1.2.2 国外研究状况 . 2 1.3 开发研究内容 . 3 2 手机防盗应用开发的基础 4 2.1 Java 基础 4 2.2 Android 基础 . 4 3 手机防盗应用方案的设计 5 3.1 UI 设计 5 3.1.1 UI 窗口层 . 6 3.1.2 UI 主层 . 8 3.1.3 UI 功能体验层 . 8 3