sms
sending multiple sms using SMSLib within same process
I am using SMSLib to send sms using my samsung gsm modem. I created a seperate thread that gets the messages from server in every 20 seconds[详细]
2023-03-27 09:28 分类:问答SMS alert when audio recording application is running iOS
I have an audio recording application. If an SMS alert comes, I don\'t hear the alert\'s sound. The recording continues to happen. I can also go ahead and reply without affecting my recording at开发者[详细]
2023-03-27 08:05 分类:问答Android: Detect SMS Outgoing, Incorrect Count
I am trying to make an开发者_StackOverflow application to count the number of outgoing SMS messages from a phone. Presently I have the following code:[详细]
2023-03-27 06:25 分类:问答SMS 120 characters length limit
I\'ve tried to send SMS using C# and GSMComm and mCoreLib libraries; but the problem is that the SMS len开发者_Python百科gth is limited to 120 characters in 7 bit encoding, and 53 characters in 16 bit[详细]
2023-03-27 04:50 分类:问答How to change from PDU to text mode in Android?
The SMS of the Android send the message in PDU format. Is there a way to se开发者_开发技巧nd SMS in text mode?SMS always being sent in PDU format internally. But there are some API\'s which will encod[详细]
2023-03-27 03:49 分类:问答Sending a sms with the accelerometer on iOS 4
Can you send a sms using an accelerometer action instead of physically touching the screen in iOS 4. I know the send button is supposed to be tapped to trigger a sms but app\'s like Assault Alarm don\[详细]
2023-03-26 19:11 分类:问答Android app that opens inbox SMS
I am using an SMS manager in my app, so when a button is clicked, an SMS is sent, btnPaket.setOnClickListener(new View.OnClickListener()[详细]
2023-03-26 18:00 分类:问答sending html link in SMS message in iPhone
I want to send SMS from iPhone to another phone with some text and a link. I can send it as text: \"Please click http://www.facebook.com to login to Facebook\".[详细]
2023-03-26 09:14 分类:问答Android SMS Receiver Crash
I am trying to capture incoming sms messages for my application. In order to do that I am using a BroadcastReceiver. I have setup permissions and a filter in the manifest file. Whenever I receive a te[详细]
2023-03-26 04:20 分类:问答Base64 incompatible with 7-bit GSM encoding?
Since I am not able to compress a 256-byte long md5-like string within 160 characters, I decided to use Multi-part message in Android to divide the SMS into several parts and the receiver will listen[详细]
2023-03-25 22:38 分类:问答