**** BEGIN LOGGING AT Sun Nov 16 02:59:56 2008 Nov 16 03:31:15 Is there a protocol for using an intent to call another app from your app? Protocol being that should a person get permission from the developer? One thing I would like to do is put the icon of the other app on a button in my app. Nov 16 06:31:12 hi Nov 16 06:31:26 hi Nov 16 06:32:14 umm... Nov 16 06:32:41 Has anyone ever tried to get the ppp_mppe module to work with the android kernel? Nov 16 06:34:18 i knew it - cause it doesnt work! :( Nov 16 08:33:32 I have a very interesting problem with SQLiteOpenHelper--I extended it and whenever I call getReadableDatabase() in it, it bails out completely, unwinds the stack all the way back to the activity, which promptly blows up because of a null pointer...and no exception or anything is thrown...I've never seen Java code behave like this before. Nov 16 09:13:34 nuts, i was just about to answer him Nov 16 13:00:08 Im using an OnKeyListener to move an autocomplete textbox Nov 16 13:00:23 from the aesthetically pleasing middle of the screen to the sensible top of the screen Nov 16 13:00:31 when a list appears Nov 16 13:01:16 but the problem is that Im shuffling the box up under the results, and I want the results to appear below the box to take advantage of the extra screen real estate Nov 16 13:01:48 * gambler wonders, how to achieve my goal. Nov 16 21:51:30 whoa. my phone just rebooted itself Nov 16 21:54:05 jasta, I've had that happen Nov 16 21:55:05 thats really serious Nov 16 21:55:08 i wonder how i can debug this Nov 16 22:07:38 jasta, mine happened to be running logcat at the time and I didn't see anything useful :-/ Nov 16 22:12:03 i was using the built-in music player Nov 16 22:12:12 and so naturally i suspect the MediaPlayer class somehow ;) Nov 16 22:29:15 I'm using android:screenOrientation="sensor" and whenever the screen orientation changes, my TabHost resets the selected tab to the first tab--how can I stop this? Nov 16 22:32:18 use onSaveInstanceWhatever Nov 16 22:32:21 i forgot the method name Nov 16 22:32:31 but you would be expected to save your state and restore it Nov 16 22:34:07 check romain's Photostream app as one example Nov 16 22:34:19 there are lots more too in the source and apps-for-android Nov 16 22:34:32 basiclaly, screen orientation changes completely tear down your app and restart it Nov 16 22:34:36 or your activity rather Nov 16 22:34:50 so you need to be able to restore state Nov 16 22:44:25 jasta, ahh, thanks. I'll look into it. Nov 16 23:25:18 oh why oh why is rapidly generating StaticLayouts taking so much resources? :P It creates like n+1 objects every time you create or draw it and there's no way to reuse the same instance of it.. you have to create a new one for every little bit of thext that you want to draw :/ Nov 16 23:26:41 romainguy_, feature request: a lightweight Layout that has no fancy RTL or selection or whatever support.. it wraps text and paints it.. nothing more, nothing less :) Nov 16 23:28:46 (yeah I know I know.. I could write it and contribute it myself.. it's opensource.. but do you REALLY wan't that I contribute something? You have seen the questions that I ask.. :P) Nov 17 00:12:27 hi ... there is a way to be sure that only a "trusted" application can emit a certain type of Intent OR a way to know if an intent came from a "trusted" application? ... thanks Nov 17 00:27:08 filosofico: I've been wondering that too Nov 17 00:31:00 zhobbs: in my case, checking the validity of the intent, is unavoidable because the effect of a "mal-intent" is dangerous to the user... Do you have solved anything? Nov 17 00:37:26 zhobbs: if is possible to get the package of the originator of the intent shuld be possible to check the package signature ... **** ENDING LOGGING AT Mon Nov 17 02:59:57 2008