M
M
Madion2016-05-20 12:55:40
Android
Madion, 2016-05-20 12:55:40

How to disable / increase the limit of sent sms through the android application?

There are android apps. Installed on the device: fly iq434 (android 4.2.2, kernel version 3.4.39). The device has KingRoot.
Periodically, when sending SMS starts to exceed a certain limit set in the android settings, a message pops up:

App is sending a large number of SMS messages. Do you want to allow this app to continue sending messages?

Tried this - doesn't help:
2. Type in adb shell hit enter
3. Type in su hit enter
4. Type in sqlite3 /data/data/com.android.providers.settings/databases/settings.db hit enter
5. Type in INSERT INTO secure (name, value) VALUES('sms_outgoing_check_max_count’, 9999); hit enter
6. Type in INSERT INTO system (name, value) VALUES('sms_outgoing_check_max_count’, 9999); hit enter
7. Type in .exit hit enter (you should now see a hash tag again instead of sqlite>. If not conitune typing in .exit and hitting enter until you are)
8. Type in sqlite3 /data/data/com.google.android.gsf/databases/gservices.db
9. Type in INSERT INTO main (name, value) VALUES('sms_outgoing_check_max_count’, 9999); hit enter
10. Again exit back to where the command line has a hashtag
11. Type in reboot and hit enter.

Installed the application: sms limit unlock - also does not help.
I couldn't find anything else on Google other than these two solutions.
Help, I don't know what to do anymore.
There must be another solution to the problem.
I think it's possible to somehow catch this warning and emulate pressing the "Allow" button - but I don't know how to do it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
Xlaber, 2016-07-16
@Xlaber

Also such a problem.
Now I have found only 1 option:
1. Install teamviewer
2. Connect to a smartphone (remote desktop)
3. Install a clicker and click on a certain part of the screen when a message appears

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question