I\'m currently 开发者_如何转开发working on an app that will tell students when their classes start with a simple notification/SMS even when the application/phone is off.
Go SMS recently updated with a new feature \"Disable other message notification\". The feature causes other applications listening to the incoming SMS broadcast to not fire. For example my application
I am new to android and I am working on an application in which I can set the phone number from whom I receive开发者_运维技巧 SMS and only that SMS will be acknowledged by the application. Can any one
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
buying a two way SMS gateway is very costly. Setting up a mobile phone tool kit at SMS gateway works fine with low traffic but encounter lots of errors while high traffic is hitting your website. Inst
I have the latest update for my Samsung Galaxy S2 and now my application stop working (App don\'t receive sms). I have SMSReceiver extends from BroadcastReceiver with SMS_RECEIVED action.
I have a C/C++ Windows Mobile 6.5 application that continuously runs on the phone. It needs to analyze the SMSes. How can I be notified in my application about an incoming SMS? I read in MSDN about th
I\'m look开发者_JAVA百科ing for an iPhone app (or web and phone app) that lets me send group SMS texts to smartphones and dumbphones that
How to send big SMS in android. I used : SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(contactNos[j], null,msgs[i], sentPI, deliveredPI);
i\'m trying to setup a script using classic .asp/vbscript to send an SMS using the eSendex \"HTTP Form Post\" service.