{"id":955,"date":"2014-01-08T14:13:25","date_gmt":"2014-01-08T14:13:25","guid":{"rendered":"http:\/\/blogs.silicontechnix.com\/?p=955"},"modified":"2014-01-08T14:14:24","modified_gmt":"2014-01-08T14:14:24","slug":"increase-the-sms-limit-in-android-100-sms-per-hour-to-unlimited","status":"publish","type":"post","link":"https:\/\/blogs.silicontechnix.com\/?p=955","title":{"rendered":"Increase the SMS limit in Android (100 SMS per hour to unlimited)"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>Make sure you got <a href=\"https:\/\/en.wikipedia.org\/wiki\/Android_rooting\">rooted<\/a> phone.<\/p>\n<ul>\n<li>Install Android SDK (for basic command line tools, such as ADB)<\/li>\n<li>Add Android tools to the PATH<\/li>\n<li>Turned on USB debugging on Phone<\/li>\n<li>\u00a0Connect with USB Cable, USB Drivers must be installed (with SDK etc)<\/li>\n<\/ul>\n<p>Open Command Terminal and enter the following:<\/p>\n<pre class=\"brush:bash\">\r\nadb shell\r\nmount -o rw,remount -t yaffs2 \/dev\/block\/mtdblock3 \/system\r\n\r\nadb shell\r\nsqlite3 \/data\/data\/com.android.providers.settings\/databases\/settings.db\r\n<\/pre>\n<p>Then you&#8217;ll see: <\/p>\n<pre class=\"brush:bash\">\r\nsqlite&gt;\r\n<\/pre>\n<p>Then enter the following to alter the limit<\/p>\n<pre class=\"brush:bash\">\r\nINSERT INTO gservices (name, value) VALUES('sms_outgoing_check_max_count', 101);\r\n<\/pre>\n<p>(change 101 to your new limit)<\/p>\n<p>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.<\/p>\n<p>To turn off the limit enter:<\/p>\n<pre class=\"brush:bash\">\r\nINSERT INTO gservices (name, value) VALUES('sms_outgoing_check_interval_ms', 0);\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Make sure you got rooted phone. Install Android SDK (for basic command line tools, such as ADB) Add Android tools to the PATH Turned on USB debugging on Phone \u00a0Connect with USB Cable, USB Drivers must be installed (with SDK etc) Open Command Terminal and enter the following: adb shell mount -o rw,remount -t [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_s2mail":"no","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[127,131],"tags":[436,112,435,434,437],"class_list":["post-955","post","type-post","status-publish","format-standard","hentry","category-tips","category-tools","tag-adb","tag-android","tag-rooted","tag-sms","tag-sqlite3"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p12j6H-fp","_links":{"self":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/955","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=955"}],"version-history":[{"count":2,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/955\/revisions"}],"predecessor-version":[{"id":957,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=\/wp\/v2\/posts\/955\/revisions\/957"}],"wp:attachment":[{"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=955"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=955"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.silicontechnix.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=955"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}