I need to send a large number of SMS messages, ~1000, and have edited android's sms_outgoing_check_max_count using the following command:
adb shell settings put global sms_outgoing_check_max_count 2000
It didn't work. I got the annoying "Application is Sending Too Many SMS" message.
The phone is a Nokia 3.1+ running Android One 9 and I used the stock messaging app. adb was invoked using Win10 Powershell and the value for sms_outgoing_check_max_count was checked to be 2000. Developer options was turned on this whole time, but the phone has not been rooted.
What am I missing here?