Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SMS limit?

Tags:

android

sms

Does anybody know what is the limit of sent SMS messages at once? Or it is limited hourly or daily? I have Nexus 4 (4.4.4 KitKat). I am developing app that sends SMS messages so it is really important to me. I've found a lot of information but it seems none of it is correctly...

Thanks!

like image 370
File Avatar asked Oct 27 '25 10:10

File


2 Answers

According to the creator of this app https://play.google.com/store/apps/details?id=com.bamf.smslimittool.donate&hl=en, the limit, since 4.4.1, is 30 messages in 30 minutes.

It also notes that the limit is present to safeguard against malicous programs, so setting it very high is potentially a bad idea.

like image 51
Taemyr Avatar answered Oct 28 '25 22:10

Taemyr


In CM11,

  1. Open your Root Explorer.
  2. Go in /data/data/com.android.providers.settings/databases/ Open settings.db your SQL editor
  3. Open the database ‘Global’
  4. Press the Menu button> New Record / New Table
  5. As set name: sms_outgoing_check_max_count
  6. As value (value) type the maximum number of sms you want, personally I put 2000

Taken from http://www.openeducationus.com/?p=101682

like image 42
redochka Avatar answered Oct 29 '25 00:10

redochka