**** BEGIN LOGGING AT Sat Jan 31 02:59:57 2009 Jan 31 03:00:03 0 Jan 31 03:00:11 whoops. Jan 31 17:15:34 anyone know what permission i need to have my receiver get android.intent.action.NEW_OUTGOING_CALL? Jan 31 17:16:18 maybe permissions aren't the problem... anyone know if an error or warning is thrown when you listen for an intent that you don't have permissions for? Jan 31 17:16:25 or is it a silent failure? :p Jan 31 17:31:18 ok, found it. to receive NEW_OUTGOING_CALL, you need permission android.permission.PROCESS_OUTGOING_CALLS. Jan 31 17:31:36 and apparently it's a silent failure Jan 31 17:32:10 would be nice to have a warning if you're trying to receive something that you don't have permissions for :/ Jan 31 17:32:38 ideally the warning would also say which permission is needed :) Jan 31 17:36:52 hm, can't input sms text in the emulator. known issue? or am i doing something wrong.... Jan 31 17:37:19 seems like something steals focus immediatly after i click the fields Jan 31 17:37:24 adding a contact works fine Jan 31 17:39:02 hm, yeah doesn't matter if i loadup the messaging app and start creating a message from scratch, or open it via a contact Jan 31 18:15:40 hi all Jan 31 18:16:06 I know it's better that I read myself the android-sdk docs but... Jan 31 18:16:25 you could say me about getScrollX and getScrollY methods :-) Jan 31 18:16:54 I needed these methods and now scrolling ok Jan 31 18:17:15 bad bad guys... :-P Jan 31 18:23:48 are there any linux diff packages 'better' than tkdiff? Jan 31 18:26:53 dunno, I just use diff Jan 31 18:29:07 vimdiff :) Jan 31 18:38:33 vimdiff, thanks Jan 31 18:45:49 hrm. When I rotate the screen, my activity is destroyed/re-created. All of the controls retain their values (TextBoxen retain their text entries), except button. I had programatically set the text for the button, but it reverts back to what was defined in the XML... Jan 31 18:46:31 Am I doing something wrong, or do I actually need to onRetainNonConfigurationInstance just to hold my button text? Jan 31 18:55:46 Hrm. Just noticed that the visibility prop on things isn't restored either. Jan 31 21:49:23 is there a way to parse a resource as an integer? Like Integer.parseInt(R.drawable.icon) ? Jan 31 21:50:01 basically i am creating a grid view, and in my array.xml I want to have two string arrays, one with the text and one with the R.drawable Jan 31 21:50:31 i tried to pass it into my custom adapter view, but of course it's a string Jan 31 21:50:41 and when i do try to parse it, it complains Jan 31 21:51:00 i'd rather not hard code the array if I have to :| Jan 31 22:43:30 digitalspaghetti: what does it complain avoid? resource not resolved? Jan 31 22:45:27 no, because it's a string Jan 31 22:45:40 it says i can't be parsed to an int Jan 31 22:45:56 i've just made a int[] array in my code for now Jan 31 22:46:28 about to push a new verison up now, with a much nicer home screen that i want to try carry through the rest of the app Jan 31 22:58:15 i hate it when people email you going "Your app doesn't work, FIX IT!" Jan 31 22:58:30 ugh, ok - can you provide any information ffs? Jan 31 23:09:28 Heh, at least they mention the products name Jan 31 23:16:03 http://brightkite.com/objects/ddd1551cefec11ddb50e003048c10834 Jan 31 23:16:10 What do think of my UI? Jan 31 23:30:02 looks nice Jan 31 23:30:14 digitalspaghetti, "What's Happening" Jan 31 23:30:28 i would remove the "Brightroid" in about and exit Jan 31 23:30:38 (note the apostroph in what's^^) Jan 31 23:30:48 and settings Jan 31 23:32:23 fair enough Jan 31 23:32:40 hrmm, folks are complaining the What's Happening keeps crashing Jan 31 23:45:19 Is anyone online here doing any C coding for the android? Jan 31 23:45:29 (or c++) Feb 01 01:14:20 anyone know if there's an intent for outgoing SMS, IM and email, like there is for outgoing calls? Feb 01 01:18:58 I think action_view can do email if given a mailto://url Feb 01 01:19:10 Check the docs - it might also do sms/im Feb 01 01:20:14 rsteckler: thanks, will give a look Feb 01 01:20:41 cd /etc/apache2/ Feb 01 01:20:46 er.. **** ENDING LOGGING AT Sun Feb 01 02:59:57 2009