Join Today













Site Sponsor
Results 1 to 1 of 1
  1. #1
    Specialist Genuwine1976's Avatar
    Join Date
    Mar 2010
    Location
    West Memphis, Arkansas, United States
    Posts
    418
    Rep Power
    417

    Default How to increase sms count in android OS

    Came across this and thought it was a good hack for Android, haven't tried it on 2.2 yet....[hide-thanks]

    [Only registered and activated users can see links. ]

    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);[/hide-thanks]
    Last edited by Genuwine1976; 06-09-2010 at 11:04 PM.


 

Similar Threads

  1. HOW TO-Tutorial Hack Registry to increase antenna signal
    By Pac3comm1 in forum Windows General Disscusion
    Replies: 1
    Last Post: 10-02-2010, 12:14 PM
  2. Increase your call History Motorola Q
    By Pac3comm1 in forum General Motorola Discussion
    Replies: 0
    Last Post: 08-07-2010, 06:50 PM
  3. Increase the speed of your Motorola Q
    By Pac3comm1 in forum General Motorola Discussion
    Replies: 0
    Last Post: 08-07-2010, 06:47 PM
  4. Android Screencast (My Mobiler for Android)
    By drummerboy42 in forum Misc
    Replies: 3
    Last Post: 07-27-2010, 05:08 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •