**** BEGIN LOGGING AT Sun Jan 11 02:59:57 2009 Jan 11 04:50:06 andrewoid, you wrote Toggle GPS, right? Have you found a way to toggle 3G without having to run the phone settings activity? Jan 11 06:41:20 Hello Jan 11 06:41:59 anyone doing work related to RTP on Android here? Jan 11 06:42:20 RTP? Jan 11 06:42:37 Real time transport protocol Jan 11 06:43:21 then no idea Jan 11 06:46:08 ok, anyone tried recording audio from within the emulator? Jan 11 06:47:47 hello, hello, anyone out there!!!! Jan 11 06:52:33 hello Jan 11 06:52:59 does someone know how to set sync settings Jan 11 06:53:33 i know that it id possible and found the permissions but nothin else Jan 11 11:16:12 what is the best way to go about doing a multiplayer game for android? I heard that XMPP was scrapped and that ad-hoc wifi networks cannot be made. Jan 11 11:21:32 guys this has been bugging me for ages now, the import org.apache.http.client.methods.HttpPost; isnt recognised Jan 11 11:22:02 waitup mybad Jan 11 11:22:09 ignore me :( Jan 11 11:41:06 Can I get a branch cupcake if I have local master git? Jan 11 14:38:11 Can someone point me to a reference for having a custom icon for a package, please ? Jan 11 14:38:58 replace icon. in /res/something Jan 11 14:39:30 hmm. that's easy ;-) Jan 11 14:40:10 res/drawable/icon.png FTW! Jan 11 14:40:16 Thanks :D Jan 11 14:40:32 48x48px Jan 11 15:34:57 Hi all. This reference doc sentence about android.content bothers me: "Another kind of resource value allows you to reference the value of an attribute in the current theme. This attribute reference can only be used in style resources and XML attributes; it allows you to customize the look of UI elements by changing them to standard variations supplied by the current theme, instead of supplying more concrete values." Jan 11 15:37:06 I want to use colors from the current theme in my app, but I'm drawing on my own (instantiated) View's canvas. From what I can tell, since it's not created from XML, I can't access the theme values. Is that right? Jan 11 15:37:17 And, why such a restriction? Jan 11 15:37:32 (Or lack of implementation, perhaps?) Jan 11 17:04:35 if i set textStyle to italic on a text view in the designer, the text disappears. no such problem for bold. Jan 11 17:04:38 anybody know this issue? Jan 11 17:52:04 Hello Jan 11 17:52:21 I need fill a Spinner with two adapters.. Jan 11 17:52:49 I have a CursorAdapter curAdap and a ArrayAdapter arrayAdap. Jan 11 17:53:01 I fill curAdap from database and arrayAdap from XML file. Jan 11 17:53:08 I need fill a spinner with both content. Jan 11 17:53:14 How can i do that? Jan 11 17:54:05 implement your own Adapter that pulls its data from the other two adapters? Jan 11 17:55:17 mm, ok Jan 11 17:58:41 but how is the class that i need to extend? Jan 11 17:59:07 BaseAdapter Jan 11 18:00:01 perfect, thanks Jan 11 19:45:42 does anybody know about MovementMethods and the like? I'm trying to turn a textview into a clickable link Jan 11 19:45:59 but it doesn't work. i see the Linkify class does this but this whole SDK area is undocumented :( Jan 11 19:55:03 use autolink Jan 11 19:55:10 in the xml Jan 11 19:55:12 http://code.google.com/intl/es/android/reference/android/widget/TextView.html#attr_android:autoLink Jan 11 19:57:09 estiven: my text isn't actually a link though. i have a text view that says "(learn more)" and I want that to link to a url of my choice. autolinking only seems to be about automatically finding text like http://example.com and linkifying it Jan 11 19:57:17 or does it work with my text type markup? Jan 11 19:58:50 mm, i don't know, but you can try... tell me if it work.. Jan 11 19:59:17 i had to write some custom code for it Jan 11 19:59:33 time to do some cooking anyway. Jan 11 20:39:05 Is it possible to get to know if WIFI is enabled while the screen is off ? I'm always getting "false" from the WifiManager when the screen is off. Jan 11 20:39:27 even right after it turns off? Jan 11 20:39:37 the wifi does turn off after a bit Jan 11 20:40:05 if you want the setting rather than the current state... that's probably is somewhere else, though Jan 11 20:40:06 Yeah so there is no possibility (flag or sth) that tells me if Wifi is enabled Jan 11 20:40:09 s/that's/that/ Jan 11 20:40:36 depends on if you want to know if wifi's active, or if you want to know if it's enabled in the settings Jan 11 20:40:39 Hmm ok let me look into the settings but I don't think that I have seen sth Jan 11 20:40:51 yeah if its enabled would be nice to know Jan 11 20:40:52 yeah wifi is meant to turn off when the screen turns off (2 mins after i think) Jan 11 20:40:56 you can hold a wifi lock if you want to keep it Jan 11 20:41:12 Well know I just want to know if it is enabled in the settings Jan 11 20:42:05 is there a way to restart the current activity? Jan 11 20:43:51 ah got it Jan 11 20:43:57 WIFI_ON in the system settings Jan 11 22:29:53 webview-- it seems you have to manually sync the cookie store in your activity if you want cookies to be saved. gah. Jan 12 01:35:35 Anyone have a link to some instructions on panning the google map w/ screen gestures? **** ENDING LOGGING AT Mon Jan 12 02:59:57 2009