**** BEGIN LOGGING AT Sat Nov 15 02:59:57 2008 Nov 15 03:33:43 I got a sick idea for an app that shouldnt be too hard to make Nov 15 03:34:00 shoot Nov 15 03:34:09 call gestures - example: when you recieve a call you could turn your phone over to hang up Nov 15 03:34:15 certain movements handle calls Nov 15 03:34:37 or do certain tasks Nov 15 03:34:52 you must be the first one to think about it :) Nov 15 03:34:52 like quick reply for a sms/mail Nov 15 03:35:06 really? Nov 15 03:35:16 what do u think Nov 15 03:35:19 that was sarcasm :) Nov 15 03:35:22 lol Nov 15 03:36:42 heh Nov 15 03:36:59 saw an alarm clock, turn over for snooze Nov 15 03:36:59 it would be funny to see people move their phone around certain ways in public lol Nov 15 03:37:01 shake for off Nov 15 03:37:20 which one is that Nov 15 03:37:39 bonsai blast uses motions Nov 15 03:37:48 and I've made them in public ;-) Nov 15 03:37:56 lol Nov 15 03:46:05 androidjavadoc.com is a lifesaver Nov 15 03:46:21 sweet good to kno Nov 15 03:46:55 2 clicks less on avg Nov 15 06:53:20 good evening Nov 15 08:24:03 yawn Nov 15 08:25:43 whatsup jasta Nov 15 08:25:49 how you been? Nov 15 08:25:56 good, doing a lot of coding Nov 15 08:26:04 yeah, can see that ;) Nov 15 08:26:10 you been quite lately Nov 15 08:26:26 any projects released? Nov 15 08:27:13 nothing too official Nov 15 08:27:34 ok Nov 15 08:28:30 My wife wants to set up Five Nov 15 08:28:37 This should be interesting Nov 15 08:28:44 :) Nov 15 08:29:51 does anyone know the recommendation approach to adding new media to the MediaStore provider? should i Use MediaScannerCollection#scanFile() or just insert the meta data myself? Nov 15 08:30:22 i guess it must be better to call scanFile Nov 15 08:30:41 * jasta reads the source :) Nov 15 08:30:47 i love that this is possible now hehe Nov 15 08:31:46 I have to say, it's helping my novice self quite a bit. Nov 15 08:34:50 I was looking for how this worked earlier. Is this what you meant? http://stackoverflow.com/questions/230643/android-api-for-detecting-new-media-from-inbuilt-camera-mic Nov 15 08:35:08 ignore the camera part of it Nov 15 08:35:23 scroll to the last response Nov 15 08:35:24 no Nov 15 08:35:47 thats not what i was asking about :) Nov 15 08:35:49 yeah, the source is great help Nov 15 08:35:49 'k. *shuts up* Nov 15 08:35:54 :) Nov 15 08:36:00 languish: i'm doing the opposite, i'm adding to the media store. Nov 15 08:36:14 when five commits a cached entry, it adds for other systems to consume Nov 15 08:36:25 ah Nov 15 08:57:45 hmm, that's interesting. it detected no meta data. Nov 15 09:37:54 anyone know if G1 has a comic book reader app? Nov 15 09:41:41 cdisplay for android? lol. nope haven't seen one yet Nov 15 09:41:55 one panel at a time :/ Nov 15 09:42:04 large panels may pose a problem.. Nov 15 09:42:26 yea, but you can just zoom around them Nov 15 09:42:29 scrolling..scrolling..scrolling down the storyline.. Nov 15 09:42:57 it's not pefrect, but better than taking a laptop on the bus, even if it is an acer aspire one Nov 15 09:43:47 hey I'm all for it. I can see how random comic point of contention debates could easily be resolved with a quick "I got this guys" Nov 15 09:43:57 :| Nov 15 09:44:32 Maybe even make a server component for it, that allows you to browse your home collection remotely. Nov 15 09:44:42 ^_^ Nov 15 09:45:59 hehe, that would rock :) Nov 15 09:46:19 http://johnwilker.com/2008/09/effectiveui-rd-project-android-comic-reader/ Nov 15 09:46:27 looks like nothing released though :( Nov 15 09:46:46 Next, google will have to work on a comic book standard and android comic api. Comic boxes must be drawn within 320x480 boundaries! Nov 15 09:47:18 or 640x40 and use the desktop background to display them, hiding all other icons! Nov 15 09:47:45 640x480 Nov 15 09:47:58 so we can scroll from left to right Nov 15 09:48:58 actually, designing a comic series standard tailored to portable devices might be cool Nov 15 09:51:24 yea, when the PSP came out i tried my hand at it Nov 15 09:51:34 not a comic, but a magazine Nov 15 09:51:58 was for the podcast that i did at the time Nov 15 12:18:01 how would I go about converting a string to a resource pointer? Nov 15 17:31:41 has anyone got a simple example of starting a new activity from a button-click? i don't (yet) need to pass it anything, or get anything back, i just need to switch screens (and come back when that screen bails or user hits back) Nov 15 17:31:48 i'm getting null pointers during startup, clearly something is very wrong. Nov 15 17:41:34 Disconnect, call "startActivity(new Intent(this, NewActivity.class));" ? Nov 15 17:44:11 getting 'cannot be resolved' on com.foo.android.mainApp.newWindow but i have a newWindow class inside newWindow.java :/ Nov 15 17:44:22 i think i'm not clear enough on java namespacing :) Nov 15 17:45:16 i was working from http://code.google.com/android/kb/commontasks.html#opennewscreen Nov 15 17:47:52 did you declare your com.foo.android.mainApp.newWindow in the manifest? Nov 15 17:51:29 according to eclipse there is a newWindow with name 'newWindow' and everything else defaulted/blank Nov 15 17:55:53 its got in the xml Nov 15 17:59:10 use .newWindow instead Nov 15 18:02:01 did it help? Nov 15 18:02:07 Disconnect, ? Nov 15 18:02:30 still arguing with it. Nov 15 18:03:17 so i want or does activity live inside the application? Nov 15 18:04:58 inside Nov 15 18:08:28 so i've got startActivity(new Intent(this,newWindow.class)) and .. Nov 15 18:15:37 yah this is driving me nuts. http://pastebin.ca/1257073 and its gone back to giving me nullpointer errors on the setOnClickListener line Nov 15 18:15:41 and it still won't work? Nov 15 18:17:14 do setContentView(R.layout.main); before findViewById Nov 15 18:17:41 (I hope I don't give false advise here :P ) Nov 15 18:18:08 trying it now (although there are other findViewById calls - populate edittext and such - above that and they work :) ..) Nov 15 18:18:16 ah ok Nov 15 18:18:21 my fault then :P Nov 15 18:19:01 hmmmm. that works but blows up in the new class. this may be a fix :) Nov 15 18:19:15 yah that fixed it :) awesome :) Nov 15 18:19:53 (same crash in the new window, so moving setContentView up and trying again) Nov 15 18:20:26 awesome that fixed it :) :) thanks! Nov 15 18:21:07 ah.. indeed.. I need some sleep.. of course you have to set the content view before you get anythin other than null from findViewById.. Nov 15 18:22:11 I need more sleep I guess :) Nov 15 18:22:13 thats weird, i swear it was working before :) (just did nothing with the newWindow button) and i'm pretty sure the examples run that way Nov 15 18:22:24 but i don't care, its fixed and i'm having a better day now :) Nov 15 19:00:51 hahaha. you know whats good? not having cut&paste errors that map saveBtn.onclick to finish() instead of cancelBtn Nov 15 19:41:07 now i'm back to my db problems :( Nov 15 21:11:33 suppose i do have a multithreaded chat application , what i do exactly needs to implement it in android , i'm already using the sdk in eclipse Nov 15 21:11:53 the good news is, mostly just the display stuff. the bad news is, thats a lot :) Nov 15 21:13:47 ppl any comment , am i off-topic Nov 15 21:42:29 hello anybody there Nov 15 21:50:56 this code is working http://www.anddev.org/tcp_sockets-t276.html Nov 15 21:55:21 am i talking to myself here Nov 15 22:02:00 okay, dumb question time.. setting an ImageView with setClickable and using onclick, not the correct way to do it? Nov 15 22:14:16 how long should it take my uploaded upgrade to reflect in the android store? Nov 15 22:19:14 nm, thanks Nov 15 22:22:25 no one talk here Nov 15 22:24:39 What tab policy do most android developers use in their code? Nov 15 22:24:44 spaces or tabs? Nov 15 22:38:39 Heh, drive by editor troll. Nov 15 22:42:22 trying to use the code in http://www.anddev.org/tcp_sockets-t276.html , i got nothing in the emulator , any comment ? Nov 15 22:43:00 is there anything special you have to do attach an OnClickListener to an ImageButton? can't get the onclick to fire :/ Nov 15 22:43:34 any comment ? Nov 15 22:46:18 please in case i'm off-topic please point me to where i can an answer to my question Nov 15 23:08:13 :( Nov 15 23:10:16 may i know what's wrong ? Nov 15 23:10:32 i'm asking something this much unrespectable / Nov 15 23:47:05 anyone interested in joining a torrent/script community check out my new site its http://www.codecaucus.com/ let me know what you guys think Nov 15 23:56:41 what is a script community? Nov 15 23:58:38 people who help eachother with scripts Nov 15 23:58:39 share torrents and script knowledge Nov 15 23:59:03 scripts for? Nov 15 23:59:05 from copy paster to guru imo Nov 15 23:59:20 anything just general like a developers communit for resources is what i intended Nov 15 23:59:33 and people who are knowledgeable in any technical aspect Nov 15 23:59:43 but im not going to restrict torrents at all either Nov 16 00:00:09 my mainassociation with scripts is scxript kiddies Nov 16 00:04:43 meaning copy paster? Nov 16 00:20:13 spikebike? Nov 16 00:21:45 yes? Nov 16 00:21:56 script kiddy is a copy paster? Nov 16 00:22:03 not sure what a copy paster is Nov 16 00:22:11 whats a script kiddy then Nov 16 00:22:19 i've heard it before Nov 16 00:22:39 some random that shows up on a less secure system that doesn't understand the programs/scripts they are using Nov 16 00:22:44 or even unix shell Nov 16 00:22:49 copy paster means u take someone elses code and just modify it to suit your needs and you really don't know the language Nov 16 00:23:00 they just follow a list of steps trying to collect pwned machines and accounts Nov 16 00:23:18 collectpwned machines and accounts? Nov 16 00:23:21 basically the negative connotations of hackers... just break into systems without learning anything Nov 16 00:23:43 so if you never patch a machine and run the security poorly the script kiddies show up Nov 16 00:24:06 well i was aiming it toward developers in general not wannabe hackers Nov 16 00:24:15 like php scripts, java etc Nov 16 00:25:04 sounds good Nov 16 00:25:11 I usually call that programming Nov 16 00:25:17 but I'm jus ta random old fart Nov 16 00:29:03 yeah i have 12 members so damn i sux Nov 16 00:29:04 lol Nov 16 00:29:16 12 members in 1 week baby thats how i do Nov 16 00:30:00 i need like advertisement and exposure :0 **** ENDING LOGGING AT Sun Nov 16 02:59:56 2008