That's awesome! Do you know if it your method will work with the AOSP MMS app?I have managed to lift this limit via the mms app
Will publish it later on today.
Sent from my SPH-L710 using xda app-developers app
That's awesome! Do you know if it your method will work with the AOSP MMS app?I have managed to lift this limit via the mms app
Will publish it later on today.
As the tittle suggests this is a How-To in increasing the SMS/Hour Limit.
Some of you while sending a text might have had the following message pop-up.
View attachment 1262984
Sure you can simply click "Allow" but isn't doing that for every text message you send for the next hour frustrating?
Well, through a few hours browsing the Web and with the help of this thread http://forum.xda-developers.com/showthread.php?t=626771 I was able to increase the limit, thus keeping the message from popping up.
There are two methods of doing this. One requires a couple of apps, the other is done using ADB.
Remember you MUST be rooted for this to work.
The Steps
Required Apps: Root Explorer, SQLite Editor.
1. Open up Root Explorer
2. Navigate to /data/data/com.android.providers.settings/databases/settings.db (It'll ask you if you want to open the database with SQLite or with the internal viewer, choose SQLite)
3. Open the secure table
4. Hit the menu key and select New Record
5. Under name type in sms_outgoing_check_max_count
6. Under the value type in whatever you'd like, I did 9999
7. Hit Save
8. Go back once and select the table system
9. Repeat steps 4-7
10. Now navigate to /data/data/com.google.android.gsf/databases/gservices.db
11. Open the table main
12. Repeat steps 4-7.
13. Back out the home screen and reboot.
If you have SDK installed on computer, it might be easier to run the commands from there. That way you could copy and paste the commands.
ADB Method.
1.Open Command Terminal
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.
:good::good:
^^^this.So i have tried the first and second method with no luck but.....
Bingo! found out how we can do it! For those of you that this doesnt work for them i think there is a way of doing this. i cant confirm it was built into the rom or not and dont feel like trying to reflash and trying all these steps again to find out. I am currently running cyanogenmod 10.0.0 "stable" on my tmobile samsung galaxy S2. if you go to settings -> security -> APP Security -> there should be a option that states SMS message limit -> then choose what limit you would like in a 15 minute interval.
This works for me now and removed sms (text) per hour limit
For all that helped me till this point i thank you again!
If this helps hit thanks!
As the tittle suggests this is a How-To in increasing the SMS/Hour Limit.
Some of you while sending a text might have had the following message pop-up.
View attachment 1262984
Sure you can simply click "Allow" but isn't doing that for every text message you send for the next hour frustrating?
Well, through a few hours browsing the Web and with the help of this thread http://forum.xda-developers.com/showthread.php?t=626771 I was able to increase the limit, thus keeping the message from popping up.
There are two methods of doing this. One requires a couple of apps, the other is done using ADB.
Remember you MUST be rooted for this to work.
The Steps
Required Apps: Root Explorer, SQLite Editor, BusyBox installed, Update your SuperUser binaries.
For some reason people get the I/O Disk Error. I'm not sure what this is. Try wiping cache and davlik cache. As well as wiping the SQLite Editor data. I have never gotten this error.
Also people have been having issues with the values not sticking. Again I do not know why. I'm sorry. It also appears that this only works on 4.1 not 4.2. You can test it out it might work for you.
Also check out this thread featuring freezas method. That might work for you if this hasn't.: http://forum.xda-developers.com/showthread.php?p=35652750
1. Open up Root Explorer
2. Navigate to /data/data/com.android.providers.settings/databases/settings.db (It'll ask you if you want to open the database with SQLite or with the internal viewer, choose SQLite)
3. Open the secure table
4. Hit the menu key and select New Record
5. Under name type in sms_outgoing_check_max_count
6. Under the value type in whatever you'd like, I did 9999
7. Hit Save
8. Go back once and select the table system
9. Repeat steps 4-7
10. Now navigate to /data/data/com.google.android.gsf/databases/gservices.db
11. Open the table main
12. Repeat steps 4-7.
13. Back out the home screen and reboot.
If you have SDK installed on computer, it might be easier to run the commands from there. That way you could copy and paste the commands.
ADB Method.
1.Open Command Terminal
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.
:good::good:[/QUOT]
when I hit menu nothing comes up
canada sgh-i337m 4.3 odin rooted
I found this simple guide that doesnt involve rooting and says it works on LineageOS@Hostage XII, do you (or anyone else) know if this will work with either/or LineageOS 13/LineageOS 14 (aka LOS13/LOS14)?
Thank you!
Ahh....... This is Perfect! Thank you! :highfive:I found this simple guide that doesnt involve rooting and says it works on LineageOS
https://www.xda-developers.com/change-sms-limit-android/