Trouble sending mass Text Messages

TimboSliceSliceBaby

Active member
May 28, 2010
29
0
0
I'm a youth pastor, and I communicate with my students largely by text. The stock messaging app on my GNex doesn't allow for texting to contact groups. So I downloaded Go SMS Pro, which does. Problem is, when it gets around recipient 20, it gives me the message in the picture here.
NOizTZb.png


This notification pops up for every subsequent message until the whole process is done (which means that I've got to sit by my phone and click "Allow" about 40 times.

So, why does it do this? Based on the holo theme of the notification, I would say it's a system notification and isn't produced by the GO SMS Pro app itself. Has anyone else encountered this? Is there a way to turn this notification off?
 
I was actually just looking at this app for the same thing. Guess I will wait and see what the verdict is.

Sent from my DROID RAZR HD using Android Central Forums
 
You can send 100 per hour, per app before this is called. It's hard-coded into the source, but if you're rooted it's fairly easy to fix.

Code:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db

sqlite> INSERT INTO gservices (name, value) VALUES
('sms_outgoing_check_interval_ms', 0);
will shut it off, but you do need to be root and have the sqlite3 binary in your path.

from jerry http://forums.androidcentral.com/google-nexus-4/241270-prompt-made-me-furious.html#post2516806

also read the thread
 

Trending Posts

Forum statistics

Threads
956,347
Messages
6,967,711
Members
3,163,516
Latest member
KidColoringPage