6

When I send a relatively large number of text messages using GoSms, I get this pop up after I send a message:

enter image description here

I have seen this on other forums but I have yet to see a way to get rid of it (that is, without rooting the device, something I want to try to avoid). Anybody have any ideas to prevent this pop up from popping up?

ninge
  • 323
  • 1
  • 2
  • 6
  • 1
    This is a feature not problem. – roxan Jan 27 '13 at 13:46
  • IMHO it's a pretty stupid feature. There are a dozen other ways to exploit a user if he/she gives the correct permissions to an app without checking. It just causes extra clicks and comes without a big benefit. – Flow Jan 27 '13 at 20:41
  • 1
    @Flow: It's a good feature, maybe they could have done the implementation better. Think of apps with a piggy backed malicious sms spambot feature. That has actually already happened with pirated apps, which sent as much as they could and the user was charged. just can't find the source atm. This nag screen is the price for a sms spam free experience in the mobile world for all users. – ce4 Jan 27 '13 at 20:49
  • Smilar question with automation solution - it should work for you unless you don't want automation as solution – beeshyams May 20 '20 at 04:15
  • You could try this app - well rated and recently updated – beeshyams May 20 '20 at 06:09

1 Answers1

3

The other alternative (or probably the best one too) is to use ADB shell which may work on a non-rooted device as well:

zeroflte:/ $ settings put global sms_outgoing_check_max_count 999999
zeroflte:/ $ settings put global sms_outgoing_check_interval_ms 900000099
Firelord
  • 25,084
  • 20
  • 124
  • 286
Amir Hajiha
  • 131
  • 2