**** BEGIN LOGGING AT Fri Oct 15 02:59:57 2010 Oct 15 03:20:58 freesmartphone.org: 03Frederik.Sdun 07cornucopia * re27489c828e9 10/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala: fsodeviced: Fix PowerSupply initialisation for the palmpre plugin Oct 15 03:20:59 freesmartphone.org: 03Frederik.Sdun 07cornucopia * r794936153725 10/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala: fsodeviced: implement getCapacity fot power supply on the pre Oct 15 05:22:50 JaMa|Off: yeah, for me too (after rebuild from scratch) Oct 15 05:24:36 radekp: thanks for your kernel patching work. I'm now pretty hopeful about my using of 2.6.34 on Debian, based on your qtmoko-v27 (currently purely that) Oct 15 05:24:58 and best wishes to anyone potentially working on the remainining upstreaming, it'd be very important as well... Oct 15 05:25:06 but getting finally rid of 2.6.29rc3 would be nice :P Oct 15 05:25:57 lindi-: please btw point then at some point your vibrator/led enabling patch to qtmoko-v27 branch to radekp Oct 15 05:44:01 Mirv: I just used the defconfig and they worked, no pathes involved Oct 15 05:52:40 radekp: consider enabling CONFIG_LEDS_S3C24XX=y? Oct 15 05:54:15 (I explained to lindi that there was this .config that was actually supposed to be used) Oct 15 06:26:43 lindi-: oki, i'll do Oct 15 06:26:55 Mirv: and thanks :) Oct 15 06:27:16 radekp: we might want CONFIG_LEDS_PWM=m too, not sure yet Oct 15 06:27:20 I enabled both and got all leds Oct 15 06:27:33 but at least the first one is needed Oct 15 06:28:07 radekp: btw, .config is a bad place to keep configs. make won't let me build kernel in a separate build directory if the toplevel source tree contains .config Oct 15 06:28:20 radekp: I just get "/local/lindi/radekp-linux is not clean, please run 'make mrproper'" Oct 15 06:28:47 radekp: so please consider moving .config in git to arch/arm/config Oct 15 06:29:10 lindi-: which command do you use for building? Oct 15 06:29:35 radekp: iki.fi/lindi/openmoko/build.openmoko Oct 15 06:35:04 lindi-: oki, i think i will move .config to arch/arm/config/gta02_qtmoko_config or something like that Oct 15 06:36:04 why not just update current config there? Oct 15 06:36:37 both are ok by me Oct 15 06:37:22 radekp: http://git.openmoko.org/?p=kernel.git;a=commit;h=1220b983f55a56dbc9377882f8cdcfe258052ac0 Oct 15 06:38:12 JaMa|Off: oki, that's even better :) Oct 15 06:38:42 lindi-: btw i have fixed the wrong owner in qtmoko rootfs Oct 15 06:38:43 shr is using drm_defconfig there so no conflict :) Oct 15 06:38:50 radekp: cool too :) Oct 15 06:40:21 lindi-: i am now building the whole release in qemu-armel virtual machine Oct 15 06:42:50 radekp: b76e1206d85e7ae984bc2dcb9f91b74d5b41f4b0 looks really odd. why comment out code? we have version control system here.. Oct 15 06:44:13 <[Rui]> moin Oct 15 06:44:14 lindi-: well i am not author - i just commited it :) Oct 15 06:45:11 gena2x is not on IRC now hmm :( Oct 15 06:45:33 <[Rui]> lindi-: now as in now or never again? :) Oct 15 06:45:35 radekp: yeah just a general comment on the code quality, we don't want to end up like the andy-tracking branch did ... Oct 15 06:45:42 [Rui]: right now :) Oct 15 06:46:45 lindi-: i think best would be to include cleaned up version to 2.6.36 Oct 15 06:46:54 <[Rui]> phew Oct 15 06:54:39 larsc: max_brightness of backlight is now 63, previously it was 255. is this something that simplified the driver or was there some other reason? Oct 15 06:54:51 larsc: asking you since git log drivers/video/backlight/pcf50633-backlight.c shows your name :-) Oct 15 07:11:40 morning... Oct 15 07:12:15 moin Oct 15 07:46:51 radekp: how do you turn wifi on and off in qtmoko? there is no rfkill support Oct 15 08:11:37 lindi-: hmm in fact i dont know, i have icon for shell script for writing 0 to sysfs node Oct 15 08:11:47 lindi-: otherwise i think it stays always on Oct 15 08:13:55 radekp: what sysfs node do you write to? Oct 15 08:14:06 radekp: I'd like to support this in omhacks Oct 15 08:15:07 echo glamo-mci.0 > /sys/bus/platform/drivers/glamo-mci/unbind Oct 15 08:15:38 echo glamo-mci.0 > /sys/bus/platform/drivers/glamo-mci/bind Oct 15 08:16:47 radekp: glamo? Oct 15 08:17:09 radekp: isn't wifi connected directly to the cpu? Oct 15 08:17:33 lindi-: i think it's connected to glamo Oct 15 08:17:44 radekp: I think SD card is connected to glamo Oct 15 08:18:30 radekp: in page 2 of Schematics_Freerunner-GTA02_A5-A7cumulative_public_RC0.pdf there is a direct connection from WLAN to MCU Oct 15 08:19:15 lindi-: hmm oki, but then it probably does something else Oct 15 08:20:30 radekp: does "ifconfig -a" show eth0 all the time? Oct 15 08:20:59 lindi-: wifi is also connected to glamo Oct 15 08:21:17 that was one of the key reasons to get the glamo I think :S Oct 15 08:21:24 afaik, WIFI is connected to CPU's SDIO, while SDHC is connected to Glamo Oct 15 08:21:37 Mirv: really? Oct 15 08:21:40 <[Rui]> going to work. bbye Oct 15 08:22:32 Mirv: why would it? the glamo cannot do sdio, afaik, which is necessary. Oct 15 08:23:32 lindi-/Wonka: ah ok I probably just remembered wrongly - maybe it was that since WLAN was wanted and Glamo made it possible to move SD to Glamo, Glamo was taken Oct 15 08:23:56 so moving SD freed up connectivity for adding the WLAN Oct 15 08:25:12 yep Oct 15 08:27:59 lindi-: it should probably be echo s3c2440-sdi > /sys/bus/platform/drivers/s3c-sdi/unbind Oct 15 08:28:27 radekp: ok that's what omhacks is doing already Oct 15 08:28:50 lindi-: after that command i see no longer eth0 and cant bring it up Oct 15 08:28:59 lindi-: and after bind it's back again Oct 15 08:29:20 lindi-: i wonder where i foud the glamo.mci Oct 15 08:29:21 argh. the path has changed slightly! Oct 15 08:29:32 lindi-: yes it has since 2.6.29 Oct 15 08:31:08 fixing.. Oct 15 08:31:31 * radekp too :) Oct 15 08:31:35 radekp: does usb host mode work for you? Oct 15 08:31:47 lindi-: it used to work with 2.6.32 Oct 15 08:32:05 radekp: but whatabout v27 with 2.6.34? Oct 15 08:32:43 i can test Oct 15 08:32:51 that'd be nice Oct 15 08:32:56 almost everything I need works now Oct 15 08:52:39 hi TAsn Oct 15 08:52:46 hey mate. Oct 15 08:52:50 :) Oct 15 08:52:55 Thy query I sent you works... Oct 15 08:53:00 i've replied to your mail Oct 15 08:53:18 look at the last query I sent Oct 15 08:53:28 with the group by Oct 15 08:53:31 it selects the correct messages Oct 15 08:53:44 mmm Oct 15 08:53:50 without using any aggregate? Oct 15 08:53:52 e.g. max Oct 15 08:54:04 (and without the 'Recipient' which was a mistake on my part) Oct 15 08:54:13 daniele_athome, max has nothing to do with it Oct 15 08:54:29 mmm Oct 15 08:54:40 and yes, without aggregation Oct 15 08:54:54 As I said in the first email, I'm not sure if it's in the standard or just an sqlite behavior Oct 15 08:54:57 you mean the because the order is reverse Oct 15 08:55:00 but at least it works Oct 15 08:55:10 *that Oct 15 08:55:14 daniele_athome, yeah, group by with aggregation takes the last Oct 15 08:55:16 sqlite is taking the first row of each group? Oct 15 08:55:20 last Oct 15 08:55:25 ah the last Oct 15 08:55:28 that's why I reversed the sorting Oct 15 08:55:29 weird :S Oct 15 08:55:34 oh and forgot Oct 15 08:55:39 you have to reverse the sorting once more Oct 15 08:55:39 couldn't this be dangerous? Oct 15 08:55:46 i mean in case sqlite behaviour changes... Oct 15 08:55:49 daniele_athome, until sqlite change it: no :P Oct 15 08:55:51 daniele_athome, yes. Oct 15 08:55:57 I'm aware of the hackishness Oct 15 08:55:58 lol Oct 15 08:56:09 And told you to ask someone :) Oct 15 08:56:17 i know :) Oct 15 08:56:42 i had actually TAsn Oct 15 08:56:55 a couple of friend and collegues Oct 15 08:56:57 *friends Oct 15 08:57:06 anyhow, MAX has nothing to do with it Oct 15 08:57:26 as it takes the maximum of the column, not the whole row with the maximum Oct 15 08:57:40 but that is a problem Oct 15 08:57:55 in case there is a message inside a group older than the newest one Oct 15 08:57:58 with messageRead = 0 Oct 15 08:58:06 i will need that :) Oct 15 08:58:32 should be enough to order by messageread? Oct 15 08:58:41 but you still get to the same problem Oct 15 08:58:47 of extracting the correct row Oct 15 08:59:07 and order by messages read: bad. Oct 15 08:59:11 Actually my query is also bad Oct 15 08:59:16 as it will only show ones Oct 15 08:59:21 with unread messages Oct 15 08:59:24 ones = contacts Oct 15 08:59:36 i removed the except part TAsn Oct 15 08:59:41 cool Oct 15 08:59:43 so now it shows the correct messages Oct 15 08:59:52 but yet there is this problem Oct 15 08:59:56 of messageRead Oct 15 08:59:56 I say: Oct 15 09:00:02 drop the message read stuff Oct 15 09:00:07 assume the last message is the read one Oct 15 09:00:09 :P Oct 15 09:00:13 As it's usually the case Oct 15 09:00:14 mmm Oct 15 09:00:17 or Oct 15 09:00:19 you can Oct 15 09:00:27 MAX(message_read) Oct 15 09:00:42 in the group by Oct 15 09:00:50 to get if the thread is read/unread Oct 15 09:01:07 but still sort by date Oct 15 09:01:13 which is what I think is better Oct 15 09:02:30 TAsn, sure i want to sort by date Oct 15 09:02:34 remember my mail Oct 15 09:02:37 nope. :) Oct 15 09:02:47 anyhow, my last query Oct 15 09:02:50 anyhow Oct 15 09:02:51 remove the except Oct 15 09:03:01 and add MAX(message_read) Oct 15 09:03:05 mmm Oct 15 09:03:11 to the outer query Oct 15 09:03:35 Btw, you can make more assumptions if you like Oct 15 09:03:39 although this assumption is not correct Oct 15 09:03:46 it will almost always be: Oct 15 09:03:49 no i'm not explaining to you well Oct 15 09:03:57 the threads list should be like this: Oct 15 09:04:12 - first unread message of every thread Oct 15 09:04:26 - ordered by absolute latest messages in each thread Oct 15 09:04:44 the messageread is needed just to take the content of the preview message to show Oct 15 09:05:05 maybe i should do 2 separate queries for this... i mean from api consumer Oct 15 09:05:09 NO Oct 15 09:05:12 that'll be slow. Oct 15 09:05:17 yeah... Oct 15 09:06:10 but sounds like you need to do a sub query Oct 15 09:06:12 oh sec brb Oct 15 09:06:48 ok Oct 15 09:09:54 daniele_athome: please reread "Commit policy" section on wiki about commit message format Oct 15 09:10:19 mmm Oct 15 09:11:00 JaMa|Wrk, i will complain next time, sorry Oct 15 09:11:14 np Oct 15 09:14:12 daniele_athome, back. Oct 15 09:14:24 ok Oct 15 09:14:35 anyhow TAsn i have an idea Oct 15 09:14:39 let me think a few minutes Oct 15 09:15:13 go ahead. Oct 15 09:15:40 sorry for my incompetence, I haven't done any sql in more than 6 months. Oct 15 09:15:51 TAsn, essentially: i retrieve the latest message id for each thread Oct 15 09:16:05 than i check if there is some messageread=0 for the contact Oct 15 09:16:11 daniele_athome, honestly Oct 15 09:16:14 if there is, i took it Oct 15 09:16:17 I think you are doing an overkill Oct 15 09:16:17 *take Oct 15 09:16:20 lol Oct 15 09:16:23 seriously Oct 15 09:16:24 yeah me too :D Oct 15 09:16:34 I mean it's very rare that the latest message won't be the unread one Oct 15 09:16:35 TAsn, right now i'm querying for all messages and manually handle this Oct 15 09:16:38 daniele_athome: what are you talking about? Oct 15 09:16:47 Heinervdm, don't mind him, crazy talk. :P Oct 15 09:16:57 Heinervdm, you don't want to get sucked into it as well ;) Oct 15 09:17:03 TAsn: ok ;) Oct 15 09:17:10 lol Oct 15 09:17:15 i haven't said anything Oct 15 09:17:22 Heinervdm, j/k. (not really kidding, you should really run away while you can) Oct 15 09:17:25 I haven't slept for days Oct 15 09:17:33 cause of this. Oct 15 09:17:36 daniele_athome, anyhow. Oct 15 09:17:40 I think it's ok Oct 15 09:17:43 to Oct 15 09:18:02 get the message id of the latest Oct 15 09:18:30 grr btw, another bug in my query Oct 15 09:18:45 doesn't handle "private numbers" Oct 15 09:19:04 sec, will write a proper query Oct 15 09:19:10 that does everything we just talked about. Oct 15 09:19:12 TAsn, you mean absence of the Peer attribute? Oct 15 09:19:19 yes. Oct 15 09:19:27 oh... Oct 15 09:19:34 gimme a moment. :) Oct 15 09:19:38 :) Oct 15 09:19:45 it's an easy fix Oct 15 09:20:46 lindi-: usb host works Oct 15 09:21:04 echo 1 > /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.2/gta02-pm-usbhost.0/power_on Oct 15 09:21:11 echo host > /sys/devices/platform/s3c2410-ohci/usb_mode Oct 15 09:21:42 lindi-: ^^^ that's needed for activating it, i can see my usb keyboard connected in dmesg now Oct 15 09:23:42 lindi-: works 100% i can now even type in console Oct 15 09:28:10 same node is used by http://wiki.openmoko.org/wiki/USB_host#USB-Mode-Script_.28universal_for_all_kernels.29 Oct 15 09:28:16 and works here Oct 15 09:29:06 daniele_athome, http://pastebin.com/jLj0vs1t Oct 15 09:29:08 give that a try Oct 15 09:29:18 should do all we talked about Oct 15 09:29:19 radekp: aha Oct 15 09:29:23 and how I think it should behave. Oct 15 09:29:25 ok Oct 15 09:30:44 mmm... Oct 15 09:30:51 TAsn, strange results... Oct 15 09:30:55 order is screwed up Oct 15 09:31:21 wait a sec TAsn Oct 15 09:31:28 oh shit Oct 15 09:31:30 forgot something Oct 15 09:31:31 mmnt Oct 15 09:33:56 daniele_athome, http://pastebin.com/fR1wHrSq Oct 15 09:33:59 sorry, forgot the sort :) Oct 15 09:34:21 hard without testing :P Oct 15 09:34:49 np :) Oct 15 09:35:48 tell me if it doesn't work. Oct 15 09:36:01 ok Oct 15 09:36:03 mmm Oct 15 09:36:14 TAsn, seems not Oct 15 09:36:23 anyway i need to verify something Oct 15 09:36:25 sec. Oct 15 09:36:44 radekp: I can not see eth0 even with "echo s3c2440-sdi > /sys/bus/platform/drivers/s3c-sdi/bind" hmm Oct 15 09:37:03 radekp: dmesg does say "mmc0: new SDIO card at address 0001" Oct 15 09:39:08 radekp: I guess I need something else too to bring wlan up? Oct 15 09:40:42 lindi-: i have eth0 up after boot Oct 15 09:40:48 TAsn, no doesn't work Oct 15 09:41:03 lindi-: well not up, but if i do ifconfig eth0 up it's up Oct 15 09:41:03 radekp: i'll boot and test.. Oct 15 09:41:09 i mean an older message with messageRead = 0 doesn't get in Oct 15 09:41:14 radekp: ifconfig -a does not show the interface at all Oct 15 09:42:12 daniele_athome, it won't. Oct 15 09:42:15 we already talked about it. Oct 15 09:42:21 ah Oct 15 09:42:24 it'll just sort by timestamp Oct 15 09:42:28 and will mark a thread Oct 15 09:42:31 if has an unread Oct 15 09:42:33 but will show Oct 15 09:42:36 the latest message Oct 15 09:43:03 ok Oct 15 09:43:15 not good? Oct 15 09:43:20 no :P Oct 15 09:43:28 sorry got to retrieve also the latest unread :) Oct 15 09:43:35 * TAsn hates you. :) Oct 15 09:43:36 sec. Oct 15 09:43:38 lol Oct 15 09:43:45 TAsn, don't get too much into it Oct 15 09:43:50 shh. Oct 15 09:43:51 i will find out something :) Oct 15 09:43:57 lindi-: hmm interesting, are you using sources from my git, or even my binary for kernel? Oct 15 09:47:17 daniele_athome, let me get this straight Oct 15 09:47:30 as you are very vague Oct 15 09:47:43 assuming I have 3 messages in my db Oct 15 09:47:52 TAsn, try android :) Oct 15 09:47:58 and you'll see in practice :) Oct 15 09:48:00 a - oldest from phone number 1 unread Oct 15 09:48:08 anyway i'll explain you better :) Oct 15 09:48:12 shh let me ask Oct 15 09:48:13 :) Oct 15 09:48:15 a - oldest from phone number 1 unread Oct 15 09:48:16 ok Oct 15 09:48:17 :) Oct 15 09:48:32 b - newer number 2 read Oct 15 09:48:37 and c - newest number 1 read Oct 15 09:48:39 you except Oct 15 09:48:45 a to be on top Oct 15 09:48:47 and b afterwards Oct 15 09:48:48 ?! Oct 15 09:48:54 no Oct 15 09:48:55 (and c won't even show) Oct 15 09:48:57 why not? Oct 15 09:49:07 wait Oct 15 09:49:22 you are trying to sort using two unrelated fields Oct 15 09:49:25 you'll either get Oct 15 09:49:29 a weird behavior Oct 15 09:49:34 or I don't know what. Oct 15 09:49:40 sec, me is popping my android open. Oct 15 09:49:59 ok Oct 15 09:50:08 list is: c - b Oct 15 09:50:08 android doesn't even support marking specific messages as unred Oct 15 09:50:11 unread Oct 15 09:50:15 daniele_athome, c - b Oct 15 09:50:17 is what I did now Oct 15 09:50:26 no sorry Oct 15 09:50:31 * daniele_athome is getting crazy Oct 15 09:50:35 *going Oct 15 09:50:39 anyhow, I just checked android Oct 15 09:50:41 and it doesn't support Oct 15 09:50:47 the case you are talking about Oct 15 09:50:50 i know, you should set it from database :) Oct 15 09:50:52 i.e you really need to work hard Oct 15 09:50:56 to get it to happen Oct 15 09:50:57 yes. Oct 15 09:50:59 :D Oct 15 09:51:01 i know Oct 15 09:51:04 so just use my query, grr! Oct 15 09:51:09 :P Oct 15 09:51:12 it should sort by time Oct 15 09:51:13 wait a sec let me finish Oct 15 09:51:19 and mark if the thread has an unread message Oct 15 09:51:20 that's it. Oct 15 09:51:21 :) Oct 15 09:51:50 and we don't know how android behaves, because as I said, it's hard to get to this situation using android. Oct 15 09:52:01 and even if we knew, let's do it better Oct 15 09:52:03 not the same. Oct 15 09:52:05 TAsn, actually not so much Oct 15 09:52:12 ? Oct 15 09:52:17 just send a message from a phone with time set 2 years before Oct 15 09:52:23 before present time Oct 15 09:52:26 Yes Oct 15 09:52:40 and it shows last? Oct 15 09:52:48 I thought the messaging center is responsible for that. Oct 15 09:52:48 :| Oct 15 09:52:51 or set the recipient phone time to 2 years before present time Oct 15 09:52:52 (for timestamp0 Oct 15 09:53:01 daniele_athome, no fuck it. Oct 15 09:53:07 lol Oct 15 09:53:17 it should be set by the messaging center Oct 15 09:53:18 as utc Oct 15 09:53:18 iirc Oct 15 09:53:36 * daniele_athome needs help for sorting his mind Oct 15 09:53:40 you do :) Oct 15 09:53:43 sorry i'm doing 4 things together Oct 15 09:53:53 anyhow, you can't really get to the condition you are trying to get. Oct 15 09:53:59 if android failed in that Oct 15 09:54:05 it's because it sucks Oct 15 09:54:11 as again, it should be set by the messaging server Oct 15 09:54:13 sure Oct 15 09:54:15 and a bug in the messaging server Oct 15 09:54:20 fuck that, don't fix their bugs. Oct 15 09:54:25 i just want to prevent any possible case... Oct 15 09:54:37 daniele_athome, sometimes you have to let some bugs in Oct 15 09:54:42 in order to make everything faster Oct 15 09:55:02 I say: use this query Oct 15 09:55:09 and if you ever find a better solution Oct 15 09:55:11 switch. Oct 15 09:55:27 You have to fix the GROUP BY assumption anyway :) Oct 15 09:55:30 anyway TAsn your query is doing some extra jobs now Oct 15 09:55:40 ? Oct 15 09:55:46 because now we just need group by peer and timestamp sort Oct 15 09:55:54 now that the messageread thing is off Oct 15 09:55:56 no Oct 15 09:55:58 you still want to see Oct 15 09:56:03 if there's an unread message Oct 15 09:56:07 in the thread Oct 15 09:56:11 just in case Oct 15 09:56:18 because that's plausible Oct 15 09:56:18 TAsn, so i have the change the method call Oct 15 09:56:27 because now i'm using it like a Query() method Oct 15 09:56:31 that is, retrieving messages_id Oct 15 09:56:32 but you don't have to crazily handle that. Oct 15 09:56:55 daniele_athome, it should work like a Query Oct 15 09:57:01 but should return all the columns I included Oct 15 09:57:17 message id, peer, timestamp and read flag Oct 15 09:57:18 mmm Oct 15 09:58:21 yeah i see Oct 15 09:58:35 radek_: from git Oct 15 09:58:50 daniele_athome, even consider let people get whatever they want Oct 15 09:59:08 i.e add stuff. Oct 15 09:59:09 sure Oct 15 09:59:16 just override the querying here Oct 15 09:59:24 (get the messages id) Oct 15 09:59:31 and then intersect it Oct 15 09:59:34 with the users query Oct 15 09:59:37 get what I mean? Oct 15 09:59:54 should be exactly like a query Oct 15 10:00:08 but a query that already gets these ids Oct 15 10:00:15 and can't get more. Oct 15 10:00:18 but you also need Oct 15 10:00:34 to include the aggregated message_read flag Oct 15 10:00:54 radek_: when I boot I see no eth0 Oct 15 10:00:58 radek_: with ifconfig -a Oct 15 10:01:12 radek_: are you loading some module? Oct 15 10:01:33 Mirv: does wlan work for you in 2.6.34? Oct 15 10:01:56 daniele_athome, and of course use the query generator :P Oct 15 10:01:58 Hard work indeed Oct 15 10:02:01 to make it sane. Oct 15 10:02:14 you can start by implementing it as a query but support nothing Oct 15 10:02:18 just make the API Oct 15 10:02:24 mmm Oct 15 10:02:35 And only later include the query generator Oct 15 10:10:14 ooohhh Oct 15 10:10:30 i'm tired :D Oct 15 10:17:30 lindi-: looks like it does, at least it sees networks Oct 15 10:49:27 TAsn Oct 15 10:49:41 ? Oct 15 10:49:48 TAsn: http://pastebin.com/DNaTJYSr Oct 15 10:50:02 i modified some methods to be able to pass through extra columns in select Oct 15 10:50:14 to be filled with the result set returned through dbus Oct 15 10:50:24 nooo! :P Oct 15 10:50:29 UnreadCount now shows with opimd-cli Oct 15 10:50:32 no? Oct 15 10:50:33 :( Oct 15 10:50:38 i thought it would be useful Oct 15 10:50:40 just use the existing query generator Oct 15 10:50:44 of course maintaing backward compatibility Oct 15 10:50:46 yeah Oct 15 10:50:48 of course Oct 15 10:50:53 oh so what did you do? Oct 15 10:50:56 please explain :) Oct 15 10:51:02 ok Oct 15 10:51:06 but lunch now :) Oct 15 10:51:07 sorry Oct 15 10:51:07 bbl Oct 15 10:51:09 WHERE b.field_name = 'MessageRead' AND b.value = '0' AND Oct 15 10:51:11 bad Oct 15 10:51:14 we already talked about it... Oct 15 10:51:14 lindi-: i have wifi compiled in with my config CONFIG_AR6000_WLAN=y Oct 15 10:51:22 later. Oct 15 10:51:27 TAsn, that's just to count how many unread messages are in thread Oct 15 10:51:44 lindi-: i can see eth0 after boot when i do ifconfig -a Oct 15 10:52:17 TAsn, i dropped order by messageRead Oct 15 10:52:21 that is just for counting Oct 15 10:52:26 how many unread messages Oct 15 10:52:26 daniele_athome, but Oct 15 10:52:30 MessageRead can be NULL!!! Oct 15 10:52:38 as I said, we already talked about it :) Oct 15 10:52:39 TAsn, so count will be 0 Oct 15 10:52:48 but MessageRead = NULL is like Oct 15 10:52:51 MessageRead = 0 Oct 15 10:52:53 you want to count it. Oct 15 10:53:03 no Oct 15 10:53:08 TAsn, maybe i'm not getting your point Oct 15 10:53:11 count() will result in 0 Oct 15 10:53:19 it's a select inside a select field Oct 15 10:53:41 let me get whata you mean Oct 15 10:53:48 UnreadCount should return the number of unread messages Oct 15 10:53:49 right? Oct 15 10:53:53 yeah Oct 15 10:54:01 Do you agree that if we don't have Oct 15 10:54:03 *yes Oct 15 10:54:04 a field MessageRead Oct 15 10:54:10 it means this message is unread? Oct 15 10:54:15 you don't count those. Oct 15 10:54:24 ah Oct 15 10:54:26 i didn't know that Oct 15 10:54:29 :S Oct 15 10:54:40 i'll fix that after lunch Oct 15 10:54:41 that's why I did what I did. Oct 15 10:54:46 okie. Oct 15 10:54:52 bbl Oct 15 10:56:46 TAsn, what about sent messages? Oct 15 10:56:54 i mean they don't have messageRead Oct 15 10:56:59 should i check direction too? Oct 15 10:57:02 they do Oct 15 10:57:06 have message Read. Oct 15 10:57:08 iirc Oct 15 10:57:20 Maybe we should change it to Unread = 1 Oct 15 10:57:25 Like I suggested a lot of time ago. Oct 15 10:57:30 I don't mind that. Oct 15 10:57:48 also in phonelog Oct 15 10:59:12 mmm Oct 15 10:59:42 TAsn, sent messages doesn't return messageRead in the dbus resultset Oct 15 10:59:47 *don't Oct 15 10:59:55 sucky. Oct 15 11:00:01 I don't mind changing it to Unread. Oct 15 11:00:18 As I freaking suggested a long time ago but no one listened. Oct 15 11:00:27 This is more consistent and more correct Oct 15 11:00:49 ok Oct 15 11:00:54 so what do I do now TAsn? Oct 15 11:01:04 Hm... you send an email to all the fso users Oct 15 11:01:16 daniele_athome: make russian kbd. 8) Oct 15 11:01:16 telling them that starting from X (X is a date) Oct 15 11:01:21 MessageRead will not be used anymore Oct 15 11:01:23 to change MessageRead to Unread? Oct 15 11:01:25 oh :S Oct 15 11:01:27 and Unread will be used instead. Oct 15 11:01:28 BUT Oct 15 11:01:29 big challenge Oct 15 11:01:41 You'll have to change it both in the fso default creation code Oct 15 11:01:48 both change existing dbs Oct 15 11:02:06 and actually also start keeping metadata in pim.db Oct 15 11:02:17 lunch for real sorry Oct 15 11:02:20 :) back later Oct 15 11:02:22 go ahead. Oct 15 11:36:11 TAsn: back Oct 15 11:47:13 freesmartphone.org: 03morphis 07msmcomm * r56eed6283984 10/libmsmcomm/ (7 files in 4 dirs): libmsmcomm: implement manage_calls command message Oct 15 11:51:36 TAsn, seems i succeded to port opimd to MessageUnread attribute Oct 15 12:04:26 i'm changing MessageRead attribute to MessageUnread in opimd Oct 15 12:04:36 any objection? of course i will write to every ML Oct 15 12:19:15 TAsn, i will wait for you of course Oct 15 12:36:53 daniele_athome, not MessageUnread Oct 15 12:37:02 Just Unread Oct 15 12:37:22 And also change that in Phonelog Oct 15 12:37:27 and every other domain Oct 15 12:37:31 that has "read" attribute Oct 15 12:37:39 Unread=1 is to marked it's unread. Oct 15 12:37:59 daniele_athome, I of course want to see the opimd patch before you commit, to make sure you included everything (although I barely remember the opimd code) Oct 15 12:38:26 daniele_athome, and also don't forget to fix it in the part that registers sms and missed calls in opimd! Oct 15 12:38:38 (i.e the fso handlers) Oct 15 12:38:56 Other than that, it's pretty much smooth sailing, we only need the apps to change that. Oct 15 12:39:06 You should also explain in the ML what made you do the move. Oct 15 12:39:30 TAsn, eh... Oct 15 12:39:33 One of the biggest reasons: most of what we keep in the database is read, no need to keep additional info to mark the majority Oct 15 12:39:41 buy additional info to mark the minority, i.e the unread. Oct 15 12:40:07 Okie? :P Oct 15 12:40:27 TAsn, you mean so Unread will be generic Oct 15 12:40:30 Yes. Oct 15 12:40:31 for calls and messages, ok Oct 15 12:40:38 We are already in the messages domain Oct 15 12:40:43 no reason to prefix the field name... Oct 15 12:40:47 TAsn, i think you know english better than me Oct 15 12:41:01 could you prepare a sentence to state those thoughts you just told me Oct 15 12:41:05 about the reasons of the switch Oct 15 12:41:15 Sure, will email you in a moment. Oct 15 12:41:19 thanks Oct 15 12:41:40 TAsn, as a reason, should i include the fact that is more easy to count unread messages? :) Oct 15 12:41:56 I guess :) Oct 15 12:41:59 added. Oct 15 12:42:01 TAsn, btw, what about the MessageSent attribute? Oct 15 12:42:06 shall I rename it to Sent? Oct 15 12:42:09 so all-in-one :) Oct 15 12:42:12 yes. Oct 15 12:42:15 good Oct 15 12:42:29 but bah Oct 15 12:42:30 not sent Oct 15 12:42:40 something like "Unsent" Oct 15 12:42:47 for the same reasons I said earlier. Oct 15 12:43:09 (will think of a name in a moment) Oct 15 12:43:13 mmm Oct 15 12:43:14 ProcessStatus Oct 15 12:43:20 or something like that. Oct 15 12:43:24 so it'll also be generic. Oct 15 12:43:27 TAsn, this will change behaviour Oct 15 12:43:31 yep. :| Oct 15 12:43:32 this will need further work Oct 15 12:43:37 not with this commit i guess Oct 15 12:43:41 I guess not. Oct 15 12:43:43 or yes? Oct 15 12:43:44 but should follow soon. Oct 15 12:43:45 :) Oct 15 12:43:48 very soon. Oct 15 12:43:51 ok Oct 15 12:44:03 i will preview the change in the mailing list post Oct 15 12:44:09 i mean the sent thing Oct 15 12:44:42 daniele_athome, please first send me the patch Oct 15 12:44:48 just to make sure you included everything Oct 15 12:44:58 TAsn, need to fix other things Oct 15 12:45:03 i'll send you when i'll be finished Oct 15 12:45:49 daniele_athome, oh, in calls it's already ok :) Oct 15 12:45:56 I remembered I fixed it somewhere! Oct 15 12:46:01 They used New Oct 15 12:46:06 ah yes Oct 15 12:46:08 sure i remember Oct 15 12:46:09 *It uses New Oct 15 12:46:09 :) Oct 15 12:46:32 hm.. what do you think about New as well? Oct 15 12:46:38 i will prepare a sqlite script for the switch Oct 15 12:46:42 (which will not be used to mark sent messages as they are "old" after sending) Oct 15 12:46:56 daniele_athome, please add it to frameworkd instead Oct 15 12:46:57 TAsn, bu New is used in calls only Oct 15 12:46:58 isn't it? Oct 15 12:47:01 and add metadata Oct 15 12:47:08 to pim.db to start tracking pim.db version Oct 15 12:47:30 TAsn, ok this will take some time, never used sqlite metadata :) Oct 15 12:47:33 i will figure it out Oct 15 12:47:36 no Oct 15 12:47:40 it's not sqlite's metadata Oct 15 12:47:43 it's just another table Oct 15 12:47:46 called info Oct 15 12:47:50 ah Oct 15 12:47:53 which includes opimd db version number Oct 15 12:48:09 so we'll be able to know Oct 15 12:48:11 if we need to convert Oct 15 12:48:12 or not Oct 15 12:48:24 ah Oct 15 12:48:25 ok Oct 15 12:48:26 daniele_athome, New is used in calls and if I remember correctly, and I hope it is the case, it's only used on missed calls Oct 15 12:48:37 TAsn, indeed Oct 15 12:48:38 I want the same, only on incoming messages Oct 15 12:48:48 new = not been handled yet. Oct 15 12:49:06 Will explain in the mail Oct 15 12:49:08 mmm... Oct 15 12:49:30 TAsn, shouldn't be better ProcessStatus to this matter? Oct 15 12:50:36 Not sure Oct 15 12:50:39 thinking about it again Oct 15 12:50:43 New = unsent = unread Oct 15 12:50:49 (TAsn info table doesn't exist, i guess i shall create it?) Oct 15 12:51:03 mmm Oct 15 12:51:14 so it will depend on direction Oct 15 12:51:15 daniele_athome, Yes, I was waiting with that one until I was to create another version of the internal design Oct 15 12:51:17 (was lazy) Oct 15 12:51:36 daniele_athome, I guess. It's better than redundancy Oct 15 12:51:55 ok Oct 15 12:51:59 of keeping in/out status in that field as well. Oct 15 12:53:28 TAsn, what about another field as well for message sending errors Oct 15 12:53:30 or something like that Oct 15 12:53:34 what do you think? Oct 15 12:53:51 mmm... maybe we should just report the error Oct 15 12:54:02 yeah, no need to keep it in the db Oct 15 12:54:06 unless the user wants to Oct 15 12:54:09 and in this case he will Oct 15 12:54:31 but outgoing messages should have two basic states in the db Oct 15 12:54:37 outgoing and sent Oct 15 12:54:44 of course Oct 15 12:54:45 more than that is up to the user of the API in my pov. Oct 15 12:54:57 so: this way Sent just renames to New Oct 15 12:55:02 no changes in behaviour Oct 15 12:55:14 i mean for outgoing msgs Oct 15 12:56:52 Sent doesn't get renamed to New Oct 15 12:56:55 "unsent" does Oct 15 12:57:01 i.e outgoing Oct 15 12:57:02 :P Oct 15 12:57:09 if it's sent it's not New Oct 15 12:57:18 New means more handling needed Oct 15 12:57:31 TAsn, i understood myself :P Oct 15 12:57:35 don't worry i got it Oct 15 12:58:13 :) Oct 15 12:59:45 so ehm Unread goes away Oct 15 12:59:49 yes Oct 15 12:59:50 New Oct 15 12:59:51 instead Oct 15 12:59:51 it had very short life :( Oct 15 12:59:54 don't forget btw Oct 15 13:00:13 that MessageRead = 0 should just be removed Oct 15 13:00:25 oops, MessageRead = 1 should be removed Oct 15 13:00:31 and = 0 should become New = 1 Oct 15 13:01:22 daniele_athome, I sent the email explaining the change Oct 15 13:01:32 but explanations on exactly what needs to be done in opimd is not included there Oct 15 13:01:35 read the backlog Oct 15 13:01:41 and look just before you asked me to send the email Oct 15 13:01:46 I explained what's there to be done. Oct 15 13:03:10 ok Oct 15 13:03:29 TAsn, one more thing Oct 15 13:03:36 that MessageRead = 0 should just be removed Oct 15 13:04:17 you mean just on message creation Oct 15 13:04:18 not on update Oct 15 13:04:56 nono Oct 15 13:05:01 I mean on the update script Oct 15 13:05:07 to update the old database Oct 15 13:05:08 aaah Oct 15 13:05:09 ok Oct 15 13:05:16 you should remove MesasgeRead = 1 though Oct 15 13:05:18 sorry, right Oct 15 13:05:23 MessageRead = 0 should change to New = 1 Oct 15 13:05:53 right Oct 15 13:10:23 mmm... a good pack of changes :) Oct 15 13:13:26 just one. Oct 15 13:13:40 but it's a big one ;) Oct 15 13:13:48 every change in a core api is a big one. Oct 15 13:13:54 that's why I want discussions Oct 15 13:13:56 before anything else. Oct 15 14:23:03 TAsn, this database version will be 2.1 ok? Oct 15 14:23:07 because 1.0 was pre-types Oct 15 14:23:12 2.0 is current Oct 15 14:23:17 2.1 after New/Unread :) Oct 15 14:23:22 don't you think? :P Oct 15 14:45:12 freesmartphone.org: 03Frederik.Sdun 07cornucopia * r82581e3facc1 10/fsogsmd/conf/palm_pre/fsogsmd.conf: fsogasmd: Palm Pre config: load lowlevel before modem Oct 15 14:48:50 heh, looks like the post-install message in frameworkd makes sense again then ;) Oct 15 14:50:00 I think everybody is ignoring that already.. we have to found out new way off forcing user to read new post-install messages :) Oct 15 14:52:48 JaMa|Wrk, this time update will be done on-the-fly i guess Oct 15 14:52:53 it's just a couple of UPDATEs Oct 15 14:53:05 i guess it can be run from post-install script Oct 15 14:53:33 ah ok Oct 15 15:01:28 TAsn: ping Oct 15 15:01:33 i think i'm ready Oct 15 15:01:36 generating patch Oct 15 15:20:48 TAsn, i've sent you the patch Oct 15 15:20:59 i'm going home Oct 15 15:21:06 see you in ~2 hours Oct 15 15:31:50 freesmartphone.org: 03Frederik.Sdun 07cornucopia * r44b7803ba3ae 10/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala: fsodeviced: Add signals for PalmPre's power supply plugin Oct 15 16:39:10 heyho Oct 15 16:45:59 hi Oct 15 17:13:30 freesmartphone.org: 03morphis 07cornucopia * rd363ec6a95ee 10/fsogsmd/src/plugins/modem_qualcomm_palm/ (7 files): Oct 15 17:13:31 freesmartphone.org: fsogsmd: modem_qualcomm_palm: more work on mediators + cleanup Oct 15 17:13:31 freesmartphone.org: Currently nothing is working really fine ... Next commits will cleanup some more stuff and Oct 15 17:13:31 freesmartphone.org: implement more functionality. Oct 15 17:13:31 freesmartphone.org: Signed-off-by: Simon Busch Oct 15 17:14:15 TAsn: here i am :) Oct 15 17:32:32 daniele_athome, I'm back. Oct 15 17:32:38 hey :) Oct 15 17:33:41 daniele_athome, patch review: will have to wait for tomorrow, sorry :| Oct 15 17:33:49 np TAsn ;) Oct 15 17:33:50 Anything special though? :P Oct 15 17:33:58 TAsn, actually no.. Oct 15 17:34:01 just a patch :) Oct 15 17:34:05 okie. Oct 15 17:34:06 :) Oct 15 17:34:08 i will begin to port mokosuite in the meantime Oct 15 17:34:19 lol Oct 15 17:34:21 I have mail from Oct 15 17:34:25 16/19/2009 Oct 15 17:34:30 grr Oct 15 17:34:33 6/19/2009 Oct 15 17:34:41 lol Oct 15 17:34:44 still in my inbox (out of the 6 items I have there) Oct 15 17:34:46 still starred Oct 15 17:34:51 and the last message from me Oct 15 17:34:54 is: Oct 15 17:34:59 "I think I'll have time next week) Oct 15 17:35:00 " Oct 15 17:35:02 :P Oct 15 17:37:28 hihi Oct 15 17:39:55 TAsn, now i have an excuse to split up the mokosuite :) Oct 15 17:40:05 i mean with the "New" attribute thing Oct 15 17:40:08 split up? Oct 15 17:40:23 TAsn, mokosuite is inside just one repo, "appbunch" Oct 15 17:40:32 the core library, phone app, desktop app, panel app,... Oct 15 17:40:55 with this modification i will find time to split all the various parts Oct 15 17:40:56 oh okie. Oct 15 17:41:01 :) Oct 15 17:41:03 :) Oct 15 17:44:48 freesmartphone.org: 03morphis 07cornucopia * ra685948cb0fb 10/fsogsmd/src/plugins/modem_qualcomm_palm/ (8 files in 2 dirs): Oct 15 17:44:48 freesmartphone.org: fsogsmd: modem_qualcomm_palm: split mediators in different files to get an better overview Oct 15 17:44:48 freesmartphone.org: Signed-off-by: Simon Busch Oct 15 18:22:42 morphis, hi Oct 15 18:22:44 morphis, https://bugs.freedesktop.org/show_bug.cgi?id=30903 Oct 15 18:33:59 GNUtoo|laptop: great Oct 15 18:34:20 yes I'll fix according to what was said Oct 15 18:34:22 and resend Oct 15 18:34:48 I pinged you with that, so if you do keyboard work you should know what not to do.... Oct 15 18:40:31 jepp, thats great Oct 15 18:41:35 freesmartphone.org: 03morphis 07cornucopia * r8fc7a14f88a8 10/fsogsmd/src/plugins/modem_qualcomm_palm/ (18 files in 2 dirs): fsogsmd: modem_qualcomm_palm: restructure the code a second time ... Oct 15 18:42:28 GNUtoo|laptop: thanks for that :) Oct 15 18:42:40 np Oct 15 18:44:04 TAsn, can i commit modifications to specs in the meantime? Oct 15 18:44:07 for QueryThreads() Oct 15 18:49:08 so, I am off Oct 15 18:49:09 bye Oct 15 18:49:45 daniele_athome, what are the changes? Oct 15 18:49:52 TAsn, one method Oct 15 18:49:59 just like Query Oct 15 18:50:10 QueryThreads (a{sv}) s Oct 15 18:51:12 Oh rightie. Oct 15 18:51:17 Yeah, that you can change. Oct 15 18:51:21 :) Oct 15 18:51:26 that's not related to the 'New' change Oct 15 18:51:30 (new in messages) Oct 15 18:51:43 that doesn't break API Oct 15 18:51:52 so if you are ok with the syntax (should be the same as Query) Oct 15 18:51:53 sure :) Oct 15 18:51:57 so yeah, it's good. Oct 15 18:52:07 next will be bunk Delete() and Update() Oct 15 18:52:15 those will be really useful Oct 15 18:52:33 dos1, rumor has it you bought a n900 Oct 15 18:52:41 mickeyl: ping Oct 15 18:53:04 TAsn: rumours are partially true and partially false ;) Oct 15 18:53:09 daniele_athome, bunk them? huh? Oct 15 18:53:13 dos1, got free from who?! Oct 15 18:53:23 TAsn, maybe it's not they right word :D Oct 15 18:53:28 i mean mass deletion and update Oct 15 18:53:29 TAsn: i got it from Fremantle Developer Device Queue, like few others too ;) Oct 15 18:53:32 *delete Oct 15 18:53:34 daniele_athome, OH, bulk* :P Oct 15 18:53:35 aaah damn Oct 15 18:53:39 bulk yes :D Oct 15 18:53:39 ahah Oct 15 18:53:39 bunk means "drop" Oct 15 18:53:41 sorry Oct 15 18:53:48 i.e remove delete and update from the specs :) Oct 15 18:53:56 :) Oct 15 18:54:00 dos1, what's that? Oct 15 18:54:07 Fremantle Developer Device Queue? Oct 15 18:54:29 TAsn: http://wiki.maemo.org/Fremantle_Developer_Device_Queue Oct 15 18:55:50 oh sweet. Oct 15 18:56:24 is your device different than mrmoku's? Oct 15 18:57:01 I mean Oct 15 18:57:04 I know he bought one Oct 15 18:57:07 is yours a dev device? Oct 15 18:57:11 or the same? Oct 15 18:57:15 TAsn: i don't think so, mrmoku also has it from that Oct 15 18:57:22 oh Oct 15 18:57:26 cool :)) Oct 15 18:57:32 dos1, how's shr doing on it? Oct 15 18:57:45 TAsn: and i don't think there are some differences between those and retail devices Oct 15 18:57:53 every n900 can be easly switched to developer mode Oct 15 18:58:11 it's unlocked :) only bootloader has to be signed Oct 15 18:58:18 sweet. Oct 15 18:59:20 TAsn: SHR boots on it, mrmoku, JaMa and GNUtoo|laptop are working on OE integration (you know... to have all tweaks in images out of the box) and I do fsodeviced modules Oct 15 18:59:33 so cool :)))) Oct 15 18:59:43 TAsn, hi Oct 15 18:59:53 GNUtoo|laptop, hey mate. Oct 15 19:00:01 sup? Oct 15 19:00:36 TAsn, I bought an n900 Oct 15 19:00:43 :) Oct 15 19:01:03 GNUtoo|laptop, happy with the purchase? Oct 15 19:01:07 yes Oct 15 19:01:21 but as always it depend on what you expect and want to do with it Oct 15 19:02:10 expect full linux phone (linux == shr not nokia crap) Oct 15 19:02:18 want to do: shr. Oct 15 19:02:24 oh and phone calls! Oct 15 19:02:36 TAsn, phone calls don't work yet Oct 15 19:02:44 we have to integrate ofono in fso Oct 15 19:02:46 for that to work Oct 15 19:02:51 or something like that Oct 15 19:03:00 yaickes. Oct 15 19:03:09 bah, price haven't dropped Oct 15 19:03:16 indeed that's a big issue Oct 15 19:03:16 600$ for a freaking n900 Oct 15 19:04:19 dos1, Fremantle stuff actually looks nice. Oct 15 19:04:27 are the maemo guys into fso? Oct 15 19:05:21 heh, no Oct 15 19:05:29 not yet :P Oct 15 19:05:38 so why do they give fso guys devices? Oct 15 19:05:45 all the guys there in the list are from fso :P Oct 15 19:05:50 because there are common parts Oct 15 19:05:52 like kernel Oct 15 19:06:09 and because DocScrutinizer51 was of biiiiig help :) Oct 15 19:06:35 stuff like hostmode or battery charging Oct 15 19:07:32 DocScrutinizer51, you are the man :P Oct 15 19:09:01 GNUtoo|laptop: you've seen that wireshark thing on this electrofux site? Oct 15 19:09:29 what wireshark thing? Oct 15 19:09:58 because I saw the wireshark plugin Oct 15 19:10:00 wireshark plugin to debug packets I think Oct 15 19:10:06 from the modem Oct 15 19:10:37 https://elektranox.org/n900/images/wireshark/04.png Oct 15 19:11:31 I'd think that's as lowlevel and as independent of any ofono as it gets Oct 15 19:14:26 though I not really wrapped my head around which layers are between phonet0 socket and actual hw-interface to BB5 modem Oct 15 19:14:55 anyway: https://elektranox.org/n900/libisi/index.html Oct 15 19:15:05 bbs Oct 15 19:17:16 DocScrutinizer, the issue is that he broke his n900 Oct 15 19:17:26 LOL Oct 15 19:17:38 more precisely his cat did Oct 15 19:17:44 for sure not by using tcpdump :-P Oct 15 19:17:53 lol ok Oct 15 19:18:18 WTF did the cat? peeing on it? Oct 15 19:19:37 no Oct 15 19:19:40 he made it fall Oct 15 19:19:44 on the usb side Oct 15 19:19:50 which broke the usb connector Oct 15 19:19:51 ouch Oct 15 19:20:03 so cat sent the device to /dev/null Oct 15 19:20:04 freesmartphone.org: 03daniele.athome 07libfreesmartphone-glib * r1a9f3c119d56 10/ (8 files in 3 dirs): Oct 15 19:20:04 freesmartphone.org: Fixed xml specs to be more similar to original specs Oct 15 19:20:04 freesmartphone.org: Error files generation is now started from fso:errordomain directly from xml files Oct 15 19:20:04 freesmartphone.org: Signed-off-by: Daniele Ricci Oct 15 19:20:50 cat /dev/ >/dev/null Oct 15 19:20:59 :-D Oct 15 19:21:08 indeed Oct 15 19:22:00 toldya, take GOOD care about your USB receptacle Oct 15 19:23:38 * dos1 thanks $deity that he does not have a cat :P Oct 15 19:23:59 guys Oct 15 19:24:02 [21:20:41] Do you know anyone who might want to get shr running on a beagleboard xm. I can give a couple of boards out to interested people for free Oct 15 19:24:17 actually I'm pondering to drill 2 small holes into the battery cover and place two silver pads under it, connected to GND and VBUS, to charge the whole thing in a cradle that has 2 pogopins Oct 15 19:24:37 dos1, yeah, just talked to him. Oct 15 19:24:46 dos1, and told him to email shr ml Oct 15 19:24:50 and community ml Oct 15 19:25:27 for sure we want *everything* to run SHR ;) Oct 15 19:25:41 NOT ON MY TV! Oct 15 19:25:49 not yet :P Oct 15 19:26:01 tvs will come in the next decade :) Oct 15 19:26:47 mrmoku, decade?! Oct 15 19:26:53 quarter :P Oct 15 19:27:05 :) Oct 15 19:27:49 cdbot2: hello Oct 15 19:27:59 meh Oct 15 19:28:54 :-/ Oct 15 19:28:54 "look at this toast! I made it with my toaster which runs SHR!" Oct 15 19:29:20 hey guys, you got today's xkcd? Oct 15 19:29:34 it's... incredible Oct 15 19:29:51 it's funny, as always. Oct 15 19:30:03 nothing especially fancy though. Oct 15 19:30:10 http://xckd.com/806/ Oct 15 19:30:25 duh, it's too true to be just funny Oct 15 19:30:33 SHIBBOLEET! Oct 15 19:33:23 :) Oct 15 19:35:02 TAsn: hello, i am still workig on shr documentation... i think you are a kind of graphical artist, I am right ? Oct 15 19:35:12 nschle85, couldn't be wrong. Oct 15 19:35:14 :) Oct 15 19:35:30 Remember the shr logo contests? that's because I wasn't able to paint anything more than decent :) Oct 15 19:35:50 (I or anyone else from the shr team for that matter) Oct 15 19:36:00 so sorry, I suck :P Oct 15 19:36:54 TAsn: i need some admonition logos like: Info, Caution, Notice ... Oct 15 19:37:05 as I said, I suck. :) Oct 15 19:37:22 I never was able to paint anything decent in my life. Oct 15 19:37:46 :P Oct 15 19:37:53 nschle85, but: google Oct 15 19:37:56 there are many Oct 15 19:38:11 nice gpled/cc/whatever Oct 15 19:38:18 pics/icons to take. Oct 15 19:38:29 TAsn: no i dont want to copy ! these logos must be unique !!!!! Oct 15 19:38:39 DocScrutinizer: lol, it was a dream, marvelous strip Oct 15 19:38:44 nschle85, as I said, but after reading I didn't say it. What I meant: Oct 15 19:39:02 nschle85, couldn't be wrong. ---> couldn't be *MORE* wrong. :P Oct 15 19:39:08 I'm just tired Oct 15 19:39:21 so I'm not in my best shape of constructing sentences. Oct 15 19:39:27 for* Oct 15 19:39:28 grr. Oct 15 19:39:30 night. Oct 15 19:39:43 TAsn: are you ill ? Oct 15 19:39:48 no Oct 15 19:39:53 I'm just not a good painter :) Oct 15 19:39:58 (and I work too much lately) Oct 15 19:40:04 mickeyl: http://lists.linuxtogo.org/pipermail/smartphones-userland/2010-October/002799.html Oct 15 19:40:05 DocScrutinizer: my friend had a conversation like that recently. He was told he must use windows to get any support. When he said he has 4 computers and none of them works, he was asked if he had windows on at least one of them. He did, so they used windows to ping the gateway (didn't work the same way of course) and only then he was promised the issue will get fixed. Oct 15 19:40:12 mickeyl, please take it under consideration Oct 15 19:40:19 TAsn: burn out ? Oct 15 19:40:23 dos1: toaster would be indeed an interesting tareget Oct 15 19:40:24 it will avoid the library to have its own copy of xml files Oct 15 19:40:33 we could burn a shr logo on every toast :P Oct 15 19:42:44 mrmoku: do you know an artist for designing admonitions ? Oct 15 19:44:31 nschle85, huh? Oct 15 19:44:40 mrmoku, lol. Oct 15 19:44:44 nschle85, burn out? Oct 15 19:44:50 nschle85, I never was a painter. Oct 15 19:44:59 PaulFertser: you've seen the mousehover text? Oct 15 19:45:04 nschle85, You got the wrong guy. that's what I've been trying to say. Oct 15 19:45:11 nschle85: no Oct 15 19:45:13 now I'm off. Oct 15 19:45:13 ciao. Oct 15 19:45:38 TOLDYA it's a TOASTER :-D Oct 15 19:45:41 DocScrutinizer, care to send a secret bugreport about it on the asterisk bugtracker ? Oct 15 19:45:56 DocScrutinizer: yep Oct 15 19:46:00 to include the "feature" Oct 15 19:46:24 if you're lucky they will close the bug because it's already implemented Oct 15 19:47:48 OMG we got so crappy ugly chanlogs here :-/ Oct 15 19:48:05 ~logs Oct 15 19:48:06 logs are on http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged. logs are updated daily --- livelogs are http://logs.nslu2-linux.org/livelogs/openmoko-cdevel.txt and http://hentges.net/tmp/logs/irc/livelogs/#openmoko-cdevel.livelog Oct 15 19:50:24 ticket closed as invalid. The correct password is ********* Oct 15 19:50:38 :-P Oct 15 19:51:54 mrmoku: hmmm if my son gives me some minutes (hes will be 2 month old on 17th) ill check in the first skelleton of shr help. be for it i need to create some admonitions with gimp (am also no a graphic artist). Oct 15 19:53:25 mrmoku: sorry for the much mistakes, i am using an apple keyboard Oct 15 19:57:45 mrmoku: you did activated the account for me. where do i have commit rights ? only in shr-docs or in all repositories ? Oct 15 20:00:10 nschle85: shr-docs Oct 15 20:00:19 nschle85: commit rights are per repository Oct 15 20:01:06 mrmoku: ok, i don't need more rights. Oct 15 20:02:22 mrmoku: i have another question Oct 15 20:05:11 mrmoku: last week i stressed JaMa with every bug, which leads to uncompilable shr image. is he the right person or who should i enter when i create a new bug which leads to uncompilable shr image ? Oct 15 20:24:05 nschle85: JaMa|off is very competent... always a good person to ask :) Oct 15 20:24:25 nschle85: though you can just ask here Oct 15 20:31:37 nschle85: most of the time it's a general OE.dev bug, so perhaps you should join #oe too, because all the reported bugs were reported there and also quick solutions are discussed there Oct 15 20:32:52 Heinervdm: ok, thank you. Oct 15 20:38:20 Heinervdm: is there any "organygram" for shr project ? Oct 15 20:38:32 nschle85: no Oct 15 20:39:05 Heinervdm: hmmm..... Oct 15 20:39:11 nschle85: everyone is doing what he wants to do ;) Oct 15 20:39:46 and i don't know who is in the coreteam, there are some i've never seen ;) Oct 15 20:40:43 Heinervdm: ok, ill not ask my questions i prepared Oct 15 20:41:11 Heinervdm: but who is behind SHR ? Oct 15 20:42:01 the active coreteam members are: mrmoku, TAsn, JaMa and dos1 Oct 15 20:42:16 spaetz, me and Ainulindale are inactive Oct 15 20:42:49 and i think there are some official members that are inactive for more then 1 year Oct 15 20:43:00 I'm more than inactive Oct 15 20:43:04 I'm totally and utterly not there Oct 15 20:43:10 :) Oct 15 20:43:14 freesmartphone.org: 03daniele.athome 07specs * rfbc03ba6fe26 10/ (3 files in 3 dirs): Oct 15 20:43:14 freesmartphone.org: PIM.Messages: new method QueryThreads to query for message threads Oct 15 20:43:14 freesmartphone.org: Implementation will be pushed to opimd soon Oct 15 20:43:14 freesmartphone.org: Signed-off-by: Daniele Ricci Oct 15 20:43:20 i read about spaetz that he is inactive but why are you inactive ? Oct 15 20:43:25 freesmartphone.org: 03daniele.athome 07libfso-glib * r145c46184217 10/configure.ac: Oct 15 20:43:25 freesmartphone.org: bump for PIM.Messages.QueryThreads Oct 15 20:43:26 freesmartphone.org: Signed-off-by: Daniele Ricci Oct 15 20:44:00 nschle85: i'm having currently some exams for my diploma Oct 15 20:44:21 i hope that they are over in a month Oct 15 20:44:50 freesmartphone.org: 03daniele.athome 07specs * r61aba93808cd 10/xml/org.freesmartphone.PIM.Messages.xml: Oct 15 20:44:50 freesmartphone.org: Correct indentation Oct 15 20:44:50 freesmartphone.org: Signed-off-by: Daniele Ricci Oct 15 20:45:08 Ainulindale: as long as you react to being highlited... you're here ;) Oct 15 20:45:10 Heinervdm: ok you are interested in project but has a small off time Oct 15 20:45:29 Heinervdm: wich you the best Oct 15 20:45:36 nschle85: yes, thanks Oct 15 20:45:44 mrmoku: well it depends on what I do in real life, truth be told Oct 15 20:45:58 sure :) Oct 15 20:48:19 freesmartphone.org: 03daniele.athome 07libfreesmartphone-glib * r3e653204c46c 10/xml/org.freesmartphone.PIM.Messages.xml: Oct 15 20:48:20 freesmartphone.org: Added PIM.Messages.QueryThreads Oct 15 20:48:20 freesmartphone.org: Signed-off-by: Daniele Ricci Oct 15 20:51:20 Heinervdm, I'm kinda active. Oct 15 20:51:38 Heinervdm, I'm not that active in the ML anymore unfortunately as I really don't have time for nothing not work/school related. Oct 15 20:51:48 Heinervdm, But yeah, I still read core ML :P Oct 15 20:52:00 And respond to very important emails :P Oct 15 20:52:03 TAsn: your are in the active list ;) Oct 15 20:52:08 I know. Oct 15 20:52:10 yeah... core ML Oct 15 20:52:24 but I wanted to make sure you don't accidentally tell people I'm too active :P Oct 15 20:52:25 1 mail per quarter :;P Oct 15 20:52:36 TAsn: ok :) Oct 15 20:52:43 mrmoku, like a proper board :P Oct 15 20:52:56 Who else is in coreteam? Oct 15 20:53:11 good question Oct 15 20:53:19 there are people listed in the ML Oct 15 20:53:21 mickeyl, angus Oct 15 20:53:41 but I thank you mostly covered anyone ever was/is active in shr Oct 15 20:53:45 except for quickdev of course :P Oct 15 20:53:52 Who is Rafael Campos? Oct 15 20:53:55 Heinervdm, oh, you are also inactive?! Oct 15 20:54:13 Heinervdm, a guy which I forgot his irc nick but I really recognize the name :P Oct 15 20:54:22 :) Oct 15 20:54:33 he is on the core ML Oct 15 20:54:44 nice to know :P Oct 15 20:54:48 m0nt0 has retired Oct 15 20:55:55 ptitjes too Oct 15 20:56:00 OH RIGHT Oct 15 20:56:09 TAsn: i will be active again in a month, then i will help tim abell with shr-t Oct 15 20:56:11 forgot about him, I'm so ashamed. :P Oct 15 20:56:30 Heinervdm, I said that so many times before Oct 15 20:56:35 Rafael = methril Oct 15 20:56:40 right! Oct 15 20:56:51 I'm really don't want to make false promises again :P Oct 15 20:57:40 I just got myself a tablet, I want to see if I can get shr to run on it :P Oct 15 20:57:50 :) only if i fail i will be inactive for some more time :) Oct 15 20:57:51 once I get it to work (and it should "just work") Oct 15 20:58:23 I'll hopefully address the running as root crap. :P Oct 15 20:58:31 :) Oct 15 20:58:46 Yeah, pretty weird I haven't gotten to that until now. Oct 15 20:59:12 i also want to return to the FSO PBAP blugin for obexd Oct 15 20:59:20 :P Oct 15 21:00:07 any Oct 15 21:00:11 for some reason Oct 15 21:00:29 mosquitoes decided I'm really tasty Oct 15 21:00:42 :) Oct 15 21:00:48 it only happened recently, maybe I appeared in their restaurnt guide or something Oct 15 21:00:51 restaurant Oct 15 21:00:52 * Oct 15 21:01:14 anyhow, ciao. Oct 15 21:01:17 here all mosquitoes are already dead Oct 15 21:12:10 Heinervdm: TAsn: mrmoku: I am sorry...... i wont start such discussion...... Oct 15 21:13:13 nschle85: no problem :) Oct 15 21:13:22 nschle85, hm.. no idea what you are talking about, but don't be. :P Oct 15 21:13:34 If you're intentions were good, that's enough for me :P Oct 15 21:13:40 (again, saying without knowing what you did) Oct 15 21:14:06 anyhow, ciao. Oct 15 21:14:17 meh, Friday night *yawn* Oct 15 21:14:31 TAsn: have sweet dreams... Oct 15 21:18:37 mrmoku: is JaMa every weekend off ? Oct 15 21:53:14 nschle85: no Oct 15 21:54:11 JaMa: no ? what was the question ? Oct 15 21:55:10 23:15:54 < nschle85> mrmoku: is JaMa every weekend off ? Oct 15 21:55:30 * JaMa just returned from dance school, so end of "Off" time Oct 15 21:57:28 JaMa: what kind of dance are you learning ? Oct 15 21:59:11 classics, today cha cha :) Oct 15 22:02:57 JaMa: wow,my wife did made latino lessons ...... like cha cha , samba too. Oct 15 22:03:35 JaMa: i can play piano but i cant (like) dance Oct 15 22:08:50 nschle85: I don't like it much too, but it's part of social interaction so it's better to know the basics :) Oct 15 22:12:05 JaMa: thats true Oct 15 22:14:09 JaMa: i stressed you this week with every bug preventing shr image compiling. may i send you every bug, which occures on "make update; make image" ? Oct 15 22:16:25 nschle85: well it's OK, but as I've replied to one of the bugs from last week, if it's from recipe not related to SHR and sometimes already well known bug then OE bug tracker/ML can be better place to report those Oct 15 22:17:07 and definetely no need to report QA messages, see http://tinderbox.openembedded.net/packages/?qalog=1 Oct 15 22:18:46 nschle85: and if you're running your hudson builds everytime from scratch it would be nice to cooperate/report here http://wiki.openembedded.net/index.php/Testing Oct 15 22:27:33 JaMa: ok, but would like to keep on track on shr unstable. so I'll tell you about any problems if I can't get any support in irc. so you should no be angry about the bug entry. Oct 15 22:27:53 I'm not angry :) Oct 15 22:29:02 those testing branches are shr-u state from every friday morning.. so you'll have in worst case week old version and good thing is that you'll see which errors are already known Oct 15 22:30:01 JaMa: hmm, i thought shr-testing is round about 6 month old Oct 15 22:30:49 this is testing branch of OE master Oct 15 22:30:53 not shr-testing branch Oct 15 22:31:14 please read that wiki page for more info Oct 15 22:31:35 JaMa: ill do that Oct 15 22:32:36 JaMa: so ill not take your time (and ill prepare the first documentation commit) have a good night. Oct 15 22:33:05 :) gnight Oct 15 22:57:12 hi!! i see my name her Oct 15 22:57:18 s/her/here Oct 15 22:58:08 Heinervdm, i'm not really active now, i was so busy with translate, and so on Oct 16 02:31:27 ~ping Oct 16 02:31:27 ~pong **** ENDING LOGGING AT Sat Oct 16 02:59:58 2010