**** BEGIN LOGGING AT Mon Apr 18 02:59:57 2011 Apr 18 07:12:54 SHR: 03Martin.Jansa 07shr-chroot * r16b94153c8f8 10/ (1382 files in 104 dirs): system upgrade Apr 18 08:31:58 hi mrmoku Apr 18 08:35:48 hi GNUoo|n900 Apr 18 08:36:09 i got it registering Apr 18 08:36:16 yeah, saw it in the backlog Apr 18 08:36:18 with ofono's help Apr 18 08:36:20 ok Apr 18 08:36:50 i'm not sure which libgisi and fsogsmd plugin version I have Apr 18 08:37:02 i'll look after Apr 18 08:54:00 GNUtoo: I'm off to a client now Apr 18 08:54:15 ok Apr 18 08:54:49 will do a tcpdump of ofono with enable_modem only Apr 18 08:54:54 to see if we're missing something Apr 18 08:55:01 bbl Apr 18 09:09:18 morphis: good morning. will you come to LinuxTag? Apr 18 09:09:28 mrmoku: or you? Apr 18 09:09:37 mickey|office: when is it? Apr 18 09:09:49 good morning btw. :) Apr 18 09:09:59 hi mickey|office Apr 18 09:10:01 mid may Apr 18 09:10:05 11th to 14th iirc Apr 18 09:10:06 morning GNUtoo Apr 18 09:10:09 kill -9 makes it still work Apr 18 09:10:32 but....I'm not sure wich version of isi modem plugin and libgisi I have Apr 18 09:10:34 good, thanks. then we got the init wrong, no idea though on gpio level or on netlink/isi level Apr 18 09:11:12 maybe I've the ones from the working rootfs Apr 18 09:11:16 should I try lastest? Apr 18 09:12:01 yes Apr 18 09:12:04 ok Apr 18 09:12:24 mickey|office: when will you be there? Apr 18 09:12:27 all days? Apr 18 09:13:04 no, probably not. can't stay away for long during these days :) let me check the program whether there is something i'd like to hear Apr 18 09:13:41 as when I come it's only for one day Apr 18 09:14:07 ok, then lets try to find a good one Apr 18 09:14:25 ok, I will check when I can come Apr 18 09:14:33 good Apr 18 09:16:14 1970-01-01T09:05:15.478057Z [CRITICAL] fsogsmd : GLib : file mediators.c: line 1503: uncaught error: (null) (free_smartphone_gsm_error-quark, 2) Apr 18 09:16:16 hmmm Apr 18 09:16:21 let me try harder Apr 18 09:17:51 morphis: no preference from here, all days look pretty much uninteresting to me (talk schedule) Apr 18 09:17:58 1970-01-01T09:05:59.765472Z [INFO] DBusServiceDevice <>: Modem opened successfully Apr 18 09:17:59 1970-01-01T09:06:05.482147Z [CRITICAL] fsogsmd : GLib : file mediators.c: line 1503: uncaught error: (null) (free_smartphone_gsm_error-quark, 2) Apr 18 09:18:05 basically I have that with lastest Apr 18 09:18:12 I must be doing something wrong Apr 18 09:18:52 let me retry Apr 18 09:19:54 same error Apr 18 09:21:30 mickey|office: if program is still uninteresting after I take a look we can maybe find another date where we will meet together and talk about the future of FSO Apr 18 09:21:46 I'll try to fix Apr 18 09:22:14 morphis: well, the event as is would be interesting anyways, as I'd like to meet few guys Apr 18 09:22:25 it's just the talk schedule that doesn't grab me ;) Apr 18 09:22:29 ok Apr 18 09:23:13 will have a look at the schedule Apr 18 09:27:23 works too Apr 18 09:27:49 http://www.pastie.org/private/hbgzjulkiceqi6witj11w Apr 18 09:28:28 in fact it registered automatically Apr 18 09:28:32 without calling register Apr 18 09:28:40 (this time with the newer stuff) Apr 18 09:28:51 yes, it's supposed to, when the init sequence is correct Apr 18 09:28:54 ok Apr 18 09:29:22 basically ofono only does that: Apr 18 09:29:53 modem.SetProperty("Powered", dbus.Boolean(1)) Apr 18 09:30:09 basically it starts with: Apr 18 09:30:52 /lib/udev/rules.d/97-ofono.rules Apr 18 09:30:59 that exports some *strange* variables Apr 18 09:31:02 such as: Apr 18 09:31:50 ENV{OFONO_ISI_ADDRESS}="108" Apr 18 09:31:56 ENV{OFONO_ISI_ADDRESS}="16" Apr 18 09:33:00 ah no Apr 18 09:33:10 hex(16) = 0x10 Apr 18 09:33:20 that's just the addresses for configuration Apr 18 09:33:24 we do the same with the phonet utils Apr 18 09:33:30 hex(108) => '0x6c' Apr 18 09:34:02 ok Apr 18 09:34:15 then it's in ofono somewhere Apr 18 09:34:49 yes. with your information, we now at least can limit it to just about 50 or 60 ISI packets Apr 18 09:35:04 or look into the ofono code Apr 18 09:35:05 the trouble is... it could be the order, it could be the timing, it could be whatever hidden in the box Apr 18 09:35:21 maybe reading the ofono code would be better then Apr 18 09:35:33 feel free to, i looked for days and did not see anything Apr 18 09:35:35 note that ofono is KILLED Apr 18 09:35:41 when fsogsmd registers Apr 18 09:35:59 yes, it's just the way we init Apr 18 09:36:05 that is to say, I bet it's some sort of configuration Apr 18 09:40:04 morphis: lets try to find a day in the middle, e.g. thu or fri, OE has a booth and this time I owe them to help Apr 18 09:44:25 hi morphis Apr 18 09:49:20 I will comment more and more parts of n900.c Apr 18 09:49:24 in ofono Apr 18 09:49:38 to know which code is responsible of the unlock Apr 18 09:55:06 .pre_sim = n900_pre_sim, //disabled Apr 18 09:55:08 .post_sim = n900_post_sim, //disabled Apr 18 09:55:10 .post_online = n900_post_online, //disabled Apr 18 09:55:12 gives: Apr 18 09:55:35 http://www.pastie.org/private/ddzmtpnpziqxoxzl5vnrcg Apr 18 09:55:52 (disabled using #if 0 #endif in the function) Apr 18 09:57:05 in n900.c Apr 18 09:57:08 in ofono Apr 18 09:57:13 so the code is pretty small now Apr 18 09:58:55 basically the answer is in that .c file Apr 18 09:59:02 that should be pretty small right? Apr 18 10:08:08 yes Apr 18 11:15:56 ~ping Apr 18 11:15:56 ~pong Apr 18 11:16:26 ~join #maemo Apr 18 11:19:31 hmmm Apr 18 11:21:07 the fact that it registers automatically doesn't facilitate the tests Apr 18 11:30:24 why not? Apr 18 11:33:30 I disabled many things and it doesn't register anymore Apr 18 11:33:35 let me re-enable stuff Apr 18 11:33:45 then I'll look Apr 18 11:40:44 it makes it less predictable to register Apr 18 11:40:50 basically before I did Apr 18 11:40:56 ./ofonod -n Apr 18 11:41:03 fsogsmd -n Apr 18 11:41:05 oops Apr 18 11:41:08 fsogsmd Apr 18 11:41:16 I think I enabled fsogsmd Apr 18 11:41:27 trough requesting GSM resource Apr 18 11:41:30 killed ofonod Apr 18 11:41:36 kill -9 ofonod Apr 18 11:41:43 and then registered Apr 18 11:57:55 mickey|office: no, won't be there Apr 18 11:58:52 dcordes, gmorning/day ;) Apr 18 11:59:12 ping when you are here Apr 18 12:09:29 mickey|office, mrmoku I will eat and continue to investigate Apr 18 12:09:39 ok Apr 18 12:09:45 * mrmoku will be back investigating soon too :) Apr 18 12:38:33 ~chaninfo Apr 18 12:38:33 I'm on 11 channels: #wowace/6, #maemo/5, #openmoko-cdevel/2, #openmoko/2, #linuxpakistan/1, #oe/1, #openezx/1, #wowuidev/1, #sc2mapster/0, #debian-france/0 Apr 18 12:38:33 i've cached 19 users, 15 unique users, distributed over 11 channels. Apr 18 12:45:37 ~uptime Apr 18 12:58:37 mickey|office: there is one thing ofono _and_ maemo do that we don't do Apr 18 12:58:50 yes? Apr 18 12:58:50 PNS_NAME_ADD_REQ Apr 18 13:01:16 for name 0x62... whatever that is Apr 18 13:02:16 still fun with BB5? Apr 18 13:04:50 mickey|office: ofono is doing that in gisi/modem.c Apr 18 13:04:51 static void service_name_register(GIsiServiceMux *mux) Apr 18 13:05:42 yes, afaiu it's for registering a server that is going to get asked on certain commands, e.g. this is where the sysinfo request gets the uname -a info from Apr 18 13:06:00 i didn't see the need to operate such a server yet Apr 18 13:06:13 ok Apr 18 13:06:17 unfortunately i don't think you can 'fake' this with sendisi Apr 18 13:06:23 anyways, it may be worth a try Apr 18 13:06:35 it could make the difference Apr 18 13:07:00 there are not many differences left otherwise in our init sequences Apr 18 13:07:55 will just try to send it before issuing SendAuth then Apr 18 13:08:23 ok Apr 18 13:08:25 good luck Apr 18 13:10:21 hmm Apr 18 13:10:21 Resource 0xDB is not reachable, giving up Apr 18 13:12:40 ok, will try if gnutoo_'s ofono startup helper trick works for me Apr 18 13:13:40 ok, I'm doing some tests Apr 18 13:13:49 I've produced a gnumeric chart Apr 18 13:14:29 I'll upload it now Apr 18 13:14:47 mickey|office: there is another thing I don't understand... Apr 18 13:14:54 1970-01-01T00:49:05.404266Z [DEBUG] fsogsmd : GLib : gisicomm.vala:214: setting state error 224 Apr 18 13:15:10 looking with wireshark it looks like the response was ok Apr 18 13:15:22 brb Apr 18 13:17:45 http://gnutoo.homelinux.org/openmoko-cdevel/fsogsmd.gnumeric Apr 18 13:20:38 http://wiki.freesmartphone.org/index.php/Phonet_Implementation Apr 18 13:20:50 we should add the gnumeric thing there Apr 18 13:28:12 captainigloo, hi Apr 18 13:37:30 mrmoku, gnutoo_ I've sent an OE patch to bump elfe, could some of you apply it and rebuild package please? Apr 18 13:37:35 captainigloo, I will come for the 7th for the efl thing Apr 18 13:37:38 it's booked now Apr 18 13:37:41 ~ping Apr 18 13:37:41 ~pong Apr 18 13:37:44 gnutoo_: coool ! Apr 18 13:37:54 yes Apr 18 13:37:59 (for cool) Apr 18 13:38:12 but I wonder if the palm pre will arrive before that Apr 18 13:38:19 else do you want an htc dream? Apr 18 13:38:34 that will be a good ocasion to learn the efl for me Apr 18 13:38:35 i would prefer the pre :) Apr 18 13:38:39 ok Apr 18 13:38:51 pespin: apply is easy, but we're rebuilding from scratch now and it will take long before we can rsync it to public feeds Apr 18 13:39:01 hmm ok Apr 18 13:39:09 on another side, i have an archos a101 Apr 18 13:39:20 NOTE: Running task 4758 of 10878 for 2nd arch Apr 18 13:39:39 and i have to discuss with some guys from archos how to port shr for this device Apr 18 13:40:04 tere will be one guys from archos the 7th Apr 18 13:40:15 it's a e dev Apr 18 13:40:23 pespin: did you build it and tested locally? Apr 18 13:40:44 JaMa|Work, nop, but that SRCREV was captainigloo request ;) Apr 18 13:40:46 pespin: I cannot even test it as I don't have oe.dev workdir already .. Apr 18 13:40:57 so I suppouse he know which rev is good hehe Apr 18 13:41:20 pespin: but if it's using some after EFL-1.0 features then it will fail Apr 18 13:41:24 I don't have a build tree neither now Apr 18 13:41:32 captainigloo: I guess you're also using current EFL not old 1.0 right? Apr 18 13:41:43 ah ok Apr 18 13:41:43 JaMa|Work: current SVN for me Apr 18 13:41:55 I'll start an om-gta02 build then Apr 18 13:42:04 but i should not use post 1.0 features Apr 18 13:42:10 if it's the case let me know Apr 18 13:42:15 captainigloo, av500 or somebody hanging in the archos channel Apr 18 13:42:17 ? Apr 18 13:42:35 chidambar/illogict Apr 18 13:42:42 pespin: I can build it on buildhost's test feed then Apr 18 13:42:42 ok Apr 18 13:43:48 morphis, hi, any news from palm? Apr 18 13:44:18 JaMa|Work, basically i want it because with current vresion I can only launch 1 app per boot, so if I can get a new package in any way for gta02 would be great ;) Apr 18 13:44:37 i would like to write a e_dbus_fso wrapper ? do you think it's a good thing ? Apr 18 13:45:08 pespin: there is a way Apr 18 13:45:27 pespin: drag and drop an icon from the app list on the desktop Apr 18 13:45:37 and the applist will disapear :) Apr 18 13:45:41 I think that's not working neither Apr 18 13:45:47 oh ? Apr 18 13:46:08 but let me use a newer version first and try it Apr 18 13:46:24 yep :) Apr 18 13:46:32 * pespin bitbaking shr-lite-image for om_gta02 to prepare everything Apr 18 13:50:42 pespin: it's in tests/shr-u feed Apr 18 13:51:03 pespin: let me know if it works on target I'll push it to oe Apr 18 13:59:14 JaMa|Work, http://build.shr-project.org/tests/shr-unstable/ipk/armv4t/elfe_0.0.1+svnr58599-r5.0.6_armv4t.ipk ? Apr 18 13:59:50 pespin: yes Apr 18 14:01:02 ok, going to have lunch, I'll try it later Apr 18 14:23:30 and report your bugs ! Apr 18 14:54:36 captainigloo, ok, launching several times and adding apps to desktop works now Apr 18 14:54:44 captainigloo, but there's still a problem Apr 18 14:54:53 captainigloo, say you launch app named A Apr 18 14:55:00 then, press to show the app list Apr 18 14:55:02 A is marked Apr 18 14:55:24 so the "pressed" event in A is not send when yuou wanna open it another time. Apr 18 14:55:29 you have to first open another app Apr 18 14:55:32 and then A Apr 18 14:55:53 ~seen [Rui] Apr 18 14:55:55 [rui] <~Rui@a85-138-38-58.cpe.netcabo.pt> was last seen on IRC in channel #openmoko-cdevel, 3d 7h 1m 49s ago, saying: 'gotta go'. Apr 18 14:56:42 JaMa|Work, that package of elfe works better :) Apr 18 14:59:34 pespin: ah ok Apr 18 14:59:45 pespin: i will unselected it ! Apr 18 14:59:53 thanks i had never seen this bug Apr 18 15:03:02 captainigloo, thanks :) Apr 18 15:04:31 captainigloo, and is still not posible to delete things you have put in the background? Apr 18 15:07:37 JaMa|Work, hmm libschroedinger is failing when building an shr-lite image here Apr 18 15:07:59 I'm using shr-chroot, and it failsboth for om-gta02 and exopcslate Apr 18 15:25:57 pespin: clicked 1 second or more on the desktop Apr 18 15:26:28 and a close icon should appear on each icons of the desktop Apr 18 15:27:00 click on close icon in botom right to exit from this mode Apr 18 15:27:16 captainigloo, it seems it doesn't work here Apr 18 15:27:36 longpress on the desktop doesn't work ? Apr 18 15:27:56 captainigloo, desktop without icon under it? Apr 18 15:28:01 but you can drag and drop icons on the desktop ? Apr 18 15:28:14 does'nt matter Apr 18 15:28:28 but in the doubt click on a free zone :) Apr 18 15:28:28 captainigloo, well, I can drag apps from app list to desktop but it doesn't work quite well Apr 18 15:28:40 pespin: wich device ? Apr 18 15:29:00 I mean, once the app list disappears and I should be able to move the icon around, it stop quite fast and stays there Apr 18 15:29:03 captainigloo, om-gta02 Apr 18 15:29:45 captainigloo, pressing an icon for more than 1 sec opens the app Apr 18 15:29:56 pespin: ok did you have s pecific behaviour on logpress ? like 3 button click or right click ? Apr 18 15:30:07 the app is launched even if I'm still pressing Apr 18 15:30:14 pespin: ok so elfe receive a buton up Apr 18 15:30:22 captainigloo, ah, can be Apr 18 15:30:31 captainigloo, maybe tslib right button emulation? Apr 18 15:30:35 yes Apr 18 15:30:58 captainigloo, maybe it would be good to add same capabilities for right click button? Apr 18 15:31:12 yes Apr 18 15:31:19 or test the source of the button on mouse up Apr 18 15:31:36 captainigloo, if you want me to try something just ask :) Apr 18 15:31:46 ok, i will Apr 18 15:32:21 great, thanks Apr 18 15:37:17 pespin: there will be a problem even with the right click to put an icon on the desktop Apr 18 15:37:26 as in my code i'm acting on mouse move Apr 18 15:37:48 i dont know if mouse ove is triggered after a right clic emulation Apr 18 16:11:08 captainigloo, we should deactivate right click emulation then? Apr 18 16:20:27 for applications that are ts-aware the emulation indeed seems rather unhelpful... Apr 18 16:32:39 pespin: pong Apr 18 16:35:37 dcordes, hi :) Apr 18 16:35:56 captainigloo: although I know it is not ready yet - did you consider to add the new keyboard layout in shr git ? Apr 18 16:36:35 pespin: should I explain the shr-settings.git recommendation ? Apr 18 16:36:44 dcordes, yes please :) Apr 18 16:37:17 Lopi, I've uploaded the translated SHR slides here -> http://blog.espeweb.net/?p=322 Apr 18 16:38:32 pespin: I speak spanish. If you like I can review such translations! Apr 18 16:38:57 dcordes, well the translations are from catalan->english :) Apr 18 16:39:17 oh sorry I thought it's castellano on first glance Apr 18 16:39:28 but you can review the english one's I just did yes :) Apr 18 16:39:41 dcordes, well catalan is similar to spanish hehe Apr 18 16:40:12 pespin: in shr-settings in connection manager there is a button to connect to 'gprs'. If your radio is not registered to the cellular network and you click connect, the button will just freeze - without an error message. Apr 18 16:40:37 * pespin opening shr_gprs.py Apr 18 16:41:02 pespin: mickeyl recently added a dbus error that will appear when a program tries to connect to gprs when not registered Apr 18 16:42:14 pespin: my recommendation is to patch shr_gprs.py so that it will pass that error and show it in a popup box (or the status text can be used. the one that shows connected or disconnected. it could show error, not registered to operator or so) Apr 18 16:42:24 s/pass/parse/ Apr 18 16:42:25 dcordes meant: pespin: my recommendation is to patch shr_gprs.py so that it will parse that error and show it in a popup box (or the status text can be used. the one that shows connected or disconnected. it could show error, not registered to operator or so) Apr 18 16:44:27 dcordes, AbstractModule (from which all modules inherit) has already a easy to use method which shows an InfoAlert popup which I added some time ago, so it shouldn't take much time Apr 18 16:44:46 the only problem is that I don't know how to handle dbus errors in python hehe Apr 18 16:44:57 * pespin python newbie Apr 18 16:45:11 let me find the way to do it and I'll do it :) Apr 18 16:46:21 dcordes, self.dbusObj.ActivateContext( Apr 18 16:46:21 reply_handler = self.dbusnothing, Apr 18 16:46:21 error_handler = self.dbuserror) ? Apr 18 16:46:28 mickey|office: I had some problems debugging the cell registration on htcleo. I did what you proposed: moved the fsogsmd binary, ran mterm2 /dev/smd0 . Furthermore I sent all the init commands I found in the fsogsmd machine .conf . Then I did AT+CREG=1 and waited for the modem to connect. But AT+CREG? would only show 1,0 Apr 18 16:46:55 dcordes, is that dbus method call which you want to handle the error? Apr 18 16:46:56 pespin: I can't code much at all.. :) Apr 18 16:47:17 pespin: I think it is a dbus call that I'm talking about, yes Apr 18 16:47:24 ok Apr 18 16:47:53 dcordes, do you know where can I find some docs on fsogsmd API? Apr 18 16:48:27 pespin: maybe in cornucopia.git ? mickey|office would know. he also gave a hint when I asked him that thing yesterday Apr 18 16:48:31 let me see the log. Apr 18 16:50:31 dcordes, easy way to show the problem you have is ie. taking out the SIM and press Connect button in shr-settings? Apr 18 16:51:16 pespin: what I just directed to mickey|office is a different bug about slow registration on htc machines Apr 18 16:51:33 pespin: you mean and then watch the dbus messages ? Apr 18 16:51:42 Apr 17 18:15:24 dcordes: sounds good. you might want to use a non-empty error handler then Apr 18 16:51:45 Apr 17 18:15:28 and add additional logic into that Apr 18 16:51:47 Apr 17 18:15:29 def dbuserror(self, error): Apr 18 16:51:50 Apr 17 18:15:29 return 0 Apr 18 16:51:53 Apr 17 18:15:31 is not good :) Apr 18 16:51:55 Apr 17 18:15:52 so better introduce something like onActivateContextError Apr 18 16:52:58 yeah I was pointing to that method already Apr 18 16:53:20 dcordes: hum, when it will usable and test a bit more by me :) Apr 18 16:55:08 captainigloo: ok, sorry I don't mean to bother it's just that I never managed to install it manually and would so like to try it Apr 18 16:55:28 captainigloo: it would allow for easier testing and improvement recommendations Apr 18 16:58:09 dcordes: http://82.227.130.131/files/Minimal.kbd Apr 18 16:58:47 but it's usable only if it's the only one installed on the machine .... Apr 18 16:58:51 you're warned Apr 18 16:59:02 captainigloo: aha. so how to remove others ? Apr 18 16:59:15 captainigloo: and install this one only ? Apr 18 16:59:24 remove thos installed in /usr/share/enlightenment/keyboards Apr 18 16:59:51 captainigloo: just rm /usr/share/enlightenment/keyboards/* ? Apr 18 17:00:51 sorry in /usr/lib/enlightenment/modules/illume/keyboards/ Apr 18 17:01:06 maybe un mv in keyboars.old first ;) Apr 18 17:01:40 and put mine in keyboards alone Apr 18 17:01:43 ok thanks ! Apr 18 17:02:02 but i warned you, it's not usable at all, for example, you can't enter your pin code at startup Apr 18 17:02:25 but if you want to improve it you're welcome Apr 18 17:03:47 I have no sim with pin code enabled :) Apr 18 17:04:27 I just want to review it and give my improvement recommendations Apr 18 17:04:55 so thanks a lot Apr 18 17:05:01 you're welcome :) Apr 18 17:05:16 pespin: should I look up anything else ? Apr 18 17:05:34 dcordes, nop, I'm just looking at the moment Apr 18 17:05:43 ok Apr 18 17:05:43 It seems there's an error in the code Apr 18 17:05:54 thanks a lot for looking at it. I think it's a usability plus to fix this Apr 18 17:05:59 ok Apr 18 17:06:06 as each time there's an update from dbus, a callback from the click event is added Apr 18 17:06:48 dcordes, can you try if it's faster the first time you press the "connect" button once you open the module in shr-settings? Apr 18 17:07:17 I think it's slowly because 2nd/3rd time you try pressing at it, it calls about 3-4 dbus methods and it gets quite slow Apr 18 17:07:44 I don't have an image with usable UI ready, sorry ! Apr 18 17:08:02 and I have a storage problem on my computer so not sure how long it takes to be back operational Apr 18 17:11:14 * dcordes needs to reinstall computer Apr 18 17:11:18 bbl Apr 18 17:19:52 i would like to know if there is a way to simulate or inject for example new missed calls with fso framework on a development pc ? Apr 18 17:28:12 captainigloo, well there's a way to have fso/phoneui forwarding to your PC from device Apr 18 17:29:18 captainigloo, this can be of help to you maybe http://blog.shr-project.org/2010/05/howto-develop-and-debug-the-shr-phone-stack-on-your-desktop.html Apr 18 17:38:22 pespin: that's perfect ! Apr 18 17:39:19 yw:) Apr 18 17:53:19 Can someone answer me little question about python/dbus? Apr 18 17:53:38 self.dbusObj.GetContextStatus(reply_handler = self.updateStatus, error_handler=self.dbuserror) Apr 18 17:53:59 when are reply_handler or error_handler called? Apr 18 17:54:26 by default reply_handler unless there's some error, and then is only called error_handler? Apr 18 17:57:16 captainigloo, btw, I think it exists a dummy modem for fsogsmd, but I'm not sure it that supports emulating a call/sms or similar (but it would be great :D) Apr 18 18:00:23 pespin: do you have schredinger error log somewhere? Apr 18 18:00:34 JaMa, sure, wait a moment Apr 18 18:03:47 JaMa, http://paste.pocoo.org/show/373999/ Apr 18 18:06:06 pespin: seems like shr buildhost finished it just fine (for om-gta02 and n900 sofar) Apr 18 18:06:47 JaMa, is shr-chroot in shr buildhost uptodate? Apr 18 18:06:57 or you are not unsig shr-buildhost there? Apr 18 18:07:23 shr buildhost started to use shr-chroot last week :) Apr 18 18:07:31 that's why we're rebuilding from scratch now Apr 18 18:07:42 so it's pretty latest shr-chroot Apr 18 18:29:12 mickey|zzZZzz, I'm not sure, but I think ActivateContext() doesn't send errors all the time it should Apr 18 18:29:44 I mean, I'm using y gta02 without SIm right now, and when calling it, I sometimes get org.freesmartphone.GSM.DeviceFailed: +CME ERROR: 100 Apr 18 18:29:59 but sometimes I just get a response message without error Apr 18 18:32:17 when that happens, I think GetContextStatus needs more time to send the response with content ("released",{}) Apr 18 18:32:45 I mean fso takes more time to send signal with "released" status Apr 18 18:32:58 I think all this is somehow related to the prolems dcordes was having Apr 18 18:33:35 in dcordes case ActivateContext returns an error immediately Apr 18 18:35:16 mickey|zzZZzz, it usually does Apr 18 18:35:23 mickey|zzZZzz, but sometimes I only get a response Apr 18 18:35:31 a response mesage from dbus Apr 18 18:35:38 yes Apr 18 18:35:42 an empty response Apr 18 18:35:48 moment, door Apr 18 18:35:57 meaning "ok, activating context is happening... stay tuned for signals" Apr 18 18:37:51 mickey|zzZZzz, Can someone answer me little question about python/dbus? Apr 18 18:37:51 self.dbusObj.GetContextStatus(reply_handler = self.updateStatus, error_handler=self.dbuserror) Apr 18 18:37:56 freesmartphone.org: 03mickey 07cornucopia * r87ec67176a49 10/fsodeviced/conf/motorola_ezx/fsodeviced.conf: fsodeviced: conf/motorola_ezx: fix KEYPAD entries and add additional keys for ROKR E2 Apr 18 18:37:58 pespin> when are reply_handler or error_handler called? Apr 18 18:37:58 by default reply_handler unless there's some error, and then is only called error_handler? Apr 18 18:37:58 captainigloo, btw, I think it exists a dummy modem for fsogsmd, but I'm not sure it that supports emulating a call/sms or similar (but it would be great :D) Apr 18 18:38:04 yes Apr 18 18:38:10 is that correct? Apr 18 18:38:15 yes Apr 18 18:38:24 ok Apr 18 18:39:11 then why am I receiving calls to reply_handler sometimes? as if everything went ok? Apr 18 18:39:34 afaik nothing should go ok as I don't have any SIM inside the device hehe Apr 18 18:40:22 mickey|zzZZzz, ^ any idea? Apr 18 18:40:42 if you don't have a SIM, you will get an error these days Apr 18 18:40:51 not always Apr 18 18:41:01 that's the poblem hehe Apr 18 18:41:07 i can't confirm that Apr 18 18:41:11 make sure you are using the latest code Apr 18 18:41:20 ActivateContext now only allows calling if you are in REGISTERED state Apr 18 18:41:23 hm I'm using latest from shr-u Apr 18 18:41:31 i don't know what that is Apr 18 18:41:37 * pespin neither ;) Apr 18 18:42:40 commit 1cfe5476e2ab41d96b69103cfa6e01b669183d58 Apr 18 18:42:40 Author: Michael 'Mickey' Lauer Apr 18 18:42:40 Date: Wed Apr 6 17:39:47 2011 +0200 Apr 18 18:42:40 fsogsmd: dbus_service: limit access to certain commands depending on status Apr 18 18:42:40 Apr 18 18:42:41 Closes FSO #604 Apr 18 18:42:53 you need that to see the new error Apr 18 18:43:40 Version: 1:0.5.0+gitr874+2fb31c8afc6cba03f3f18165d7e906450eced914-r5.2.6 Apr 18 18:44:09 commit 2fb31c8afc6cba03f3f18165d7e906450eced914 Apr 18 18:44:09 Author: Simon Busch Apr 18 18:44:09 Date: Mon Apr 4 19:16:45 2011 +0200 Apr 18 18:44:15 so your code is too old Apr 18 18:44:37 hmm ok, then I will wait till new code is built Apr 18 18:44:46 mickey|zzZZzz, is it available in OE at least? Apr 18 18:44:50 the version required Apr 18 18:44:58 or SRCREV is too old too? Apr 18 18:45:17 i don't know, sorry, as a developer i'm always using fso-autorev Apr 18 18:45:44 let's ask God then... JaMa ? :) Apr 18 18:45:49 heh Apr 18 18:45:57 or open a browser and have a look ;) Apr 18 18:47:02 let's see what I find :) Apr 18 18:49:26 FSO_CORNUCOPIA_SRCREV ?= "2fb31c8afc6cba03f3f18165d7e906450eced914" Apr 18 18:49:39 the same I have already in my FR Apr 18 18:49:50 so we should bump to new version Apr 18 18:49:55 mickey|zzZZzz, which rev do you recommend? Apr 18 18:50:11 the latest should do Apr 18 18:50:23 ok I'll send a patch to ml :) Apr 18 18:50:28 87ec67176a49df40ab4c5ef9eebfdad6abfc546f, that is Apr 18 18:50:32 thanks Apr 18 18:50:47 it might also need bumping fso-specs and libfso-glib though Apr 18 18:50:52 which are in seperate repositories Apr 18 18:51:44 ok I'll look Apr 18 18:52:18 mickey|zzZZzz, latest revs too? Apr 18 18:53:28 yes Apr 18 19:04:53 pespin: now items are unselected just after launching application Apr 18 19:05:04 so you should be able to launch the same apps twice Apr 18 19:05:08 captainigloo, thanks :D Apr 18 19:11:48 pespin: you should update PV when bumping SRCREV Apr 18 19:12:02 pespin: and fso-spec_s_ (missing s in commit message) Apr 18 19:12:49 true, I'm sorry >.< Apr 18 19:13:10 pespin: and fso-glib SRCREV is bogus Apr 18 19:13:25 check which branch we're using Apr 18 19:15:33 ah, I'll check Apr 18 19:15:38 I thought we were using master Apr 18 19:16:49 hmm why isn't the gdbus one in master? Apr 18 19:58:20 freesmartphone.org: 03ospite 07cornucopia * rbb65a24532dd 10/fsogsmd/src/lib/at/atchannel.vala: Apr 18 19:58:20 freesmartphone.org: fsogsmd: atchannel.vala, fix a typo s/save/safe/ Apr 18 19:58:20 freesmartphone.org: Signed-off-by: Antonio Ospite Apr 18 19:58:22 freesmartphone.org: 03ospite 07cornucopia * r795b560df5a7 10/fsogsmd/src/plugins/modem_freescale_neptune/ (mediators.vala plugin.vala unsolicited.vala): Apr 18 19:58:23 freesmartphone.org: fsogsmd: modem_freescale_neptune, improve DeviceGetInformation Apr 18 19:58:23 freesmartphone.org: Implement the +EBPV URC, this way we can store the BP revision as a Apr 18 19:58:23 freesmartphone.org: MODEM property and return it when DeviceGetInformation() is called. Apr 18 19:58:23 freesmartphone.org: Signed-off-by: Antonio Ospite Apr 18 19:58:37 freesmartphone.org: 03ospite 07cornucopia * r9287a8b14ac2 10/fsogsmd/src/plugins/modem_freescale_neptune/ (plugin.vala unsolicited.vala): (log message trimmed) Apr 18 19:58:37 freesmartphone.org: fsogsmd: modem_freescale_neptune, store the bluetooth address Apr 18 19:58:37 freesmartphone.org: The bluetooth address on the first generation of EZX devices is stored Apr 18 19:58:37 freesmartphone.org: on the BP, acquire it when the modem initialize by listening for the Apr 18 19:58:43 freesmartphone.org: +EBAD URC. Apr 18 19:58:43 freesmartphone.org: Store it as a modem property so eventually a bluetooth plugin can use it Apr 18 19:58:43 freesmartphone.org: to actually configure the bluetooth adapter. Apr 18 19:58:43 freesmartphone.org: 03ospite 07cornucopia * rbc407cbeb930 10/fsogsmd/src/plugins/ (2 files in 2 dirs): Apr 18 19:58:43 freesmartphone.org: fsogmsd: modem_freescale_neptune, move +EPOM to MODEM init Apr 18 19:58:43 freesmartphone.org: The +EPOM command is used to "Power On Modem" on some EZX phones, move Apr 18 19:58:43 freesmartphone.org: it to the modem init sequence where it belongs. Apr 18 19:58:44 freesmartphone.org: Signed-off-by: Antonio Ospite Apr 18 20:09:43 freesmartphone.org: 03morphis 07aurora * r9f5f36c67ee8 10/libaurora/aurora/ (4 files): libaurora: add three simple classes to abstract configuration settings Apr 18 20:09:45 freesmartphone.org: 03morphis 07aurora * r8f14d2903ca5 10/libaurora/aurora/configentry.vala: libaurora: fix configentry implementation Apr 18 20:09:47 freesmartphone.org: 03morphis 07aurora * r9b08c812143c 10/libaurora/aurora/session.vala: libaurora: adjust for recent changes in fso-specs Apr 18 20:09:49 freesmartphone.org: 03morphis 07aurora * r2e0d874bf321 10/ (99 files in 16 dirs): aurora: restructure to have all code in the same directory Apr 18 20:09:50 freesmartphone.org: 03morphis 07aurora * r4a7b010e76ac 10/ (95 files in 14 dirs): aurora: remove old EFL based stuff and add new Qt stuff Apr 18 20:10:03 freesmartphone.org: 03morphis 07aurora * r16773e723f9c 10/aurora/ (9 files in 2 dirs): aurora: some more work towards displaying something on the screen Apr 18 20:10:03 freesmartphone.org: 03morphis 07aurora * r7174124c6059 10/libaurora/aurora/aurora-1.0.deps: libaurora: update dependencies for vapi file Apr 18 20:10:03 freesmartphone.org: 03morphis 07aurora * r66b2bbf461f1 10/aurora/ (7 files in 4 dirs): aurora-components: add qml plugin to provide aurora specific components Apr 18 20:10:08 freesmartphone.org: 03morphis 07aurora * ra4c578e0fba0 10/libaurora/ (13 files in 8 dirs): libaurora: first bits for a configuration widget Apr 18 20:10:08 freesmartphone.org: 03morphis 07aurora * r5970374f17f3 10/aurora/ (AUTHORS README aurora.pro): aurora: add AUTHORS and README files Apr 18 20:10:14 freesmartphone.org: 03morphis 07aurora * r7e30d4069caa 10/libaurora/aurora/ (Makefile.am events.vala init.vala): libaurora: remove code not usable for having application running in the same process Apr 18 20:10:14 freesmartphone.org: 03morphis 07aurora * rb706862c029e 10/aurora/ (AUTHORS MAINTAINERS): aurora: set correct author and maintainer Apr 18 20:10:18 freesmartphone.org: 03morphis 07aurora * r735d89d6fe8a 10/aurora-settings/src/.gitignore: Remove aurora-settings completly Apr 18 20:33:59 hi Apr 18 20:34:12 where is mrmoku? Apr 18 20:36:56 freesmartphone.org: 03morphis 07aurora * r03a5b6f14d27 10/aurora/aurora-daemon/ (main.cpp rootwindow.cpp): aurora-daemon: load application by supplied name from global app directory Apr 18 20:36:56 freesmartphone.org: 03morphis 07aurora * rdcc3fca62bce 10/aurora/.gitignore: aurora: add .gitignore Apr 18 20:50:37 GNUtoo: here? Apr 18 20:53:54 yes Apr 18 20:54:18 did you download the spreadsheet ? Apr 18 20:54:38 in what format is it? Apr 18 20:54:48 * mrmoku did not yet look at it Apr 18 20:55:34 GNUtoo: I mean... do I have to install gnumeric or is it something libre office can read? Apr 18 20:56:08 gnumeric Apr 18 20:56:15 install gnumeric Apr 18 20:56:26 but maybe openoffice can read it Apr 18 20:56:28 I'll try Apr 18 20:57:20 hmm... no Apr 18 20:57:39 I think you need gnumeric Apr 18 20:57:48 yeah... installing Apr 18 20:57:54 I made it in gnumeric because maybe you didn't have a computer with you Apr 18 20:57:59 maybe you had only devices Apr 18 20:58:04 and deviced run gnumeric Apr 18 20:58:30 ok Apr 18 21:00:05 GNUtoo: system means on device and local on laptop? Apr 18 21:00:22 no Apr 18 21:00:27 it means opkg installed Apr 18 21:00:56 and local? Apr 18 21:03:45 modified Apr 18 21:03:48 with ifdfefed Apr 18 21:04:04 *ifdefed the content of the function that are mentioned Apr 18 21:04:06 for instance: Apr 18 21:04:17 function_foo(){ Apr 18 21:04:22 #if 0 Apr 18 21:04:27 [some stuff] Apr 18 21:04:29 #enfid Apr 18 21:04:33 } Apr 18 21:04:38 .callback = function Apr 18 21:04:45 *endif Apr 18 21:05:58 ahh, ok Apr 18 21:25:12 infobot/apt got sick and is in hospital, hope she's well again soon Apr 18 21:28:06 ~ping Apr 18 21:28:07 ~pong Apr 18 21:37:38 ~ping Apr 18 21:37:38 ~pong Apr 18 21:39:42 SHR: 03Martin.Jansa 07shr-makefile * rfea8bcd57fa5 10/Makefile: Makefile: add bitbake symlink to shr-core dir **** ENDING LOGGING AT Tue Apr 19 02:59:57 2011