**** BEGIN LOGGING AT Fri May 14 02:59:56 2010 May 14 05:49:36 moin May 14 05:49:37 spaetz: good evening :) May 14 05:49:45 JaMa: moin May 14 05:49:56 NOTE: Running task 9870 of 13674 May 14 05:50:09 buildhost? May 14 05:50:12 yes May 14 05:50:20 heh... only two days left ;) May 14 05:50:22 what did it do whole night! :) May 14 05:50:47 brb May 14 06:07:03 morning guys! May 14 06:50:36 JaMa: hmm... mutt conflicts with mime-support May 14 06:50:48 and mime-support is needed by e-wm May 14 06:54:40 and the one coming with mutt looking like a smaller subset of mime-support May 14 06:57:11 maybe package mutt's mime as mutt-mime-support and RRECOMMENDS it and RCONFLICTS with mime-support? May 14 06:57:32 but not sure if opkg handles it ok.. May 14 07:10:34 no May 14 07:11:30 JaMa: it is part of the main mutt package May 14 07:11:35 (the /etc/mime.types file) May 14 07:12:13 mrmoku: I mean you can add PACKAGES += "mutt-mime-support", FILES_${PN}-mime-support = "${sysconfdir}/mime.types" May 14 07:14:43 ahh May 14 07:14:44 ok May 14 07:14:49 because what mutt does is May 14 07:14:49 if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \ May 14 07:14:50 $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \ May 14 07:14:53 fi May 14 07:15:11 good May 14 07:15:14 will do that then May 14 07:16:18 empty FILES is not big problem.. it will just say, that it's not packaging empty .ipk May 14 07:16:43 so if it's optional or only for some versions, you can still define PACKAGES and FILES unconditionaly May 14 07:16:51 JaMa: if I add /etc/mime.types to FILES_${PN}-mime-support... will it be automatically removed from FILES_${PN} ? May 14 07:18:08 JaMa: hmm... and why not just drop it completely and make mutt depend on mime-support? May 14 07:18:25 would be cleaner to have only one mime.types to take care of, no? May 14 07:18:58 the one in mime-support is more complete... has more types in it May 14 07:23:39 JaMa: something like this http://pastie.org/959937 May 14 07:24:55 mrmoku: how big is mime-support? May 14 07:25:58 mrmoku: maybe on some devices they will prefer mutt's mime, if you just move it to separate package and then use full mime-support for you, then all should be happy May 14 07:26:06 but if it's not big.. then ok May 14 07:26:22 Running task 11197 of 13674 May 14 07:27:50 0002 mok@gonzales[pts/7]:~/shrbuild/shr-unstable-> l tmp/deploy/ipk/all/mime-support_3.44-r0.4_all.ipk May 14 07:27:53 -rw-rw-r--. 1 mok mok 14610 May 12 23:41 tmp/deploy/ipk/all/mime-support_3.44-r0.4_all.ipk May 14 07:28:45 not that big... but right you are anyway... as mime-support contains other stuff too May 14 07:29:12 /usr/bin/{print,edit,see} May 14 07:29:30 mrmoku, as said, we need to change the way we start it. It starts too soon. It should be started by e's autostart May 14 07:29:39 there's the e skeleton dir, we should place it there. May 14 07:30:00 nslug people have only iirc 4MB rootfs so 14,6kb + opkg files overhead, is maybe too much for them (but maybe they don't need mutt :)) May 14 07:30:48 TAsn: does e respect .config/autostart? May 14 07:30:55 iirc no. May 14 07:31:00 sure? May 14 07:31:03 would be sad May 14 07:31:13 no, as I said, "iirc" :P May 14 07:31:22 raster: does e handle .config/autostart? May 14 07:31:24 well May 14 07:31:32 maybe I should ask in the correct channel :P May 14 07:33:24 nup May 14 07:33:56 mrmoku, so i remembered correctly :P May 14 07:34:21 raster, would you accept a patch implementing that? (I don't have one, I'm talking in general) May 14 07:41:00 depends what gets stuck in that file May 14 07:41:16 as such i dont trust it as i would expect kde and gnomew to throw shit in there thats specific to their desktops May 14 07:41:19 and thus mess with e May 14 07:41:21 etc. May 14 07:51:19 mrmoku: .config sounds gnomish, and what is different from sticking stuff in there and in your .xinitrc/.xsession file? May 14 07:52:15 feitingen: shr_elm_keyb needs to be started *after* illume load May 14 07:52:28 feitingen: that's hard to achive with .xsession May 14 07:52:41 feitingen: .config is freedesktopism as far as I know May 14 07:53:14 illume has its own system for starting the vkbd for illume May 14 07:53:21 it ha sa gui to select which one to use too May 14 07:53:31 it will exec it for you May 14 07:53:53 as long as your keyboard is in the Keyboard .desktop category it's selectable May 14 07:54:03 raster: not keyb... softkey (aka quicklaunch) is what JaMa meant :) May 14 07:54:53 oooh that May 14 07:54:59 softkey May 14 07:55:39 illume2 probably should have a mechanism for launching custom apps for that for u actually May 14 07:55:40 anyway May 14 07:55:41 maybe there is change to "busy" wait in shr_elm_keyb until something is initialized and available? May 14 07:55:48 u can use the existing startup app thing May 14 07:56:11 raster: I can't find the GUI in illume2 for that :/ May 14 07:56:18 e will keep its init splahs up until it has execced all apps for startup May 14 07:59:28 ahh... after loading the module it is there :) May 14 08:02:17 JaMa: we just need to ship a .desktop for shr-elm-softkey which is not shown on the desktop and add that to the file .e/e/applications/startup/.order May 14 08:03:58 mrmoku: that's what TAsn was proposing, but we should also somehow ensure that after removing .e it's recreated from skel May 14 08:04:17 mrmoku: and I didn't check how skel works wrt .e May 14 08:05:22 heh, right May 14 08:05:36 * mrmoku still preferst TAsn making a real module out of it ;) May 14 08:05:44 -t May 14 08:06:34 * JaMa would like 3 gadgets moveable over top bar :) May 14 08:07:06 by default arrows as illume1 had and close on right end May 14 08:07:23 but TAsn thinks it's really stupid to have it there May 14 08:10:59 bbl May 14 09:19:55 morning May 14 09:20:27 mickey|office: morning May 14 09:22:28 mrmoku: i don't have any explanations for SIM PIN value being exchanged. can you reproduce that? May 14 09:22:39 mrmoku: please open a bug about incoming/release, I didn't follow that May 14 09:22:49 mickey|office: ok May 14 09:30:42 mickey|office: http://trac.freesmartphone.org/ticket/559 do you need more info? May 14 09:31:10 mrmoku: no, thanks, that'll do. May 14 09:31:15 ok May 14 09:34:36 * mrmoku looking into PIN2 now May 14 09:37:32 mickey|office: forget about the PIN2 thing... fsogsmd reports FREE_SMARTPHONE_GSM_SIM_AUTH_STATUS_PIN_REQUIRED so it must be my fault somewhere May 14 09:42:12 mickey|office: heh... passing a DeviceStatus enum and evaluating as AuthStatus... not a good idea :P May 14 09:47:02 right :) May 14 10:24:07 JaMa, the e wizard copies from skeleton! I already told you that. May 14 10:24:16 What's the recommended way of building FSO? Using make from the top level cornucopia directory doesn't seem to stop on errors, and using make in every subdir looks like a pain... May 14 10:24:34 JaMa, making it a module: not stupid, just harder. May 14 10:24:44 mrmoku, Z^ May 14 10:29:58 TAsn: I know you said that, but I don't care about shr_elm_keyb to fix it myself (have to finish other stuff now) May 14 10:33:21 JaMa, I have A LOT of r/l to take care of, that's why I'm not doing it myself either :( I was talking about this: mrmoku: that's what TAsn was proposing, but we should also somehow ensure that after removing .e it's recreated from skel May 14 10:42:19 ok, next time I'll append as TAsn is proposing even after 2nd part of same sentence :) May 14 10:42:37 because that's what I meant .. May 14 10:43:10 :P May 14 10:43:31 McKael: you have to independently build in the subdirs May 14 10:44:00 mrmoku: :/ May 14 10:44:17 mrmoku: are all of them required? May 14 10:44:40 McKael: not all May 14 10:44:47 I don't think all of the components were successfully built last time, but it worked anyway May 14 10:45:12 mrmoku: do you have the correct build order? (If you don't, n/m, I'll figure out) May 14 10:45:55 McKael: maybe http://build.shr-project.org/tests/mrmoku/setup-shr-build-env.sh will help you May 14 10:46:39 probably not very much though May 14 10:47:03 specs, libfso-glib, libfsobasics, libfsoframework May 14 10:47:10 would be the first ones in that order I think May 14 10:47:47 you don't build fsogsmd, fsodeviced? May 14 10:48:17 McKael: that script is for installing our phonestack only May 14 10:48:42 shr-u hasn't switched to fsogsm then? May 14 10:49:00 with phonestack I mean only our GUI part May 14 10:49:06 phoneuid + libphone-ui + libphone-ui-shr May 14 10:49:08 oh, i see May 14 10:49:24 ok, thanks mrmoku May 14 10:49:27 np May 14 10:50:02 I have an ongoing build on the Neo... Looks good so far May 14 10:51:28 Build complete! \o/ May 14 10:52:17 Hmm, fsodeviced hasn't been installed... May 14 10:57:37 SHR: 03mok 07libphone-ui-shr * r018129479787 10/src/ (3 files in 2 dirs): sim-auth-view: fix showing PIN2 instead of PIN May 14 11:09:35 * mrmoku reinstalling EFL stack with DEBUG_BUILD='1' May 14 11:09:47 * JaMa leaving for 2-3 days May 14 11:11:07 JaMa: have fun then :) May 14 11:12:15 weekend with work.. and rain May 14 11:12:22 how funny it can be? :) May 14 11:17:54 :P May 14 11:19:37 JaMa: tell your boss to find some clients in the caribic ;) May 14 11:27:26 yeah that would be better :) May 14 11:27:53 or find new boss in caribic :) May 14 11:28:13 and return here only for vacations to cool down :) May 14 11:28:13 :) May 14 11:34:15 If someone wants to write a proper recursive autotools project for cornucopia, I'd welcome a patch May 14 11:34:17 JaMa: do we have EFL in thumb mode? May 14 11:38:32 mrmoku: efl.bbclass and e.bbclass sets ARM_INSTRUCTION_SET = "arm" so no May 14 11:38:53 mrmoku: unless some lib reenables it in recipe (which I doubt) May 14 11:40:56 ahh Running task 13328 of 13674, maybe I can sync and upgrade before leaving ;) May 14 11:41:21 hehe :) May 14 11:42:06 hmm... with the debug build it takes _*much*_ longer to attach to the sigilled enlightenment May 14 11:44:44 but my openvpn fails today :/ May 14 11:45:13 and lol, I know why.. FR thinks it's year 2000 and my vpn server certificat is not valid YET :) May 14 11:46:13 13:44 < Lutin> mrmoku: well in ARM mode 0x6027 is andeq r6, r0, r7, lsl #32 so that can't possibly generate an alignement fault May 14 11:46:16 13:45 < Lutin> lsr #32, sorry May 14 11:46:16 JaMa: ^ May 14 11:47:18 are you sure it was from this addr? May 14 11:48:45 hi, i was trying to forward my internet connection trough usb. i had no success. i'm using the openwrt image from wiki.openmoko. could someone give me a tip? May 14 11:52:59 is someone else currently using openwrt on the freerunner? May 14 12:10:25 mrmoku: feed built May 14 12:10:29 and synced May 14 12:12:30 I don't find the status of fsogsmd on the wiki anymore. is it functionnal now ? (I'm compiling it and will try it on the nexus one) May 14 12:12:55 for FR it's new default in shr-u May 14 12:13:03 and it works pretty good May 14 12:13:59 http://wiki.freesmartphone.org/index.php/Implementations/fsogsmd May 14 12:15:16 heh May 14 12:15:28 * mrmoku back from lunch and gdb still loading symbols :/ May 14 12:16:45 JaMa: do the logs tell me with which mode it builds stuff? May 14 12:17:28 mrmoku: depends on build system.. if it shows gcc calls then you will see -mno-thumb in log.do_compile May 14 12:18:01 mrmoku: but if it says just CC sth, then you have to check other files May 14 12:18:29 mrmoku: already restarted feed build? :) May 14 12:19:06 specified class size for type `PdpPppMux' is smaller than the parent type's `FsoGsmAtPdpHandler' class size May 14 12:19:07 *** glibc detected *** fsogsmd: free(): invalid next size (normal): 0x0002f5c0 *** May 14 12:19:27 I get this when I start fsogsmd, any idea? May 14 12:24:16 export CC="ccache arm-oe-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -mthumb-interwork -mno-thumb" May 14 12:29:43 JaMa: Lutin in #e says it is definitely thumb code though May 14 12:31:37 strange May 14 12:31:54 but cannot check better now.. last 5 mins to download image May 14 12:31:58 and then off May 14 12:32:24 for some reason opkg upgrade is not upgrading any packages from rsynced feed :/ May 14 12:32:50 JaMa: ok May 14 12:35:29 mickeyterm is broken on the actual SHR. I get "org.freedesktop.DBus.Error.ServiceUnknown: The name org.freesmartphone.omuxerd was not provided by any .service files". how to fix it ? May 14 12:41:22 or is there an alternative AT terminal ? May 14 12:46:00 mterm2 May 14 12:50:46 JaMa : for mickeyterm the port was fso:0, but does not work with mterm2. Which one it the right port ? May 14 13:02:53 port for mterm2 seem to be /dev/ttySAC0, but it does not react to my AT commands May 14 13:05:43 gsmdebug.DebugCommand has also disappered from cli-framework May 14 13:08:40 even methods defined in FSO doc have dissapeared (e.g. gsmmonitor.GetNeighbourCellInformation()) May 14 13:11:57 JaMa|Gone: thanks May 14 13:12:45 tsaitgaist: current SHR uses all four ports and does not expose an AT interface anymore, except gsmdebug.DebugCommand( "", "" ) May 14 13:13:00 tsaitgaist: monitor API is implemented since early this week May 14 13:15:11 mickey|office : so no terminal can be used to send AT commands anymore ? cannel is 0 ? May 14 13:24:02 tsaitgaist, mickey|office what device you guys working on? May 14 13:24:22 dcordes : the freerunner May 14 13:24:50 ok May 14 13:53:18 dcordes: htc dream, palm pre, freerunner May 14 13:53:32 tsaitgaist: channels on FR are May 14 13:53:33 "main" May 14 13:53:38 "data" May 14 13:53:40 "urc" May 14 13:53:41 "call" May 14 13:53:46 err, "main" -> "misc" May 14 13:54:34 mickey|office for AT commands I should use misc ? May 14 13:54:46 me ? May 14 13:55:03 all channels are AT channels May 14 13:55:06 so you can use all May 14 13:55:17 note that some command setups are channels specific though May 14 13:55:25 why do you need direct AT access at all, btw? May 14 13:57:09 mickey|office : get Kc, and scan all available cells May 14 13:57:58 what's Kc? May 14 13:58:09 if you are missing monitoring mode support, please open a bug May 14 13:58:20 mickey|office : and various stuff specified by ts 27.007 May 14 13:58:56 mickey|office : Kc is the secret shared key for the call encryption May 14 13:59:16 interesting. that's exposed via EM commands? May 14 13:59:49 mickey|office : I used mickeyterm because cli-framework often return a timeout May 14 14:00:22 mickey|office : with AT+CSIM you can send raw APDU to them SIM May 14 14:01:41 ok, then you just need +CSIM implemented May 14 14:01:58 in cli-framework you can tweam timeout May 14 14:02:00 tweak May 14 14:02:13 gsmdebug.DebugCommand("+cops=?","main",timeout=100000) May 14 14:33:28 mickey|office: hi. about FSO on dream, telefony is working. But what about neighbour cells? Is it available? May 14 14:35:25 unclear May 14 14:35:28 there are commands for it May 14 14:35:38 but i did not manage to get meaningful results May 14 14:35:50 perhaps they're only valid in certain situations May 14 14:36:32 mrmoku, ping May 14 14:36:52 anyone know if there is a way to toggle illume's fullscreen mode from a script? May 14 14:36:52 JesusMcCloud-lt: HALF PONG May 14 14:36:57 oops May 14 14:37:12 * mrmoku one-handed May 14 14:37:18 mrmoku, what about theming of quick settings? will i know it when i see it? May 14 14:37:25 yup May 14 14:37:35 it is tabbed now May 14 14:37:40 i'm gonna reflash my fr now with most recent image May 14 14:37:46 ok May 14 14:37:54 I'm asking about illume1 by the way May 14 14:37:58 mickey|office: I see. You and the other already had great results. Congratulations! May 14 14:55:27 mrmoku: i started to miss the CallStatus RELEASED signal since some update lately, do you have any clue? May 14 14:57:05 And it looks like fsogsmd is constantly polling for CLCC, is it reasonable? May 14 14:58:42 No decent log yet, as i was actually using my phone as a phone during the trip May 14 14:58:51 Now "releasing" the stuck call worked. May 14 14:59:18 I guess constant CLCC polling might somehow confuse the calypso. It keeps returning that call as active even after it was dropped by the other party. May 14 15:02:09 crud! my fr wont boot from sd anymore May 14 15:02:48 now i have proof that my sd sot is fubar! May 14 15:02:59 brb May 14 15:03:06 mickey|office: btw, i think i experienced oeventsd misbehaviour in the latest version and all those issues feel like something i've already heard of. Does it make sense to try to reproduce or fix those (e.g. IdleNotifier sometimes stops working, or the device is autosuspending when it shouldn't and doesn't when it should, and led states are not synced etc). May 14 15:04:16 PaulFertser: let me state it like that: While i'd appreciate the obvious problems in oeventsd being fixed, I will no longer touch it. I rather want to make a less flexible, more lightweight oventsd replacement in Vala than spending time on the python code. May 14 15:04:34 still, I'd love to see it being fixed May 14 15:05:33 is there someone known to be regularly releasing custom images of shr with a set of useful programs? May 14 15:05:45 mickey|office: that's perfectly understandable, it's just a little bit strange to see issues known for a year to still be there. I'll try to think about the ones that bother me personally (if they do bother me enough of course). May 14 15:06:12 mickey|office: while you're here, can you comment a little bit about CLCC polling? May 14 15:07:43 mickey|office: i guess it might be the reason i never received "RELEASED" CallStatus even after the call was ended (by another party) and that asking fsogsmd to release it was of no use (i'll try to find that in my logs, i was on a laptop-less trip during that). May 14 15:08:29 ok, CLCC polling. first, it should not irritate the calypso after all. If it does, it's very bad and yet another of those calypso issues :/ May 14 15:08:48 second, it would be better to use %CPI instead, however this is one of the couple of modem-specific adaptations i found no time for yet May 14 15:09:01 that's the reason why it uses the CLCC polling which is the standard mechanism May 14 15:09:19 since 07.07 does not specify any URCs for call state other than RING May 14 15:09:37 mickey|office: ah, GSM strikes back again :( May 14 15:09:56 yep. May 14 15:10:38 mickey|office: brb with the logs (hopefully) May 14 15:11:47 PaulFertser: hmm... interesting May 14 15:12:31 PaulFertser: we have some similiar problem with opimd's missed calls signal May 14 15:12:41 it does not send it... maybe that's related May 14 15:20:07 hmm... now it did May 14 15:38:28 mrmoku, (i dotn have sim instered) i have quic-settings in front of me... what do you want to have changed? May 14 15:39:30 (the tab selector could use a little adjustment but the rest lloks ok May 14 15:40:34 JesusMcCloud-lt: with which theme? May 14 15:41:19 I changed the edc for our default theme... and others need adjusting May 14 15:41:29 mrmoku, default - freshly falshed using illume1 May 14 15:41:43 yeah, default theme is fine May 14 15:41:50 other themes need changing May 14 15:42:00 aaaah ok May 14 15:42:32 thx for the update! May 14 15:45:37 dos1: do you do a phoneui theme too? then that's for you too :) ^^ May 14 15:46:05 mrmoku: i haven't done any phoneui theme yet (but i want to) May 14 15:46:22 ok May 14 15:53:04 In opimd-cli help the examples use EntryId 0 May 14 15:53:14 which looks wrong as entries start from 1 May 14 15:53:50 For example "opimd-cli contacts delete 0" won't work May 14 15:55:10 mickey|office: http://paste.debian.net/73274/ doesn't look right, does it? May 14 15:55:38 dos1: hi :) (opimd-cli help page) ^^ May 14 16:00:01 PaulFertser: yes, we're missing a response to +CLCC on channel 2 May 14 16:00:57 I'm trying to power the antenna on the nexus one ; , following the Python tutorial. I get an AccessDenied error when I do "usage_iface.RequestResource("GSM")" May 14 16:01:09 do I miss something ? May 14 16:02:58 McKael: when i wrote opimd-cli, IDs in paths were starting from 0 May 14 16:02:59 Deubeuliou: powering the antenna is no more May 14 16:03:06 Deubeuliou: use SetFunctionality May 14 16:03:37 ok, that's what I was suspecting May 14 16:03:37 dos1: Yeah, I thought there could be a reason like that May 14 16:04:02 mickey|office: FsoGsmGenericAtCallHandler <>: Synchronizing call status continued until i killed fsogsmd. May 14 16:04:14 but still, why do I get this error ? May 14 16:04:23 dos1: btw, seems that opimd-messages has UTF-8 issues too May 14 16:04:30 Deubeuliou: looks like dbus permissions, no? May 14 16:04:56 McKael: probably the same python unicode-by-default in OE but not in Debian issue. May 14 16:06:53 PaulFertser: I'm using the files that come with fsogsmd and fsousaged 's shr-u ipkgs May 14 16:06:54 maybe May 14 16:11:09 now, I can't use SetFunctionnality because the device is "closed" May 14 16:12:08 does that mean that the modem is unsopported ? May 14 16:13:36 I should take a look at msmcomm May 14 16:19:09 What's the server behind org.freesmartphone.opimd? May 14 16:19:38 McKael: frameworkd May 14 16:20:02 mrmoku: thanks May 14 16:22:44 I'm wondering why opimd-resolve works with international numbers but not with national numbers May 14 16:23:08 McKael, because your /etc/phoneutils.conf May 14 16:23:13 is not set up correctly. May 14 16:23:52 ... /etc/phoneutils.conf or /etc/phone-utils.conf ? May 14 16:24:13 whichever exists :P May 14 16:24:34 McKael, you should have set it up in the first run wizard May 14 16:24:39 or in shr-settings May 14 16:25:16 There are none of those in Debian :p May 14 16:25:35 Though I wish shr-setting would work :/ May 14 16:26:40 Anyhow, I'm confused by national_prefix/country_code/area_code May 14 16:30:38 McKael: when i last wanted to know about those, i needed to look through the actual code, now i've forgotten them already again. Probably SHR Manual has some info. But i personally store all the numbers in the standard international format, so no need for those tricks. May 14 16:30:40 I can't figure out how to tell fsogsmd to use a specific configuration file May 14 16:31:26 PaulFertser: I do too, but I'd like it to work for short numbers anyway :) May 14 16:31:39 McKael, Oh! May 14 16:31:46 McKael, next time say you are using debian. May 14 16:31:57 I am using Debian May 14 16:31:59 :p May 14 16:31:59 McKael, look at opimd code, you'll probably notice you are missing libphone-utils May 14 16:32:17 (an opimd error and a quick search in apt) May 14 16:32:33 just install it, and configure. May 14 16:32:52 ii libphone-utils0 May 14 16:33:01 TAsn: fyi McKael is the only soul brave enough to follow my mad "bleeding edge FSO on Debian" way ;) May 14 16:33:08 but I'm afraid you'll have to reimport your db or something :| May 14 16:33:11 McKael, got it? May 14 16:33:16 yes May 14 16:33:38 then create May 14 16:33:54 PaulFertser: and when it works, I break it again by updating from git... May 14 16:33:57 /etc/phone-utils.conf May 14 16:34:05 TAsn: I have it May 14 16:34:16 I'm not sure about the values though May 14 16:34:17 so edit it May 14 16:34:22 McKael, where are you from? May 14 16:34:44 TAsn: France. I've set the international prefix to 33 and everything else to 0 May 14 16:34:48 McKael: that's the main pleasure of being bleeding edge :) May 14 16:35:05 McKael, looks correct May 14 16:35:19 McKael, restart opimd after you set those values. May 14 16:35:27 I have restarted frameworkd May 14 16:35:46 should work now May 14 16:36:23 TAsn: do we agree it should work for short numbers if I do "opiimd-resolve 0123456789"? Maybe I misusing it? May 14 16:36:35 no idea what's opimd-resolve May 14 16:36:39 but yeah, it should work. May 14 16:36:43 Unless May 14 16:36:48 your types are not set correctly May 14 16:36:56 which I doubt is the case May 14 16:36:57 I gtg May 14 16:37:04 ok thanks! May 14 16:37:04 please ask people here May 14 16:37:05 good May 14 16:37:05 ciao. May 14 16:37:07 food* May 14 16:37:08 bye May 14 16:37:42 TAsn: bye May 14 16:37:45 Hmmm. In my old testing shr backup (took a long time to uncompress on the FR...), May 14 16:37:56 I had international_prefix = 00 and country_code = 33 May 14 16:38:27 Maybe it was wrong May 14 16:38:32 McKael, I didn't leave yet, but this is correct. May 14 16:38:39 s/but // May 14 16:38:40 ok May 14 16:38:40 TAsn meant: McKael, I didn't leave yet, this is correct. May 14 16:38:49 McKael, just lookt at /etc/phoneprefix May 14 16:38:51 for info May 14 16:38:55 of best choice May 14 16:39:25 I don't have this file May 14 16:40:31 mickey|office: 2010-05-14T16:39:55.809417Z [WARN] QualcommHtcModem <>: No handler for URC +HTCCNIV w/ rhs "Orange F","Orange F","20801", please report to Mickey May 14 16:40:59 reported :) you want this by email, maybe ? May 14 16:44:39 Deubeuliou: yes, please forward it to the said list, that'll make it easier for me, thanks! May 14 16:44:48 found phoneprefix from the git repository May 14 16:47:11 mickey|office: another issue (?): DebugCommand for me works but never returns the modem's reply ('' instead), is it a bug (simple "yes" would mean i'll file a ticket). May 14 16:52:29 \o/ fso on nexus one detected an incoming call May 14 16:52:43 too bad I don't have any credit more :( May 14 16:55:28 Deubeuliou: great! May 14 16:56:59 Deubeuliou: i have a sim card if you need, and I have credit, just promise to give it back to me :) May 14 16:57:40 I have a sim card as well, gimme the Nexus! May 14 17:06:21 PaulFertser: the last line is swallowed w/ debugCommand, yes May 14 17:06:31 i'm not sure whether it's simple or not May 14 17:06:39 won't hurt to file a ticket anyways May 14 17:10:35 mickey|office: ok May 14 17:17:59 mickey|office: filed tickets for both the issues i reported today, big TIA :) May 14 17:33:29 hi, quick question about 2.6.32 kernels May 14 17:33:48 is the ar6000 delay patch included? May 14 17:33:56 http://docs.openmoko.org/trac/ticket/2327 May 14 17:34:04 in shr May 14 17:39:39 bt4: we have some ar6000 delay patch, yes May 14 17:39:47 dunno if it is the one from that ticket May 14 17:40:59 mrmoku: thanks, i am having problems with wifi in 2.6.32.12 and trying to figure out what is wrong May 14 17:41:17 should this happen ? May 14 17:41:18 root@om-gta02 ~ # mdbus2 -s org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage.ReleaseResource WiFi May 14 17:41:19 org.freesmartphone.Usage.ResourceUnknown: Resource WiFi had never been registered May 14 17:55:02 PaulFertser: is the default route updated when you start gprs? May 14 18:01:31 McKael: for me it is if i have no default route because i use custom options May 14 18:02:00 PaulFertser: I think I have found a clue about my GPRS/pppd issue! May 14 18:02:09 McKael: but the vendor-recommonded :) way is to use fsonetworkd to handle routing. May 14 18:02:13 McKael: please share! May 14 18:03:32 McKael: if you use replacedefaultroute option for pppd, it will replace even an existing route. May 14 18:03:41 PaulFertser, if it terminates with signal 15, there's probably a daemon sending the signal... I was thinking about wicd, but digging deeper I've seen I have /etc/apm/event.d/ppp May 14 18:03:59 Do you have this script too? May 14 18:04:01 and apmd? May 14 18:04:06 McKael: hm, exactly what i suspected, i think i've told you to check /etc/suspend.d and the like May 14 18:04:31 I did, but I didn't see this apm script May 14 18:05:05 McKael: no, i do not use apm as i have no need for it. May 14 18:05:13 McKael: apm was deprecated ages ago. May 14 18:06:42 PaulFertser: which apm utility do you use? fso-apm? May 14 18:07:06 McKael: i do not use any. I press power button and it calls Suspend method of FSO. May 14 18:07:56 mrmoku|dinner: ping May 14 18:09:40 I'm using it, for battery monitoring, but I have fso-apm anyway May 14 18:10:16 morphis: pong May 14 18:10:33 McKael: do you really need apmd for battery monitoring? Why not use some utility that knows about power_supply sysfs interface? May 14 18:10:46 mrmoku: you said you used uml for testing fsoinitd May 14 18:10:54 which kernel do you used for that? May 14 18:11:05 PaulFertser: I do not /really/ need it, I just don't know of such a utility May 14 18:11:05 I only found some old 2.6.11 kernel within oe May 14 18:11:08 morphis: manually build plain standard kernel May 14 18:11:16 ah ok May 14 18:11:51 I only have to turn uml on? May 14 18:12:12 you have to build it with make ARCH=um May 14 18:12:20 and there is a defconfig for uml too May 14 18:12:29 ah great May 14 18:12:49 not uptodate though... you will have to answer some questions on make oldconfig :P May 14 18:14:55 hehe, when it works afterwards May 14 18:16:12 hm, ok ... now I have to wait until the x86 build has finished May 14 18:21:17 PaulFertser, GPRS finally works as expected now. May 14 18:21:30 McKael: i'm glad to hear that May 14 18:23:18 Everything works but sending SMSes via the SHR UI... I think I'll wait for the e17 packages to be updated for that... May 14 18:24:09 ... and the sound when reading a new message :) May 14 18:30:00 dos1: ping - could it be that opimd sends the "sms received" message too early to the operator? before i always got the sms three to five times but now i often loose them even with a completly empty sim? May 14 18:30:43 bumbl: opimd doesn't send anything to operator May 14 18:30:56 dos1: then fsogmsd May 14 18:31:13 bumbl: then ask mickey|zzZZzz, as i don't know :x May 14 18:31:22 bumbl: can you clarify the question? May 14 18:31:22 but i doubt May 14 18:31:32 long story short - before i got sms three to four times - then this was thankfully fixed and now i loose sms May 14 18:31:51 bumbl: receiving sms many times was due to big response time between ogsmd and opimd May 14 18:31:52 bumbl: the latest fsogmsd should use direct delivery (no sim card storage involved) for the messages May 14 18:32:23 bumbl: but now opimd became faster, so problem disappeared May 14 18:32:41 bumbl: and after that came fsogsmd with new way of receiving messages, so problem disappeared twice :D May 14 18:32:47 PaulFertser: yes: i have the following problem: sometimes when someone sends me a sms i hear static in my loudspeakers (indicating modem activity), the neo wakes from suspend but then there is nothing and i never receive the sent sms May 14 18:33:17 bumbl: can you check "mdbus2 -s -l" and then write some sms to yourself? May 14 18:33:35 bumbl: i think the only easy explanation is that the message is multipart so you won't get anything in opimd until all the parts are received. May 14 18:33:41 bumbl: i mean, check if signal about message appeares frmo fsogsmd May 14 18:33:58 PaulFertser: s/opimd/fsogsmd/ May 14 18:34:15 PaulFertser: as with ogsmd, opimd is able to display only part of message, and then update it with new content May 14 18:34:33 dos1: the problem is it only seems to happen when it has to wake up from suspend and is not always reproduceable (~1/10 of all sms affected) May 14 18:34:35 dos1: nah, fsogsmd won't send you a signal unless all the parts are ready afair May 14 18:34:46 PaulFertser: yup, that's what i meant May 14 18:34:51 PaulFertser: ogsmd will, fsogsmd won't May 14 18:35:09 bumbl: does multipart theory sounds reasonable to you? May 14 18:35:21 PaulFertser: yep could be May 14 18:36:06 + sending a multipart sms to more than one person sometimes (i donÄt May 14 18:36:51 know how) sends frameworkd/the modem straight to hell as then i won't be able to send/receive sms make/take calls until a reboot May 14 18:37:27 bumbl: do you use fsogsmd? May 14 18:37:37 could it be that my operator has some strange default values which confuse the neo or could it be that the modem antenna,... has some connection issues May 14 18:37:40 bumbl: would be nice to see some logs May 14 18:37:44 PaulFertser: i should be using it May 14 18:38:18 bumbl: hell is not an appropriate place in any case, for me killing fsogsmd is always enough lately. May 14 18:41:30 PaulFertser: i'll try to reproduce in a testing situation with debug loglevel but i have failed to do so often lately ;( May 14 18:42:02 bumbl: i now switched both fsogsmd and libfsotransport to DEBUG, doesn't seem to harm me in any way. May 14 18:44:07 PaulFertser: doesn't it slow the neo even more down? lately it got even more unresponsive (it was quite fast some time ago (before fsogsmd and quicksettings) May 14 18:44:47 bumbl: hm, probably, but i need debugging more than illusion of speed. May 14 18:45:14 well as i'm not very patient even the illusion of speed is pleasing May 14 18:45:18 bumbl: new debugging facilities reimplemented in vala are quite fast though. May 14 18:54:15 TAsn: hehe, i see you had an uneasy relationship with Fennec ;) May 14 18:55:14 :P May 14 18:58:54 PaulFertser: i could reproduce the multipart sms to multi users with log_level=INFO, the other one i couldn't - i'm rebooting and trying with DEBUG now May 14 19:02:11 PaulFertser: which logs do you need? frameworkd.log? fsogsmd.log (this one is hard to anonymize)? May 14 19:07:04 dos1: is this error ok? _unread_messages_callback: error 2: The name org.freesmartphone.opimd was not provided by any .service files May 14 19:10:26 mrmoku: ^^^^ May 14 19:10:40 bumbl: for me it looks like phoneuid starts before opimd starts May 14 19:10:41 but May 14 19:11:01 mrmoku: maybe that's the reason for no receiving signals about unread messages and missed calls? May 14 19:11:54 mrmoku, in libphone-ui: do you register signals with proxies? May 14 19:12:12 if so, this might be possible (what dos1 is talking about) May 14 19:12:13 dos1: i get the same message for calls too May 14 19:14:17 TAsn, dos1: not the reason... does not work even when starting phoneuid after frameworkd May 14 19:14:43 and according to mickey|zzZZzz with libfso-glib signal handlers are supposed to survive name owner changes May 14 19:15:09 mrmoku, maybe libfso-glib is not binary compat and we need to rebuild everything? May 14 19:15:46 TAsn: 2010.05.14 20:55:53.570540 [libphone-ui-shr] DEBUG: Updating missed calls counter to 3 May 14 19:15:58 the signal hits us... just updating it does not work May 14 19:16:10 ok, so it's efl. May 14 19:16:13 edje_edit_part_selected_state_set(ui_utils_view_layout_get(VIEW_PTR(view)), name, "default", 0.0); May 14 19:16:19 is what we do May 14 19:16:32 edje_edit is to use only in rare cases if I understand correctly May 14 19:16:47 so maybe that's it. May 14 19:16:49 we should change that to do emit_signal instead May 14 19:16:58 probably. May 14 19:18:49 as for multipart sms sent to multiple persons: the sms sending could be read in phoneuid.log but never shows in frameworkd.log/fsogsmd.log - so they seem to be lost somewhere between phoneuid -> frameworkd May 14 19:23:54 well get to go now have a nice night May 14 19:24:59 TAsn: btw. the alignment traps we see happen to be inside libdbus-1 :/ May 14 19:34:44 yay May 14 19:34:50 * mrmoku got his missed calls back :D May 14 19:39:37 SHR: 03mok 07libphone-ui-shr * r1b9a5faff8b3 10/data/idle_screen/ (7 files): idle-screen: tweak the signal strength and pdp status indicator to not overlap May 14 19:39:39 SHR: 03mok 07libphone-ui-shr * rb984c0fa074a 10/ (data/idle_screen/idle_screen.edc src/view/idle-view.c): idle-screen: fix display of missed calls and companions May 14 19:39:53 <[Rui]> hi May 14 19:39:58 hi May 14 19:40:08 [Rui]: how's your wife btw.? May 14 19:40:13 <[Rui]> mrmoku: thank you, thank you! :) now a build would be so nice! :) May 14 19:40:23 <[Rui]> mrmoku: well and sound asleep in the sofa :) May 14 19:40:43 yeah... will build May 14 19:40:58 <[Rui]> just bought a waterproof (up to 3m deep) camcorder May 14 19:41:23 <[Rui]> mrmoku: and yours? :) May 14 19:41:40 fine... carrying around the little boy :P May 14 19:41:51 making him sleep... finally May 14 19:42:09 <[Rui]> mrmoku: will feel your "pain" RSN ;) May 14 19:42:17 [Rui]: when is she due? May 14 19:42:31 <[Rui]> mrmoku: mid-August May 14 19:43:00 :) May 14 19:43:34 lion... very dangerous :P May 14 19:45:15 <[Rui]> mrmoku: lol... well, hopefully will only know Free Software in the house, and hopefully will be able to use it in its fullest for whatever he wants to do with his life :) May 14 19:45:55 [Rui]: sometimes it is hard to explain them 'You can't use this... it needs Windows' May 14 19:46:51 <[Rui]> mrmoku: well... hopefully... when that time comes, Windows is no more :) May 14 19:46:57 :) May 14 19:47:15 my oldest is 10... I have that problem now :/ May 14 19:47:24 * [Rui] . o O ( one can only wish... ) May 14 19:49:51 JaMa|Gone: make a patch for vfat not to warn on UTF charset plz May 14 19:52:01 mrmoku: and what happened to battery gadget? May 14 19:52:17 Q-Master: please find out and tell me :P May 14 19:52:30 damn 8) May 14 19:52:51 <[Rui]> mrmoku: one possibility is to let him take the risk and later on choose by himself... May 14 19:53:02 can't do that now. 8) I must wake up tomorrow at 7am May 14 19:53:24 [Rui]: yeah, he would have to go to the computer store and buy one though... I have none ;) May 14 19:53:35 <[Rui]> mrmoku: lol May 14 19:54:08 Q-Master: just in case... set up a second alarm clock :P May 14 19:54:36 yeah... already done so. 8) May 14 19:54:37 [Rui]: index is building with attached sync May 14 19:54:38 brb May 14 19:54:58 <[Rui]> \o/ :) now if only ecore was updated.... May 14 20:00:00 intone-video has a bug in .desktop file May 14 20:00:15 exec is not intone-video, but intonevideo May 14 20:02:05 <[Rui]> I don't know if the author of Dictator comes around here, but a BIG thank you :) Very useful for recording a couple of very important calls :) May 14 20:10:17 [Rui]: what ecore rev do you need? May 14 20:10:44 <[Rui]> mrmoku: I've recently added support for httpauth to ecore_con_url May 14 20:11:22 <[Rui]> mrmoku: I'd like to move elmdentica from libcurl to ecore_con_url but I can't do that without httpauth in my main OS for elmdentica May 14 20:11:58 <[Rui]> mrmoku: but considering how prickly these efl bumpings have been with us, I don't recommend to upgrade it without some tests :) May 14 20:12:23 [Rui]: sure May 14 20:14:32 TAsn: fixed idle-screen is in the feed May 14 20:14:56 mrmoku, what was wrong? May 14 20:15:32 TAsn: as suspected... changing edje_edit to signal_emit and it worked May 14 20:15:51 :P May 14 20:22:16 dos1: if you have some minute... now we can fix GPRS in shr-settings :) May 14 20:34:45 TAsn: where does e have the skelleton to put the softkey into? May 14 20:35:47 I don't remember exactly, ask in e or look in the e wizard source code. May 14 20:35:57 or just look for "e" May 14 20:36:55 k May 14 20:37:04 at least your memory sucks too ;) May 14 20:37:04 I think I'm going to trash my phone with this upgrade May 14 20:37:21 I'm famous for my lack of functional memory. May 14 20:38:23 <[Rui]> are images still being generated? May 14 20:38:37 <[Rui]> I'm wondering if I should try tofreshen the phone.... May 14 20:38:41 [Rui]: not generating images now May 14 20:38:52 [Rui]: JaMa|Gone did that this morning May 14 20:39:08 if you need a fresh image take that and upgrade May 14 20:41:37 SHR: 03mok 07libphone-ui-shr * rade081d2e252 10/src/view/quick-settings-view.c: quick-settings: ask for confirmation before shutdown May 14 20:57:37 <[Rui]> mrmoku: sure, just if there was a recent one... May 14 20:58:08 <[Rui]> mrmoku: I find it weird that I have xchat installed but no xchat ipk installed :) May 14 21:23:30 <[Rui]> mrmoku: ping? May 14 21:26:20 <[Rui]> mrmoku: no need to upgrade ecore, my patch is in already (looking at my --noaction upgrade output) :) May 14 21:29:01 [Rui]: good :) May 14 21:29:15 <[Rui]> will dare an upgrade... May 14 21:30:20 [Rui]: latest image is from last night May 14 21:30:25 (not this morning as I though) May 14 21:30:25 * PaulFertser 's finally written an "official" announcement of the emacs UI, guess it sounds quite stupid since it's 1:30 am here already May 14 21:30:27 t May 14 21:30:52 And he likes writing wierd mails :) May 14 21:31:16 anyway... time to sleep... as all kids are quiet and sleeping :) May 14 21:31:24 night mrmoku May 14 21:31:25 gnight all May 14 21:31:30 Good night May 14 21:31:54 <[Rui]> mrmoku: hehe good night May 14 22:02:42 PaulFertser: i am sorry, but emacs interface for GSM is huge LOL. Amazing. I'm on qtmoko now, but I'll try it as soon as i boot FSO. May 14 22:07:45 PaulFertser: The question which text editor is best is solved for me. I've got unbeatable argument. May 14 22:18:32 <[Rui]> argh, iliwi *cannot* be an always on graphic app... 128MB * 8.1% is *HUGE* May 14 22:20:12 <[Rui]> elmdentica = 8.9%, iliwi = 8.1% this picture is wrong in so many ways... May 14 22:47:08 what happened to bitbake -i? May 14 22:47:29 While bitbake --help lists "-i", when I try "bitbake -i", I get: May 14 22:47:31 ERROR: Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information. May 14 23:35:26 <[Rui]> night! May 14 23:45:52 Is somebody who ever hacked zhone2 here? May 14 23:46:06 Where you taked vala bindings for e17? May 14 23:47:41 max_posedon: my wild guess is libeflvala May 14 23:48:16 DESCRIPTION = "Vala meets the Enlightenment Foundation Libraries" May 14 23:48:43 (OE/recipes/efl1/libeflvala_svn.bb) May 14 23:49:28 nice thanks, now I need bump it too gentoo May 14 23:51:04 this index http://git.freesmartphone.org/ haven't libeflvala, has it? May 14 23:52:05 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http" May 14 23:52:18 -> hosted on e May 14 23:52:22 git://git.freesmartphone.org/libeflvala.git May 14 23:52:22 May 14 23:52:29 hm May 14 23:52:29 hosted on fso too) May 14 23:52:32 ok :) May 14 23:52:57 but recepies defenetly know better place) May 15 00:15:53 max_posedon: the fso url is the place to use May 15 00:16:10 no it doesn't May 15 00:16:28 at least it defenetly no works with latest vala May 15 00:16:44 and as I see libeflvala from e17 is more recent May 15 00:16:57 but that is where it is developed. mickey maintains it. Or at least used to May 15 00:17:05 interesting. May 15 00:17:12 anyway, I am gone. good luck May 15 00:17:17 thanks May 15 00:20:28 spaetzAway, they both looks same for me now... **** ENDING LOGGING AT Sat May 15 02:59:56 2010