**** BEGIN LOGGING AT Wed Oct 22 02:59:57 2008 Oct 22 07:06:11 morning Oct 22 07:07:03 mornin Oct 22 07:58:20 freesmartphone.org: 03charlie 07framework * r2aceeef256fd 10/framework/subsystems/oeventsd/ (fso_actions.py leds_actions.py oevents.py trigger.py): Oct 22 07:58:20 freesmartphone.org: oeventsd: Several actions can share the leds Oct 22 07:58:20 freesmartphone.org: This is a little bit experimental, Oct 22 07:58:20 freesmartphone.org: each led object keeps track of 'who' is using it and can then solve conflicts Oct 22 07:58:21 freesmartphone.org: (for example if one action turns a led off and an other one turns it on, the led will be on) Oct 22 07:58:24 freesmartphone.org: The drawback is that it only works with 'while' type rules. Oct 22 09:41:57 moin Oct 22 13:14:56 evening fellow hax0rszz Oct 22 13:15:33 Sup3rkiddo: hi there, are you trying to get mwesters attention? ;) Oct 22 13:15:58 Kensan_, :P, noooo Oct 22 13:16:57 Sup3rkiddo: he seems to react to "l33t sp34k". Oct 22 13:17:10 ah ok :D Oct 22 14:14:21 what version of vala is openmoko-gsoc2008/fsod known to build with? Oct 22 14:16:40 Sup3rkiddo: ^^^^^ ./autogen.sh returns: configure.ac:118: required file `src/subsystems/Device/rtc/Makefile.in' not found Oct 22 14:23:07 Sup3rkiddo: src/subsystems/Device/rtc/Makefile.am missing? Oct 22 14:30:17 cbrake, uh oh... Oct 22 14:30:50 cbrake, 0.3.5, 0.4.0 should do Oct 22 14:31:32 Sup3rkiddo: ok, thanks. I'm interested in using this in a project so any info on the current state would be appreciated, and hopefully I can contribute some once I am up to speed. Oct 22 14:31:52 Sup3rkiddo: do you think it is ready for general use? I would initially be using a subset of the functionality. Oct 22 14:32:59 cbrake, great, any specific part?...everything works for me, so of course..reports will be appreciated Oct 22 14:33:27 Sup3rkiddo: Device.PowerSupply will be the first target Oct 22 14:33:44 freesmartphone.org: 03sudharsh 07openmoko-gsoc2008 * r312c346911ac 10/fsod/src/subsystems/Device/rtc/Makefile.am: Add missing Makefile.am. Thanks cbrake Oct 22 14:33:52 Sup3rkiddo: thanks :-) Oct 22 14:35:13 cbrake, ah ok...you might want to note that PowerSupply methods arent fully compatible with the python frameworkds' since vala doesnt support certain method signatures yet (a{sv})..for instance..so I have split them across multiple methods for now...other than i guess it mostly works Oct 22 14:35:48 Sup3rkiddo: IC, ok Oct 22 14:37:18 cbrake, the audio plugin is still incomplete, and help would be greatly appreciated Oct 22 14:37:33 *gratefully Oct 22 14:37:40 Sup3rkiddo: ok, that would probably be my next target -- scenario switching, etc Oct 22 14:38:04 cbrake, yeah... Oct 22 14:39:01 cbrake, theres an opk in case you are feeling lazy atm ;) Oct 22 14:39:06 Sup3rkiddo: have you looked at: http://git.slimlogic.co.uk/?p=alsa-scenario.git;a=summary Oct 22 14:39:34 cbrake, no, not yet...will take a look Oct 22 14:41:31 cbrake, i still need to learn gst and alsa...:P Oct 22 14:42:45 http://sudharsh.mukt.in/fsod-preview_armv4t.opk Oct 22 14:42:55 Sup3rkiddo: thanks Oct 22 14:43:39 yay, finally..someone to test my code :D Oct 22 14:44:13 Sup3rkiddo: I'm trying to get it built for my platform -- unfortuantely using an older snapshot of OE :-\ Oct 22 14:45:32 cbrake, ah ok..the code doesnt compile with older vala.. i filed a bug report in OE for the bump, so recipes for vala-native should be there soon. Oct 22 14:47:23 cbrake, i believe mickeyl has plans for python integration as well. I am thinking of dummy subsystem that in turn manages python modules. afaik shoragan will be working on that once he is free from mtn to git conversion Oct 22 14:47:51 Sup3rkiddo: neat! Oct 22 14:48:20 Sup3rkiddo: I can't afford the python dependency right now for startup time and image bloat right now, so that is why I'm interested in the vala route Oct 22 14:49:32 cbrake, i dont feel any difference in python apart from the startup though...i think gsm part will stay in python as the modem is slow anyway, but mickeyl has to confirm this Oct 22 14:50:00 Sup3rkiddo: yeah, that make sense Oct 22 14:50:03 so the need for python support Oct 22 14:50:19 Sup3rkiddo: I don't need the GSM part right now Oct 22 14:50:47 ah ok Oct 22 14:51:20 Sup3rkiddo: I'll merge your vala recipes in the next day or so after I test Oct 22 14:51:52 cbrake, in oe? wow, i didnt know you were one of the oe dudes Oct 22 14:52:20 Sup3rkiddo: yeah, been using OE for a long time :-) Oct 22 14:52:37 hehe ok. Oct 22 14:53:07 Sup3rkiddo: openmoko-terminal2 is the only component that depends on vala in OE that I can see, so I think we can upgrade without breaking anything Oct 22 14:56:00 cbrake, lemme build it against current vala, if it breaks. patch time! ;) Oct 22 14:56:10 Sup3rkiddo: ok Oct 22 14:59:23 Sup3rkiddo: idlenotifier.c:24:34: error: idlenotifier-helpers.h: No such file or directory Oct 22 15:00:12 cbrake, well, looks like a lot of that might crop, lemme cleanup and get a fresh copy :D Oct 22 15:00:20 (this is embarrasing) Oct 22 15:00:22 Sup3rkiddo: ok :-) Oct 22 15:00:37 Sup3rkiddo: this happens when there is only one dev -- been there :-) Oct 22 15:00:44 heh Oct 22 15:00:45 e Oct 22 15:07:32 freesmartphone.org: 03sudharsh 07openmoko-gsoc2008 * rfa30efb26cb5 10/fsod/src/subsystems/Device/idlenotifier/idlenotifier-helpers.h: Add another missing file. Thanks to cbrake Oct 22 15:39:15 Sup3rkiddo: builds now, thanks Oct 22 15:39:49 cbrake, awesome, thanks :D Oct 22 15:40:46 freesmartphone.org: 03mickey 07framework * r0b3043bb1e10 10/tools/cli-framework: cli-framework: honor boolean type (thanks Frederik Sdun) Oct 22 15:41:23 freesmartphone.org: 03mickey 07python-helpers * re2698d54e2be 10/mickeydbus/mdbus: honor boolean type (thanks Frederik Sdun) Oct 22 17:33:14 freesmartphone.org: 03sudharsh 07openmoko-gsoc2008 * r4a0f6f285cfe 10/fsod/src/subsystems/Device/ (7 files in 7 dirs): Fix wrong DBus interface names Oct 22 17:52:25 hi guys, do you know if the debian install script works for other microsd cards other than the 512 that ships with the freerunner? Oct 22 17:53:20 I've had it working on a 4GB sd card that wasn't even properly recognized by u-boot. Seemed to be okay. Oct 22 17:53:46 goens: i could'nt get it to work on the original 512 MB... Oct 22 17:54:05 tomer_work, hehe encouraging :/ Oct 22 17:54:40 i did, but know i got myself a 8gb card and it wont install Oct 22 17:55:15 i just peeked at the script and it seems to be configured for the 512 card, but i might be wrong Oct 22 19:37:50 Hey, can I get the modem inside the FR in a different formfactor, or exposed serial? Oct 22 20:21:47 What's required to get a git tree on git.openmoko.org? In particular I'm looking to get a branch on the kernel.git. Oct 22 21:01:55 bricode: maybe mickey|munich can point you to the right person... Oct 22 21:02:25 mail to openmoko-kernel@ with your reasoning Oct 22 21:02:48 mickey|munich: Will do. Oct 22 21:07:44 g'night Oct 22 21:19:43 hey guys,could you tell me what theme SHR uses for gtk apps? **** ENDING LOGGING AT Thu Oct 23 02:59:57 2008