Thanks for the response. I have tried sending fewer than 100 messages at a time but the pop-up still opens whenever I reach the limit, which is 100 messages. I set the application to send 1 message at a time and loop until all the messages are sent. After sending 10 messages, I commanded it to stop for a while (20 seconds), and then continue with the loop.
Maybe the only way I could get this to work is by updating the secure setting. On Jul 11, 10:23 pm, Mark Murphy <[email protected]> wrote: > On Mon, Jul 11, 2011 at 3:23 AM, inxis <[email protected]> wrote: > > I'm trying to get around the warning dialog saying that "A large > > number of messages are being sent". This pops out every when the SMS > > Sender application I am developing is sending over 100 SMS messages. I > > need to have it turned off.. Is there any way I can do this? > > Write your own firmware that eliminates the pop-up message. > > > I am also thinking of some work arounds: > > > 1. create a function that will confirm sending the message > > automatically > > Fortunately, this is not possible, as it would be a security hole. > > > 2. handle the warning via intercepting the outgoing message > > Fortunately, this is not possible, as it would be a security hole. > > > 3. update the value of sms_outgoing_check_max_count > > This is a secure setting and can only be modified by firmware applications. > > > what could be the possible solution to this? > > Send fewer than 100 SMSes at a time. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _Android Programming Tutorials_ Version 3.5 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

