搜索资源列表
smsreceiver.1.tar
- The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time) -The SMS
SMSReceiver
- android 开发中模拟实现短信的接受
smssend
- symbian s60 平台短信发送和接收,并可以拦截-symbian s60 catch and send sms
practice4SMSreceiver
- this a practice4SMSreceiver-this is a practice4SMSreceiver,this is a practice4SMSreceiver
1317009_1305169088KZRL
- 一款基于android的天气更新软件,能够实习时时的天气更新-A weather forecast programe on android platform
SmsReceiver
- executes at commands by intializing serila port parameters
smsReceiver
- 短信的收发,这个代码和往常的不一样,大家可以通过这个代码学习一下-Send and receive text messages, this code and as usual we can learn about this code
anzhuo
- 下面介绍使用方法: 1. 首先将附件下载解压为 SMSReceiver.apk 文件安装到目标手机即可,初次运行需要进行放行和授权。 2. 用任何一部手机向目标手机发送格式为"sunzn:yoursendmail@gmail.com,password,yourreceivemail@xxx.com"【注:不包括外边的双引号,sunzn:为必须填写的格式,yoursendmail@gmail.com为你的邮件发送地址,这个地址必须为Gmail,password 为前面发送邮件的密码,最后的
SmsReceiver
- Handle incoming SMSes. Just dispatches the work off to a Service.
SmsReceiverService
- This service essentially plays the role of a "worker thread", allowing us to store incoming messages to the database, update notifications, etc. without blocking the main thread that SmsReceiver runs on.