|
I got it to work! Heres how(taken from link above):
Open Command Terminal and enter the following:
adb shell
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
Then you'll see: sqlite>
Then enter the following to alter the limit
INSERT INTO gservices (name, value) VALUES('sms_outgoing_check_max_count', 101);
(change 101 to your new limit)
I didnt try altering the limit so I hope it works for you guys.. but I can confirm this next one works. It completely turns off the limit altogether.
To turn off the limit enter:
INSERT INTO gservices (name, value) VALUES('sms_outgoing_check_interval_ms', 0);
It worked right away for me.. (SMS Bomber >)) Id reboot to be safe.
Samsung Galaxy S II
Juggernaut-v2.0
Kernel: Jugs 0.3 UV-BLN-CRT
Samsung Galaxy Tab 10.1 Wifi 16gb
STOCK w/ root, busybox, CWM.
Retired: Samsung Galaxy S 4G, Samsung T959 Vibrant/Galaxy S, HTC Dream (G1) Bronze
Want more room for apps on your SGS4G?? Try my 1-click Fota Fix.
T-Mobile USA Sales Rep in Highlands Ranch, CO.
9338 Dorchester Street, Highlands Ranch CO
matthenry87@gmail.com
|