资源描述:
《基于android系统的手机防盗毕业论文设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要近年来,智能手机的功能日趋强大,移动终端应用程序层出不穷。由于现在人们的工作繁忙,手机的丢失似乎也成为常有的事。与之带来最让人烦心的是私人数据的丢失及带来的不安全隐患。基于以上原因,本文设计了一款手机防盗追踪软件。本软件利用Android系统的广播机制,当手机用户开启防盗追踪功能后,本程序将后台监听手机开机启动、信号状态、短信收发以及位置的改变,通过监听手机用户SIM卡的IMSI码的改变来判断手机安全状态,监听并截获安全短信内容,实现非法用户的手机号码向合法用户预先设置的安全号码发送特殊信息的功能,告知用户当前手机状态和位
2、置信息,并可通过安全短信控制被盗手机锁屏、销毁隐私数据、发报警音等功能。最后将设计完成的软件进行测试,其所有功能都完美实现,真正起到了手机防盗追踪的作用。关键词:Android系统手机防盗广播机制监听器ABSTRACTInrecentyears,theintelligentmobilephonefunctionispowerful,themobileterminalapplicationemergeinanendlessstream.Becausenowpeople'sbusywork,thelostmobilephoneal
3、soseemstobeacommonthing.Andbringthemostdisturbingisaprivatedatalossandinsecurityhiddentrouble.Basedontheabovereasons,thispaperintroducesthedesignofamobilephoneanti-thefttrackingsoftware.ThissoftwareusesAndroidsystembroadcastmechanism,whenthemobilephoneuserstoopenant
4、i-thefttrackingfunction,theprogramwillmonitorthebackgroundmobilephoneboot,signalcondition,sendandreceivetextmessagesandachangeoflocation,throughthemonitoringmobilephoneuserSIMcardIMSIcodechangestodeterminemobilephonesafetystate,monitorandinterceptsasecuremessagecont
5、ent,realizetheillegaluserthemobilephonenumbertothelegitimateuserpresetsafetynumberstosendspecialmessagetoinformtheuserofmobilephonefunction,currentstatusandlocationinformation,andthroughSMSsecuritycontrolofstolenmobilephonelockscreen,thedestructionofprivacydata,send
6、alarmsoundandotherfunctions.Finallycompletedthedesignofthesoftwaretesting,allofitsfunctionsareperfect,playedarealmobilephoneanti-thefttrackingfunction.Keywords:AndroidsystemDroidRingBroadcastingmechanismListener目录1绪论11.1应用开发研究背景与意义11.2国内外研究现状21.2.1国内研究状况21.2.2国外研究状况
7、21.3开发研究内容32手机防盗应用开发的基础42.1Java基础42.2Android基础43手机防盗应用方案的设计53.1UI设计53.1.1UI窗口层63.1.2UI主层83.1.3UI功能体验层83.1.4UI指令查看层93.1.5UI信息设置层103.2Function设计113.2.1应用初始化113.2.2功能选择113.2.3功能体验123.2.4功能查看123.2.5功能设置123.3Service设计123.3.1数据库存储服务123.3.2监听按钮事件服务133.3.3开机启动和短信广播服务133.3.4
8、GPS服务143.3.5私人数据的管理144手机防盗应用方案的实施154.1UI的实现154.1.1Activity154.1.2ListActivity204.1.3PreferenceActivity244.1.4Dialog264.2由Sever支持的Function实