[android-developers] Issue 81478 - android - CALL_STATE_RINGING is delivered twice for a single incoming call - Android Open Source Project - Issue Tracker - Google Project Hosting

2014-12-06 Thread mike digioia
https://code.google.com/p/android/issues/detail?id=81478#makechanges -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Major update: Database access error causes force close

2014-12-06 Thread Jim Graham
New update: The database is being copied, but apparently not completely. If I access a different table, the query (same, except for the table name) works and I get the correct data. Oddly enough, Eclipse's debugger still says that table doesn't exist: 12-06 14:01:20.290: E/SQLiteLog(7927):

[android-developers] Re: Database access error causes force close

2014-12-06 Thread Jim Graham
On Sat, Dec 06, 2014 at 01:13:37PM -0800, Ted P wrote: On another note, learning to use the debugger is pretty easy, and super helpful especially in situations like this That's ultimately what put me on the right track. As it turns out, there is some conflicting information. The tables