SMS Message For Banking
Dear All, I want to develop sms for banking system. But I don't know what is security that I have to control it. So could anybody guide me to control it? Thanks, Sopolin ...
Dear All, I want to develop sms for banking system. But I don't know what is security that I have to control it. So could anybody guide me to control it? Thanks, Sopolin ...
Hi All, My company want to develop one project for sms banking system. My company, they don't want to other gateway's company and I also don't know what are instrument or tool to build sms banking. So my question are: How can I build sms banking without using other company's gateway? What are tools I should use in my project? If yo...
Hi Is it possible to create SMS Notification for whole calendar and not for particular event in the calendar using Java program.Help me. Regards Sharun. ...
I'm looking at building a simple app based around location. Obviously given that lots of people don't have access to smartphones etc, I'm trying to figure out a way to allow them to text in their address/location details to an automated system that will locate them on Google Maps. Is this possible? And if it is possible, is it possible t...
I know there's the app called Ping! for iPhone that allows the sending of SMS messages over your 3G connection, therefore it doesn't count as a text message and it acts pretty much the same as the regular iPhone texting software. Is there any app like this that's available for both iPhones and Blackberrries? ...
Does anyone know the solution to this problem in android? Can we get any event when a user delete SMS from Android messaging application. If yes, then how will we intercept Android messaging application. Please share your suggestions on these issues. ...
Hello Everyone! So basically, I want to write an messaging system like Cellity SMS if anyone heard about it. Cellity is a free Java J2ME based application for MIDP compatible mobile devices such as Nokia, Sony Ericsson, Motorola & Blackberry that allows you to send free SMS text messages through GPRS to a single recipient or multiple r...
Hello, I have a asp.net web application to call a function in WCF service to send SMS message. After sending a message, the WCF service needs to keep checking a virtual inbox at SMS provider and notify my web application if there is any new reply. There may be more than one web app to use this service. What's a good way to implement thi...
i want to send a SMS using GPRS in MIDlet... anyone can help me?? Thanks in advance... ...
Hi! I'd like to know if we can write a short boolean test wich return true if sms/inbox is empty or not. something like Databse("content://sms/inbox")==null? Thank's for your answer! ...
Hi, I am new to iPhone application development. In the application that I am developing for iPhone there is a module which sends the sms without knowing to the user to my sms server and gets the response and displays the result. Is there any way to send and receive sms message in app? Thanks in advance. ...
hey! I have a question about an intent... I try to launch the sms app... Intent intent = new Intent(Intent.ACTION_MAIN); intent.setType("vnd.android-dir/mms-sms"); int flags = Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP | Intent.FLAG_ACTIVITY_CLEAR_TOP; ...
I intend to delete a SMS based on a incoming number. Is this possible? ...
I want to run an application on another mobile without any external interaction using SMS from another mobile. Is that possible, and how to do that? No, I don't want to the user to open the SMS and launch the application, no point of it then, I wan't something like remote motor operating using SMS. Any ideas? Can we send SMS from any ...
Hi, Is there any free gate way or a way that I can use to send SMS from my code. ...
I'm building a web application that needs to send notifications by SMS. What SMS gateway service providers with API support fulfill the following requirements: Reliable Global delivery - I will send globally with no specific region being sent to more than others Ideally cheap What are your recommendations? Why? ...
In this question, Codygman gave an answer that some operators offer a way to send an SMS by sending an email to [email protected]. I am curious about the technical solution behind that. I doubt they have a mailbox for every phone number. Is there anyone out there who has a clue how they do it? ...
I want to have a mobile number validate for my site not just string validations ..what i need is to actually validate the mobile number with the same user exists.. one option i know is to send a pin to that mobile number & ask user to put that pin on form submit to validate ...so are there any ready to use services for this to use it on...
Has anyone measured the rate of submission through a GSM modem? We are implementing a solution at the moment and are only able to submit at a rate of about one message every 3 to 5 seconds. We are not sure if this is a library/api problem or if our modem is just of poor quality. Has anyone had any experience with these devices and measur...
Hello! With the Device::Gsm I can read the sms received on my umts-modem. Sometimes one message is divided in two or more sms because of the limitation of length of one sms. Is there a way to find out if a group of sms is a part of one message? Wammu for example shoes me sms that belong together as one text. #!/usr/bin/perl use warnin...