**** BEGIN LOGGING AT Mon Jan 07 02:59:57 2008 Jan 07 03:35:05 alright, back to android :) Jan 07 03:39:57 so you happy with the terms of the compo? Jan 07 03:40:01 no Jan 07 03:40:12 lol thought you wouldn't be Jan 07 03:40:37 but, i'm still interested in writing android code, so... Jan 07 03:40:46 just do an open source project Jan 07 03:40:51 i'm not even working on my dev challenge project yet. hehe. Jan 07 03:41:00 i'm still writing my little solitaire engine Jan 07 03:41:03 yeah i haven't really started either Jan 07 03:41:06 but that will be done by next weekend, i'm sure. Jan 07 03:41:38 android certainly has a nice dev cycle. very easy to write functional code. Jan 07 03:42:22 i still need to make my frameworks :S Jan 07 03:42:47 what frameworks? Jan 07 03:42:56 just some image processing stuff Jan 07 03:43:25 whoa, that was weird. the cylon boot animation just stopped for almost 30 seconds Jan 07 03:43:31 then suddenly resumed and finished booting Jan 07 03:43:43 my emulator totally doesnt work Jan 07 03:43:54 i updated the files yesterday Jan 07 03:43:58 totally broke it Jan 07 03:44:03 not sure why Jan 07 03:44:10 it loads up fine Jan 07 03:44:14 just wont run any of my android apps Jan 07 07:54:51 designing the UI for my ADC project :) Jan 07 07:55:52 what the fuck is android.media.FaceDetector btw? :) Jan 07 08:01:22 detect faces Jan 07 08:01:52 ugh. Jan 07 08:02:52 jasta: it locates faces Jan 07 08:03:08 yeah, i see that. but wth? why would they inlcude that? Jan 07 08:03:39 well i could think of some cool stuff you could do with it Jan 07 08:03:47 like having the camera take a pic when someone smiles Jan 07 08:03:59 or using it to login to unlock your phone Jan 07 08:04:15 it doesn't detect specific faces. Jan 07 08:04:19 it only detects that there is a face. Jan 07 08:04:29 sure but it tells you where it is Jan 07 08:04:34 you can do more specific analysis Jan 07 08:04:41 doubtful. Jan 07 08:04:53 how come? Jan 07 08:04:54 these things aren't exactly fast, you know. Jan 07 08:05:16 you could use a neural network which does most of the calculations offline Jan 07 08:05:18 especially the camera hint you described. that would be extremely impractical. Jan 07 08:05:19 train some faces Jan 07 08:05:28 train faces smiling Jan 07 08:06:00 you'd still have to apply that data. even that processing would take an eternity and to do per frame or per second. Jan 07 08:06:04 that would be crazy. Jan 07 08:06:09 na Jan 07 08:06:37 you can train a neural network on a computer and then load the training weights Jan 07 08:06:41 most mobile phones struggle to just show the captured image in real time. Jan 07 08:06:51 mine is fine Jan 07 08:07:26 there are cameras that do smile detection Jan 07 08:07:31 if a camera can do it a smartphone can Jan 07 08:56:47 morning all Jan 07 08:56:52 and happy new year:) Jan 07 09:56:43 hi cutmasta Jan 07 09:57:29 hu davidw Jan 07 14:39:11 anyone know how to get full stack traces in the log? Jan 07 15:20:50 this stuff seems screwed up: Jan 07 15:21:16 http://code.google.com/android/reference/aidl.html#exposingtheinterface Jan 07 15:46:16 you can use aidl to generate those things Jan 07 15:46:31 oh wait.. not that part.. Jan 07 15:46:35 nevermind lol Jan 07 15:50:00 cybereagle, that Rect example seems broken Jan 07 15:58:30 damn... this is frustratingly messy Jan 07 15:59:08 all I want to do is launch one service from another Jan 07 16:15:04 damn...finally Jan 07 16:46:42 i think i'm gonna install ubuntu on my work computer today Jan 07 16:47:23 sounds like a plan Jan 07 16:49:02 i've got debian on here, but i prefer ubuntu these days Jan 07 16:49:22 and i have a new 500GB SATAII drive to install it on, too. Jan 07 16:50:51 i wish i could install ubuntu @work, but this company requires everyone to use XP Jan 07 16:51:10 which one reason why i've started interviewing at other places =) Jan 07 16:55:36 jasonlee: vmware not an option? Jan 07 16:57:33 i used to use vmware for the Windows shit i needed, but more recently switched to using rdesktop and "SeamlessRDP" Jan 07 16:58:27 it's whacky and full of bugs, but it does work Jan 07 16:58:48 * davidw contemplates the idea of having Hecl run as a service Jan 07 17:05:45 jasta: is devtcg your blog? Jan 07 17:10:38 jasonlee: yes Jan 07 17:10:45 jasonlee: why? Jan 07 17:11:52 i ran across it the other day and thought it was yours Jan 07 17:12:04 but i didn't know for sure Jan 07 17:13:58 damn Jan 07 17:14:25 just when i want to start coding someone calls and says will drop by -_- Jan 07 17:51:28 Lede: make them wait in the living room. ;) Jan 07 17:53:21 i wonder if we can assume that the handset will be 3D accelerated for the ADC. Jan 07 18:43:12 yawn Jan 07 18:47:58 hehe I immediately thought what does the Apple Developer Connection have to do with Android... Jan 07 18:48:33 damn acronyms...wait is that an acronym... Jan 07 18:48:44 DA Jan 07 19:35:55 * benley lights his pager on fire Jan 07 19:35:58 (ww) Jan 07 22:01:01 god damn, tons of internet connectivity problems today. Jan 07 22:21:56 yay Jan 07 22:54:03 http://news.bbc.co.uk/2/hi/entertainment/7174760.stm Jan 07 22:54:04 hehe Jan 07 22:56:50 haha Jan 07 23:00:42 lol i was just reading that Jan 07 23:00:44 it made my day! Jan 07 23:02:44 I wonder what s-nomad has to say about it Jan 07 23:10:43 what if a country xyz attacked the united states, would ron paul also say no? Jan 07 23:11:12 woops! Jan 07 23:11:16 wrong channel Jan 07 23:11:18 :D Jan 07 23:36:49 has anybody managed to implement the onMotionEvent on a MapView? Jan 08 00:13:52 could someone say please, why does this give a NullPointerException -> Drawable icon = test.getResources().getDrawable(R.drawable.icon); test.overlayController.add(new GraphicOverlay(icon, point1), true); Jan 08 00:14:17 I'm trying to add a graphical icon to mapoverlay Jan 08 00:19:03 why test.getResources Jan 08 00:19:19 you should be able to just use getResources() from within any activity Jan 08 00:19:51 (BitmapDrawable) getResources().getDrawable(R.drawable.icon); Jan 08 00:21:20 you need to overide the draw function from GraphicOverlay Jan 08 00:21:22 that wasn't my moint Jan 08 00:21:31 point I mean Jan 08 00:21:52 well which function is null? Jan 08 00:22:14 another one of those, if I comment 'em, program works out of the box Jan 08 00:22:45 have you checked anddev.org for map tutorials Jan 08 00:22:49 tthere are quite a few Jan 08 00:22:58 yep, no help.. Jan 08 00:23:17 found few answers in Japan or so, but it wasn't a language for me :P Jan 08 00:24:54 have you put any icon succesfully on a map? Jan 08 00:24:58 yes Jan 08 00:25:26 would it be possible to get a package where it is told =) Jan 08 00:25:48 I know how to add dots and circles and stuff, but bmp's and stuff gives it a hard way =/ Jan 08 00:25:56 or I'm just missing something Jan 08 00:26:26 well you put the dots from within the draw function of the overlay correct? Jan 08 00:26:51 well it should work, but atm. it crashes on nullpointerexception, dunno why Jan 08 00:27:16 Hai-Fai: Could you show the complete stack trace? Jan 08 00:27:33 lets see Jan 08 00:30:16 aw can't, sry Jan 08 00:31:16 doesn't anyone have anykind of test package of that graphical overlay thingy.. Jan 08 00:33:25 well Jan 08 00:33:54 pretty please.. don't have to be any fancy or so.. I'm just too pissed up to this thing right now Jan 08 00:34:14 Why can't you show the stack trace? Jan 08 00:34:18 That would help us help you :) Jan 08 00:34:51 I'm too tired and pissed Jan 08 00:35:00 just want to complete that and went to bed Jan 08 00:35:02 *go Jan 08 00:35:03 sry Jan 08 00:35:19 create your overlay class: private class MyMapOverlay extends Overlay Jan 08 00:35:32 create a variable that would hold the bitmap Jan 08 00:35:40 private BitmapDrawable icon = null; Jan 08 00:35:52 and then overwrite the draw method as follow: Jan 08 00:36:22 calculator.getPointXY(p, sXYCoords); Jan 08 00:36:22 int w = icon.getIntrinsicWidth(); Jan 08 00:36:22 int h = icon.getIntrinsicHeight(); Jan 08 00:36:22 icon.setBounds(sXYCoords[0] - w / 2, sXYCoords[1] - h, sXYCoords[0] Jan 08 00:36:22 + w / 2, sXYCoords[1]); Jan 08 00:36:23 icon.draw(canvas); Jan 08 00:37:00 well hmm.. that's the way it is.. Jan 08 00:37:06 have to see once again Jan 08 00:37:08 thanks anyways Jan 08 00:37:20 np Jan 08 00:37:29 I am going to bed as well enought for today Jan 08 02:31:56 hm.. Android seems pretty easy to develop for... Jan 08 02:32:04 at least through watching this YouTube vid **** ENDING LOGGING AT Tue Jan 08 02:59:56 2008