Hi Shmeed, I'll recommend that you try two different things.
1. Deliver the responses for the messages by HTTP to a server instead 2. You can bundle the answers and encode them to take less space in each sms. I doubt that you would take all 160 characters on each outbound sms. Tom On Mon, Nov 2, 2009 at 12:07 PM, shmeed <[email protected]> wrote: > Hi there, > > We are developing an election monitoring application that relies on > the SMS network to submit reports from independent election observers > in the field. The application poses questions to the user, who answers > them sequentially, and an SMS is sent each time a question is > answered. We currently have around 120 questions (and therefore 120 > SMS messages) that need to be sent in a fairly short period of time. > However, the limit in the Android source is 100 SMS messages per hour > (3600000 milliseconds). > > How can this limit be overridden, either on a per-application basis or > in the Android source? > > Thanks in advance. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Tom Chen Software Architect GOGII, Inc [email protected] 650-468-6318 -- 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

