**** BEGIN LOGGING AT Tue Sep 18 02:59:59 2012 Sep 18 05:02:24 goddammit i can never find robbiethe1st online Sep 18 05:19:43 haha Sep 18 05:20:10 * DocScrutinizer05 prods GeneralAntilles to stand for council/board Sep 18 05:20:30 * GeneralAntilles swats DocScrutinizer05 with a broom. Sep 18 05:20:44 rotfl Sep 18 05:21:32 tough times need tough men ;-) Sep 18 05:23:58 yay, 244 users. Feels like new all time low Sep 18 05:24:29 243 :-o Sep 18 05:29:07 MWKN: is that kippit.com or klippit.com now? Sep 18 05:29:58 >>Klippr is a meego client for Klippt.com. With http://kippt.com you can ...<< Sep 18 05:32:05 yay, even kippt Sep 18 05:32:37 meh Sep 18 05:33:51 >>Klippr - N9 client for link organiser, kippit.com \\ Martin Borho has released a new app, Klippr. Klippr is a meego client for Klippt.com. With http://kippt.com you can organize, archive and search your links. It features also a "Read Later" option, similar to instapaper or others.<< Sep 18 12:02:33 yo deepy Sep 18 12:02:38 deepy: anything new? Sep 18 12:06:02 kerio: not yet, at work atm Sep 18 12:20:14 Hi ppl! Request to porters: please port this http://zx2c4.com/projects/password-store/ application to maemo, it is bash script that uses gpg2, git and tree programs to manage passwords localy and remotely. Sep 18 12:21:59 It works with a directory containing encripted data files. also syncronisation to remote server can be done with git. Very usefull Sep 18 12:23:07 dump_01: hmm Sep 18 12:23:15 dump_01: have you tried... installing it? Sep 18 12:24:20 kerio: no but i have no dough i can do it Sep 18 12:24:43 i mean, are the dependencies in the repos already? Sep 18 12:25:23 kerio: not sure Sep 18 12:26:18 dependencies are (as i can see): git(core), gpg2 and tree Sep 18 12:26:49 hm Sep 18 12:26:55 git-core is there, gnupg is at 1.4.6 Sep 18 12:26:59 tree is ok Sep 18 12:27:02 there's no pwgen and no xclip Sep 18 12:28:56 xclip is an option Sep 18 12:36:28 kerio: is it possible as for you? Sep 18 12:38:08 dump_01: not with the deb, sadly Sep 18 12:38:16 unmet deps Sep 18 12:45:19 strings /dev/urandom | grep -o ':alnum:' | head -n 30 | tr -d '\n'; echo Sep 18 12:45:26 may be we can replce pwgen with something else? even with `openssl rand -base64 8` Sep 18 13:32:07 fun fact: a 7zipped full mame romset for mame 0.147 weighs 28GB Sep 18 13:32:24 and 28gb fits in a n900 Sep 18 13:32:29 heeh Sep 18 13:33:01 sadly, the CHDs weigh around 250gb, so those won't fit Sep 18 14:54:22 is there a way to get PAN working properly on the n900? Sep 18 14:55:00 having to stand up and *walk* to the shelf with the n900 to turn its wifi on is psychologically painful D: Sep 18 14:58:34 keeps you fit Sep 18 15:02:04 hrmpf, maemo-pan has broken dependencies Sep 18 15:12:36 and pc-connectivity-manager is awfuò Sep 18 15:12:37 awful Sep 18 15:16:29 aaaaand it apparently fucked with my bluetoothd and now it's a "Computer" instead of being a "Smartphone" Sep 18 15:16:41 oh well Sep 18 15:21:04 meh, i'm restoring dat shit Sep 18 15:40:57 Hi, 0xFFFF 0.5 was released Sep 18 15:41:53 Pali: why do you rewrite libbmeipc once again? Sep 18 15:42:08 what's wrong with my source? Sep 18 15:42:24 freemangordon, problem was that I needed to add more (old) header files Sep 18 15:42:35 add where? Sep 18 15:42:42 it compiles ok Sep 18 15:42:55 and works ok Sep 18 15:42:57 yes, but compilation of some old code (dsme) not working Sep 18 15:43:18 and why using pipes? Sep 18 15:43:33 hi Pali! Sep 18 15:43:36 hi Sep 18 15:44:06 Pali: what do you suggest? Sep 18 15:44:19 simple array Sep 18 15:44:25 or one struct Sep 18 15:44:40 did you look at how dsme-thermalobject calls libbmeipc Sep 18 15:44:41 ? Sep 18 15:44:46 k Sep 18 15:44:49 whoops, wrong window Sep 18 15:45:11 all communication with bme is: send message, read status, read message Sep 18 15:45:21 I looked more at bme protocol Sep 18 15:45:27 Pali: I think you got it wring Sep 18 15:45:39 pipes are not to communicate with BME Sep 18 15:45:50 yes, it is used for read write in app Sep 18 15:45:56 yes Sep 18 15:45:57 but we do not need it Sep 18 15:46:04 and we MUST keep that Sep 18 15:46:22 because otherwise we have to dig through all of the maemo code Sep 18 15:46:29 one union of return message is enought Sep 18 15:46:33 (part of it is not FOSS) Sep 18 15:46:50 all application which using libbmeipc in maemo using bme protocol Sep 18 15:47:08 Pali: wrong, dsme-thermalobject-surface sets up gio listener Sep 18 15:47:41 and waits for data on that handle (returned from libbmeipc) Sep 18 15:47:59 ok, I will look at it again Sep 18 15:48:05 it is async communicatio Sep 18 15:48:08 n Sep 18 15:50:43 Pali: look at oroginal code, function connect_bme() Sep 18 15:50:48 *original Sep 18 15:51:02 thermalsensor_battery.c Sep 18 15:51:05 I see now what you mean Sep 18 15:51:12 I will fix it Sep 18 15:51:30 so pipes are really needed Sep 18 15:51:30 fix what, code is already there, just add damn missing defines Sep 18 15:51:42 I will merge your code with my Sep 18 15:51:52 thats better :) Sep 18 15:52:11 just use my code, and add those headers you think that are missing Sep 18 15:52:30 BTW what is missing? Sep 18 15:52:34 ok, I also implemented cookie read/write Sep 18 15:52:45 (no idea if this is used, by libbmeipc export it) Sep 18 15:52:48 ok, but we don't need that Sep 18 15:52:52 noone uses it Sep 18 15:52:56 ok Sep 18 15:53:07 what using pulseaudio? Sep 18 15:53:13 Pali: trust me on that and use my code Sep 18 15:53:29 it spits an error if unimplemented function is called Sep 18 15:53:42 PA uses only temperature Sep 18 15:53:58 coocies are used by hald-addon-bme :P Sep 18 15:54:01 *cookies Sep 18 15:54:37 Pali: which defines are missing? Sep 18 15:54:53 see git log Sep 18 15:54:58 ok Sep 18 15:55:00 I do not remember now Sep 18 15:55:28 link? Sep 18 15:55:34 btw, why dsme (not dsme-theramal...) depends on libbmeipc? http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/dsme/0.60.46+0m5/ Sep 18 15:56:00 my patched libbmeipc: https://meego.gitorious.org/~pali/meego-device-adaptation/pali-n900_libbme Sep 18 15:56:50 there are 2 branches: master - fixed original nokia code which match n900 bme communication, replacement branch - without bme Sep 18 15:57:00 Pali: beside debian/control depends, does it actually call libbmeipc? Sep 18 15:57:14 dsme that is Sep 18 15:57:28 ok, so only debian/control has bme line? Sep 18 15:57:57 don't know, you tell me. You tried to compile it, ain't? Sep 18 15:58:19 I tried to compile *my* program which using bme library Sep 18 15:58:31 and also dsme-theramal-* Sep 18 15:59:02 Pali: but we already agreed we don't need dsme-thermal recompiled Sep 18 15:59:14 ok Sep 18 15:59:20 as interface is not changed Sep 18 15:59:41 my first attempt was to compile program for raw/kelvin temperature table Sep 18 16:00:09 see, my code is drop-in replacement (libbmeipc), it needs just to read the real temperature Sep 18 16:00:11 and for this I needed to modify original released nokia bmeipc headers Sep 18 16:00:15 open/read/close Sep 18 16:00:20 thats it Sep 18 16:00:20 ok Sep 18 16:00:59 if we need some missing defines in the future, we can easily make -dev package and add the headers Sep 18 16:01:24 though I think I have all BME defines in libbmeipc Sep 18 16:01:27 I mean that I needed something which can compile that program for temperature table (so this was reason why I modified nokia libbme code) Sep 18 16:01:38 aah, ok Sep 18 16:02:09 so, now what :D ? Sep 18 16:02:36 do you want to add that missing temp reading? Sep 18 16:02:46 yes, I will add it Sep 18 16:02:56 as right now I am trying to find why VKB renderer has a bug Sep 18 16:03:06 (OSS replacement) Sep 18 16:03:07 ok Sep 18 16:03:19 WTF is testserver? http://maemo.org/packages/package_instance/view/fremantle_ssu_pr1-2_armel/testserver/1.1.196+0m5/ Sep 18 16:03:26 where it is used? Sep 18 16:03:37 it depends on libbmeipc too Sep 18 16:05:22 BME replacement in SB AIUI Sep 18 16:05:38 i.e. fake BME Sep 18 16:06:35 Pali: I am back to debugging VKB, ping me if I can help with anything Sep 18 16:07:48 ok, I will at libbmeipc in next days... no time now Sep 18 16:07:58 ok Sep 18 16:09:54 freemangordon: is there a way to make the VKB only appear in portrait and not in landscape? Sep 18 17:52:59 kerio: what if someone can port pwgen? it's a perl script, i think it is possible Sep 18 17:53:20 dump_01: you can probably install the .deb for that too Sep 18 17:54:52 kerio: yes, so whats the problem we face to port password-store? dependencies is not so big deal as i can see Sep 18 17:55:04 again, there's nothing to port Sep 18 17:56:17 just download, place somewhere and correct paths to dependencies in script? Sep 18 17:56:37 yeah Sep 18 17:56:49 hm, will try Sep 18 19:08:52 deepy: did you fix your phone? Sep 18 19:09:28 kerio: I didn't dare to open it Sep 18 19:09:49 does that drain the battery? Sep 18 19:10:03 the keyboard part Sep 18 19:10:28 deepy: well, it still turns off everything when you lock the screen Sep 18 19:10:35 but you lose the open-slider-to-unlock Sep 18 19:10:50 btw, protip: double"click" the power button to lock Sep 18 19:11:03 I learned that one by accident :) Sep 18 19:11:12 hah Sep 18 19:11:15 and they say maemo isn't intuitive Sep 18 19:11:27 hngg, server changed IP again Sep 18 19:11:29 why does it do that Sep 18 19:11:51 which server? Sep 18 19:12:05 The one I was supposed to do maintenance on Sep 18 19:12:11 Gotta fix a foolproof vpn Sep 18 19:12:23 ...so it's not really foolproof Sep 18 19:12:59 No I mean I gotta fix one so I can reach it in the future :P Sep 18 19:14:12 yay, cpu at 107°C Sep 18 19:14:48 and os x isn't even making the fans spin as hard as they can, lol Sep 18 19:24:38 deepy: apart from the kbd slider issue? Sep 18 19:24:41 do you like the n900? Sep 18 19:24:55 it's kind of a weird toy to recommend to people Sep 18 19:25:22 the moment I get stuff into dosbox I'm gonna start forgetting my other phone Sep 18 19:25:38 you could've gotten a laptop with DOS on it for much cheaper Sep 18 19:25:49 But that doesn't make phone calls Sep 18 19:25:54 deepy: mind you, the n900 only has a 600mhz CPU Sep 19 00:04:03 Is there an app to record a missed call's duration of ringing? Sep 19 00:10:31 LaoLang_cool: https://bugs.maemo.org/show_bug.cgi?id=7740 Sep 19 00:10:32 04Bug 7740: Missing call duration for each call in Phone UI Sep 19 00:12:12 Skry, I want missed calls duration, not answered call's duration Sep 19 00:12:53 I want to know how long a call that I missed has ringed on n900 Sep 19 00:16:10 if there is no call duration in rtcomm-eventlogger i doubt there is one for missed calls Sep 19 00:16:39 cant confirm this though Sep 19 00:17:10 this might be your best bet http://maemo.org/downloads/product/Maemo5/extcalllog/ Sep 19 00:22:10 Skry, thank you for the infos Sep 19 00:25:20 np, hopefully someone with more knowledge of maemo internals can tell you more. Sep 19 01:19:10 outlook.com is going to be pretty awesome once ms is done with it Sep 19 01:50:01 GGon: and then just like other m$ products, it would be catering to corporations. Sep 19 01:50:22 who cares Sep 19 01:50:27 windows 7 works fine for an end user ;) Sep 19 01:50:34 but outlook.com is great Sep 19 01:50:48 i can honestly say once it is done it will be far better than google based products Sep 19 01:50:51 but they need to finish it Sep 19 01:51:04 GGon: wishful thinking :) Sep 19 01:51:14 realistic thinking ;) Sep 19 01:52:01 well, time would do the trick! we need to wait and watch Sep 19 01:52:50 but, I wouldn't bet on m$ft so much. It would most certainly be another "bing" experiment! Sep 19 01:52:59 * kakashi_ grabs a bong Sep 19 01:54:04 yah **** ENDING LOGGING AT Wed Sep 19 02:59:58 2012