**** BEGIN LOGGING AT Fri Apr 03 02:59:56 2009 Apr 03 03:51:29 anyone know how to show/hide or enable/disable a tab Apr 03 03:56:25 i don't think it's possible Apr 03 03:58:06 there's no setVisibilty or setEnabled Apr 03 03:58:24 and you can't really add or remove a tab to an existing tabhost Apr 03 04:02:57 Hey folks. Does anyone have any code examples of altering SMS messages that have been received? I want to update the timestamp of incoming SMS messages but can't find documentation to that extent Apr 03 08:39:56 Where is there a good sqlite example for android? Apr 03 10:39:36 Is it possible to create mipmaps for OpenGL on android? I cant find the gluBuild2DMipmaps function - maybe its just working another way. Apr 03 12:05:13 Hey, was juts wondering is it possible to intercept out going SMS messages and send them via a 3rd party gateway Apr 03 12:05:56 wanted to add integration with some web based sms providers who have apis Apr 03 12:55:20 another confusing moment. using adb with adp1 works fine on this computer.. but fails on my laptop Apr 03 12:55:29 yet the device is *seen* by dmesg/hal Apr 03 12:55:40 but adb insists on telling me he can't see any device Apr 03 12:56:54 whoops, forgot to chmod +rx the rules file :) Apr 03 12:57:00 heh Apr 03 12:57:16 * jbq_ hugs his Mac Apr 03 12:58:32 get a room ! there are linux windows users here :) Apr 03 12:59:02 hmm... nope, still doesn't work Apr 03 12:59:19 heh, looking around, my wife has a mac laptop, a linux laptop and a windows laptop right here. Apr 03 13:09:24 your wife sure has many laptops Apr 03 13:13:18 wow Apr 03 13:13:20 palm pre Apr 03 13:13:24 looks sweet Apr 03 13:14:03 Can I set different prices for my app depending on the location of the customer? I've had several people from england email me to ask if it comes in sterling instead of dollars Apr 03 16:27:12 quick question, did your G1 come with a mini usb thing, that has a spot for charger and 3.5mm headphone jack Apr 03 16:31:12 no Apr 03 18:00:26 hello Apr 03 18:02:57 anyone familiarized with googleapps knows why i could be getting the "Sign-in/sync error" screen every time my phone loses connectivity ? Apr 03 18:17:49 jsharkey: I'd like to be able to browse/play shoutcast stations with the TunesControl app...any tips? Apr 03 18:22:27 keny: you can't sign in? :\ Apr 03 18:33:13 vol: just fixed it =D Apr 03 18:33:26 clearing the data for com.google.googleapps did the trick Apr 03 18:33:30 - i think. **** ENDING LOGGING AT Fri Apr 03 18:33:43 2009 **** BEGIN LOGGING AT Fri Apr 03 18:36:14 2009 Apr 03 18:37:05 ah Apr 03 19:50:14 Is there a way to share DBs between two (or more) applications? Apr 03 19:53:07 svm_invictvs: through a content provider Apr 03 19:53:17 Ah, cool. Apr 03 19:53:30 my irc client isn't letting me paste, or else I'd share the link :) Apr 03 19:53:53 marklar: It's not necessary for my app. But, it may be in the future. If needs be I'll change it. Apr 03 19:54:04 marklar: I just wanted to make sure that I knew it was possible. Apr 03 19:54:26 svm_invictvs: k, iirc the basic idea is that one app would 'own' the data, and other ones could access it through the content provider Apr 03 19:54:30 but it is possible Apr 03 20:35:37 Any PHP-related projects out there? Apr 03 20:38:18 what do you mean? Apr 03 20:43:10 Exactly what I said, anyone doing anything interesting with android and php? Apr 03 20:43:21 Aside from XML-RPC Apr 03 20:56:25 svm_invictvs: "Content providers store and retrieve data and make it accessible to all applications. They're the only way to share data across applications; there's no common storage area that all Android packages can access." Apr 03 20:56:36 cross-app access to data is exactly what content providers are *for* Apr 03 20:56:40 http://developer.android.com/guide/topics/providers/content-providers.html Apr 03 21:12:50 hey there. I have trouble retrieving some web pages. 'http://www.google.com' works fine, but for example 'http://news.google.com' doesn't. My code is http://pastebin.com/d75bf0be0 . When I try that, it throws a "FileNotFound" exception at line 7. Any idea? Apr 03 21:18:28 what would cause my gallery items to be unscrollable? Apr 03 21:19:04 im using similar code to the demo except i dont use a background and use manual spacing Apr 03 21:19:42 what would cause my gallery items to be unscrollable? Apr 03 21:19:45 whoops Apr 03 21:44:04 hey there. I have trouble retrieving some web pages. 'http://www.google.com' works fine, but for example 'http://news.google.com' doesn't. My code is http://pastebin.com/d75bf0be0 . When I try that, it throws a "FileNotFound" exception at line 7. Any idea? Apr 03 22:03:05 sammyF: try calling connect Apr 03 22:08:04 vol, on the URLConnection? just tried it with ucon.connect(); passes without problem, but still the same exception on getInputStream() Apr 03 22:09:00 interesting. Apr 03 22:09:17 and this works for other webpages? Apr 03 22:09:32 yep. very weird. It works with www.google.com at least Apr 03 22:11:29 yeah, they both serve normal 200 responses Apr 03 22:11:47 guess I can't really help with this, sorry Apr 03 22:13:02 np ... connect was worth a try Apr 03 22:13:10 I'll try asking at anddev Apr 03 22:13:18 thanks anyway :) Apr 03 22:16:16 you might want to cast that to HttpURLConnection Apr 03 22:16:27 and then call getErrorStream in the catch block of try/catch Apr 03 22:16:47 http://www.icesoft.com/developer_guides/icebrowser/api/ice/net/HttpURLConnection.html#getErrorStream() Apr 03 22:17:07 calling getResponseCode and getResponseMessage might be useful debugging tools too Apr 03 22:19:51 hm strange, i'm still getting the sign-in/sync error screen :( Apr 03 22:20:14 what number of things could make googleapps (or android) think my password is wrong? Apr 03 22:20:39 maybe google makes me re-enter my password if the phone's IP has changed? Apr 03 23:24:11 hi all Apr 03 23:24:37 I have a question: I created an AlertDialog by using the AlertDialog.Builder. This is working fine. How do I prevent the dialog to disappear after a button has been pressed? Apr 03 23:24:37 I want to call dismiss by myself Apr 04 00:41:57 tking: hmm. if you don't want it to be dismissed when a button is clicked, you are talking about something that is not actually a Dialog Apr 04 00:42:03 so using AlertDialog isn't really appropriate Apr 04 00:48:22 ctate: what should I use instead of an dialog? Apr 04 00:50:08 The thing is, that I want to verify the text in the edittext field before the programm is proceeding. In case the text is not valid, the dialog should not dismiss Apr 04 00:54:42 hmmmm Apr 04 00:54:56 possibly the thing to do is to validate on the fly, and only enable the buttons when it's appropriate Apr 04 00:55:08 [always have 'Cancel' enabled, of course] Apr 04 00:55:24 unfortunately i have to run, sorry Apr 04 00:55:26 hmm **** ENDING LOGGING AT Sat Apr 04 02:59:57 2009