**** BEGIN LOGGING AT Sun Dec 14 02:59:57 2008 Dec 14 03:23:08 jham: I have that already Dec 14 03:23:14 still not working Dec 14 03:23:14 :/ Dec 14 03:49:51 bparker06: assets Dec 14 03:50:27 I stick it in assets and then copy it to your dir in /data Dec 14 04:08:11 I having a problem with sqlite Dec 14 04:08:25 running a query bails out of the whole emulator with RuntimeException Dec 14 04:08:29 I'm* Dec 14 04:08:40 with nonsense debug info Dec 14 04:08:51 What does it say in the log? Dec 14 04:08:59 Thread [<15> UserTask #1] (Suspended (exception RuntimeException)) ThreadPoolExecutor$Worker.run() line: 680 Thread.run() line: 935 Dec 14 04:09:04 like,, how useful Dec 14 04:09:23 What's the rest of the log? Dec 14 04:09:29 around the exception Dec 14 04:09:48 http://img123.imageshack.us/img123/1198/12132008230419tc5.png Dec 14 04:11:02 I can verify that the database is opened and not locked anywhere Dec 14 04:11:11 but trying to run SQLiteDatabase.query or rawQuery bails with that Dec 14 04:15:30 jham: any idea? Dec 14 04:20:25 bparker06: the log should have more info (stack trace), so you can see where it's happening in your code Dec 14 04:20:39 zhobbs: nope... Dec 14 04:20:52 what's in that picture is all I see that is of any use at all Dec 14 04:21:04 the stack trace is pretty useless Dec 14 04:23:54 could it be because it's trying to start a new thread while inside another thread of the activity? Dec 14 04:24:01 or does that matter Dec 14 04:35:56 bparker06: The log is more useful there, the thread took an exception and unwound its stack a ways Dec 14 04:46:19 jham: which log where? Dec 14 04:48:25 if you mean the one that LogCat shows you, it's also useless Dec 14 05:32:52 Im trying to (programatically) get a list of providers on a device Dec 14 05:32:56 could someone point me in the right direction? Dec 14 06:15:08 does wireless stereo bluetooth earbuds work with the g1 Dec 14 06:46:45 how do you make a user-defined duration for a Toast ? Dec 14 09:22:08 hi there, i see that there are quite a few implementations (mac/qt/win/wx/gtk) of the webkit files in $topsrcdir/external/webkit. i don't know which implementation is my emulator really using? i'm in linux ubuntu using the emulater, so is it gtk? Dec 14 17:31:49 HI all Dec 14 17:31:59 is the Heap-Size a Thread can allocate limited ? Dec 14 17:52:42 --> http://groups.google.com/group/android-developers/browse_thread/thread/aaaef75b6d3a0d8e Dec 14 18:03:36 plusminus_: First thing I'd look at in that situation is how many threads I have active. Dec 14 18:07:30 plusminus_: Oh, and the answer to your question, is no: all threads in one process will share the same heap. Dec 14 18:28:25 Can someone tell me if there is a possibility to change the Tab Indicator? I know how to initially set it up but how can I cange it ? Dec 14 20:16:31 how to get the screen resolution of the phone? Dec 14 20:22:34 oinkboink: getResources().getDisplayMetrics() Dec 14 20:30:23 thanks Dec 14 20:33:57 and how to get resourceID? **** ENDING LOGGING AT Mon Dec 15 02:59:57 2008