**** BEGIN LOGGING AT Fri Jun 26 02:59:57 2009 Jun 26 04:29:32 hello, i have a vibrate led in /sys/class/leds and was wondering how i would go about making android recognise it. thanks Jun 26 05:08:42 Can I use jdk 1.6 to compile android source? Jun 26 05:17:54 s1516_: yes Jun 26 05:19:16 zhobbs, I thought you couldn't because of some goofiness with the @Override annotations Jun 26 05:19:58 are we talking about an android application, or the framework source? Jun 26 05:20:27 http://pastebin.com/d519efc14 Jun 26 05:20:52 what's a statement to use in android instead of return; (which doesn't work) to stop code from proceeding if it fails a validation Jun 26 05:21:17 return will work Jun 26 05:21:38 hmmm, it's just killing my app right now (generic application failed error with button to force close) Jun 26 05:21:44 the finally block will be called though Jun 26 05:21:49 check the log output Jun 26 05:25:01 and use the debugger too, its most likely a null pointer or something, but the emulator isnt too verbose about those without logcat/debugger Jun 26 05:27:45 yeah, nullpointer Jun 26 05:28:22 how am I getting nullpoint from return;? Jun 26 05:28:37 you're not Jun 26 05:30:17 oh duh Jun 26 05:30:23 I see the problem Jun 26 05:30:24 sigh Jun 26 05:31:47 didn't mind my Finally statement Jun 26 07:36:48 Someone mentioned that the Eclipse ADT stuff had an "extract string to strings.xml" context menu option, but I can't find it... Jun 26 07:38:21 Is it tied in with Externalize strings...? Jun 26 07:39:40 In the latest ADT 0.9.x plugin, simply select the string in your Java code and use Jun 26 07:39:43 hmm Jun 26 07:39:46 Refactor > Android > Extract String. Jun 26 08:01:10 kRutOn: nice find...I've been wanting that Jun 26 08:01:49 need to be able to assign a keyboard shortcut for it Jun 26 08:02:10 It doesn't show up in my Eclipse... does it yours? Jun 26 08:02:47 yeah, but not on the right click refactor, only on the Refactor in the toolbar Jun 26 08:02:56 ah Jun 26 08:14:25 hey y'all - does anyone know if there's a caldav client library that would work with 1.5? I'm looking at caldav4j, but I'm not sure how I'd go about trying to compile it for dalvik