**** BEGIN LOGGING AT Wed Jan 27 02:59:57 2010 Jan 27 05:06:45 spaetz: can I commit stuff directly to testing or should it go into unstable first ? Jan 27 06:27:10 mickey : Hi Jan 27 06:28:13 Is "mdbus2" support for method invokation implementation available ? Jan 27 06:29:55 root@om-gta02 / $ mdbus2 -s org.freesmartphone.odeviced Jan 27 06:30:17 org.freesmartphone.Device.RealtimeClock.GetCurrentTime Jan 27 06:30:29 ** ERROR **: main.vala:334: calling methods not yet implemented Jan 27 06:38:45 mrmoku, ffs, my moko doesn't boot after the upgrade ;( Jan 27 06:41:05 morning Jan 27 06:42:27 TAsn: ouch... checked the init link? Jan 27 06:42:43 mickey|ICE2068: morning... you like trains a lot, right? :P Jan 27 06:43:00 heh Jan 27 06:43:12 mrmoku: better than driving by car ;) Jan 27 06:43:16 mrmoku, no, but that probably it. Jan 27 06:43:22 I'll fix it later. Jan 27 06:43:24 gtg to work Jan 27 06:43:25 ciao. Jan 27 06:43:32 TAsn: have fun :P Jan 27 06:43:42 thakns :P Jan 27 06:43:57 mickey|ICE2068: yeah, lets you do more useful things than staring on the road :) Jan 27 06:44:13 yep Jan 27 06:44:19 trains are fun... if they are on time Jan 27 06:44:38 heh Jan 27 06:44:48 * mickey|ICE2068 sitting in a substitution train for one that was cancelled Jan 27 06:44:53 oh, and the substitute was 30 min late Jan 27 06:44:55 ... Jan 27 06:44:55 :) Jan 27 06:45:22 so, the usual nightmare with german railway Jan 27 06:45:55 argh, and i didn't even check the repeater waggons Jan 27 06:45:57 *sigh* Jan 27 06:46:01 * Q-Master_ is working at home either. 8) Jan 27 06:46:09 this one is only 8min late... timely ride is 20min Jan 27 06:47:30 seems i will miss the bus i got the last days Jan 27 06:49:51 cannot dev here, cannot sleep, nothing left over to play with gps here... Jan 27 06:50:36 heh Jan 27 06:52:21 morning Jan 27 06:54:23 mickey : Hi Jan 27 06:54:41 ** ERROR **: main.vala:334: calling methods not yet implemented Jan 27 06:54:57 any update from your side Jan 27 06:55:03 that i can try ? Jan 27 06:56:47 it's not so easy, need to bind more of libdbus from Vala to be able to do that Jan 27 07:00:51 perhaps binding message and append_args is enough Jan 27 07:00:56 let me try that during my trainride Jan 27 07:23:22 mickey : thanks a lot. Jan 27 08:40:21 freesmartphone.org: 03mickey 07cornucopia * r6277fb9b0e64 10/tools/mdbus2/ (src/Makefile.am src/main.vala vapi/dbus-glib-1.vapi): Jan 27 08:40:21 freesmartphone.org: mdbus2: start with suport for method calling Jan 27 08:40:21 freesmartphone.org: NOTE: This needs some enhancements in dbus-glib-1.vapi, which is Jan 27 08:40:21 freesmartphone.org: going to happen here in a local copy before I send it upstream Jan 27 08:40:21 <\marco> hi to all :) Jan 27 08:41:01 <\marco> since shr-settings is segfaulting is there a way to set my profile to "Vibrate"? Jan 27 08:41:18 <\marco> like a dbus message to someone :)? Jan 27 08:41:26 give me a minute Jan 27 08:41:48 to boot Jan 27 08:41:54 <\marco> oh, thanks :) Jan 27 08:42:45 <\marco> ( booting with last unstable is faster! great work! :D ) Jan 27 08:43:52 almost there Jan 27 08:44:13 mdbus -s org.freesmartphone.opreferencesd /org/freesmartphone/Preferences org.freesmartphone.Preferences.SetProfile vibrate Jan 27 08:45:52 <\marco> octavsly: thank you! :) Jan 27 08:46:07 I have a cron script to set it to vibrate at certain hours Jan 27 08:46:24 and I use the command above Jan 27 08:46:31 <\marco> mhm.. nice idea! Jan 27 08:46:50 <\marco> I'll copy you :P Jan 27 08:46:55 */1 * * * * /home/root/bin/brightness Jan 27 08:46:56 30 9 * * 1-5 /home/root/bin/set_profiles_vibrate Jan 27 08:46:56 30 16 * * 1-5 /home/root/bin/set_profiles_ring Jan 27 08:47:14 <\marco> very nice :) Jan 27 08:47:16 thus every working day from 9:30 to 16:30 is vibrate Jan 27 08:48:11 octavsly: how do you make sure your device is turned on for executing cron job? Jan 27 08:49:47 <\marco> mhm.. a right objection, I suppose Jan 27 08:50:29 I suppose a cron job will get executed when the phone gets started Jan 27 08:50:32 <\marco> it will be nice if cron job task wake the phone ( like an alarm) Jan 27 08:50:39 taht can be done Jan 27 08:51:15 in a normal PC one ned to program the RTC Jan 27 08:51:34 <\marco> I've looked at ffalarm source and I've found a little complicated Jan 27 08:51:41 <\marco> for me :D Jan 27 08:52:37 I will look at RTC Jan 27 08:58:59 no luck with RTC Jan 27 08:59:48 tried to write in /sys/devices/platform/s3c24 Jan 27 08:59:48 40-i2c/i2c-adapter/i2c-0/0-0073/pcf50633-rtc/rtc/rtc0/power/wakeup Jan 27 08:59:48 but do not see any value being written there Jan 27 09:00:12 octavsly: are you using frameworkd? Jan 27 09:01:45 nope Jan 27 09:03:10 octavsly: then you can rtcwake -s 60 -m no && pm-suspend and the phone will wake automatically in 60 seconds Jan 27 09:03:53 lindi-: thanks Jan 27 09:04:33 <\marco> lindi-: wow, good to know :) Jan 27 09:04:42 rtcwake: /dev/rtc not enabled for wakeup events Jan 27 09:04:54 wait i once reported that.... Jan 27 09:05:03 octavsly: that's what "-m no" does, it is not a problem Jan 27 09:05:41 hrm... Jan 27 09:05:47 yes Jan 27 09:05:48 rtcwake -s 20 -m no Jan 27 09:05:51 that works here Jan 27 09:07:11 pm-suspend part of what package? Jan 27 09:07:21 octavsly: apt-file search bin/pm-suspend Jan 27 09:07:40 freesmartphone.org: 03mickey 07cornucopia * r6a75bbf23a52 10/tools/mdbus2/ (src/Makefile.am src/main.vala vapi/dbus-glib-1.vapi): mdbus2: add support for string and int out arguments Jan 27 09:08:02 lindi-: I use SHR and do not have the apt-file Jan 27 09:08:17 you can also echo mem > /sys/power/state Jan 27 09:08:25 OK Jan 27 09:08:41 octavsly: i don't think you have apt-get either then :( Jan 27 09:08:47 it is pm-utils i guess Jan 27 09:08:48 on SHR you should suspend via fsousaged Jan 27 09:08:59 mickey|ICE2806: but he said he's not using frameworkd Jan 27 09:09:02 and you can also use dbus to set the RTC Jan 27 09:09:42 ah, didn't see that Jan 27 09:09:54 BTW. I cannot turn on my GSM. if I start phonefsod I get Jan 27 09:09:55 [phonefsod] MESSAGE: Remote method exception org.freedesktop.DBus.Error.Spawn.FailedToSetup: Failed to setup environment correctly Jan 27 09:10:02 I prsume this is known Jan 27 09:10:36 octavsly: i don't think that works without frameworkd Jan 27 09:11:28 lindi-: I do start the frameworkd Jan 27 09:15:54 why would disble the GSm. See the next message Jan 27 09:16:02 2010.01.27 09:14:46.192 ogsmd.device INFO auth status changed to SIM PIN Jan 27 09:16:02 2010.01.27 09:14:48.142 ogsmd INFO subsystem PHB readyness now False Jan 27 09:16:02 2010.01.27 09:14:48.150 ogsmd INFO full readyness now False Jan 27 09:16:02 2010.01.27 09:14:48.420 frameworkd.resource INFO setting resource status for GSM from enabled to disabling Jan 27 09:16:02 2010.01.27 09:14:49.607 frameworkd.resource INFO setting resource status for GSM from disabling to disabled Jan 27 09:19:13 <\marco> mickey|tv: I'm using frameqorkd and I'm interested in fsousged managing by dbus.. is there any doc about? ( or source code to look at ) Jan 27 09:19:58 <\marco> *frameworkd :) Jan 27 09:30:30 \marco: http://doc.freesmartpthone.org Jan 27 09:30:49 \marco: http://docs.freesmartphone.org Jan 27 09:52:14 <\marco> Heinervdm: thanks! :) ( sorry I was afk ) Jan 27 10:08:47 mrmoku|away, libfso-glib compiles with the proxy classes Jan 27 10:09:11 i try to cherry pick the correct patch later Jan 27 10:11:26 it's already in in the git Jan 27 10:21:54 eeeh fsoMeeting :D Jan 27 10:41:22 playya__: great :) Jan 27 14:22:00 mrmoku: i think we (SHR) should setup some paypal account and write guidelines about how to donate us Jan 27 14:22:13 mrmoku: we could use part of donations made for us to donate FSO :) Jan 27 14:23:42 as far as i see there are some people on ML who want to donate SHR with some money Jan 27 14:24:23 and because getting money is nice ;) and we can help FSO development, which i think we can agree is the most important for us Jan 27 14:24:58 we should think about it ;) Jan 27 14:30:48 dos1: Will the remove-tel script add the found fields to corresponding types automatically? Jan 27 14:31:26 Q-Master: yup, it searches phonenumber and email fields Jan 27 14:31:40 dos1: ok. updating Jan 27 14:32:31 mickey|fsoMeetin: donating FSO right now :) not too much (10 euro), but i hope it'll be usable somehow :) Jan 27 14:32:40 mrmoku: can it be implemented sorting in libphoneui not only by Name Surname, but also by Surname Name? Jan 27 14:32:49 dos1: super. thanks a ton! everything is much appreciated Jan 27 14:35:52 :) Jan 27 14:40:02 dos1: how can I get amount of contacts in opimd using a console? Jan 27 14:42:07 amount of contacts? Jan 27 14:42:15 Heinervdm: still working on it.. but running out of options :/ newer python, cython, multidev disabled and it still segfaults ( a bit different bt now ) Jan 27 14:42:46 Q-Master: opimd-cli c query | grep "Numer of results" Jan 27 14:42:50 http://pastebin.ca/1768006 Jan 27 14:42:53 JaMa: :( Jan 27 14:43:04 (thanks, spotted typo, it should be "Number" :D) Jan 27 14:44:04 mickey|fsoMeetin: task-python-everything almost built :) about 5 packages failing.. but maybe they are in dep tree of some more.. but what happen with zope-interfaces? Jan 27 14:45:57 ah Jan 27 14:45:59 now i can talk Jan 27 14:46:01 JaMa: python-zopeinterface Jan 27 14:47:25 mickey|fsoMeetin: no such recipe in my checkout and bitbake says that nothing provides zope-interfaces (RRECOMMENDED from zope) Jan 27 14:47:34 hmm Jan 27 14:47:40 recipes/zope/ Jan 27 14:47:43 sorry found it :/ Jan 27 14:48:32 mickey|fsoMeetin: but there should be RPROVIDES then or RRECOMMENDED fixed in zope_*.bb Jan 27 14:49:12 true Jan 27 14:49:46 dos1: ok Jan 27 16:17:38 dos1: yeah, though I have no idea what is necessary for that... does it need some kind of organization? Jan 27 16:18:14 mickey|fsoMeetin: maybe you know something about that? Jan 27 16:18:16 Q-Master: right now, no... Jan 27 16:19:15 about what? (sorry, lacking context) Jan 27 16:20:03 mickey|fsoMeetin: what SHR should do (in legal context) to organize some way of donating? Jan 27 16:20:08 mickey|fsoMeetin: what does one need to receive donations :P Jan 27 16:20:22 in a tax legal way :) Jan 27 16:20:49 freesmartphone.org: 03mickey 07cornucopia * r330c962b667a 10/tools/mdbus2/src/main.vala: mdbus2: array of strings as result now works Jan 27 16:21:09 mrmoku: ah, that needs a non-profit org. Jan 27 16:21:13 like an e.V. Jan 27 16:21:20 quite some beaurocratic work to get that Jan 27 16:21:28 heh :/ Jan 27 16:21:32 but it may pay off, if you can raise tax excemption status Jan 27 16:21:39 (then it's more likely companies donate) Jan 27 16:21:46 bbl, dinner now Jan 27 16:21:54 guten apettit :) Jan 27 16:21:56 danke :) Jan 27 16:22:05 (we could perhaps make an arrangement with OE e.V.) Jan 27 16:22:13 using it as umbrella org Jan 27 16:22:20 something to consider Jan 27 16:22:23 bbl Jan 27 16:23:10 mrmoku, ping Jan 27 16:23:19 TAsn: pong Jan 27 16:23:34 what do I need to link in order to revive my moko? :P Jan 27 16:23:53 WTF Jan 27 16:23:55 TAsn: where does /sbin/init point to? Jan 27 16:23:58 Why am I voiced? Jan 27 16:24:00 sec Jan 27 16:24:04 Ainulindale, because you are cool. Jan 27 16:24:06 duh. Jan 27 16:24:15 If I'm cool, why am I not oped then? :-) Jan 27 16:24:25 not cool enough Jan 27 16:24:26 ops are sexy Jan 27 16:24:32 voices are cool Jan 27 16:24:32 Ainulindale: missing some coolness points... just enough for being voiced :P Jan 27 16:24:35 there's a big diff :P Jan 27 16:24:53 That's why I decided not to be cool :-) Jan 27 16:25:22 btw, no idea who/why oped me :P Jan 27 16:25:49 mrmoku, it doesn't point anywhere Jan 27 16:25:51 it's just a file. Jan 27 16:26:08 oops Jan 27 16:26:08 TAsn: let me check mine Jan 27 16:26:12 my bai Jan 27 16:26:14 bad Jan 27 16:26:14 mrmoku: and when will be fixed the problem with wrong contacts showing? I'll make a picture. Jan 27 16:26:27 lrwxrwxrwx 1 root root 19 Jan 13 15:42 /sbin/init -> /sbin/init.sysvinit Jan 27 16:26:28 sbin/init -> /sbin/init.sysvinit Jan 27 16:26:44 that is not your problem then Jan 27 16:26:49 TAsn: Well I have my idea and I have no interest in such lowly gratifications anyways :-) Jan 27 16:27:22 for me it just means I have a decent uptime Jan 27 16:27:24 :P Jan 27 16:27:29 Plus it's not as if I was doing a thing Jan 27 16:27:30 mrmoku, ffs :P Jan 27 16:27:36 any idea how to know what's wrong? Jan 27 16:28:01 TAsn: where does it hang? Jan 27 16:28:06 splash Jan 27 16:28:10 is the last thing I get Jan 27 16:28:14 (penguin) Jan 27 16:29:03 hmm Jan 27 16:29:23 I had some boots that where hanging with splash Jan 27 16:29:34 turning off and ripping the battery fixed that though Jan 27 16:29:48 I'll try again Jan 27 16:29:48 sec Jan 27 16:30:58 brb Jan 27 16:34:43 mrmoku, doesn't work. Jan 27 16:37:16 can anyone tell me how to make a screenshot from NEO? ssh -X doesnt work Jan 27 16:37:32 gpe-scap? Jan 27 16:37:40 ok Jan 27 16:42:05 TAsn: :( Jan 27 16:42:15 any non-flashing Jan 27 16:42:17 suggestions? Jan 27 16:42:35 TAsn: boot from your spare partition and chroot? Jan 27 16:42:55 better yet, any suggested version to flash? :P Jan 27 16:43:04 hehe Jan 27 16:43:16 there should be an image from yesterday Jan 27 16:43:21 did not try it though Jan 27 16:43:26 with or without new-opimd? Jan 27 16:43:30 with Jan 27 16:43:34 sweet :P Jan 27 16:45:00 TAsn: can you start xorg server from chroot? Jan 27 16:45:17 TAsn: I assume you have more partitons installations on neo Jan 27 16:46:23 JaMa, already started deleting stuff :P Jan 27 16:46:31 or remove /var/log from tmpfs populate so persist logs and try reboot again and then show us the log.. Jan 27 16:46:43 my flash has a VERY old fso image :P Jan 27 16:46:46 TAsn: noooo I'm interested what went wrong for LUCKY you... Jan 27 16:47:14 fso image is good enough for chroot.. go for it.. Jan 27 16:47:20 already started erasing :| Jan 27 16:47:27 rm -rf flash :P Jan 27 16:47:39 TAsn: was there some preferred UI mockup for the call screen? Jan 27 16:47:40 hm. Jan 27 16:47:55 mrmoku, starting to work on it? Jan 27 16:48:01 somehow some contacts are now duplicated in phoneui-contacts Jan 27 16:48:28 and have some strange "/hm" or "/h" at the end. Jan 27 16:48:37 And some seems cut. Jan 27 16:48:37 TAsn: I want to fix the 'call does not hangup when closing the call screen' ticket Jan 27 16:49:06 and switching the call screen to the new view system would change (and probably help with) that Jan 27 16:49:14 mrmoku, that's an easy fix actually Jan 27 16:49:21 you can either mark the window not to close Jan 27 16:49:26 or just add a close callback Jan 27 16:49:30 I prefer the former Jan 27 16:50:00 hmm... how? Jan 27 16:51:06 there's a way Jan 27 16:51:06 sec Jan 27 16:52:22 hm... when you create a window iirc Jan 27 16:52:47 sec, I knew it ;P Jan 27 16:53:48 elm_win_autodel_set(win->win, 1); Jan 27 16:53:50 that's it. Jan 27 16:53:53 set it to 0 Jan 27 16:53:58 and it won't close Jan 27 16:54:07 iirc Jan 27 16:54:08 hm, out of curiosity, why apps like messages (especially for name lookup) are that slow? Jan 27 16:54:18 ThibG, because opimd is terribly slow Jan 27 16:54:42 hm ok Jan 27 16:58:39 mrmoku, saw what I wrote? Jan 27 16:58:54 mrmoku, if you register a callback for delete event and set that, the page won't die. Jan 27 16:59:21 TAsn: looking at elementary code to see what it does... Jan 27 16:59:50 told you Jan 27 16:59:57 it sets Jan 27 17:00:02 whether deleting occurs automatically Jan 27 17:00:12 when a delete event is handled by you Jan 27 17:00:14 yeah, but will the window hide anyway? Jan 27 17:00:17 no Jan 27 17:00:27 autodel 1 will delete the window Jan 27 17:00:31 autodel 0 will not Jan 27 17:00:34 that's it Jan 27 17:00:44 hmm, will just try that then Jan 27 17:00:47 if you set 0 you need to do whatever you want yourself Jan 27 17:00:54 just don't change it in window.c Jan 27 17:01:04 set it in call-active* Jan 27 17:02:45 sure Jan 27 17:02:55 ok :P Jan 27 17:07:58 mrmoku: where can I upload some screenshots? Jan 27 17:09:25 Q-Master: scap? Jan 27 17:09:56 mrmoku: how? Jan 27 17:09:58 Q-Master: guess you already did :P Jan 27 17:09:59 http://scap.linuxtogo.org/ Jan 27 17:10:35 mrmoku: and how to upload anything? Jan 27 17:12:12 Q-Master: did you check the url? is that yours? Jan 27 17:12:29 scap offers to automatically upload it... no expert there though Jan 27 17:12:35 (and off for dinner now) Jan 27 17:12:42 bbl Jan 27 17:12:59 mrmoku: the 1st one yes, but I want to upload some modified ones Jan 27 17:13:11 mrmoku|away, ok, booting new image :P Jan 27 17:16:06 wesnoth? In 480x640? How? :o Jan 27 17:16:48 shit, I have the crazy amount of buttons at the bottom bug :P Jan 27 17:17:27 TAsn: you should choose Illume-home instead for illume2 :) Jan 27 17:17:45 where? Jan 27 17:18:00 TAsn: e-wizard settings thing Jan 27 17:18:13 or you didn't remove ~/.e? Jan 27 17:18:29 JaMa, that's actually quite weird Jan 27 17:18:32 I did remove it Jan 27 17:18:37 didn't* Jan 27 17:18:42 but I did get the first time wizard Jan 27 17:18:45 sec, removing it. Jan 27 17:19:40 * JaMa going home.. Jan 27 17:19:46 you meant in the first e wizard Jan 27 17:19:59 I should have chosen illume-home and not illume-shr? Jan 27 17:20:18 yes.. if you want to try illume2 instead of illume1 with those buttons.. Jan 27 17:20:32 wait Jan 27 17:20:34 which is illume2 Jan 27 17:20:42 illume-home is illume2 Jan 27 17:20:46 okie :P Jan 27 17:21:01 how nice is it ? Jan 27 17:21:30 it would be nice to have better theme for it (quite small buttons etc) Jan 27 17:21:46 yeah, very small Jan 27 17:21:47 but its usable already (battery level is not shown properly) Jan 27 17:21:51 and python wizard went nuts Jan 27 17:22:16 doesn't the old theme work? Jan 27 17:22:18 python wizard went nuts imho for illume1 too (maybe same sigsegv as all python-stuff Jan 27 17:22:29 TAsn: haven't tried yet.. Jan 27 17:22:41 TAsn: that config is just default one from e devs Jan 27 17:22:44 weird, I have two desktops Jan 27 17:23:00 TAsn: split :) there is button for that in top shelf Jan 27 17:23:09 * ThibG is trying illume2, so Jan 27 17:23:10 sweet :P Jan 27 17:23:15 TAsn: you can choose horiz/vert/or one window Jan 27 17:23:47 TAsn: yeah.. and raster said that it should be all easily customizable so maybe it's time to use shr-launcher as home screen etc.. Jan 27 17:24:09 gtg.. already too long at work.. :) Jan 27 17:26:29 mrmoku|away: http://img254.imageshack.us/img254/3475/screenshot1g.png http://img254.imageshack.us/img254/8884/screenshot2m.png http://img524.imageshack.us/img524/2237/screenshot3gc.png Jan 27 17:27:51 JaMa, almost everything crashes in the settings page Jan 27 17:27:54 me is going back to illume1 Jan 27 17:32:14 JaMa: why do I see 2 same icon sets one above other? Jan 27 17:42:12 $ ls -l /bin/ Jan 27 17:42:12 Segmentation fault Jan 27 17:42:14 FFS Jan 27 17:43:33 everything I do segs :P Jan 27 17:45:50 (stop doing python then :->) Jan 27 17:45:57 I don't. Jan 27 17:47:54 my shr-u frozed completly twice while upgrading :/ Jan 27 17:48:00 :> Jan 27 17:52:48 Ainulindale: ping ping ping Jan 27 17:53:04 Ainulindale, dos1 TRAC! :P Jan 27 17:53:09 dos1, I bet that's why you called him :P Jan 27 17:53:16 TAsn: yup, you're correct :P Jan 27 17:53:24 :P Jan 27 17:54:59 dos1: pong pong pong Jan 27 17:55:16 finally, you two are in the same room at the same time :> Jan 27 17:55:31 ;D Jan 27 17:55:32 Yeah but I'm about to leave anyways :-) Jan 27 17:55:54 Ainulindale: i think it's time for changing trac theme :P Jan 27 17:56:07 dos1: yes ? Jan 27 17:57:11 Ainulindale, please do it ;P Jan 27 17:57:14 it's exactly a moment. Jan 27 17:58:15 mrmoku, my phone behaves weird :P Jan 27 17:58:28 errr Jan 27 17:58:29 I can't Jan 27 17:58:33 (anymore) Jan 27 17:58:43 oh, right. Jan 27 17:58:53 And thruth be told Jan 27 17:58:54 dos1, you should contact the bearstech dudes. Jan 27 17:59:03 I'd rather not ask personally things :-) Jan 27 17:59:08 Ainulindale, figures. Jan 27 17:59:17 Ainulindale, please provide a contact though. Jan 27 17:59:22 There's one Jan 27 17:59:36 He posted on shr-user & devel IIRC Jan 27 17:59:58 I gave the mail to dos1 Jan 27 18:00:03 (long time passed after doing that theme... i don't remember which files i changed ;x searching for them now) Jan 27 18:00:06 Ainulindale: ok Jan 27 18:00:14 Be precise in what you ask though he's a pain :-) Jan 27 18:00:39 Sorry I can't do that myself but I'd rather let time go over some issues :-) Jan 27 18:02:55 dos1, btw, please try to play with illume2 and make a decent theme :P Jan 27 18:07:57 http://live.defectivebydesign.org/ Jan 27 18:13:21 TAsn: I guess that segfault from ls is from busybox right? Jan 27 18:13:27 TAsn: does it work without -l? Jan 27 18:13:44 already rebooted Jan 27 18:13:47 and now it doesn't seg Jan 27 18:13:53 TAsn: I've never tested busybox as my images have coreutils already by default Jan 27 18:13:55 I'm not in the mood for bug checking :P Jan 27 18:15:01 JaMa, I don't have anything in illume2 (gsm gadget and etc) Jan 27 18:15:03 is that normal? Jan 27 18:15:41 TAsn: yes.. someone have to write them first.. Jan 27 18:15:51 has Jan 27 18:16:29 makes sense :P Jan 27 18:18:54 Q-Master: I guess you've already read backlog a bit to see why you have 2 icons sets.. Jan 27 18:20:09 JaMa: yep. switched back to illume1, illume2 is unusable for me. I can't touch those little icons at a border of a Neo's screen. Jan 27 18:20:26 iilume 1 segs :| Jan 27 18:20:36 * TAsn hates himself for upgrading Jan 27 18:22:29 WAIT Jan 27 18:22:39 mrmoku, why is the numeric keyboard included in yesterday's image? Jan 27 18:22:47 I thought we switched to the numeric-alt as default. Jan 27 18:28:31 what's wrong with openmoko projects? Jan 27 18:37:19 TAsn: no idea Jan 27 18:37:31 TAsn: and elm_win_set_autodel does not work as expected :/ Jan 27 18:38:08 ohh Jan 27 18:38:09 wait Jan 27 18:38:11 moment :P Jan 27 18:40:04 TAsn: so... yesterday's image is not good... :| Jan 27 18:44:57 mrmoku, except for that (and the multi button on the bottom of the screen in illume1) the image is good. Jan 27 18:45:09 mrmoku, it does work as expected if you register to the "del" signal Jan 27 18:45:20 (or something like that) Jan 27 18:45:36 elm_win_autodel_set(win, EINA_FALSE) Jan 27 18:45:44 and a delete,request callback is registered Jan 27 18:45:50 (which does nothing) Jan 27 18:46:23 that should mean the window won't close when pressing the X Jan 27 18:46:37 does it work? :P Jan 27 18:47:23 no Jan 27 18:47:27 it just closes Jan 27 18:48:13 are you sure you registered to the right signal Jan 27 18:48:15 TAsn: btw. I started an adjusted configuration for illume2 Jan 27 18:48:18 and that you did Jan 27 18:48:28 elm_win_autodel_set(win, EINA_FALSE) *after* window_init Jan 27 18:48:28 ? Jan 27 18:50:11 mrmoku, btw, network signal meter now works correctly in idle-screen, right? Jan 27 18:50:12 ThibG: evas_object_smart_callback_add(win->win, "delete-request", cb, win); Jan 27 18:50:21 err TAsn ^^ Jan 27 18:50:23 mrmoku, (configuration) cool. Jan 27 18:50:29 mrmoku, looks wrong to me :P Jan 27 18:50:43 why? Jan 27 18:50:48 are you sure you did it AFTER window init? (it = elm_win_autodel_set(win, EINA_FALSE)) Jan 27 18:50:55 mrmoku, because I remember a different name Jan 27 18:50:58 but I may be wrong Jan 27 18:50:59 sure Jan 27 18:52:17 evas_object_smart_callback_add(win, "delete,request", win_del, NULL); Jan 27 18:52:23 from the e wiki Jan 27 18:53:08 mrmoku, ^ Jan 27 18:55:33 TAsn: yeah... but in the elementary source there's still both Jan 27 18:55:39 delete-request and delete,reqquest Jan 27 18:55:52 mrmoku, i c, does it even get called? Jan 27 18:56:02 evas_object_smart_callback_call(win->win_obj, "delete-request", NULL); // FIXME: remove me Jan 27 18:56:30 so it might be a good idea NOT to use delete-request Jan 27 18:56:32 anyway :P Jan 27 18:56:33 TAsn: I asked in #e now... and will do a small test app... don't want to call myself too often :P Jan 27 18:56:53 the delete-request is still from window.c Jan 27 18:57:07 window_delete_callback_set Jan 27 18:57:22 told you window.c SUCKS :P Jan 27 19:02:49 anyhow, the test app will probably work Jan 27 19:02:55 I think I remember making one that works. Jan 27 19:03:31 hi Jan 27 19:03:39 with the new opimd I have to change messages too? Jan 27 19:03:56 because I don't receive messages anymore since latest upgrade Jan 27 19:04:03 ouch Jan 27 19:04:19 well, gsm modem wakes up from suspend, but no message :( Jan 27 19:04:36 maybe something related to tel: prefix...? Jan 27 19:04:48 I doubt it Jan 27 19:04:54 mmm Jan 27 19:04:54 as it's been working for me for ages now. Jan 27 19:05:20 mrmoku|away: http://img254.imageshack.us/img254/3475/screenshot1g.png http://img254.imageshack.us/img254/8884/screenshot2m.png http://img524.imageshack.us/img524/2237/screenshot3gc.png Jan 27 19:05:30 I think I've received messages since last upgrade Jan 27 19:05:32 Q-Master: already took a look Jan 27 19:05:34 not sure, though Jan 27 19:05:46 TAsn, anyway i need to see logs Jan 27 19:05:47 mrmoku: what can you tell? Jan 27 19:06:00 daniele_athome, just verified Jan 27 19:06:04 messages work for me. Jan 27 19:06:21 ok I'll look at the logs and tell you Jan 27 19:06:44 Q-Master: no idea... the /h stuff was not there before? Jan 27 19:06:48 with old opimd? Jan 27 19:07:08 apple is presenting their latest restriction. Free Software Foundation activists are protesting outside. Follow the even live: http://live.defectivebydesign.org/ Jan 27 19:07:16 thank you Jan 27 19:08:27 graziano, ehm: Jan 27 19:08:27 Parse error: syntax error, unexpected '}' in /var/www/live/live-rss.php on line 72 Jan 27 19:08:33 :D Jan 27 19:09:13 mrmoku, about closing call... why don't you set the "illume close button" to start the "app close button" callback? Jan 27 19:09:32 pespin: discussing that in #e right now Jan 27 19:09:48 openmoko is a project about free software and freedom from restrictions, I thought you would be interested Jan 27 19:10:03 mrmoku, yeah, I saw it, but you are asking for blocking window closing Jan 27 19:10:22 I'm thinking on "good behaviour" when pressing illume close button Jan 27 19:10:29 so, to close as expected :P Jan 27 19:10:41 as I was pressing the close button inside the app Jan 27 19:10:46 pespin: that depends on your preferences... TAsn for example prefers to have it not close the window Jan 27 19:10:59 TAsn, why? Jan 27 19:11:07 pespin: guess in the end we might make that configurable... :| Jan 27 19:11:10 pespin, because I usually mix things up Jan 27 19:11:20 i.e Jan 27 19:11:23 I try to close an app Jan 27 19:11:26 Usually the close button is used to close apps, not to just "do nothing" :P Jan 27 19:11:27 and a call pops in Jan 27 19:11:28 ... Jan 27 19:11:38 so I end up closing that. Jan 27 19:11:55 hm well you could map the illume close button only when the call is active Jan 27 19:12:13 pespin, that's reasonable Jan 27 19:12:24 I was referring mostly to incoming calls. Jan 27 19:12:36 yeah Jan 27 19:12:41 graziano, there is a page error on that URL you pasted Jan 27 19:13:21 so map the close buttons in "Get Call" button or whatever is called :) Jan 27 19:13:30 mrmoku, new image feels WAY faster Jan 27 19:13:32 no idea why :P Jan 27 19:14:01 I think it will be easier than using ecore and that stuff to block it :) Jan 27 19:14:26 pespin, that's crazy Jan 27 19:14:41 mrmoku: It happened since pre-previous upgrade. And doubled contacts also appeared since there. Jan 27 19:14:47 I just said I want to bind the delete request Jan 27 19:14:48 :P Jan 27 19:15:00 Q-Master, so you have something wrong with your sqlite db. Jan 27 19:15:02 I assume. Jan 27 19:15:04 contact dos1 Jan 27 19:15:09 TAsn: not sure. Jan 27 19:15:19 that's why I assumed ;P Jan 27 19:15:22 I'm not really sure. Jan 27 19:15:57 daniele_athome, no Jan 27 19:16:17 graziano, now no :) Jan 27 19:17:27 TAsn, it might be crazy, but it was what mrmoku was asking for some mins ago if I did understand correctly :P Jan 27 19:17:40 pespin, an ecore hack? no. Jan 27 19:17:51 he just wanted to know how to bind that X and make it do nothing Jan 27 19:19:57 TAsn: well... not possible right now Jan 27 19:20:13 but devilhorn will take care and implement it :) Jan 27 19:20:29 saw it :P Jan 27 19:20:31 thanks. Jan 27 19:20:46 btw, mrmoku, just a reminder (in case you don't know) Jan 27 19:21:02 elementary has a way to specify the wanted keyboard for a widget Jan 27 19:21:17 that's why I didn't make an equivalent to that ugly function window.c suggested. Jan 27 19:21:20 does that work? did not long time ago :P Jan 27 19:21:28 no idea. Jan 27 19:22:46 TAsn,pespin: so... make it configurable? :P Jan 27 19:22:51 no Jan 27 19:22:54 just make it hang up Jan 27 19:23:11 TAsn: the db is ok. seems that it is opimd problem. Jan 27 19:23:15 and in the incoming incoming screen make it locked Jan 27 19:23:19 (i.e does nothing) Jan 27 19:23:25 Q-Master, blame dos :P Jan 27 19:23:27 opimd-contacts shows the same Jan 27 19:23:32 okie. Jan 27 19:23:34 dos1: ^^^^^^^^^^^^^^ Jan 27 19:23:35 so yeah, it is. Jan 27 19:23:48 TAsn: there won't be incoming/active call screen in the future... just one screen Jan 27 19:23:56 so if that one screen contains incoming calls make it do nothing Jan 27 19:24:03 mrmoku, yeah. Jan 27 19:24:04 and if only active calls hang all up, right? Jan 27 19:24:15 yes. Jan 27 19:24:26 or more correctly Jan 27 19:24:36 if there's no active call, do nothing, otherwise, hang up Jan 27 19:24:49 Q-Master: what's the problem? Jan 27 19:25:02 because we can get several calls Jan 27 19:25:07 (call waiting and such) Jan 27 19:25:12 Q-Master: ah, i see Jan 27 19:25:15 so this definition is "easier" to handle :P Jan 27 19:25:23 Q-Master: are you sure your db is ok? Jan 27 19:25:43 dos1: look to the sshots. Jan 27 19:25:53 dos1: almost definitely Jan 27 19:26:03 TAsn: well... you might have one active and one incoming call... Jan 27 19:26:11 Q-Master: almost? did you look at it with sqlite3? Jan 27 19:26:23 checking now Jan 27 19:27:09 dos1: yes. db is ok, but opimd-cli shows crappy name on this contact. Jan 27 19:27:22 yes, and in this case, it should hang up both. Jan 27 19:27:29 (as it'll be the same screen) Jan 27 19:27:40 Q-Master: well, your problem is with crappy name or with duplicated names differing with endings? Jan 27 19:28:04 dos1, I don't think he needs to explain what went wrong :P Jan 27 19:28:41 dos1: opimd shows some names doubled with different endings. some are cut. Jan 27 19:29:08 strange Jan 27 19:29:08 mrmoku, +1 to configure. We all love configurations! Jan 27 19:29:19 :P Jan 27 19:29:22 brb Jan 27 19:29:39 pespin, I disagree. Jan 27 19:29:50 too much configuration can be annoying Jan 27 19:31:20 yeah, just look at kde :P Jan 27 19:31:36 * pespin hides Jan 27 19:33:43 I don't use kde Jan 27 19:33:54 you should. 8) Jan 27 19:33:56 nah. Jan 27 19:33:57 me neither hehe Jan 27 19:34:08 yakuake roxx 8) Jan 27 19:34:10 I manage my own windows. Jan 27 19:35:01 (j/k) Jan 27 19:41:28 JaMa, btw, what's up with .32? :P Jan 27 19:43:24 TAsn: suspend/resume issues.. Jan 27 19:43:37 how about sound? Jan 27 19:43:45 sound works Jan 27 19:43:50 so only suspend/resume? Jan 27 19:44:08 if you use mrmoku's script for kernel switch Jan 27 19:44:26 alsa state files/gps/gsm node is set right with that Jan 27 19:44:49 that can be fixed with configuration Jan 27 19:45:00 so I'm fine with that. Jan 27 19:45:05 where? Jan 27 19:45:15 so it seems I got you wrong Jan 27 19:45:28 configuration = sed in python source? :) Jan 27 19:45:57 TAsn: I have WSoD after screen blanking (without suspend) Jan 27 19:45:58 TAsn: that script change those paths in frameworkd.. Jan 27 19:46:08 OH Jan 27 19:46:11 now I get you :P Jan 27 19:46:13 ok Jan 27 19:46:17 JaMa: btw. there is an error in the script... Jan 27 19:46:31 mrmoku: where? Jan 27 19:46:33 the sound module file in /etc/modules got renamed Jan 27 19:47:24 mrmoku: ah yes.. I ignore that.. and in my images I have the right file already created (because I have virtual/linux provider set to .32) Jan 27 19:49:11 Weiss, no pressure, but how are you drivers doing? :P Jan 27 19:49:24 or actually: how is your driver doing? Jan 27 20:19:34 hm. after reboot and "2010.01.27 23:15:15.984 ogsmd INFO full readyness now True" frameworkd stayed eating >60% of CPU Jan 27 20:21:38 Q-Master: that probably is when opimd pulls in the contacts from SIM... Jan 27 20:21:54 Hello , Can a voice recorder software be installed on SIM card ? Jan 27 20:22:11 mrmoku: that's the reason of not suspending. It suspends ok after that. Jan 27 20:22:53 alabd, on sim card? Jan 27 20:23:09 max_posedon: yes Jan 27 20:23:14 sim doesn't doing anything with voice, and really small (about 256kb max) Jan 27 20:23:28 for any app or for saving streams Jan 27 20:24:27 max_posedon: not to save just stream it onto signals to mobile center Jan 27 20:24:49 alabd, sim can't do it Jan 27 20:24:57 sim is just very-small-storage Jan 27 20:25:08 with-very-stupid-firmware Jan 27 20:25:18 max_posedon: 256 kb ? Jan 27 20:25:25 your calls doesn't go through sim Jan 27 20:25:26 yes Jan 27 20:25:47 voice goes through sound card and gsm chip Jan 27 20:25:52 max_posedon, Hello , Can a voice recorder software be installed on SIM card ? Jan 27 20:25:56 not entirely correct Jan 27 20:25:57 maybe an app with assembely can do that Jan 27 20:26:00 I mean Jan 27 20:26:08 alabd, sim can't do it Jan 27 20:26:13 not entirely correct Jan 27 20:26:14 :P Jan 27 20:26:23 TAsn: but humble read somewhere they have OS Jan 27 20:26:45 alabd, you can actually install applications on the sim card Jan 27 20:26:45 alabd, once more Jan 27 20:26:50 max_posedon, ^ Jan 27 20:27:01 mic<->sound-card<->gsm Jan 27 20:27:07 no ANY sim in this path Jan 27 20:27:09 max_posedon, in the moko Jan 27 20:27:17 TAsn, at any device) Jan 27 20:27:19 max_posedon, sim = gsm = modem Jan 27 20:27:25 no any voice goes through SIM Jan 27 20:27:27 max_posedon, normal devices don't have sound cards Jan 27 20:27:44 sim is "storage with passwords" for gsm Jan 27 20:27:45 sim *can* implement hidden call divertion, so your call doesn't go to destination you dialed, but in fact rather to hidden "central-in-the-middle" Jan 27 20:28:26 max_posedon, (doc) exactly Jan 27 20:28:43 furthermore, carriers can use the sim to do crazy stuff to your phone Jan 27 20:29:02 max_posedon, actually, when it comes to gsm, assume the worst Jan 27 20:29:06 freesmartphone.org: 03mickey 07cornucopia * rbe22540af71b 10/fsodeviced/src/plugins/kernel26_powersupply/plugin.vala: Jan 27 20:29:06 freesmartphone.org: fsodevice: kernel26_powersupply: add more info in Jan 27 20:29:06 freesmartphone.org: org.freesmartphone.Device.PowerSupply.GetInfo() Jan 27 20:29:59 GSM was developed by governments for governments (I'm not sure if it's true historically but it sure as hell true design wise) Jan 27 20:30:01 :P Jan 27 20:30:07 TAsn, only if they before sells your crazy phone with crazy firmware) Jan 27 20:30:21 though max_posedon is correct. The interface to sim isn't designed to do any streaming. And sim cpu is too weak to do that. And calypso firmware won't allow that anyway Jan 27 20:31:18 humble mean any kind of cellphone Jan 27 20:31:24 not just fr Jan 27 20:31:27 max_posedon, I'm talking about those plain nokias you probably had a few years ago Jan 27 20:31:38 TAsn, but still, sim is sim Jan 27 20:31:44 alabd, so it's a definite YES Jan 27 20:31:49 it isn't "phone or modem or gsm or whatever" Jan 27 20:31:51 alabd: SIM CAN'T CHANGE CELLPHONE FIRMWARE THAT BASICALLY Jan 27 20:32:02 alabd: OOOOOps sorry capslock Jan 27 20:32:17 max_posedon, of course, I was just trying to clarify what he weant. Jan 27 20:32:18 meant* Jan 27 20:32:43 max_posedon, and IIRC you can install small java applications on sim cards (you = carriers) Jan 27 20:32:45 see can goverment write an app on sim card to stream voice even when phone is off ? Jan 27 20:33:02 alabd, not quite Jan 27 20:33:06 but they can wake it up Jan 27 20:33:10 (only the modem) Jan 27 20:33:17 and make it stream the voice from the room Jan 27 20:33:27 to them Jan 27 20:33:27 alabd, they can't Jan 27 20:33:29 TAsn: yep you have SAT (sim application toolkit). but it has no means to access audio stream Jan 27 20:33:44 alabd, they only can do such custom phone Jan 27 20:33:52 DocScrutinizer, but you can turn the modem on, register to network and start a call without turning on the phone Jan 27 20:33:53 with custom sim Jan 27 20:33:53 alabd: definitely NO. they can not Jan 27 20:34:02 DocScrutinizer, yes they can. Jan 27 20:34:24 they can turn on the modem Jan 27 20:34:27 register to network Jan 27 20:34:32 nonsense. Jan 27 20:34:32 and start a call Jan 27 20:34:38 without turning the phone Jan 27 20:34:45 they can initiate a call. as I said above Jan 27 20:34:56 exactly what I'm saying Jan 27 20:35:05 and they can blank the display Jan 27 20:35:07 initiating a call = wiretapping Jan 27 20:35:08 ... Jan 27 20:35:08 TAsn, they can't Jan 27 20:35:16 max_posedon, even DocScrutinizer agrees with me. Jan 27 20:35:16 firmware do all this stuff Jan 27 20:35:18 they can NOT switch on the phone Jan 27 20:35:23 DocScrutinizer, modem. Jan 27 20:35:42 TAsn: so they can have voice Jan 27 20:35:47 and record Jan 27 20:35:49 [2010-01-27 21:32:45] see can goverment write an app on sim card to stream voice even when phone is off ? Jan 27 20:35:52 PHONE Jan 27 20:35:56 the modem is still alive even when the phone is off (at least that's what I remember) Jan 27 20:36:03 DocScrutinizer, you are being too picky Jan 27 20:36:06 alabd, yes, and record. Jan 27 20:36:09 no it isn't Jan 27 20:36:12 DocScrutinizer, he's generally asking Jan 27 20:36:24 and I'm answering generally Jan 27 20:36:35 whether someone can wiretap a room using a generic turned off phone Jan 27 20:36:36 TAsn: and that is possible for any kind s of phobnes ? nokia motorolla ... ? Jan 27 20:36:47 alabd: NO Jan 27 20:36:49 alabd, actually, it's *not* possible on the moko Jan 27 20:36:54 forget TAsn Jan 27 20:36:59 because we have a sound card between the mic and the gsm modem Jan 27 20:37:11 it's impossible on *any* standard phone Jan 27 20:37:27 government needs to tweak phones *firmware* Jan 27 20:37:33 DocScrutinizer standard phone = =phones with sound card ? Jan 27 20:37:35 but in other phones where they are connected without a sound card it is possible Jan 27 20:37:38 it is not enough to tweak the sim Jan 27 20:37:43 DocScrutinizer, :P Jan 27 20:37:57 forget TAsn Jan 27 20:38:19 tandard phone = =phones with sound card ? Jan 27 20:38:33 TAsn: you're telling bullshit Jan 27 20:38:54 sorry for explicit speech Jan 27 20:39:06 DocScrutinizer, it's ok. Jan 27 20:39:13 DocScrutinizer, lets start with something else then Jan 27 20:39:18 do you agree that a phone that appears to be off Jan 27 20:39:36 can be wiretapped and voice sent to the govt? Jan 27 20:39:43 any generic phone? Jan 27 20:39:52 yes, if you patch the firmware Jan 27 20:39:54 without sound card Jan 27 20:40:09 why firmware DocScrutinizer Jan 27 20:40:16 alabd, of course, a sound card will bust everything Jan 27 20:40:18 forget soundcard, doesn't make any diff Jan 27 20:40:25 DocScrutinizer, sure it does Jan 27 20:40:29 you can just turn off mic Jan 27 20:40:34 in sound card Jan 27 20:40:37 which the modem doesn't control Jan 27 20:40:56 so ? Jan 27 20:40:57 anyhow DocScrutinizer Jan 27 20:41:01 usual phones have no soundcard Jan 27 20:41:07 the carrier can install stuff remotely Jan 27 20:41:22 usually not the Firmware Jan 27 20:41:23 DocScrutinizer, I know (you taught me that) Jan 27 20:41:24 if you can modify The Firmware in a away that GSM gets powered on, you can also have the sound codec connect mic and gsm Jan 27 20:41:51 DocScrutinizer, I know Jan 27 20:41:55 Wonka: exactly Jan 27 20:42:03 but usually those apps can let you complete control Jan 27 20:42:16 TAsn: those app on sim ? Jan 27 20:42:17 Wonka, really? from the modem's firmware? Jan 27 20:42:25 alabd, yes. Jan 27 20:42:32 THC wrote something about them a long time ago Jan 27 20:42:35 can't find the reference Jan 27 20:42:48 Do you know what I want say you? Jan 27 20:42:52 TAsn: no. but on FR, modem firmware alone cannot power modem on Jan 27 20:42:58 http://wiki.thc.org/ Jan 27 20:42:59 your ideas are BS, do you know why? Jan 27 20:43:11 TAsn: on most phones there is no soundcard, no app processor, and only GSM firmware which does all in one Jan 27 20:43:14 Wonka, we are not talking about the FR Jan 27 20:43:20 because its so easy for goverment ask mobile providers Jan 27 20:43:26 just record all your calls Jan 27 20:43:33 max_posedon, we are not talking about calls Jan 27 20:43:36 TAsn: then what sound codec are we talking about? Jan 27 20:43:40 they just don't need your phones Jan 27 20:43:49 we are talking about listening to a room Jan 27 20:43:56 when there's a cellphone in. Jan 27 20:44:29 and cell is off of course Jan 27 20:44:36 Wonka, we are not talking about a sound codec, we are talking about a generic nokia phone without a sound card. I just mentioned that I don't think you can modify the sound card from the modem (on the fr) Jan 27 20:44:42 can't be done when you haven't patched THE FRIMWARE Jan 27 20:44:44 alabd, that's the second step. Jan 27 20:44:53 alabd, atm we'll allow "appears to be off" Jan 27 20:45:32 alabd: if you switch off your phone - it's OFF Jan 27 20:45:49 btw, my Siemens S65 will alert me to an appointment even when it is "off" Jan 27 20:46:03 yes Jan 27 20:46:08 if you look at it it may appear off but you need to switch it off to know it's actually off Jan 27 20:46:09 dark screen and all Jan 27 20:46:13 so it is not off completely Jan 27 20:46:24 somewhere is on Jan 27 20:46:36 more off would mean taking the bat out Jan 27 20:46:59 Wonka, that's what I'm saying Jan 27 20:47:04 that phones are not really off Jan 27 20:47:04 ever Jan 27 20:47:08 again : Jan 27 20:47:09 see can goverment write an app on sim card to stream voice even when phone is off ? Jan 27 20:47:21 Wonka: ack. TAsn: stop to scare alabd - he's paranoid enough without your urban legends ;-) Jan 27 20:47:28 alabd, I'm saying YES. Jan 27 20:47:36 but as you can see, everyone else are skeptic :P Jan 27 20:47:41 alabd, let's put it this way Jan 27 20:47:55 alabd: NO!!!! Jan 27 20:48:10 If you are a terrorist don't leave a phone open while planning to assassinate obama Jan 27 20:48:11 DocScrutinizer any phone ? Jan 27 20:48:22 how many times I have to tell you they need to patch your FIRMWARE Jan 27 20:48:32 any phone Jan 27 20:49:10 alabd, page is down: http://wiki.thc.org/gsm/simtoolkit Jan 27 20:49:16 but it used to contain more info about sim Jan 27 20:49:19 and installing sw on them. Jan 27 20:49:31 TAsn: that'S SAT Jan 27 20:49:38 I know. Jan 27 20:49:53 and I told ya what it can do and what it can't Jan 27 20:50:01 DocScrutinizer but TAsn says they can wake modem up when phone is off Jan 27 20:50:30 they could do that, but it won't go unnoticed Jan 27 20:50:37 so basically they can't Jan 27 20:51:05 what do you mean of they could ? Jan 27 20:51:29 you mean for waking modem up they should patch fw also ? Jan 27 20:51:56 they could set a alarm, as wonka said. so your alarm clock goes off waking the phone. would you igbnore that? Jan 27 20:52:17 this could be done with sim alone Jan 27 20:52:34 no other way to start the phone Jan 27 20:52:43 when it's off Jan 27 20:53:04 DocScrutinizer, can they control the mixer that sets which goes to the speaker, gsm or alarm? Jan 27 20:53:05 DocScrutinizer no need to start phone just start modem Jan 27 20:53:12 if so you can make a silent alarm with a shut down screen Jan 27 20:53:24 usually there is no mixer Jan 27 20:53:50 and if there's a mixer (FR, HTC, etc) then you can'T control it from sim Jan 27 20:54:09 of course Jan 27 20:54:18 than what controls (in old phones) Jan 27 20:54:23 piping of sound? Jan 27 20:54:28 alabd: how to start modem when phone is off????? Jan 27 20:54:29 oops, I didn't mean a mixer Jan 27 20:54:31 I meant a switch Jan 27 20:55:21 TAsn: answer DocScrutinizer question Jan 27 20:55:28 TAsn: on "old" phones there is a fixed sequence that gets started on alarm Jan 27 20:55:56 TAsn: how to start modem when phone is off????? Jan 27 20:56:22 there is no way Jan 27 20:56:25 alabd, from what I know, but this may be a myth, modems still listen when phone is off. Jan 27 20:56:57 TAsn: DocScrutinizer so modem is on while phone is off yes ? Jan 27 20:56:59 *only* phone on gods wide earth to have modem on and phone off is NEO1973 Jan 27 20:57:25 :P Jan 27 20:57:33 TAsn: that's bullshit another time Jan 27 20:57:57 modem is on while phone is off yes ? Jan 27 20:58:15 s/phone/AP/ Jan 27 20:58:19 s/modem/BP/ Jan 27 20:58:23 to make it clear Jan 27 20:58:28 alabd: pathological nonfunctional state on NEO1973 *only* Jan 27 20:58:56 * DocScrutinizer sighs and hands over steer of this jumbo to mickeyl Jan 27 20:59:04 DocScrutinizer, :P Jan 27 21:00:40 hehe Jan 27 21:00:51 * mickeyl looks for something to flash on the adp1 Jan 27 21:01:08 to sum things (my things) up: it can be done. Jan 27 21:01:23 TAsn: just tha way ? Jan 27 21:01:44 I don't know if you first need the phone to be on Jan 27 21:01:50 in order to install SAT applications Jan 27 21:01:57 and then let someone turn it off Jan 27 21:02:03 but fact is, it can be done. Jan 27 21:02:17 but there is something we all agree on Jan 27 21:02:33 it can be done with a turned on phone Jan 27 21:02:37 while blanking the screen Jan 27 21:02:38 btw: yeah alabd believe tasn. he got not the best knowledge but the best stubborness Jan 27 21:02:41 and letting you think it's off Jan 27 21:02:57 DocScrutinizer, I swear to god, that's exactly what I told him in pm :P Jan 27 21:03:05 I'm talking about this: btw: yeah alabd believe tasn. he got not the best knowledge but the best stubborness Jan 27 21:03:06 I said Jan 27 21:03:14 I know it can be done. Jan 27 21:03:14 they disagree Jan 27 21:03:14 they know more than me Jan 27 21:03:14 though I'm pretty sure I'm right :P Jan 27 21:06:39 DocScrutinizer, in conclusion, I'm not dissing you, I know that you know better than me on gsm and mobiles, I don't know much. But I do know (remember) what he suggested is possible. Jan 27 21:06:49 alabd, if you don't mind me asking, why are you asking? Jan 27 21:08:18 TAsn: when did humble say that ? Jan 27 21:08:57 Hello , Can a voice recorder software be installed on SIM card ? Jan 27 21:09:04 and then you asked about phones turned off Jan 27 21:09:08 I'm just wondering why :P Jan 27 21:10:08 hm, how to specify profile in a persistent fashion? Jan 27 21:10:30 TAsn: It's story is long ... but what is your difference with DocScrutinizer Jan 27 21:10:39 ThibG, be more persistent yourself :P Jan 27 21:10:50 (I prefer the vibrate profile, but the profile setting isn't persistent) Jan 27 21:11:01 (moreover, since shr-settings is currently broken...) Jan 27 21:11:01 put a postit on the back of the phone, reminding yourself to change the profile when you turn the phone on :P Jan 27 21:11:28 alabd, please tell the story (or at least a summary) Jan 27 21:11:35 difference with DocScrutinizer ? uhh? ;P Jan 27 21:11:48 TAsn: story is in question Jan 27 21:12:16 nvm Jan 27 21:12:18 gtg :P Jan 27 21:12:22 night all. Jan 27 21:12:25 we think our govermnet is able to stream/record room voice via cellphones even they are offf Jan 27 21:13:21 alabd, where are you from? Jan 27 21:13:23 alabd: usually not. except when government had hands on your phone for 3minutes Jan 27 21:13:51 DocScrutinizer to patch fw yes ? Jan 27 21:14:13 alabd, where are you from? Jan 27 21:14:18 DocScrutinizer how about when phones are on ? also needs patch ? Jan 27 21:14:32 TAsn cann't say Jan 27 21:14:39 hehe, why? Jan 27 21:14:48 it's only a country, not an address Jan 27 21:15:01 cause of this story Jan 27 21:15:04 alabd: you will notice whenever they do that eavesdropping, as your phone goes to 'drdrrrdrdrrr' in next radio or speaker or whatever you are used to find same interference while usual phonecall Jan 27 21:15:21 alabd: exactly. to patchmfw Jan 27 21:16:00 DocScrutinizer51, but if it's far enough from the speaker he won't be able to tell. Jan 27 21:16:04 alabd, oh come on. Jan 27 21:16:13 only comics heroes do that, but they're even better at it: you're phone is constantly sending and receiving sounds that you didn't ever think that your hardware were capable of! Jan 27 21:16:29 alabd: so as odds are they will be spotted very easily on doing so@they probably wont Jan 27 21:16:45 alabd, the fact that you don't want to say must mean you are from a non western country Jan 27 21:17:07 that's my detective work Jan 27 21:17:10 you bet he isn't Jan 27 21:17:34 DocScrutinizer TAsn :D Jan 27 21:17:43 I guess you are from iran/iraq/syria/saudi arabia Jan 27 21:17:43 DocScrutinizer51, TAsn, alabd: I have answer for you all :), Last book I've read was "Raymond Khoury: The Sanctuary" and CIA agents were using exactly this way for eavesdropping in Baghdad.. so it's possible for sure :)) Jan 27 21:17:46 I don't know what. Jan 27 21:18:06 hi PaulFertser Jan 27 21:18:10 JaMa, I know it's possible. :P But thanks for the support. Jan 27 21:18:17 alabd: hi :) Jan 27 21:18:23 oooh yeah. so now it's too muh for me Jan 27 21:18:26 alabd: i see you got a cloak, good for you :) Jan 27 21:18:43 PaulFer``, HA Jan 27 21:18:48 JaMa: exactly how? Jan 27 21:18:49 this means I can search the logs Jan 27 21:18:53 to see where he is from Jan 27 21:18:54 :P Jan 27 21:19:05 TAsn: well, do not bother, why care? Jan 27 21:19:13 PaulFer``, I don't really care :P Jan 27 21:19:25 TAsn: so leave it Jan 27 21:19:31 PaulFer``: I fear you have to read whole backlog ~hour back... really serious stuff here :) and DocS a bit pissed ... Jan 27 21:19:34 alabd, :P Jan 27 21:19:40 alabd: One can ask you to receive a file over dcc and it might reveal your ip. Jan 27 21:19:42 jama even phone is off it is possible how ? Jan 27 21:19:44 alabd, just left it. Jan 27 21:20:08 alabd, just a small tip Jan 27 21:20:10 TAsn: shut up or the mossad will kill *you* while shitting Jan 27 21:20:17 DocScrutinizer51, I knew it! Jan 27 21:20:22 you are part of the mossad Jan 27 21:20:31 I was wondering why you were trying to cover this up! :P Jan 27 21:20:45 alabd, anyhow, a small tip: Jan 27 21:20:45 alabd: DocScrutinizer51 and TAsn told you enough.. I won't continue in this conversation.. Jan 27 21:21:08 you are using an unencrypted connection Jan 27 21:21:19 JaMa: it seems highly unlikely anybody can use unmodified GSM cellphones at will for the eavesdropping. Jan 27 21:21:20 in a country you suspect is wiretapping your phone Jan 27 21:21:20 JaMa: how ? Jan 27 21:21:40 that's just a bad idea Jan 27 21:21:42 :P Jan 27 21:21:59 TAsn: how do you know he's not using ssl to connect to freenode? Jan 27 21:22:12 PaulFer``: freenode do not offer ssl Jan 27 21:22:17 PaulFer``, ^ Jan 27 21:22:18 _that_ is a bad idea: http://images.4chan.org/b/src/1264625500190.jpg Jan 27 21:22:18 exactly Jan 27 21:22:29 I usually use ssl in everything I do Jan 27 21:22:35 freenode is the only exception Jan 27 21:22:47 I even sometimes use tor Jan 27 21:22:48 :P Jan 27 21:22:50 in a few day, ssl will be enabled Jan 27 21:22:55 Wonka, ++ Jan 27 21:23:00 misc, really? :P Jan 27 21:23:06 FINALLY Jan 27 21:23:23 I've been refreshing the Freenode FAQ eagerly for years now ;P Jan 27 21:23:37 TAsn: http://freenode.net/faq.shtml#sslaccess Jan 27 21:23:47 TAsn: you need to refresh one more time :) Jan 27 21:23:54 misc, :P Jan 27 21:24:10 JaMa: does cia method work when phone is off also ? Jan 27 21:24:11 PaulFer``: I agree.. I was just kidding.. that I've read the same, as alabd is asking now for real, in some fiction book few days ago.. Jan 27 21:25:11 misc, I already read this. Jan 27 21:25:19 no real info there. Jan 27 21:25:49 PaulFer``: but on other site.. I can imagine some strict government like China making sure that every cellphone on market is a bit modified already Jan 27 21:26:04 JaMa, that's for sure Jan 27 21:26:16 but we are not talking about those. Jan 27 21:26:20 JaMa: too easy to trace due to GSM nature which makes an audible interference. Jan 27 21:26:23 TAsn: well, they say this will be enabled once ircd-seven is deployed, they also said in the blog Jan 27 21:26:28 PaulFer``: so enough room for few paranoics to be scared like shit in every room with some cellphone :) Jan 27 21:27:06 PaulFer``: yes.. if you care enough to trace it.. Jan 27 21:28:11 misc, sweet, just read the blog post, FINALLY :P Jan 27 21:28:11 JaMa: does cia method work when phone is off also ? Jan 27 21:28:11 well my old nokia phone was interferring every few mins.. and I never cared if that's time sync, checking new sms existence or eavesdropping... :) Jan 27 21:28:42 JaMa: that is for while phone is on Jan 27 21:28:50 PaulFer``, fact is, that phones interfere with speakers even when not in use in low reception places (offices) Jan 27 21:29:01 and people don't care about that Jan 27 21:29:04 but DocScrutinizer belives that when phone is off it is not possible Jan 27 21:29:35 alabd: in that book yes.. in real life I have no idea, I agree with all (except tasn) that unmodified generic cellphone NO Jan 27 21:29:50 PaulFer``, so this is not really a valid point. Jan 27 21:30:07 know what? Jan 27 21:30:11 I dare you Jan 27 21:30:25 TAsn: not really! That interference sounds really different Jan 27 21:30:35 to sit in a room with a liberal activist in china Jan 27 21:30:39 and plot against the govt. Jan 27 21:30:54 with his cellphone off on the table Jan 27 21:30:54 :) Jan 27 21:30:57 JaMa: but TAsn is sure and says YES Jan 27 21:31:18 alabd, to be on the safe side Jan 27 21:31:26 alabd: do you know these silly little gadgets that start blinking or vibrating whenever your cellphone starts a call? get one of these and you're safe Jan 27 21:31:33 when you plot against crazy govt.s Jan 27 21:31:41 take out your battery Jan 27 21:32:03 distinguishing a cellphone doing a location update from a cellphone placing a call by the sound of the interference in speakers is not that hard... Jan 27 21:32:05 also a very good advice. Jan 27 21:32:06 In fact, take out the battery several hours _before_ you get to the meeting place! Jan 27 21:32:13 That's 10x more important. Jan 27 21:32:23 (actually the best statement TAsn had so far) Jan 27 21:32:44 Eavesdropping is highly unlikely. But tracking meetings is very possible and easy. Jan 27 21:32:57 PaulFer``, terribly easy Jan 27 21:32:57 but PaulFer`` tops it as usual :-) Jan 27 21:33:10 PaulF: correct, so they don't know where you are based on triangulating your cell phone ;) Jan 27 21:33:10 ROTFL Jan 27 21:33:11 on the other hand, that's not like chinese really need proof to send you to jail... Jan 27 21:33:13 DocScrutinizer51, I knew it's too good to be true (compliment) Jan 27 21:33:33 misc, but they do want to know what you are planning and who is involved Jan 27 21:33:34 ... Jan 27 21:34:11 guilty of conspiracy, because he went out without his cellphone... Jan 27 21:34:14 anyhow, to be on the safe side: no sex without condoms and no plotting without ssl, tor and a cellphone with a battery Jan 27 21:34:16 TAsn: there is more "fun" and efficient way than spying, when you have no remorse :/ Jan 27 21:34:23 TAsn: they *know* whos involved. get gsm location Jan 27 21:34:40 anyway someone who was catched here in our country sadi that they eavesdropping while cellphones are off also like tasn says Jan 27 21:35:04 alabd, although I know I'm right Jan 27 21:35:12 you shouldn't believe to silly rumors :P Jan 27 21:35:19 but how ? Jan 27 21:35:45 And any little mistake can be fatal for that, unfortunately. Even if you have a "clean" ("anonymous") cellphone (got from a random guy) and never used it with anything except a "random" SIM. Once you get caught, all other peers are busted. Jan 27 21:36:13 Well, i would also bet the gvt has everything to win to make people think they can spy them even with cellphone off Jan 27 21:36:19 I sometimes thinks you all are spys Jan 27 21:36:23 paranoid people are stressed, and stress make mistake Jan 27 21:36:32 Probably better to resort to internet-only logless P2P encrypted communication always, hiding your peers is important. Jan 27 21:36:33 max_posedon, DocScrutinizer51 works for the israeli mossad Jan 27 21:36:35 and this is spys corporate international office Jan 27 21:36:44 PaulFer``, with tor Jan 27 21:36:46 paranoia also destroy trust in the group, and without trust, few thing will happen Jan 27 21:36:52 TAsn: using tor is an offense Jan 27 21:36:55 TAsn: and you bet we know our job Jan 27 21:36:58 In some countries Jan 27 21:37:20 PaulFer``, but a smaller offense than plotting against the govt. Jan 27 21:37:20 Also if the country happens to control both your entry and exit hubs, you're in trouble. Jan 27 21:37:21 :P Jan 27 21:37:31 PaulFer``, that is true. Jan 27 21:37:48 PaulFer``, that's why you need ssl Jan 27 21:38:05 but maybe the nsa cracked it, who knows :P Jan 27 21:38:05 question is HOW they could do that while DocScrutinizer says they need 3 min for fw patching Jan 27 21:38:10 in alabd case even wearing green clothes is an official crime Jan 27 21:38:27 DocScrutinizer51, :P Jan 27 21:38:27 why do we even speak about it without blowfish enabled in irssi? :) Jan 27 21:38:39 JaMa, because we live in liberal countries? Jan 27 21:38:55 because we say nothing interesting in fact Jan 27 21:38:57 JaMa, as I told alabd before, I think he's crazy talking about such things without ssl Jan 27 21:38:59 ( or anything new ) Jan 27 21:39:03 we still don't know where alabd lives... Jan 27 21:39:07 because no irssi here Jan 27 21:39:10 anyway so there is no any technical info about method Jan 27 21:39:28 alabd, DocScrutinizer51 suggested the right way to go Jan 27 21:39:28 DocScrutinizer51: you can read blowfish with eyes... Jan 27 21:39:29 SAT Jan 27 21:39:35 JaMa: leave it for now it's not carable Jan 27 21:40:27 anyway humble should go Jan 27 21:40:49 alabd: good luck. take care Jan 27 21:41:16 alabd, and please, don't forget, ssl is your friend. Jan 27 21:41:39 alabd: please, do not forget. If you really need security, you should use your trusted expert for that. Jan 27 21:41:59 PaulFer``, you can never be too paranoid Jan 27 21:42:05 especially when tasn says you should be :P Jan 27 21:42:06 You can't be secure without expert knowledge. Jan 27 21:42:07 Really Jan 27 21:42:14 TAsn: someone said methinks ssl can be decrypted Jan 27 21:42:33 PaulFer``, actually, that's mostly not enough Jan 27 21:42:34 TAsn: paranoia is not exactly free, in fact this is against the fundamental root of the society ( ie trust ) :/ Jan 27 21:42:42 information security here is a joke. Jan 27 21:42:50 misc, f*** society :P Jan 27 21:43:00 I live in a bunker Jan 27 21:43:03 3 stories under ground Jan 27 21:43:26 thanks all god peace you bye 4 now Jan 27 21:43:26 cool Jan 27 21:43:26 alabd, that's probably true. Jan 27 21:43:51 alabd: take care Jan 27 21:44:00 Paul you too Jan 27 21:45:39 * DocScrutinizer51 ponders imei and sim cloning project Jan 27 21:47:40 also steganography over gsm voice would be cool Jan 27 21:47:41 imei/sim cloning is big money takers here sometimes Jan 27 21:47:49 RFD: jabber.org leader explains why they choosed proprietary software to run the service: http://article.gmane.org/gmane.network.jabber.user/2454 Jan 27 21:48:39 PaulFer``, what about short brief? Jan 27 21:49:04 max_posedon: nobody wanted to support free software for free Jan 27 21:49:12 At least that's how i understood that Jan 27 21:49:21 * DocScrutinizer51 should recommend aka urgently suggest twinklephone with ZRTP to alabd Jan 27 21:49:24 but who want support non-free software for free? Jan 27 21:50:47 max_posedon: i thought ejabberd team was interested :( Jan 27 21:51:02 I thought ejabberd is free) Jan 27 21:52:09 shr situation driven profile manager: disable / shutdown GSM in a radius of 600m to meeting location Jan 27 21:52:10 It is free Jan 27 21:53:36 DocScrutinizer51, we should add a "conspiracy" mode Jan 27 21:53:54 that turns off gsm and messes up with sound card Jan 27 21:54:05 according to gps location (essentially what you suggested) Jan 27 21:54:20 we should add a second rogue login from lockscreen that whipes all info Jan 27 21:55:15 DocScrutinizer51, I wrote an application that wipes the sd Jan 27 21:55:22 when it detects accelerometer movement Jan 27 21:55:22 :P Jan 27 21:55:26 that's how paranoid I am. Jan 27 21:55:26 :P Jan 27 21:55:46 (I don't use it, but still, I wrote it) Jan 27 21:56:21 you tested it ? Jan 27 21:56:23 hard to unarm, hhuh ;-P Jan 27 21:56:39 DocScrutinizer51, ssh :P Jan 27 21:56:48 it's just to make sure no one touches my moko Jan 27 21:56:57 not over usb Jan 27 21:56:58 misc, of course :P Jan 27 21:57:04 just prefixed rm -rf with an echo Jan 27 21:57:05 :P Jan 27 21:57:17 DocScrutinizer51, no, though I wrote other useful pieces of sw Jan 27 21:57:23 I wrote an app Jan 27 21:57:31 that lets you control the phone using dtmf Jan 27 21:57:37 from specific/any number Jan 27 21:57:42 TAsn: code was published ? Jan 27 21:57:53 that,s really useful Jan 27 21:57:53 misc, no, too lazy to up to a scm Jan 27 21:57:58 DocScrutinizer51, it is Jan 27 21:58:25 you can match numbers with regex Jan 27 21:58:32 to trigger your whipe ;-D Jan 27 21:58:40 DocScrutinizer51, yes :P Jan 27 21:58:44 I also did something cool Jan 27 21:58:51 (wrote most of it) Jan 27 21:59:00 I wrote a script Jan 27 21:59:02 'lemme call my lawyer' Jan 27 21:59:16 TAsn: just push this to github, and send a email somewhere Jan 27 21:59:17 that's issued from dtmf Jan 27 21:59:22 misc, I should Jan 27 21:59:32 anyhow, the script Jan 27 21:59:41 opens a reverse shell Jan 27 21:59:42 to my box Jan 27 21:59:43 :P Jan 27 21:59:46 SHR: 03mok 07libphone-ui-shr * r70d32e7551de 10/src/phoneui-call.c: phoneui-call: release an active call when closing the window Jan 27 21:59:46 so damn useful :P Jan 27 21:59:54 (connects to gprs and opens that) Jan 27 21:59:56 SHR: 03mok 07libphone-ui-shr * r77df1859e4e7 10/src/view/call-incoming-view.c: call-incoming: make the incoming call screen uncloseable Jan 27 21:59:57 SHR: 03mok 07libphone-ui-shr * r141e10e72a12 10/src/util/window.c: window: use the 'delete,request' instead of the obsoleted 'delete-request' Jan 27 22:00:00 mrmoku, SWEET ^ :P Jan 27 22:00:18 misc, anyhow, I should really do it already. Jan 27 22:00:22 too much time has passed. Jan 27 22:00:22 mrmoku: hooray Jan 27 22:00:34 I'll write something about it and publish Jan 27 22:00:42 TAsn: do it now, go go go Jan 27 22:00:48 misc, can't, too tired :P Jan 27 22:01:06 TAsn: if you can write on irc, you can write in $EDITOR :) Jan 27 22:01:06 sissi Jan 27 22:01:09 misc, there's just one thing needed to be taken care of Jan 27 22:01:21 misc, my only issue is licensing Jan 27 22:01:37 because I took FFT code Jan 27 22:01:46 duh Jan 27 22:01:54 from that app I always forget it's name Jan 27 22:01:57 that telephony app Jan 27 22:02:03 *server app* Jan 27 22:02:18 * Jan 27 22:02:26 RIGHT Jan 27 22:02:28 lol :P Jan 27 22:02:35 that's the name Jan 27 22:02:50 (asterisk) Jan 27 22:03:33 pespin__: fixed :-) Jan 27 22:03:46 mrmoku, close the tickets then :P Jan 27 22:03:59 Vme wonders if DTMF isn't handled transparently by modem Jan 27 22:04:04 TAsn: already closed the ticket Jan 27 22:04:17 mrmoku, :P Jan 27 22:04:21 mrmoku, closing call bug? :) Jan 27 22:04:25 yup Jan 27 22:04:26 AFAIR calypso does not report DTMF signals issued by other party Jan 27 22:04:41 DocScrutinizer51, I also remember what dos1 just said. Jan 27 22:04:41 pespin__: building now Jan 27 22:04:53 dos1: that's the question, yes Jan 27 22:04:53 mrmoku, new image? Jan 27 22:05:07 as FSO has dbus signal for that Jan 27 22:05:12 pespin__: no, new libphone-ui-shr Jan 27 22:05:19 I'm using an old unstable now, as I've seen people here commentig some problems Jan 27 22:05:24 but that's calypso, who doesn't report them Jan 27 22:05:30 pespin__: yes, there are problems Jan 27 22:05:33 a decent modem *should* report DTMF Jan 27 22:05:37 mainly shr-settings segfaulting :/ Jan 27 22:05:42 do someone have any new tip for that? Jan 27 22:05:43 alas thats calypso Jan 27 22:05:50 not a decent modem Jan 27 22:06:13 today I tried about 5 more combinations and it's still the same.. Jan 27 22:06:39 DocScrutinizer51, although my way is bad (doing it on my own) Jan 27 22:06:43 heh, dos said same but faster :P Jan 27 22:06:44 I find it very "complete" Jan 27 22:06:57 mrmoku, ok, hope it gets solved quickly and you build a new image :D Jan 27 22:07:01 yup Jan 27 22:07:02 (the fact that I identify them on my own) Jan 27 22:07:18 rather cool indeed Jan 27 22:07:35 this lets me take sound from everywhere :P Jan 27 22:07:50 that as well Jan 27 22:07:54 DocScrutinizer51, btw, concerning our previous call with alabd Jan 27 22:07:55 e.g. movies Jan 27 22:08:08 I wrote a script (controllable by dtmf) Jan 27 22:08:23 that let me turn off the screen/leds Jan 27 22:08:30 and turn on mic :P Jan 27 22:08:34 rather cool Jan 27 22:08:43 hehe Jan 27 22:08:45 it's a great spy appliance :P Jan 27 22:09:19 misc, anyhow, I'll review it (to make sure licenses are ok) and hopefully release the code in the following week Jan 27 22:09:34 but it's *your* job to make sure I don't forget Jan 27 22:09:57 * misc prepare the horse head to put in tasn bed Jan 27 22:10:08 * DocScrutinizer51 schedules missile launch Jan 27 22:10:13 I don't own a horse Jan 27 22:10:24 and putting someone elses horse has a smaller effect Jan 27 22:10:41 the missile will work Jan 27 22:10:53 TAsn: ok so I will offer you a horse, then cut his head Jan 27 22:10:59 DocScrutinizer51, unfortunately you are right again. Jan 27 22:11:07 misc, I'd like having a horse, thanks :P Jan 27 22:11:27 mrmoku, btw, which approach did you use as solution for closing problem? :P Jan 27 22:11:35 TAsn: you bet I am. It's a bunkerbuster Jan 27 22:11:45 pespin_: for now... incoming call screen is uncloseable... active call screen hangs up Jan 27 22:12:02 DocScrutinizer51, oh, you were taking notes (you remember I live in a bunker) Jan 27 22:12:09 remembered* Jan 27 22:12:11 pespin_: will revist the configurability when uniting those two screens Jan 27 22:12:22 TAsn: we know everything Jan 27 22:12:30 DocScrutinizer51, I know you guys do. Jan 27 22:12:42 I don't mess with the Zohan Jan 27 22:13:00 ok, perfect Jan 27 22:13:22 JaMa: can I sync the feed or will something bad happen? Jan 27 22:13:24 * DocScrutinizer51 afk for 10min Jan 27 22:13:32 oh shit Jan 27 22:13:42 he's issuing a death contract on me Jan 27 22:13:48 * TAsn is off (locking the bunker) Jan 27 22:13:50 ciao. Jan 27 22:13:57 mrmoku: you mean rsync on buildhost? Jan 27 22:14:20 mrmoku: I don't know about any new issue... Jan 27 22:15:05 JaMa: ok Jan 27 22:16:27 misc, btw, most of the work on that dtmf control app was making the algorithms simple (and less floating point using) enough for the moko so they'll work decently. Jan 27 22:17:23 and won't lag. Jan 27 22:17:27 anyhow, now for real, ciao. **** ENDING LOGGING AT Thu Jan 28 02:59:56 2010