Maybe you can help me with this. I am trying to remove the SMS limit. I found some information on the net but am having trouble getting it to work. http://www.flixya.com/blog/2933174/How-to-Increase-the-SMS-Limit-on-Android-How to Increase the SMS Limit on AndroidIt keeps saying "No Such Table". Here is what I have so far.
B4X:
SQL1.Initialize(File.DirInternal, "settings.db", True)
lblsendingto.Text = SQL1.ExecQuerySingleResult("SELECT count(name) FROM gservices")