**** BEGIN LOGGING AT Tue Apr 07 02:59:58 2009 Apr 07 05:37:55 hello, guys? I heard that openmoko was cancelled? Apr 07 05:38:19 hello, guys? I heard that openmoko was cancelled? Apr 07 05:38:27 Is that true? Apr 07 05:55:01 loveheaven: only gta03 Apr 07 05:55:11 gta02 is still being produced Apr 07 06:28:07 hello, i got this: * Package localedef md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. Apr 07 06:28:20 i just did 'opkg update' Apr 07 06:32:07 I'd guess repositories are being updated Apr 07 06:32:58 tmzt: ok, ill wait and see :) Apr 07 06:34:12 PaulFertser: Hello Apr 07 06:36:20 you might be early Apr 07 06:43:51 DocScrutinizer: Do you have any 0402 190k resistors? Apr 07 06:44:33 I would like to try and reduce the resistor at the 32k xtal to 100k and see if that helps with recamping. Apr 07 06:44:50 Damn, all these little farnell orders are getting expensive :-( Apr 07 06:48:34 Great... LABORSORTIMENT WIDERSTÄNDE 0402 1R-10M - thats all Conrad has on 0402 resistors (for 94,95 EUR) Apr 07 06:50:28 morning Apr 07 06:50:32 morning Apr 07 07:01:30 a1: digi-key is your friend ;-) Apr 07 07:04:55 wpwrak: Hmm Apr 07 07:07:21 anyone else getting a error in staging mokoko with todays shr-testing build? (make distro) Apr 07 07:07:33 looks like a variable isnt being satisfied Apr 07 07:07:55 NOTE: package mokoko-0.1+svnr${SRCPV}: failed Apr 07 07:46:26 billk: sane-srcrevs.inc:SRCREV_pn-mokoko ?= "127" Apr 07 07:46:40 this is in the OE repo Apr 07 07:50:52 mickeyl :)! Apr 07 07:50:56 morning folks Apr 07 07:51:17 can you (or I) add a void* data pointer to the CommandQueue in your eflvala app? Apr 07 07:51:26 right now a command is a plain string Apr 07 07:51:41 would be great if I could include a pointer to an object too Apr 07 07:52:19 Would just require extending the Command class a bit Apr 07 07:52:35 I think... Apr 07 07:54:21 spaetz: i'm not sure what to do with the command structure, that's why i made it so simple for now Apr 07 07:54:30 you can just derive your own command Apr 07 07:54:43 only need to cast back, when you handle it Apr 07 07:55:02 i don't want to impose policy on the format of the commands Apr 07 07:55:04 should be app specific Apr 07 07:56:07 hello. Apr 07 08:03:01 mickeyl: what is the prooer way to add a new abstractmodem to ogsmd? Apr 07 08:03:07 from earlier Apr 07 08:03:21 there's only one type of AbstractModem, so if I wanted to change the commands used to init the modem I would have to replace the gsm one, not add a new one for cdma? Apr 07 08:03:53 cdma does not init a sim card because it does not have one Apr 07 08:03:59 or select networks Apr 07 08:04:11 those commands fail with ERROR Apr 07 08:04:32 ERRORS don't hurt Apr 07 08:04:43 but anyways, you can derive from AbstractModem and overwrite the init commands Apr 07 08:05:16 For fso2, i might add a hierarchy Apr 07 08:05:24 so I can have a CDMAModem and use it in qualcomm-msm-cdma Apr 07 08:05:26 so we have AbstractModem, AbstractGsmModem, AbstractCdmaModem Apr 07 08:05:35 or whatever? Apr 07 08:05:37 tmzt: sure Apr 07 08:05:38 yeah Apr 07 08:06:07 for now you could also add the logics to the qualcomm msm modem Apr 07 08:06:15 most things are the same, then there's the htc unsol. and special commands both use Apr 07 08:06:16 make it understand a new config option Apr 07 08:06:21 both cdma and gsm Apr 07 08:06:30 and override the init commands based on the config option Apr 07 08:06:51 btw, I thought about that Apr 07 08:07:01 I've worked with pyton but I need to get familiar with the objects Apr 07 08:07:01 isn't a request resource for gprs a good idea? Apr 07 08:07:14 I mean let many use the connection automatically. Apr 07 08:08:39 mickeyl: thanks, will do for now Apr 07 08:08:40 TAsn: i'm not sure. i did not work further along this line, since it ties into the Networking. I'd rather prefer a networking resource, that -- depending on configuration and/or availability of services -- turns up the most appropriate means of networking given the present situation Apr 07 08:08:56 TAsn: so further work is pending final integration with connman Apr 07 08:09:02 yeah, I also thought about that. Apr 07 08:09:07 mickeyl, cool ;] Apr 07 08:09:11 mmh connman sweetness Apr 07 08:09:18 spaetz, are you related by anyway to the shr build? Apr 07 08:09:24 spaetz: cool. when we have more experience with how apps are using the commands, we can decide on a format to use in the base class. Apr 07 08:09:28 I want to know if someone bumped efl yet or not ;] Apr 07 08:09:35 TAsn: I have commit access to the shr-overlay Apr 07 08:09:39 it's not really exclusive either Apr 07 08:09:45 not to the build or build host Apr 07 08:09:55 I also have for overlay. Apr 07 08:10:04 spaetz, i c, so who has? Apr 07 08:10:09 mickeyl: I'll start using it pretty soon, as dbus signals won't work without glib mainloop Apr 07 08:10:22 spaetz: yep Apr 07 08:10:25 once you bring up ppp it should be available to every process, so it's really just reference counting Apr 07 08:10:29 TAsn: quickdev (MIA), mrmoku (holiday), and Ainulindale Apr 07 08:10:35 MIA? Apr 07 08:10:40 Ainulindale, ! ;] Apr 07 08:10:44 Ainulindale, ping. Apr 07 08:10:48 Missing In Action :) Apr 07 08:10:55 spaetz: i think adding dbus to the new example should be pretty simple Apr 07 08:11:15 spaetz: there is another plan to add vala-dbus support featuring the e mainloop, but that will have to wait Apr 07 08:11:17 mickeyl: I just need to be able to compile with vala .6 or .7 Apr 07 08:11:25 I hope the new posix stuff is in .7 Apr 07 08:11:44 integrating edbus? Apr 07 08:11:48 ya Apr 07 08:11:50 that would be sweet too Apr 07 08:12:01 still i think using two threads might actually be a good idea Apr 07 08:12:05 as I need the glib mainloop just for dbus signals Apr 07 08:12:08 since it forces you to think about separation Apr 07 08:12:11 hehe Apr 07 08:13:22 so the deisgn now is basically a single daemon which launches X applications in response to events, implemented in vala? Apr 07 08:13:52 apart from the gsm, device, phone, gps, mux stuff Apr 07 08:14:06 nobody bumped efl, why is it necessary? Apr 07 08:14:56 dcorded-kais: hey Apr 07 08:15:03 hi tmzt Apr 07 08:15:13 tmzt: not much idea about ophonekitd, better ask the SHR experts here Apr 07 08:15:16 * mickeyl stuck with FSO middleware :) Apr 07 08:15:27 dcorded-kais: yo, any new findings wrt. raph? Apr 07 08:15:40 no Apr 07 08:15:41 so that's ophonekitd? Apr 07 08:16:00 spaetz, I think they have, in unstable Apr 07 08:16:08 with usb work on kais would be possible, right? Apr 07 08:16:12 it's important for unicode support. Apr 07 08:16:15 tmzt: well, X is outside FSO, so I think you were referring to SHR? Apr 07 08:16:22 maybe Apr 07 08:16:32 is shr a gta only thing? Apr 07 08:16:36 tmzt: the FSO design right now is one python daemon. this will be multiple vala daemons Apr 07 08:16:50 tmzt: I'm trying to pester the SHR guys to be less openmoko-centric Apr 07 08:16:55 or should we be looking at that for msm devices? Apr 07 08:16:57 mickeyl yea you need to get the kaiser now. it has perfectly working phone + usb Apr 07 08:16:59 tmzt: same as trying to pester the htclinux guys to be less android-centirc Apr 07 08:17:12 dcorded-kais: unfortunately I'm not rich Apr 07 08:17:15 but it's qvga Apr 07 08:17:20 so I'm stuck with the raphael Apr 07 08:17:44 dcorded-kais: I mean with cli stuff, so you have a test base for gsm stuff Apr 07 08:18:00 mirko-paroli: hallo tyskland? Apr 07 08:18:01 mickeyl I hope maejrep can get the A audio working Apr 07 08:18:03 mickeyl: stuck? Apr 07 08:18:04 recent developments have shown that we all really have to work more closely together in linux on mobile, if we want to achieve something Apr 07 08:18:07 TAsn: 5 days ago Klaus Kurzmann bump EFL_SRCREV to 39827 Apr 07 08:18:19 yeah, saw it. Apr 07 08:18:23 testing it atm. Apr 07 08:18:26 tmzt: "stuck" in the sense that I'm waiting for kernel to support more features Apr 07 08:18:35 but the UTF-8 stuff involved installing the UTF8 lcale, right? Apr 07 08:18:39 No changes in EFL itself Apr 07 08:18:43 not only Apr 07 08:18:49 there were some major changes in efl Apr 07 08:18:50 ... Apr 07 08:18:51 I was looking at goog experimental tree and spah/magic support Apr 07 08:18:52 mickeyl does sms work with fso on raph? Apr 07 08:19:02 and Ainulindale add the utf8 locale stuff to the image yesterday Apr 07 08:19:04 dcorded-kais: never tried, but it should Apr 07 08:19:04 there are always lots of changes in efl Apr 07 08:19:06 :) Apr 07 08:19:11 btw, how can I update the whole bid environment? Apr 07 08:19:14 spaetz, cool!!! ;] Apr 07 08:19:20 it seems that htcaucustic provides the audio routing, but there are still amss differences Apr 07 08:19:27 mickeyl so you're not that stuck :P Apr 07 08:19:33 oh well Apr 07 08:19:37 power class, backlight class, gprs, charging, accelerometer, camera, bt, wifi Apr 07 08:19:39 that makes me kind of stuck Apr 07 08:19:51 if dzo's available for more than a few minutes maybe we can start to work this out Apr 07 08:19:53 bumping efl is always a major endevour. Often the python bindings or other crap breaks :) Apr 07 08:20:19 anyways, i'm not complaining. Apr 07 08:20:23 i know it's all volunteer Apr 07 08:20:28 as is FSO for now Apr 07 08:20:42 spaetz, ;] Apr 07 08:20:49 wifi is mostly a driver/util issue, either patching in proper wext support or adopting the android approach Apr 07 08:20:56 * spaetz hopes mickeyl is going to find funding Apr 07 08:21:07 tmzt: i'd vote for going 80211 subsystem, wext are horrible Apr 07 08:21:11 anyhow, how can I update my build environtment to be the same as in yours? (shrs) Apr 07 08:21:20 and adopting the android approach is something i'd rather not think about ;) Apr 07 08:21:33 i have seen what this leads to Apr 07 08:21:35 when browsing through kernel sources Apr 07 08:21:35 tmzt jeez that reminds me I still didn't try the pandora utils Apr 07 08:21:51 spaetz: *knock on wood* Apr 07 08:22:00 bt is probably solved with recent git commits Apr 07 08:22:17 mickey whic android approach? Apr 07 08:22:17 TAsn: I simply checkout the SHR tree (http://trac.shr-project.org/trac/wiki/Building%20SHR) and build -unstable Apr 07 08:22:41 tmzt in htc-msm-2.6.27 ? Apr 07 08:22:45 dcorded-kais: giving a damn about existing kernel interfaces Apr 07 08:23:23 ah hi mickeyl :) Apr 07 08:23:27 yo mirko-paroli Apr 07 08:23:32 how are things? Apr 07 08:23:32 mickeyl you meen the whole shared mem thing? Apr 07 08:23:34 how is life ? Apr 07 08:23:41 bah, I get bla bla not up to date errors. ;\ Apr 07 08:23:42 dcorded-kais: I think so, but no idea if those work, but a2dp works in the magic images which I'm trying to track down git for Apr 07 08:23:43 working my way through all fso settings Apr 07 08:24:03 we can't avoid smem completely Apr 07 08:24:10 enjoying the sun in berlin Apr 07 08:24:12 yea Apr 07 08:24:14 dcorded-kais: no, that's pretty much ok. i mean backlight class, power class, v4l2, accelerometer, suspend/resume etc. Apr 07 08:24:37 v4l2 for mt9x* could be possible Apr 07 08:24:41 TAsn: sometimes (often actually) the OE git hangs up on the first try of "make update" and I need to rerun Apr 07 08:24:43 mirko-paroli: sounds good. all ok here, just returned from berne and trying to calm down, enjoying the sun, taking time to think about the future Apr 07 08:24:56 it's the mddi interface that would have to be written Apr 07 08:24:57 otherwise jsut delete whatever it complains about... and rerun make update Apr 07 08:25:22 mickeyl: berne had you worked up? Apr 07 08:25:23 :) Apr 07 08:25:23 I hope my fso-illume-image is done when I'm home so I can play with it on the kais Apr 07 08:25:40 tmzt mt9x? Apr 07 08:25:50 spaetz, it's telling me there's a clash with setup-env Apr 07 08:25:53 suspend/resume of just the arm11 core is one thing, but arm9 has to handle phone suspend/resume Apr 07 08:25:58 raster: not berne, but the whole march was pretty exhausting. three conferences + openmoko news Apr 07 08:25:58 is fs-illume-image in org.oe.dev any uptodate? Apr 07 08:26:10 mickeyl: fair enough :) Apr 07 08:26:20 backlight is either vreg or part of microp Apr 07 08:27:02 dcorded-kais: the camera Apr 07 08:27:34 ah that is the vga one with present driver (olpc) rigt? Apr 07 08:27:56 I think so Apr 07 08:28:12 spaetz, error: Entry 'setup-env' not uptodate. Cannot merge. Apr 07 08:29:32 tmzt I want to add the refresh thread in vogue tree later. ca you give me a hand readding the tsc2003 tslib fix? Apr 07 08:29:57 can we just get a clean tsc2003 from omap tree? Apr 07 08:30:30 with cupcake the reasons for having calib in the kernel are pretty much gone Apr 07 08:30:47 and OM hasn't had a keyboard for 3 years Apr 07 08:30:58 tmzt I guess we need to have at least one option fr android in the kernel. so dzo won't behad us. Apr 07 08:31:36 I know, but Makefile is as good a place as any to include/exclude code Apr 07 08:31:43 s/android/kaiser ts in android/ Apr 07 08:31:43 dcorded-kais meant: tmzt I guess we need to have at least one option fr kaiser ts in android in the kernel. so dzo won't behad us. Apr 07 08:32:41 part of the reason I'm saying this is my raph calib doesn't seem to work Apr 07 08:32:50 spaetz, resolving by hand ;\ Apr 07 08:32:58 I thought they may be an update-force thingy Apr 07 08:32:58 ;] Apr 07 08:33:03 I've done the kernel one and saved the result Apr 07 08:33:10 in cmdline Apr 07 08:33:16 tmzt so we get the clean tsc2003.c from (which?) omap tree and put the necessary fixes for kaiser Apr 07 08:33:38 there shouldn't be any fixes required Apr 07 08:34:20 and I'm not sure, just that the only search result I could find for tsc2003 that wasn't us or hh.org was a ti omap linux tree Apr 07 08:34:39 why didn't we use the unmodifiend tsc2003 from the bginning then? there was something required to make it do anything Apr 07 08:35:02 tmzt check the early htc-msm branch commits Apr 07 08:35:13 I don't know, I've tried to ask dzo where he got his copy Apr 07 08:35:29 yes, the input-set-abs Apr 07 08:35:31 it is based on the old htc-ms tsc Apr 07 08:35:38 afaik Apr 07 08:35:41 TAsn: SHR makefile patches OE repo (some of the changes are in mainline) Apr 07 08:36:01 but that's not a modification for kais, just a fix for tslib and the input layer Apr 07 08:36:36 tmzt regarding your raphael calibration: don't you wana try the new google msm_ts driver? Apr 07 08:36:42 SHR: 03Sebastian 07shr-overlay * rff0ee8bba44d 10/openembedded/packages/vala/ (5 files): [vala] bump to 0.7.0 Apr 07 08:37:05 I woul like such a cia bot for htc-msm Apr 07 08:37:12 dcorded-kais: I should, but I think that's for a test board not a phone Apr 07 08:37:16 methril|work, yeah, saw it, thanks. Apr 07 08:38:03 so it might not have calibration at all Apr 07 08:38:23 and they patch android to work with it Apr 07 08:44:37 oh Apr 07 08:47:01 so how has fso worked when you tried it? Apr 07 08:47:09 mmh, Posix.pipe is not in vala 0.7 Apr 07 08:47:10 and this current image Apr 07 08:48:34 spaetz: i'd advise cloning http://git.freesmartphone.org/?p=vala-lang.git;a=summary Apr 07 08:48:48 checking out the mickey/0.6/posix branch Apr 07 08:48:59 this is 0.6 HEAD with the posix patches attached Apr 07 08:49:00 mmh, in OE I just need a release tarball including the .c files, so I can build it Apr 07 08:49:23 actually the POSIX.pipe isn't even applied in 'master' yet Apr 07 08:49:31 yeah Apr 07 08:49:35 jürg is overloaded Apr 07 08:49:50 I as considering a bootstrap release vala which can then build a _git version Apr 07 08:50:00 was considering... Apr 07 08:50:10 but haven't gotten far with that Apr 07 08:50:13 tmzt I'm at work now. only started the fso-illume-image before I went to sleep Apr 07 08:50:13 yep, the latest released version should always be used to bootstrap the git version Apr 07 08:50:33 spaetz, since I broke my installation, do you think I should install unstable? is it usable? Apr 07 08:50:42 tmzt need to solve fb refresh, tsc, then try the images Apr 07 08:50:46 I find the current -unstable very usable Apr 07 08:50:47 spaetz: i can try to find time to do that today Apr 07 08:50:51 much better than -testing Apr 07 08:51:01 mickeyl: that would be fantastic. Apr 07 08:51:16 cool, thanks. Apr 07 08:51:29 Would you install a 'bootstrap' version into /opt or would you just install it and overwrite with a _git version? Apr 07 08:51:35 dcorded-kais: for console? Apr 07 08:51:54 dcorded-kais: well, the usb would be a good thing Apr 07 08:52:51 fso-illume-image? Apr 07 08:53:15 any phone stuff there or just illume/e17 Apr 07 08:54:39 tmzt it has a frontend to frameworkd Apr 07 08:54:50 that's why I want tsc Apr 07 08:54:55 and X Apr 07 08:55:05 which one? Apr 07 08:55:14 yeah, I see Apr 07 08:55:29 spaetz: the latter Apr 07 08:55:35 spaetz: (easier) Apr 07 08:55:45 * mickeyl tries to build that atm. Apr 07 08:55:51 ok, that sounds actually feasible. Apr 07 08:56:04 If oyu don't get to it, Ican try that Apr 07 08:57:12 alternatively' I'll just get the patches to the POSIX vapi and apply them in OE Apr 07 09:14:18 spaetz, why are there 1`212121 config apps on my desktop? Apr 07 09:14:18 ;] Apr 07 09:14:58 and a firefox link, wtf?! Apr 07 09:21:08 spaetz: try 1157bf509ea5ed00e1d4e3b048dc1489b67c227a Apr 07 09:21:59 TAsn: personally, I haven't seen yet with upgrading. dos1 added shr-settings to the illume wrnech Apr 07 09:22:03 wrench Apr 07 09:22:13 sweet. Apr 07 09:22:22 btw, where's libmokoui?! Apr 07 09:22:29 and the requires .desktop files with a certain category Apr 07 09:22:38 wait, I haven't updated yet. Apr 07 09:22:57 libmokoui? ah the old times... Apr 07 09:22:59 unfortunately it seems those .desktop files are being displayed on the desktop (which they should not) Apr 07 09:23:13 yep. Apr 07 09:23:20 I don't even know what libmokoui is Apr 07 09:23:25 hehe Apr 07 09:23:29 that was before your times Apr 07 09:23:33 forget about it Apr 07 09:24:08 freesmartphone.org: 03mickey 07cornucopia * re927a1ec8855 10/fsogsmd/ (6 files in 3 dirs): fsogsm: move at command factor into modem; add more info to individual at commands Apr 07 09:24:32 I think Project B is an internet-connected fridge magnet. Apr 07 09:24:58 looking at the vala commit right now Apr 07 09:24:58 bummer Apr 07 09:24:59 (from the image at 22:56 in http://www.youtube.com/watch?v=UFuwhPXYxxI) Apr 07 09:25:00 now it's disclosed Apr 07 09:25:04 :D Apr 07 09:25:22 either that, or a flat chumby Apr 07 09:25:37 mickeyl: you've got a mail Apr 07 09:25:39 a flumby Apr 07 09:25:49 now it sits in your fridge and whenever you open it secretly at night it will put a fotography of you on the internets Apr 07 09:25:50 rwhitby: or an open nabaztag Apr 07 09:25:52 no... Apr 07 09:26:20 a flumby lol Apr 07 09:26:24 TAsn: hey Apr 07 09:26:29 Solved the UTF issue on efl Apr 07 09:26:43 Ainulindale, yeah, saw it Apr 07 09:26:45 thanks a lot! Apr 07 09:26:45 ;] Apr 07 09:26:51 You're welcome Apr 07 09:26:53 Your package helpedd Apr 07 09:26:54 -d Apr 07 09:27:02 * rwhitby listens to the rest of sean's talk ... Apr 07 09:27:04 I know, that's why I upped it Apr 07 09:27:13 it was just a temporary hack + instructions ;] Apr 07 09:27:15 But the package in itself is useless :-> Apr 07 09:27:22 And the instructions are too, too weird Apr 07 09:27:28 I had to decompile it and check the dependencies Apr 07 09:27:35 * rwhitby is hand-carrying 10 buzz-fix kits to Australia Apr 07 09:27:36 And saw that we lacked localedef and libx11-locale Apr 07 09:27:38 which are needed Apr 07 09:27:42 That may be lacking in FSO too Apr 07 09:27:51 hehe Apr 07 09:27:56 I don't get to sleep too much lately Apr 07 09:27:57 Using locale-gen per se is useless as it's done at build time Apr 07 09:27:57 ... Apr 07 09:28:06 But thanks a lot anyway :-) Apr 07 09:28:11 I know, I just did that as a hack Apr 07 09:28:17 will all the respect, I needed hebrew ;] Apr 07 09:28:33 I agree with you Apr 07 09:28:37 I was bored with the lack of accents Apr 07 09:29:07 hehe. Apr 07 09:29:21 By the way I added the hebrew binary locales too Apr 07 09:29:24 That may help you :-) Apr 07 09:29:29 thanks! ;] Apr 07 09:29:37 Someone broke the locales generation thingy Apr 07 09:29:42 I have to check with either spaetz or mrmoku|easter Apr 07 09:30:32 mickeyl: any reason why you do a separate vala-bootstrap-native recipe? Apr 07 09:30:54 I would just use vala-native_0.7.0.bb and have it PROVIDES += "vala-bootstrap-native" Apr 07 09:30:54 this needs to be a released version Apr 07 09:31:03 ah Apr 07 09:31:07 no, i want the git version to be the default Apr 07 09:31:16 then 0.7.0 would be newer Apr 07 09:31:19 and would be built Apr 07 09:31:32 ahh, releases trump git? Apr 07 09:31:34 ok Apr 07 09:31:41 it's all in PV Apr 07 09:31:45 have you disabled lock on aux press or is it just me? Apr 07 09:31:45 git has 0.6.0+foo Apr 07 09:31:55 mmh, i see Apr 07 09:32:04 and we'll stay with 0.6.x for a while Apr 07 09:32:07 until automake 1.11 is out Apr 07 09:32:17 0.7 might contain some regressions Apr 07 09:32:19 TAsn: works fine for me. Check if the illume keybinding is set right Apr 07 09:33:22 I propose moving that vala stuff into the FSO-MS5.5 branch Apr 07 09:33:33 spaetz, I was just wondering cause I hated it ;] Apr 07 09:33:35 SHR can then profit from all the sweetness automatically Apr 07 09:33:38 ya, might make sense Apr 07 09:33:43 ~seen nytowl Apr 07 09:33:43 nytowl was last seen on IRC in channel #openmoko-cdevel, 3d 17h 58m 56s ago, saying: 'wpwrak thx'. Apr 07 09:34:09 and I don't need to duplicate in the SHR-overlay Apr 07 09:34:25 (which we eventually want to get rid of anyway) Apr 07 09:34:55 mickeyl: I am also trying to reach angus, got an email from him saying he'd be online this morning (SMT) in ather words around 3 CEST Apr 07 09:35:03 ah, k Apr 07 09:35:47 TAsn: personally, I use vala-settings and have the profile selector come up on AUX press Apr 07 09:36:01 as I want to switch easily between different profiles Apr 07 09:36:07 exactly what I had. ;] Apr 07 09:37:37 spaetz, any idea how to remove the firefox and xmms desktop icons? Apr 07 09:37:47 they are not in share/applications Apr 07 09:37:48 ... Apr 07 09:37:48 ;\ Apr 07 09:37:51 delete them from /usr/share/applications? Apr 07 09:37:58 I have never seen them Apr 07 09:38:02 interesting Apr 07 09:38:17 no clue how they get there. Apr 07 09:38:33 and I have an updated shr-unstable phone Apr 07 09:38:36 ;\ Apr 07 09:38:52 we shold spank our QA department Apr 07 09:38:55 should Apr 07 09:44:38 bah, I hate it when that happens Apr 07 09:44:51 I can't remember what packages I like Apr 07 09:44:52 ;] Apr 07 09:47:19 For the settings app, by the way, I know about the problem Apr 07 09:47:25 We shouldn't use menu-freesmartphone but e-wm-menu Apr 07 09:49:18 TAsn: about #374 Apr 07 09:49:31 I added the packages to task-shr-minimal-x Apr 07 09:50:26 the locale generating? Apr 07 09:50:33 (did I guess the correct bug?) Apr 07 09:50:42 btw, e version is great! thanks. Apr 07 09:50:50 No, the libx11-locale & localedef packages Apr 07 09:50:58 For the locale generating it was in the buildhost conf Apr 07 09:51:04 I still don't know if it'll impact on the image generation Apr 07 09:51:11 oh, ok. Apr 07 09:51:17 I'm using the image atm Apr 07 09:51:22 and everything works Apr 07 09:51:25 (latest unstable) Apr 07 09:51:29 Yep Apr 07 09:51:36 There is still some problem with first boot sound & usb Apr 07 09:51:40 I don't know where that comes from Apr 07 09:51:41 yep Apr 07 09:51:42 will shr switch to xf86-video-glamo? Apr 07 09:51:44 and ppp-generic! Apr 07 09:51:50 TAsn: by the way Apr 07 09:51:58 ? Apr 07 09:52:07 TAsn: would you like trying to import phonelog into libframeworkd-phonegui-efl? Apr 07 09:52:19 Or maybe work on the GTK lib and port it there? Apr 07 09:52:27 I think this is important and I'd like to see it in the main stack Apr 07 09:52:30 to tell you the truth, I would like that very much, though I have 0 time. Apr 07 09:52:31 Azog: errr :-) Apr 07 09:52:34 I also think it's important Apr 07 09:52:52 btw, I wanted to say I'm sorry and that I was wrong, writing it in python was a bad idea ;][ Apr 07 09:52:54 well kinda Apr 07 09:53:05 I wasn't entirely wrong Apr 07 09:53:13 it got us a working app fast Apr 07 09:53:13 Azog: is it better than xserver-kdrive-glamo? Apr 07 09:53:19 though python is too slow on the moko. Apr 07 09:53:25 TAsn: yep :-) Apr 07 09:53:40 TAsn: But you understand now why I dislike python for embedded devices? :-) Apr 07 09:53:46 Ainulindale, yeah. ;] Apr 07 09:53:59 though you have to admit it got us where we wanted fast Apr 07 09:54:00 ... Apr 07 09:54:12 Ainulindale: i don't know, perhaps Apr 07 09:54:18 I could never write something so fast and hackish in c. Apr 07 09:54:19 ;] Apr 07 09:54:29 TAsn: Yeah of course Apr 07 09:54:35 But you would have been able to do the same in Vala Apr 07 09:54:49 anyhow, any ideas where the firefox desktop icon might reside at? Apr 07 09:54:52 it's fucking annoying! Apr 07 09:54:57 Ainulindale, I don't know vala Apr 07 09:54:58 ;\ Apr 07 09:55:44 It's pretty much close to what you already k now Apr 07 09:55:51 See git, ophonekitd sources Apr 07 09:56:44 yeah, well it's too late now. Apr 07 09:56:48 I don't have time ;] Apr 07 09:56:53 heh Apr 07 09:56:59 I'm working 24/7 on rtl support for e Apr 07 09:57:03 and studying Apr 07 09:57:04 ;[ Apr 07 09:57:17 mid semester exams... Apr 07 09:57:43 anyhow, no idea where the firefox, xmms and xterm desktop icons might come from? Apr 07 09:59:08 * raster pats TAsn Apr 07 09:59:09 goood TAsn Apr 07 09:59:11 :) Apr 07 09:59:17 raster, hehe. ;] Apr 07 09:59:30 btw I have something to ask you about. Apr 07 09:59:35 sure Apr 07 09:59:55 I can't draw char by logical order Apr 07 10:00:04 because of kerning different font width Apr 07 10:00:13 I have to draw it by visual Apr 07 10:00:31 any ideas how to get past that limitation? Apr 07 10:00:31 so u have to do it at the geometry stage.... Apr 07 10:00:50 you cant just swizzle the input text Apr 07 10:00:53 I'm talking about the geometry stage (I think) Apr 07 10:00:58 swizzle? Apr 07 10:01:07 swap/change/reverse Apr 07 10:01:09 modify Apr 07 10:01:18 in your case u were reversing the chars in the string Apr 07 10:01:20 atm the best solution I found is doing exactly that Apr 07 10:01:21 right? Apr 07 10:01:33 giving it a visual ordered string. Apr 07 10:01:45 yeah. Apr 07 10:01:58 hello Apr 07 10:02:09 and that sont work with kerneing as kerning direction is in reverse... right? Apr 07 10:02:20 probably, yeah. Apr 07 10:03:34 thats why i was thinking doing it at the lower levels made more sense Apr 07 10:03:43 I agree. Apr 07 10:03:44 as then you can accountfor this as u know u are in "rtl" mode Apr 07 10:04:02 what I was trying to do Apr 07 10:04:02 and thus need to interpres advances/kerne values differently Apr 07 10:04:08 is not even thinking about it. Apr 07 10:04:10 i.e Apr 07 10:04:27 letting kern do it right (by working on the logical order string) Apr 07 10:04:34 oh, oops Apr 07 10:04:36 wait. Apr 07 10:05:10 raster, btw, how can I tell if a character is a compositing character? Apr 07 10:05:23 i mean, is there an existing function? Apr 07 10:05:34 or should I check the comopisiting table myself? Apr 07 10:08:14 hmm Apr 07 10:08:15 no Apr 07 10:08:16 thats the thing Apr 07 10:08:23 i have no idea how to know if a char is to be composited Apr 07 10:08:26 or u are to advance Apr 07 10:08:30 i really dont know Apr 07 10:08:39 maybe there is info in the freetype docs? Apr 07 10:08:50 beyond that all i see is checking unicode.org Apr 07 10:08:50 there's a compositing char table in the locale iirc. Apr 07 10:09:01 and having a table of glyph id's you must compose Apr 07 10:09:24 raster, unicode.org is of course a solution, though it means me working harder than I may should. ;] Apr 07 10:10:30 hahaha Apr 07 10:10:37 if there is a function to call Apr 07 10:10:38 use it Apr 07 10:10:42 but i dont know what that fn is Apr 07 10:19:23 ;] Apr 07 10:41:21 TAsn: you can find out with "opkg search " Apr 07 10:41:48 ahh no, you are saying the .desktop files are not in usr/share/applications Apr 07 10:41:50 I have no idea whath the filename is! Apr 07 10:41:55 yeah Apr 07 10:42:45 which is weird Apr 07 10:45:36 going to flash the latest image now Apr 07 11:01:32 we really need to patch the busybox configuration to include ungzipping in the tar command Apr 07 11:02:06 or rather push that upstream Apr 07 11:03:55 * methril|work nods about spaetz> and I don't need to duplicate in the SHR-overlay spaetz> (which we eventually want to get rid of anyway) Apr 07 11:04:10 could i help in that way? Apr 07 11:04:46 this would allow to use the SHR witht dev branch of openembedded? Apr 07 11:05:31 methril|work: I don't exactly know how to do it. But basically we need to push all SHR extensions and modifications upstream to OE Apr 07 11:05:53 mickey is all for it, and so are we. It *just* needs to be done :) Apr 07 11:05:54 spaetz: I know Apr 07 11:06:10 i was looking at the patchs from SHRMakefile Apr 07 11:06:20 most of them are in OE Apr 07 11:06:49 mrmoku is the SHRMakefile guru, I don't know nothing about it :) Apr 07 11:07:06 well, i was taking a look Apr 07 11:07:09 :) Apr 07 11:07:33 and mrmoku is on vacation Apr 07 11:10:53 TAsn: I just flashed the full image of SHR and there are no shr-settings icons, no firefox icon on the desktop Apr 07 11:10:58 and the powerbutton menu works Apr 07 11:11:04 power does Apr 07 11:11:06 aux doesn't. Apr 07 11:11:13 weird Apr 07 11:11:19 I swear to god there is ;] Apr 07 11:11:25 (installed on card) Apr 07 11:11:28 I believe you :) Apr 07 11:11:48 this is such an crazy thing, that I don't think you could have invented it Apr 07 11:12:27 ;] Apr 07 11:12:34 hey, I am creative! Apr 07 11:12:40 :) Apr 07 11:12:40 I had the desktop flooded with settings icons, but after an update they disappeared (few days go) Apr 07 11:13:03 and aux deosn't work for me... does nothing; was this changed in unstable, or is it supposed to work? Apr 07 11:13:19 (just inspired by TAsn; sorry, I don't have the full context, so I mgiht be OT) Apr 07 11:13:20 ahh, I have all thos shr icons now Apr 07 11:13:26 ugly fugly Apr 07 11:13:31 heh Apr 07 11:13:33 * spaetz dies Apr 07 11:13:46 dent, it's fine ;] Apr 07 11:13:48 * dos1 was the one who made that icons Apr 07 11:13:48 you were right. Apr 07 11:13:49 :P Apr 07 11:14:01 they are in shr-settings-addons-illume package Apr 07 11:14:02 but Apr 07 11:14:03 dos1: how can we prevent shr from flooding the desktop with shr-settings icons ? :) Apr 07 11:14:15 check, if you have menu-freesmartphone package installed Apr 07 11:14:21 if yes, remove it and install e-wm-menu Apr 07 11:14:25 somehow we need to get the menu definition file to not show them. will check Apr 07 11:14:40 hm... in shr-unstable, if you press aux... what happens? (I didn't associate anything explicitly... talking bout defaults) Apr 07 11:14:45 spaetz: original menu definition don't show them Apr 07 11:15:04 spaetz: but menu-freesmartphone brokes some illume functionality, and shows all icons on desktop Apr 07 11:15:13 need to reboot first Apr 07 11:15:25 spaetz: that's why there are xmms, firefox, shr-settings icons, and keyboard selector don't work ;p Apr 07 11:15:54 dos1: this is a standard image Apr 07 11:16:08 our image is wrong then. need to reboot then check Apr 07 11:16:51 spaetz: I just told that an hour ago Apr 07 11:16:59 The image is wrong, dos1 is right Apr 07 11:17:32 Ainulindale: sorry, was away for lunch Apr 07 11:17:42 Bad, bad boy. Apr 07 11:18:16 menu-freesmartphone - 0.1-r0 - Apr 07 11:18:23 yep, this is installed in the image Apr 07 11:19:38 (He doesn't trust me) Apr 07 11:19:57 spaetz: yesterday i was bad boy :D Apr 07 11:20:30 You still are. Apr 07 11:20:54 Ainulindale: anything against enabling opimd by default in shr? Apr 07 11:20:55 I don't trust anyone, especially if his name is Ainulindale ;P Apr 07 11:20:59 It is enabled IIRC. Apr 07 11:21:09 If it isn't then it's probably my fault, and I'll enable it. Apr 07 11:21:13 * dos1 checks Apr 07 11:21:20 * spaetz discovered that ainulindale and vala are connected recently Apr 07 11:21:26 spaetz: Hmmm? Apr 07 11:21:31 Waddayamean? Apr 07 11:21:40 yep, let me find the google again Apr 07 11:22:02 http://en.wikipedia.org/wiki/Vala_(Middle-earth) Apr 07 11:22:09 search that page for ainulindale Apr 07 11:22:15 Heh. Apr 07 11:22:21 Yeah, that's where my nickname comes from. Apr 07 11:22:45 That's also why I like Vala :-) Apr 07 11:22:51 Anyway Apr 07 11:22:54 hehe, naturally Apr 07 11:23:01 Can't find what pulls menu-freesmartphone in Apr 07 11:23:33 Hmmm e-wm Apr 07 11:23:44 Why can't I find the PREFERRED_PROVIDER in my conf? Apr 07 11:24:51 packages/images/fso-image.bb: menu-freesmartphone Apr 07 11:25:01 we don't use that (fso-image.bb) right? Apr 07 11:25:22 Yep. Apr 07 11:26:11 ok, so probably just need to set the preferred provides in our conf Apr 07 11:26:19 provider Apr 07 11:26:24 No Apr 07 11:26:30 We need to find out what changes the default provider Apr 07 11:26:34 First Apr 07 11:27:35 where is e-wm-menu pulled in Apr 07 11:27:36 ... Apr 07 11:27:56 I'd like to find where the provider is set, not where it's pulled in Apr 07 11:28:59 if none is set it will pull in the first i finds Apr 07 11:29:07 I don't think it is explicitely set Apr 07 11:29:22 Nope Apr 07 11:29:41 It will take the default version, not the version providing an alternative Apr 07 11:29:58 mickey|bbl, alphaone? Apr 07 11:30:00 ok Apr 07 11:30:02 Any info on menu-freesmartphone? Apr 07 11:30:15 spaetz: this is what I know, I'm not saying this is 100% accurate, but still :-) Apr 07 11:33:32 Ainulindale: ? Apr 07 11:34:41 alphaone: do you know about menu-freesmartphone package? Apr 07 11:34:54 Where it's provided as a replacement for e-wm-menu? Apr 07 11:35:01 nope, sorry Apr 07 11:35:32 Nevermind, thanks :-) Apr 07 11:37:47 even with e-wm-menu - 0.16.999.050+svnr39827-r4 - installed I have tons of SHR icons on my desktop Apr 07 11:37:51 even after restarting x Apr 07 11:38:13 Did you remove menu-freesmartphone? Apr 07 11:38:27 Then remove ~/.e Apr 07 11:38:36 +d Apr 07 11:39:03 I removed menu-freesmartphone, not ~/.e Apr 07 11:39:05 doing now Apr 07 11:39:16 (I don't know if it's necessary) Apr 07 11:39:51 opimd is disabled, I'm enabling it Apr 07 11:40:38 deleted ~/.e restarted X. Still tons of shr icons on my desktop Apr 07 11:41:20 e-wm-menu - 0.16.999.050+svnr39827-r4 - /etc/xdg/menus/applications.menu Apr 07 11:41:32 and my menu definition comes from the right package Apr 07 11:47:49 SHR: 03ainulindale 07shr-overlay * rd8e0c3f1094b 10/openembedded/packages/frameworkd-config-shr/frameworkd-config-shr/om-gta02/frameworkd.conf: frameworkd-config-shr: Enable opimd for GTA02 Apr 07 11:48:03 Then no idea spaetz Apr 07 11:49:23 raster, I think I solved kerning issue Apr 07 11:49:33 SHR: 03ainulindale 07shr-overlay * r06877c5a8def 10/openembedded/conf/distro/include/shr-autorev-unstable.inc: shr-autorev-unstable: Set default provider for e-wm-menu to itself. Apr 07 11:49:46 though I'm updating OE, so it'll take forever before I can test. Apr 07 11:50:05 looking into removing the elementary_test .desktop file. We don't really need to waste an icon on it Apr 07 11:50:16 Yep. Apr 07 11:55:11 raster? Apr 07 11:56:35 Just wondering about a quick info on latest e versions Apr 07 11:56:56 raster, in continuation to our previous conversation, the font_draw code could use a bit more commenting! damn this is confusing! ;] Apr 07 11:57:12 (the code is actually clean, the var names are bad, you could at least document them!) Apr 07 12:03:55 spaetz: you broke something Apr 07 12:03:56 NOTE: Handling BitBake files: - (6461/6484) [99 %]ERROR: Could not include required file vala_0.5.7.bb while parsing /home/shr/shr-unstable/shr/openembedded/packages/vala/vala-native_git.bb Apr 07 12:05:55 SHR: 03ainulindale 07shr-overlay * r6a346cdde895 10/openembedded/packages/vala/vala-native_git.bb: vala-native_git: Fixed spaetz mishap (forgot to change the include). Apr 07 12:09:36 Retrying to build a lite unstable image, with the locales generation, so it may fail. Apr 07 12:09:40 Or build a huge image Apr 07 12:20:57 heyho Apr 07 12:21:01 :) Apr 07 12:21:15 Arhuaco: ping Apr 07 12:24:42 Ok my dirty hack worked. Apr 07 12:24:46 morphis: did you solve the kernel issue for eten? Apr 07 12:24:50 I'm working on the buildhost right now Apr 07 12:25:49 eten :D Apr 07 12:27:56 Ainulindale: currently not, for me the current head of the gnufiish kernel is compiling even in in my shr-image Apr 07 12:28:21 I'll retry then :-) Apr 07 12:28:25 ok :) Apr 07 12:28:27 Let me build shr-lite unstable and I'll retry Apr 07 12:28:32 aye Apr 07 12:29:40 Arhuaco: ping Apr 07 12:30:10 raster, omg, it seems even pango does that by hand ;[ Apr 07 12:32:11 :o Apr 07 12:32:12 oops, thanks for fixing. Apr 07 12:32:32 I build vala-native before, so weird that it broke Apr 07 12:32:40 before committing, I mean Apr 07 12:34:57 TAsn: yo... what? composition? Apr 07 12:35:18 yeah. Apr 07 12:35:24 bugger Apr 07 12:35:25 recognizing compositing chars. Apr 07 12:35:26 yeah. Apr 07 12:35:31 i guess thats why no one bothers Apr 07 12:35:35 well I'll start by adding arabic+hebrew support. Apr 07 12:35:40 they go "so.. how should i know what composes on top of what?" Apr 07 12:35:44 find no api's etc. Apr 07 12:35:49 and then walk away going "fuck that shit!" Apr 07 12:35:49 :) Apr 07 12:35:58 people will have to send me patches for their langs... Apr 07 12:35:59 ;] Apr 07 12:36:33 hehehehe Apr 07 12:36:43 unfortunately.. thats how it goes Apr 07 12:36:46 i've had to do the same Apr 07 12:36:50 i covered the stuff i know Apr 07 12:36:58 lucky for me thats a non-trivial subset Apr 07 12:45:24 morphis? Apr 07 12:45:37 SHR: 03Sebastian 07shr-overlay * ra4ab5ce214a8 10/patches/001-rm-elementary_test-desktop-file.patch: [elementary-test] remove .desktop file Apr 07 12:45:55 spaetz: did you test it? :-;) Apr 07 12:46:34 héhéhé Apr 07 12:46:39 Hey ptitjes Apr 07 12:46:43 You didn't call me yesterday Apr 07 12:46:48 yep Apr 07 12:46:56 so this evening Apr 07 12:47:10 I'll be busy with Genia Apr 07 12:47:11 how are you ? Apr 07 12:47:22 Ainulindale: it won't take much time Apr 07 12:47:22 But maybe I'll find the strength to answer to my phone =) Apr 07 12:47:30 I know, but I just want to be annoying Apr 07 12:47:38 Ainulindale: it may take five minutes almost Apr 07 12:47:46 Ainulindale: but it is important Apr 07 12:47:51 I know, don't worry. Apr 07 12:47:58 Ainulindale: you can't be annoying to me today Apr 07 12:47:59 :D Apr 07 12:48:13 good morning Apr 07 12:48:14 Ainulindale: I'm too much happy Apr 07 12:48:18 SHR: 03Sebastian 07shr-overlay * r3c7129bea36e 10/patches/ (2 files in 2 dirs): mv to correct location Apr 07 12:48:20 playya: hello Apr 07 12:48:20 New Mac happy? :-) Apr 07 12:48:29 Ainulindale: yeah Apr 07 12:48:31 ptitjes, should push the changes or send you a diff? Apr 07 12:48:33 spaetz: I'd be glad if your commits were tested before being commited :-p Apr 07 12:48:35 Ainulindale: writing from it now Apr 07 12:49:02 Ainulindale: pff :) Apr 07 12:49:03 playya: if you think it corrects it properly go on Apr 07 12:49:12 playya: if you have a doubt then pastebin it Apr 07 12:49:19 I did test in my build nev Apr 07 12:49:21 env Apr 07 12:49:30 its just a revert and add 2 lines Apr 07 12:49:37 then I moved it to my pristine shr-overlay git but to the wrong directory Apr 07 12:50:08 but, yes the patch is tested Apr 07 12:50:20 isn't there a switch in elm to disable the tests? Apr 07 12:50:53 spaetz: yeah but you moved it to the wrong dir :-) Apr 07 12:50:58 You generated noise! Apr 07 12:51:05 I did Apr 07 12:51:05 Bad, bad spaetz Apr 07 12:51:10 spank me Apr 07 12:51:13 spaetz: Anyway, I regenerated a lite image Apr 07 12:51:13 :) Apr 07 12:51:16 Would you be able to test it? Apr 07 12:51:19 (I'm currently flashing it) Apr 07 12:51:27 there's no menu-freesmartphone on it Apr 07 12:51:30 cool, I think I am going to flash it Apr 07 12:51:31 latest vala Apr 07 12:51:38 Plus opimd Apr 07 12:51:42 to see if it cures my shr-icons on the desktop Apr 07 12:51:50 yeah Apr 07 12:52:07 And I'm retrying to generate the eten-m800 image Apr 07 12:52:20 opimd? Apr 07 12:52:33 Yeah, opimd Apr 07 12:52:36 ALthough we don't use it yet Apr 07 12:53:10 raster, ping Apr 07 12:53:23 just a 10 liner to have the interfaces and start the mainloop? Apr 07 12:53:28 ok, bbl Apr 07 12:53:38 nned to interview new phd student candidate Apr 07 12:53:40 playya: what? Apr 07 12:54:02 a fake opimd? Apr 07 12:54:34 No. Apr 07 12:54:52 spaetz: by the way, I may have borked GTA02 fstab and netbase Apr 07 12:54:54 We'll see Apr 07 12:54:58 The patches didn't apply anymore Apr 07 12:55:45 freesmartphone.org: 03Frederik.Sdun 07vala-dbus-binding-tool * rdd4843b97c36 10/src/vala-dbus-binding-tool.vala: Apr 07 12:55:45 freesmartphone.org: Revert "add null check for void returntypes" Apr 07 12:55:45 freesmartphone.org: This reverts commit e35b4711a9a2010a007b9ae3f0ba85f5b902a126. Apr 07 12:55:45 freesmartphone.org: 03Frederik.Sdun 07vala-dbus-binding-tool * rde5398704c07 10/src/vala-dbus-binding-tool.vala: add null check for void returntypes Apr 07 12:55:51 here we go ..... Apr 07 12:57:20 Ainulindale, yep, finished with catalan and spanish translations of shr-settings and libframeworkd-phonegui-efl Apr 07 12:57:28 where do I have to send them? Apr 07 12:57:46 I confirm, usb0, no such device. Apr 07 12:58:09 Sharwin_F: ask to dos1 when he's there for shr-settings Apr 07 12:58:23 ok Apr 07 12:58:32 for libframeworkd-phonegui-efl, I have no idea on how to deploy that Apr 07 12:58:51 I'll ask dos1 for that too :) Apr 07 12:59:16 He won't know Apr 07 12:59:27 does someone know? Apr 07 12:59:28 xD Apr 07 12:59:33 For lfp-efl, I'm supposed to Apr 07 12:59:41 But as we didn't package it yet for i18n Apr 07 12:59:46 I have no idea about what is necessary Apr 07 13:00:34 Well, I suppouse it's just adding the .po file into the po folder Apr 07 13:00:39 an maybe modify some Makefile Apr 07 13:01:20 Well you didn't try it? Apr 07 13:01:39 who is thre trac admin? Apr 07 13:01:57 reverse loop redirection in http://www.shr-project.org/trac/login Apr 07 13:02:31 Ainulindale, I've tried copying directly the .mo file inside /usr/share/locale/... Apr 07 13:02:54 methril|work: I am, wait Apr 07 13:03:41 Sharwin_F: could you try to checkout the sources and build it? Apr 07 13:04:07 ok methril|work Apr 07 13:04:08 Wrong page Apr 07 13:04:16 Or wrong referral Apr 07 13:04:17 morphis: pong Apr 07 13:04:22 My guess is, wrong referral Apr 07 13:04:36 trac is trying to redisplay the login page when you're logged in Apr 07 13:05:16 i try http://shr-project.org/trac and link to login: http://shr-project.org/trac/login Apr 07 13:05:26 i could not login Apr 07 13:06:07 Here I was able to Apr 07 13:06:12 spaetz: the gyu on the mailing list is right, bitbake -b bluez4_4.33.bb -c clean, and rebuild with an upto date repo fails Apr 07 13:06:14 Ainulindale, looking for it Apr 07 13:06:31 morphis: seems the image is building Apr 07 13:06:56 in shr-settings you have to add a line for each new lang in setup.py Apr 07 13:07:03 spaetz: I'd be glad if you renamed vala-settings for shr-settings-vala Apr 07 13:07:27 Sharwin_F: Could you make a patch for that? I'd be glad to commit it or give you commit access Apr 07 13:08:17 Ainulindale, I'll try to do a patch, I've never worked with git, it'll take some time :P Apr 07 13:08:33 Ainulindale: it redirects to http://shr-project.org/trac/prefs/account (the message said: he server ?shr-project.org? is redirecting in a way that will never complete.) Apr 07 13:08:55 Ainulindale: any idea when the testing will be updated? Apr 07 13:09:08 Sharwin_F: "git format-patch" could help :D Apr 07 13:09:28 thanks :D Apr 07 13:09:47 Zorkman: Soon. But you can use unstable now, as we'll mirror it. Apr 07 13:09:57 methril|work: don't go directly on the /login page Apr 07 13:10:05 Here if I'm on www.shr-project.org/trac Apr 07 13:10:07 I click on login Apr 07 13:10:15 I have a http password request Apr 07 13:10:20 well, i'm trying to go to: http://shr-project.org/trac Apr 07 13:10:22 and then it redisplays the home dir Apr 07 13:10:25 and i get redirected Apr 07 13:10:32 hmmmm not here,weird Apr 07 13:10:35 Ainulindale: do you think an opk upgrade will work after changing the feeds? Apr 07 13:10:50 Zorkman: No it won't work. Apr 07 13:11:12 :( Apr 07 13:11:12 k Apr 07 13:11:16 i'll remove the cookies Apr 07 13:11:40 methril|work: close your browser if it doesn't work Apr 07 13:11:57 i try with firefox & epiphany Apr 07 13:14:16 well can't help you here I don't have that issue Apr 07 13:14:24 I'm trying with lynx: Accept invalid cookie path=/trac as a prefix of '/'? (n) Apr 07 13:14:49 Let me see. Apr 07 13:15:11 did you try on trac.shr-project.org by the way? Apr 07 13:16:09 shr-project.org/trac/ Apr 07 13:16:59 try on trac.shr-project.org/trac please Apr 07 13:17:03 Anyway, retried here, it works Apr 07 13:17:24 morphis: kernel has been generated Apr 07 13:18:49 Ainulindale: no way :( same error from another location Apr 07 13:19:08 ptitjes? Apr 07 13:19:37 ptitjes? Apr 07 13:19:42 yep Apr 07 13:19:52 Could you try to unlog/relog on trac? Apr 07 13:19:54 And tell methril|work it works? Apr 07 13:21:37 arf Apr 07 13:21:56 Ainulindale: I don't know what unlog/relog is on trac ? Apr 07 13:22:27 haaa Apr 07 13:22:38 Ainulindale: ok log out and relogin Apr 07 13:22:41 :D Apr 07 13:22:47 ptitjes, checked my push? Apr 07 13:22:54 playya: not yet Apr 07 13:23:20 methril|work: it does work but cookies are put in your browser so that it autoconnects Apr 07 13:23:23 playya, ptitjes, ola Apr 07 13:23:32 hi Sup3rkiddo Apr 07 13:23:40 methril|work: so you must remove those cookies if you want to change your account Apr 07 13:23:45 k Apr 07 13:23:48 Sup3rkiddo: hello! Apr 07 13:23:50 i'll try again Apr 07 13:25:12 SHR: 03ainulindale 07shr-overlay * r449fe15c922a 10/openembedded/packages/images/ (shr-image/boot/append-GTA02 shr-lite-image/boot/append-GTA02): shr-image: Add loglevel=1 quiet for qi setups (faster resume). Apr 07 13:25:27 Sup3rkiddo, finished your thesis? Apr 07 13:25:30 ptitjes, you remember the time when you and mickey were discussing some namespace issues(?) in vala-dbus-binding-tool? are those fixed? Apr 07 13:25:44 playya, yeah, have reviews this week Apr 07 13:25:46 ptitjes: my latest commit might be of interest to you :-) Apr 07 13:26:01 playya, you know the boring docs stuff.. Apr 07 13:26:06 It's really a lot faster Apr 07 13:26:08 playya: ok good Apr 07 13:26:22 Sup3rkiddo, oh yes. i hate docs Apr 07 13:26:23 playya: but beware we are using tabs in vala Apr 07 13:26:27 like everyone Apr 07 13:26:37 morphis: eten-m800 image is here Apr 07 13:26:46 playya, thankfully my team mates have done a good job Apr 07 13:26:59 playya: anyway I'll make a formating commit on that file soon to remove indentation on empty lines Apr 07 13:27:03 playya: thanks btw Apr 07 13:27:15 no problem. Apr 07 13:27:17 playya: and your ternary op addition was for what ? Apr 07 13:27:30 playya: thought it was for the same thing Apr 07 13:27:31 ptitjes, if yes, i could integrate it with cornucopia this weekend Apr 07 13:27:42 i tried to build it in OE but vala seems to produce a newer version of gir Apr 07 13:28:28 ternary op? Apr 07 13:28:57 Sup3rkiddo: we decided to go like this and change when we have a good view on where the naming sucks (even I think that is the DBus services names that sucks...) Apr 07 13:29:01 i see 3 ^+ Apr 07 13:29:15 Sup3rkiddo: we'll do massive regexps at that time Apr 07 13:29:30 Sup3rkiddo: In fact, ophonekitd already rely on that names Apr 07 13:29:48 ptitjes, you mean FSO instead of Fso. minor quirks like that? Apr 07 13:29:55 Ainulindale: on which repo ? Apr 07 13:30:04 ptitjes, the code you wrote is mighty useful Apr 07 13:30:23 ptitjes: 15:25 < CIA-47> SHR: ainulindale shr-overlay * r449fe15c922a /openembedded/packages/images/ (shr-image/boot/append-GTA02 shr-lite-image/boot/append-GTA02): shr-image: Add loglevel=1 quiet for qi setups (faster resume). Apr 07 13:30:24 Sup3rkiddo: in fact, it is more Phone and Call that would need to be in their own namespace Apr 07 13:30:46 Sup3rkiddo: because now they are in the root FreeSmartphone namespace Apr 07 13:31:12 ptitjes, I see Apr 07 13:31:25 Sup3rkiddo: I would have prefered FreeSmartphone.Phone.{Manager|Call} Apr 07 13:31:54 Ainulindale: faster enough that we don't see the console ? Apr 07 13:32:02 ptitjes: almost. Apr 07 13:32:05 Down to half a second or so Apr 07 13:32:09 yeaaah Apr 07 13:32:30 morphis: the lite unstable eten-m800 image is there. I'll make a post on the blog. Apr 07 13:32:34 spaetz? Apr 07 13:33:07 ptitjes, you always use the git version of gobject-introspection? Apr 07 13:34:08 playya: yes Apr 07 13:34:43 i tried with the latest version from ftp.gnome.org to get a working version for OE Apr 07 13:34:50 but failed :( Apr 07 13:35:24 playya: arf you should get it from git :( Apr 07 13:35:35 playya: btw that ternary op: http://git.freesmartphone.org/?p=vala-dbus-binding-tool.git;a=blob;f=src/vala-dbus-binding-tool.vala;h=fcc1628fab4b5b762d951f78ff9e7193c2f07ff9;hb=e35b4711a9a2010a007b9ae3f0ba85f5b902a126#l471 Apr 07 13:35:47 but the git version needs gir for building Apr 07 13:37:22 ptitjes, i removed it in the current version because it is done 10 lines up Apr 07 13:38:03 and out values can't be void Apr 07 13:38:11 I'd like to fix this no usb, no sound issue at first boot Apr 07 13:38:15 I wonder where this comes from Apr 07 13:38:17 alphaone? Apr 07 13:38:57 Ainulindale: Yeah, that issue is strange... Apr 07 13:39:17 no idea about what could cause that? Apr 07 13:39:45 playya: you say that building gobject-introspection from git requires gir ? Apr 07 13:39:56 playya: but this is what provides gir Apr 07 13:39:57 Some race condition that gets triggered when opkg configure-foo is running Apr 07 13:40:15 playya: could you please be more explicit because I don't understand... Apr 07 13:40:19 ptitjes, there was some error. vala needs vala, too Apr 07 13:40:34 EEEK Apr 07 13:40:38 Who did this HIDEOUS thing Apr 07 13:40:39 /bin/sh -c "cd ./usr/share; ln -s elementary-alarm elementary_alarm" Apr 07 13:40:59 let me check that later. i have to take a shower and do some shopping Apr 07 13:41:01 playya: sure. vala is bootstrapped Apr 07 13:41:06 Ah, it's spaetz. Apr 07 13:41:11 SPAETZ§!!!! Apr 07 13:41:16 git blame :D Apr 07 13:41:30 playya: mrmoku|easter might have done some progress on this Apr 07 13:42:09 and maybe we should have a recipe for the fso-vala in OE. Apr 07 13:42:41 playya: it is being worked on by mrmoku|easter Apr 07 13:43:02 ok Apr 07 13:46:35 bah, I'm going bad Apr 07 13:46:37 mad* Apr 07 13:46:40 it's taking forever Apr 07 13:47:09 btw Ainulindale there's no real reason why I shouldn't use the shr-unstable tree when building my own packages, right? Apr 07 13:47:23 (except maybe for version in dependencies) Apr 07 13:47:27 TAsn: yep Apr 07 13:47:30 when generating a pack. Apr 07 13:47:34 cool enough. Apr 07 13:47:37 thanks. Apr 07 13:47:50 because I now use both. Apr 07 13:47:56 testing for public packs generation Apr 07 13:48:05 unstable for deving "cutting edge" Apr 07 13:54:58 Currently fixing this shr-settings icons issue Apr 07 13:56:48 Ainulindale, ok, I think I know what needs to be changed in both libfp-efl and shr-settings Apr 07 13:57:17 I'll pass you a patch or give me write permission if you can revert it after xD Apr 07 13:58:18 well give me a patch it'll be easier on me Apr 07 14:01:07 ptitjes: you're not answering on gmail Apr 07 14:02:05 alphaone: http://git.shr-project.org/git/?p=shr-overlay.git;a=commitdiff;h=449fe15c922a84367d214068ccb8cf6879d16dd4 Apr 07 14:02:10 might be of interest for the fso image Apr 07 14:02:40 Ah, yeah Apr 07 14:02:47 for faster boots? Apr 07 14:03:14 comment ça ça chie ? Apr 07 14:04:02 alphaone: faster resume Apr 07 14:04:09 ah, and that Apr 07 14:04:19 A LOT faster. Apr 07 14:04:31 (half a second compared to ~3 seconds) Apr 07 14:04:45 okay, that really makes sense then Apr 07 14:04:56 shall I do some "git commit" before git format-patch? Apr 07 14:05:16 Ainulindale: Let me think about it, ask mickeyl and commit it anyway. :-) Apr 07 14:05:51 Heh :-) Apr 07 14:06:08 alphaone: well it's on SHR now anyway Apr 07 14:06:12 I'm rebuilding images Apr 07 14:10:01 Currently putting a wav as my ringtone. Apr 07 14:10:07 To test the decoding time :-) Apr 07 14:12:02 where do I send the patch? Apr 07 14:12:16 ainulindale @~#{\~@#{\~#pm;z!:sf at ~#{@~\#{^\~`'_i"é'àéç3~sdf gmail dot com Apr 07 14:12:21 I finally did git diff HEAD > file.patch Apr 07 14:12:59 Ainulindale: how's libframeworkd-glib doing? :) :-P Apr 07 14:13:11 I'd love to have really a mail like that :P Apr 07 14:13:11 Aaaaaah thanks to remember me that Apr 07 14:13:15 Committing immediately Apr 07 14:13:19 wow :) Apr 07 14:13:26 Sorry, didn't have my ssh key before Apr 07 14:13:29 (I moved) Apr 07 14:13:30 n/p Apr 07 14:14:37 btw. who's "responsible" for the lib? I'm working on a "competing" lib... would be nice to share the dbus XMLs somehow... Apr 07 14:16:13 What was the purpose for the patch by the way? Apr 07 14:16:14 dent: I a m Apr 07 14:16:23 Ainulindale: allows the lib to be used form C++ Apr 07 14:16:28 And I'd rather see you work on this than on a competing lib Apr 07 14:16:37 As long as you don't break anything I'm open to anything Apr 07 14:16:41 I can give you commit access even Apr 07 14:16:54 shoudl add just some G_BEGIN_DECLS (or similar, no longer remember -> it resulsts in extern "C" { and then G_END_DECLS -> }) Apr 07 14:16:56 Plus it's been reimplemented in vala Apr 07 14:17:06 aha, that's why the lib's dead Apr 07 14:17:11 or, well, nto too active :) Apr 07 14:17:12 dent: yeah, but I was wondering about why you needed that again Apr 07 14:17:24 dent: well that's why, if you want to put your sources in this repo, you're welcome to do it Apr 07 14:17:56 spaetz: http://tinderbox.openembedded.net/public/logs/4192997.txt Apr 07 14:18:00 Ainulindale: I don't neeed it, I just toyed with the lib and found it can't bve used from c++ Apr 07 14:18:09 as for competing lib... it's a C++ lib Apr 07 14:18:24 And its place is on freesmartphone.org! Apr 07 14:18:37 That's why, I'd really like if you were able to commit it in the same repository, we could change the name, whatever Apr 07 14:18:42 Just because it'll do the same job after all Apr 07 14:18:58 huh, slow down... I got lost half way :) Apr 07 14:19:03 let me re-read you Apr 07 14:19:35 freesmartphone.org: 03ainulindale 07libframeworkd-glib * ra48aec549d95 10/src/ (13 files in 4 dirs): Added G_[BEGIN|END]_DECLS thanks to David Kozub. Apr 07 14:19:55 dent: well, in the end, the purpose is the same right? Apr 07 14:20:24 yes, but the means are quite different... my lib aims to provide C++ classes to be used as interface to FSO Apr 07 14:20:35 I understand that. And what I'm telling you is Apr 07 14:20:38 In the end, the purpose is the same Apr 07 14:20:41 Even though the means aren't Apr 07 14:20:53 and the bottom line it? Apr 07 14:21:03 That's why I think it'd benefit both of us, and the users in the end, in terms of visibility & all, if you commited directly to the same repository Apr 07 14:21:08 Even though it's a "competing" lib Apr 07 14:21:17 Let us share space, and resources, because it'll be less of a mess IMHO =) Apr 07 14:21:36 As anyway, the purpose of this repo was to track down interfacing libs to FSO Apr 07 14:21:43 (lfg being the only one at the time) Apr 07 14:21:54 ok, what repo are we talking about? :) Apr 07 14:22:00 * dent must be slow today Apr 07 14:22:06 git.freesmartphone.org/libframeworkd-glib.git Apr 07 14:22:17 And you should talk with ptitjes about the vala port Apr 07 14:22:22 It might be of interest to you Apr 07 14:23:07 ok... but mi lib and librameworkd-glib have only one thing in common: and those are the XMLs :) Apr 07 14:23:18 you're mistaken Apr 07 14:23:25 They also have their purpose and use in common Apr 07 14:23:28 Which is a great deal Apr 07 14:23:37 Even if they don't share code Apr 07 14:23:49 I think building lfg should be lfg-c++ too (random name) Apr 07 14:23:52 s/be/build/ Apr 07 14:23:53 Ainulindale meant: I think building lfg should build lfg-c++ too (random name) Apr 07 14:24:16 aha, so it would be two separate libs in the repo Apr 07 14:24:23 Yep Apr 07 14:24:28 Sharing the same data/Makefile Apr 07 14:24:40 I was at first thinking you suggest some sort of horrible merger :)) Apr 07 14:25:11 nah Apr 07 14:25:15 I'm not that dumb Apr 07 14:25:26 sorry :-P Apr 07 14:25:36 Plus sometimes when mickeyl changes stuff in the specs Apr 07 14:25:38 he updates the repo Apr 07 14:25:44 so less time to spend tracking down the changes =) Apr 07 14:25:53 oki... Apr 07 14:26:13 cornucopia is going to use lfg pretty soon Apr 07 14:26:24 so more bad news: I'm using cmake! (yeah, point your fingers at me and shout) Apr 07 14:26:30 no more interface differences then Apr 07 14:26:32 *phew* Apr 07 14:26:39 mickey|bbl: I don't even know what cornucopia is Apr 07 14:26:44 heh Apr 07 14:26:45 but I'm not opposed to adding auto@*#$% too... jsut I don't know it Apr 07 14:26:53 dent: I'll be able to help you don't worry Apr 07 14:26:59 Ainulindale: cornucopia is the project name for FSO 2.0 Apr 07 14:27:02 Plus other people will be Apr 07 14:27:13 mickeyl: then why will you use lfg? lfg-vala you mean? Apr 07 14:27:28 Ainulindale: ah, yes, this i mean. the interfaces C library Apr 07 14:27:39 + vapi Apr 07 14:27:41 ok, last bitter pill: it needs rather experimental libs (dbus-c++, specific fork, boost - specific version - but I created bitbake recipes for those) Apr 07 14:27:48 mickeyl: Ok, good :-) Apr 07 14:28:08 dent: no problem with that, I can give you commit access to SHR for your OE recipes, and then we'll be able to commit them to OE Apr 07 14:28:16 wow :) Apr 07 14:28:24 To do that, in the right order Apr 07 14:28:59 Please send a mail to mickey ~^#\@ƒœƒ,lksd,fl vanille-media.de and ainulindale ~#{^@~\{®@^fkmlsd gmail.com with your ssh key Apr 07 14:29:08 mickeyl: could you give him access to the lfg repo? Apr 07 14:29:20 sure Apr 07 14:29:22 Ainulindale: pff. I did compile it locally Apr 07 14:29:34 vala-settings. I mean Must be some .7 thing Apr 07 14:29:34 spaetz: well there was an update on the vala bb recipe Apr 07 14:29:38 checking Apr 07 14:29:39 uf, that's fast :) Apr 07 14:29:44 it's now 0.7.0-r2 Apr 07 14:29:48 * dent just hopes he doesn't screw anything :) Apr 07 14:29:50 ahh, k Apr 07 14:29:51 dent: well, it's better when I have my key Apr 07 14:29:54 dent: don't worry about that Apr 07 14:29:58 don't use 0.7 Apr 07 14:30:02 yet Apr 07 14:30:23 haha Apr 07 14:30:28 we already bumped to it thanks to spaetz Apr 07 14:30:31 he likes not to test stuff Apr 07 14:30:41 but anyway, we use a minimal amount of vala software Apr 07 14:30:45 plus it's only in unstable Apr 07 14:30:45 I'm at work now, though... so, I mail you in the evening... Apr 07 14:30:50 thanks for support btw :) Apr 07 14:30:52 Ainulindale: BTW, regarding to " /bin/sh -c "cd ./usr/share; ln -s elementary-alarm elementary_alarm"" Apr 07 14:31:01 I refuse to take any blame for that Apr 07 14:31:01 spaetz: yes? Apr 07 14:31:09 that was somebody else Apr 07 14:31:09 spaetz: I saw Sebastian, maybe it was dos :-) Apr 07 14:31:19 When I see Sebastian, I tend to freak out fast :-p Apr 07 14:31:23 rather, I nudged raster into fixing it upstream :) Apr 07 14:31:33 hehe, too many Sebastian's here Apr 07 14:32:40 mickeyl: I had test compiled vala-settings with .7 and it worked fine, so I considered it stable for everything :) Apr 07 14:33:00 ya, for apps it may be ok Apr 07 14:33:13 for libs it's a problem as it changes the build system Apr 07 14:33:33 might have been a bit quick conclusion, I admit Apr 07 14:33:42 spaetz: could you rename vala-settings to shr-settings-vala? Apr 07 14:34:01 Ainulindale: I don't care about the name, although shr-settings-vala is hideous too Apr 07 14:34:18 well vala-settings is confuse Apr 07 14:34:19 I considered to call it "caesar", the one app that controls and dictates it all Apr 07 14:34:26 name it shr-settings-++ if you want to :-) Apr 07 14:34:33 but I don't care about the name Apr 07 14:34:50 hello, anyone could tell me how to debug fso-abyss? I cannot even find where to find it's logs Apr 07 14:34:52 well I'd like it to show that it's a settings app for SHR software :-) Apr 07 14:34:57 shr-settings-vala is ok Apr 07 14:35:06 not my favorite, but ok Apr 07 14:35:08 Ainulindale, the patches don't have inside the .mo files, as they would be in binary format. I think they are needed in shr-settings. May I sent the 2 mo files separately? Apr 07 14:35:10 spaetz: and by the way Apr 07 14:35:14 I regenerated an image Apr 07 14:35:24 Could you try the settings thing? Apr 07 14:35:33 I know c and python, but am new to dbus and vala Apr 07 14:35:38 k, will test tomorrow. I have meetings from now on for the rest of the day Apr 07 14:35:40 emfoxzhou: to debug it, you need to run it manually, before launching a client. otherwise it's using dbus system activation which makes the logs > /dev/null Apr 07 14:35:43 And maybe tell me, if you have them, if putting in /etc/xdg/.../applications.menu that stuff ? => Apr 07 14:35:46 Apr 07 14:35:49 *-addons-illume Apr 07 14:35:50 Would resolve the problem... Apr 07 14:35:52 Apr 07 14:36:09 Sharwin_F-: yeah, don't worry :-) Apr 07 14:37:42 mickeyl: Yes, I run it from console, but only very simple log, such as entered main loop .... Apr 07 14:38:41 I need detail log , 'cause I'm porting it, I should which step it executed right and which not Apr 07 14:39:10 this is normal Apr 07 14:39:16 it does not print much more on startup Apr 07 14:39:22 until you start talking to it via dbus Apr 07 14:39:44 mickeyl: by the way Apr 07 14:39:55 when you say porting, what are you porting it to? you mean libgsm0710mux or fso-abyss itself (which is just a tiny dbus wrapper around libgsm0710mux) Apr 07 14:40:02 Ainulindale: would shr-config be too confusing (too similar to shr-settings) Apr 07 14:40:05 spaetz: ??? Apr 07 14:40:08 I don't understand how menu-freesmartphone is pushed in the image with no specific PROVIDER thingy in our conf Apr 07 14:40:12 (instead of e-wm-menu) Apr 07 14:40:13 I guess in the long term we only want one app Apr 07 14:40:26 spaetz: Alternatives are not bad Apr 07 14:40:31 Do as you feel spaetz Apr 07 14:40:34 It's your baby Apr 07 14:40:38 spaetz: you did bumped 0.7.0 of vala for what reasons ? Apr 07 14:40:40 credit go to ptitjes for coming up with shr-config, I think :) Apr 07 14:40:42 I was just telling you what I was thinking Apr 07 14:40:44 Ainulindale: never seen that package. nytowl should know for sure Apr 07 14:40:59 mickeyl: well it's a quirk to show all the icons on the desktop of illume Apr 07 14:41:06 I think is libgsm0710mux Apr 07 14:41:17 ptitjes: thought it contains the posix additions for libeflvala Apr 07 14:41:19 emfoxzhou: excellent. patches appreciated. which modem are you porting it to? Apr 07 14:41:22 it doesn't Apr 07 14:41:32 I'm porting it to treo Apr 07 14:41:41 oh, brillant Apr 07 14:41:43 that one is tough Apr 07 14:41:47 palm4linux Apr 07 14:41:49 which package ? Apr 07 14:41:50 spaetz: so now ??? Apr 07 14:42:04 nytowl: menu-freesmartphone Apr 07 14:42:10 I saw the PROVIDES Apr 07 14:42:13 spaetz: could you please ask for such important decisions ? Apr 07 14:42:15 But not the PREFERRED_PROVIDER Apr 07 14:42:24 emfoxzhou: cool. if there's anything i can help you with, just toss me a mail to smartphones-userland. might be better than on IRC (so i have more time to think about my answers ;) Apr 07 14:42:24 ptitjes: feel free to revert Apr 07 14:42:26 spaetz: this breaks all the libraries makefiles Apr 07 14:42:30 never heard of it does it need to be in ms5.5 Apr 07 14:42:51 spaetz: well the problem is that meanwhile I built an image Apr 07 14:43:00 So people will have a version of vala > the good one Apr 07 14:43:02 mickeyl: so you mean I should learn dbus first, right? Apr 07 14:43:03 spaetz: do it yourself Apr 07 14:43:04 So it'll break the update path Apr 07 14:43:15 mickeyl: I will :) Apr 07 14:43:16 ptitjes: I asked mickey to push the vala stuff in dev.OE to the FSO-MS5.5 branch Apr 07 14:43:19 and this makes lots of noise Apr 07 14:43:26 emfoxzhou: not necessarily. the way i designed it you can use libgsm0710mux in your non-dbus program as well Apr 07 14:43:36 and we need nytowl for this, so we should be using the vala stuff from upstream anyway Apr 07 14:43:36 (although that needs some final tweakings) Apr 07 14:43:43 anyway, really gone now Apr 07 14:43:51 spaetz: if you had asked I would have told you the required stuff is on fso's git Apr 07 14:43:58 emfoxzhou: but for now using the dbus interface with the ptys is the easiest way to get started Apr 07 14:44:10 FSO 2.0 will not use the dbus interface Apr 07 14:44:17 nytowl: http://cgit.openembedded.net/cgit.cgi?url=openembedded/log/packages/freesmartphone/menu-freesmartphone.bb&h=fso/milestone5.5 Apr 07 14:44:17 and no ptys Apr 07 14:44:21 spaetz: I won't revert anything Apr 07 14:44:22 but for now we use what we have Apr 07 14:44:34 spaetz: you do a thing you undo it Apr 07 14:44:39 spaetz: :) Apr 07 14:45:04 nytowl: can you merge the vala stuff from dev.OE to the FSO-MS5.5 branch please? Apr 07 14:45:10 does someone knows when mrmoku|easter comes back ? Apr 07 14:45:13 mickeyl: I just want to try if it work or what should I change first. is trying fso-abyss suitable? Apr 07 14:45:22 I don't want to duplicate all the stuff in the SHR-overlay Apr 07 14:45:33 ptitjes: after easter i suppose Apr 07 14:45:35 mickeyl: or ogsmd? Apr 07 14:45:52 that's two different layers Apr 07 14:45:53 spaetz sure I can have a look at it. Is there a spefic set or date range I should be looking at ? Apr 07 14:46:03 fso-abyss is the dbus/pty interface to libgsm0710mux Apr 07 14:46:07 that's the way to start with Apr 07 14:46:12 spaetz: I'd like we wait for mrmoku|easter having succeeded in making the recipe use branch test Apr 07 14:46:13 mickeyl commited today a vala-native_git Apr 07 14:46:15 it works fine with TI Calypso and SIEMENS mc75i Apr 07 14:46:24 so basically we need the stuff as of today :) Apr 07 14:46:28 so you can play with the dbus commands and check via pty whether it works for you Apr 07 14:46:31 spaetz: this is also needed for ophonekitd Apr 07 14:46:35 then, when all that works, you can go towards ogsmd Apr 07 14:46:41 but muxing will keep you busy for a while ;) Apr 07 14:46:44 alright I'll look at catching up to dev Apr 07 14:47:07 spaetz: so did you try to make it use the test branch ? Apr 07 14:47:21 mickeyl: I think so, far more complex than regular gsm Apr 07 14:47:36 nytowl: thanks a bunch Apr 07 14:47:39 ptitjes :o Apr 07 14:47:52 Dave!!! Apr 07 14:48:11 emfoxzhou: yeah. 07.10 is interesting. luckily all the system's I've worked with do use it more or less standard-conform. Thank god i never had to work with Wavecom modems ;) Apr 07 14:48:13 mickeyl: and a little bug report, fso-abyss HEAD not build, due to a name change Apr 07 14:48:19 oh really? Apr 07 14:48:22 let me check Apr 07 14:48:37 mickeyl: by the way I built the eten-m800 unstable image Apr 07 14:48:41 If you're interested in such a thing Apr 07 14:48:41 I think it's from server to manager Apr 07 14:49:00 Ainulindale: thanks, but i don't have that device. stefan_schmidt may be interested Apr 07 14:49:07 * mickeyl still trying with the HTC Touch Pro Apr 07 14:49:09 *cry* Apr 07 14:49:18 :-) Apr 07 14:49:39 Ainulindale: menu-freesmartphone is in ms5.5 , did you need it added to the feed ? Apr 07 14:50:09 I don't need it, I was just wondering how come it was deployed instead of e-wm-menu, with no apparent PREFERRED_PROVIDER Apr 07 14:50:44 * methril|work joins the chat between emfoxzhou & mickeyl Apr 07 14:50:45 emfoxzhou: oooh, right. i probably didn't catch up. thanks! Apr 07 14:50:50 * mickeyl fixes Apr 07 14:50:59 yo methril|work Apr 07 14:51:01 yo Apr 07 14:51:24 did you ever test Telit modems? Apr 07 14:52:51 Ainulindale: e-wm-menu doesn't have a recipe Apr 07 14:53:06 mickeyl: you said, I can turn to ogsmd when I finished playing on libgsm0710muxd, is that mean ogsmd use the same tech ? Apr 07 14:53:22 nytowl: yes it has Apr 07 14:53:24 the e recipe Apr 07 14:53:25 e-wm-menu is in e-wm Apr 07 14:54:14 emfoxzhou: no, but for some modems, ogsmd is using fso-abyss to communicate in mux mode Apr 07 14:54:27 methril|work: i heard some things about them, but never seen one Apr 07 14:54:43 freesmartphone.org: 03mickey 07fso-abyss * r44a8dd760cdd 10/src/main.vala: catch error on shutdown Apr 07 14:54:45 freesmartphone.org: 03mickey 07fso-abyss * r6564f2678916 10/src/server.vala: Apr 07 14:54:45 freesmartphone.org: fso-abyss: catch up with renaming the control class from Server to Manager in libgsm0710mux Apr 07 14:54:45 freesmartphone.org: thanks emfoxzhou for spotting! Apr 07 14:54:47 here we are Apr 07 14:55:11 mickeyl: i've one, and tell that has some propietary extensions (the doc is in the webpage) Apr 07 14:55:18 mickeyl: by the way, ETA for cornucopia, info available somewhere? :-) Apr 07 14:56:23 uff!! time to go home Apr 07 14:56:24 bbl Apr 07 14:56:47 cu methril|work Apr 07 14:56:58 Ainulindale: http://www.freesmartphone.org/index.php/Cornucopia Apr 07 14:56:59 cu Apr 07 14:57:38 that was before Om laying us off though :) Apr 07 14:57:44 dunno whether we can hold the timelines Apr 07 14:57:46 other than menu-freesmartphone there is no e-wm-menu in ms5.5 Apr 07 14:58:28 ah, there's no timelines in the wiki page. excellent Apr 07 14:58:36 nytowl: ah, then that may be due to that Apr 07 14:58:43 Let me check :-) Apr 07 14:58:44 my goal is FSO 2.0 completely in Vala by end of this year Apr 07 14:58:47 mickeyl: hello Apr 07 14:58:51 hi p Apr 07 14:58:52 t Apr 07 14:58:53 mickeyl: I see you are busy on fso2, will it ready soon? Apr 07 14:58:57 err, where's my tab completion Apr 07 14:58:59 just a minute there might be Apr 07 14:59:02 mickeyl: do you have any ideas about a new sponsor? Apr 07 14:59:13 s/sponsor/investor/ Apr 07 14:59:14 nytowl: you're wrong Apr 07 14:59:14 bumbl meant: mickeyl: do you have any ideas about a new investor? Apr 07 14:59:15 http://cgit.openembedded.net/cgit.cgi?url=openembedded/tree/packages/e17/e-wm_svn.bb&h=fso/milestone5.5 Apr 07 14:59:45 mickeyl: I'd be happy to help, I have a mentor for vala stuff :-p Apr 07 15:00:08 emfoxzhou: i'm working hard on infrastructure. there's some things blocking us in Vala before we can do more work. fsodeviced should appear within two months, if all goes right. fsogsmd might take much longer, although this is what I'm most interested in, so I'm spending most time on it atm. Apr 07 15:00:13 Ainulindale: mmh, that soundsg ood! Apr 07 15:00:22 hi Apr 07 15:00:31 bumbl: nothing in sight yet. i think we may try with community funding for some months Apr 07 15:00:42 mickeyl: well, that will sound good if you're able to tell me what you want and need (remember opimd? :-p) Apr 07 15:00:44 some folks indicate that could work Apr 07 15:00:57 cofundus.org like Apr 07 15:01:07 Ainulindale: well, opimd is a bad example. i never was enough into PIM to really know Apr 07 15:01:19 Ainulindale: your link doesn't work Apr 07 15:01:25 Ainulindale: hmm thanks , my grep skills need upgrading Apr 07 15:01:26 i should have mentored abraxa myself... Apr 07 15:01:32 Ainulindale, I sent it, hope it's correct, I've been learning git on the fly while doing that Apr 07 15:01:38 spaetz: yes it works Apr 07 15:01:46 Sharwin_F-: don't worry :-) Apr 07 15:01:47 Ainulindale: ok, just needed to select FSO-MS5.5 branch Apr 07 15:01:59 your link pointed me to the dev branch Apr 07 15:02:14 mickeyl: well I'd be glad if you told me "do this and that", seriously, just to put some dirt on my hands Apr 07 15:02:16 now it works Apr 07 15:02:21 I give up Apr 07 15:02:22 hmm mickeyl who is responsible for opimd now? Apr 07 15:02:25 * spaetz goes to meeting Apr 07 15:02:26 bumbl: no one Apr 07 15:02:30 bumbl: it's open Apr 07 15:02:50 since we don't have any API consumers we don't know whether it's the right API Apr 07 15:02:59 mickeyl: well it isn't Apr 07 15:03:01 so that makes me reluctant to even think about changing something Apr 07 15:03:10 for starters the backend aren't appropriate Apr 07 15:03:17 then I have no idea of the entry points you want to use Apr 07 15:03:26 Plus we need the full Phone API to be able to use it properly Apr 07 15:03:49 yes. it's not clear yet how Phone/PIM talk to each other. Apr 07 15:04:01 That's mostly why I did nothing Apr 07 15:04:07 I tried to understand how I should start Apr 07 15:04:14 realized I would need to talk to you Apr 07 15:04:23 Never managed to grasp more than ten minutes of your time Apr 07 15:04:25 well, i'm afraid i don't know enough Apr 07 15:04:27 And did other things :-) Apr 07 15:04:28 that's the problem Apr 07 15:04:39 mickeyl: well all in all it's just conceptual issues Apr 07 15:04:45 The question is to decide how you want to use opimd Apr 07 15:04:51 Not how it'll technically be done Apr 07 15:04:54 (IMHO) Apr 07 15:05:01 right. which means i need to use it in an app Apr 07 15:05:03 to get a feeling for it Apr 07 15:05:17 so that's what i should start with Apr 07 15:05:32 well Apr 07 15:05:48 I don't usually think that way Apr 07 15:05:55 I do the other way around (like ptitjes) Apr 07 15:06:08 To me, the use of opimd should be done directly in the Phone API Apr 07 15:06:24 so Phone should supersede/wrap some SIM APIs Apr 07 15:06:29 GetContact, GetMessage Apr 07 15:06:30 hmm Apr 07 15:06:36 with the direct binding of the data Apr 07 15:06:48 I may be mistaken, but that's how I would think it to be practical Apr 07 15:06:55 didn't think that way Apr 07 15:07:02 i rather though it would be PIM doing that Apr 07 15:07:08 well Apr 07 15:07:12 use case :-) Apr 07 15:07:14 you receive a call Apr 07 15:07:21 you have an event, coming from Phone Apr 07 15:07:24 What do you need? Apr 07 15:07:36 I'd say, origin (GSM, SIP...) Apr 07 15:07:39 And contact Apr 07 15:07:46 Contact should be wrapped Apr 07 15:07:49 Ainulindale: the thing is if this are all different applications they will need to lookup the object before. Apr 07 15:07:56 You don't want to do some overhead with the software on top of frameworkd Apr 07 15:08:03 That is, ask opimd for the contact Apr 07 15:08:17 alphaone: didn't get your meaning Apr 07 15:08:29 And if you dialer want's to present the name it need to query it in your dialer again. Apr 07 15:09:05 Stop your train of thought :-) Apr 07 15:09:07 Let us define some words Apr 07 15:09:11 Ainulindale: Well, you can ask opimd for Name of callee on line 1 (GSM), but then opimd will need to ask ogsmd for the number and look it up itself Apr 07 15:09:14 To your, what is a dialer ? Apr 07 15:09:19 or the otherway round. Apr 07 15:09:28 To me, it's the simple app presenting a keypad and a call button Apr 07 15:09:33 Then ogsm needs to find the object path to a number Apr 07 15:09:46 In opposition to the "dial manager" which is the handling of the calls themselves Apr 07 15:09:57 So when you say dialer, are you talking about what I call a manager? Apr 07 15:10:04 Yeah Apr 07 15:10:08 Ok Apr 07 15:10:17 So my point is Apr 07 15:10:20 Given your use case Apr 07 15:10:41 The problem is that to me it seems stupid to send an event which will generate a query on opimd in 99% of the cases Apr 07 15:10:56 this callee Name request is a typical example to me Apr 07 15:11:04 So even if the "roundtrips" are internal Apr 07 15:11:16 At least, we can modify that later on Apr 07 15:11:25 If we force the developer to query on opimd Apr 07 15:11:32 If later on we change the specs, it becomes harder to follow Apr 07 15:11:38 Am I clear? Apr 07 15:11:48 doesn't sound too shabby to me. so when ophoned presents you the call object, it can then query opimd for the information. Apr 07 15:11:49 Well, how did you imagine that was handled? Apr 07 15:12:05 mickeyl: what I told or what alphaone told? Apr 07 15:12:14 alphaone: what? Apr 07 15:12:30 heh, that's why i'm a fan of email to discuss these things ;) Apr 07 15:12:34 * mickeyl senses confusion Apr 07 15:12:36 yeah :-) Apr 07 15:12:50 Okay, ophoned will query opimd and get an object path for the contact or what? Apr 07 15:12:50 But when we mail smartphone-standards, nobody answers Apr 07 15:13:06 alphaone: to me, it'll get the contact directly Apr 07 15:13:09 Ainulindale: That's because i'm confused. Apr 07 15:13:15 or at least the standard part of the contact Apr 07 15:13:21 Ainulindale: So an a{sv} Apr 07 15:13:27 name, number, all that is handled by opimd internally Apr 07 15:13:31 for local contacts, that is Apr 07 15:13:41 alphaone: yep Apr 07 15:13:47 i agree with ophoned querying opimd, whether it will copy the data or just carry the data path along to opimd remains to be discussed Apr 07 15:14:03 mickeyl: my point was, anyway Apr 07 15:14:05 As a developer Apr 07 15:14:10 If I receive a call incoming event Apr 07 15:14:14 I don't want to be forced to query the contact name Apr 07 15:14:19 yes, i'm ok with that Apr 07 15:14:30 that's why a combination of alphaone and your approach sounds good to me Apr 07 15:14:33 mickeyl: If it just carries along the path Ainulindale's whole point is moot Apr 07 15:14:34 we will present data Apr 07 15:14:36 So if you're OK with that, it g ives us some outline to what we need in ophoned Apr 07 15:14:50 but we carry the full path to query the full data Apr 07 15:14:55 so we don't have to query all data always Apr 07 15:14:56 Because you'll even be doing one additional query every time Apr 07 15:15:00 So I'd say, first thing to do is to write some specs and implement them :-) Apr 07 15:15:04 subset sounds good Apr 07 15:15:07 yeah Apr 07 15:15:22 anyway, to me, opimd should preload contacts in background at boot Apr 07 15:15:28 basic info such as name & number Apr 07 15:15:29 correct Apr 07 15:15:30 maybe other stuff Apr 07 15:15:32 ophoned interface is lacking anyway... Apr 07 15:15:51 true, i never looked at that. no idea which state charlie left it in ;) Apr 07 15:16:03 Problem is, even though I see that your motivation is on cornucopia these days Apr 07 15:16:12 If we were able to build a PIM solution on top of SHR today Apr 07 15:16:13 mickeyl: Actually what about confcalls? I believe they're more important than ever.. Apr 07 15:16:18 It'll truly be a step ahead Apr 07 15:16:29 As told before again and again Apr 07 15:16:35 i'm willing to implement that as long as I know what I have to do Apr 07 15:16:37 alphaone: if you don't mind, I think we should just continue our schedule as if we were still employed Apr 07 15:16:38 Today I don't know :-) Apr 07 15:17:25 mickeyl: Sounds good, but needs to be communicated as well. That's why I brought it up :-) Apr 07 15:17:36 Ainulindale: well, i see the need to opimd, no doubt about that. but same as you my entry barrier to it is high since i was hardly involved in it. lets start with doing this phone/pim interoperability spec on the list. Apr 07 15:17:58 Ainulindale: i still view fso1 as the chance to get the API right, that includes pim and phone Apr 07 15:17:59 mickeyl: well I'm willing to talk over the phone if necessary on that kind of thing Apr 07 15:18:09 alphaone: shall i write a mail or yo? Apr 07 15:18:15 And I think ptitjes should be involved too as we talked about that a lot and he looked into the source code as well Apr 07 15:18:25 mickeyl: I can do that Apr 07 15:18:29 alphaone: thanks Apr 07 15:18:47 Ainulindale: phone sounds good to discuss details. i'd vote for email to agree about the basic flow though Apr 07 15:18:47 hmmm Sharwin_F- Apr 07 15:18:50 still here? Apr 07 15:18:57 mickeyl: yes I'm good with that Apr 07 15:19:06 mickeyl: it might be the same as it was suggested by Ainulindale or as it was implemented but i would like to see a solution with one single api and in the back two "dataengines" [sim,phone] which can be selected [sim,phone,both] Apr 07 15:19:12 mickeyl: I'm insisting on PIM because I plan to deliver the stable release for FSOSHRUDCON Apr 07 15:19:17 And I'd love to be able to use PIM Apr 07 15:19:27 bumbl: that's already in the design of opimd, ya Apr 07 15:19:32 Ainulindale: *nod* Apr 07 15:19:36 me too, actually Apr 07 15:19:38 btw. Apr 07 15:19:40 We all would Apr 07 15:19:43 is SHR usable on QVGA these days? Apr 07 15:19:52 Well why wouldn't it be? Apr 07 15:19:59 dunno how the UI is written Apr 07 15:20:01 You know I only have GTAx to test :-) Apr 07 15:20:15 that sounds like it's designed for vga Apr 07 15:20:24 that's why i'm asking Apr 07 15:20:29 Well, I have no idea Apr 07 15:20:31 I'm no UI guy Apr 07 15:20:39 who are the ui guys atm.? Apr 07 15:20:46 Well Apr 07 15:20:49 That's a good question indeed :-) Apr 07 15:21:04 There are the shr-settings guys, spaetz, & mrmoku Apr 07 15:21:07 mickeyl: what is the QVGA resolution ? Apr 07 15:21:12 mickeyl: Apr 07 15:21:18 ~seen quickdev Apr 07 15:21:19 quickdev was last seen on IRC in channel #openmoko-cdevel, 41d 45m 58s ago, saying: 'and for you?'. Apr 07 15:21:41 mickeyl: but anyway, I have no work at the time being, that's why I say I'm available Apr 07 15:21:48 I don't have internet at home but it should be quick Apr 07 15:22:05 The basic opimd structure is working Apr 07 15:22:14 What we need is to link it to the phone API, that's all (again) Apr 07 15:22:24 Although it has been made in a way quite different Apr 07 15:22:30 (it returns weird stuff) Apr 07 15:22:37 (I don't know how to use that in C) Apr 07 15:22:42 ptitjes: 240x320 Apr 07 15:22:57 icky Apr 07 15:23:06 reminds me, should check if xf86-video-glamo works well in that resolution Apr 07 15:23:10 wow Apr 07 15:23:14 lindi-: by the way Apr 07 15:23:28 what are the differences between xf86-video-glamo and xserver-kdrive-glamo? Apr 07 15:23:44 Ainulindale: xf86-video-glamo is a video driver for Xorg Apr 07 15:23:46 mickeyl, Ainulindale: for me this is more a problem for e, because I think our ui guys thought about not fixing window sizes Apr 07 15:23:55 mickeyl: but maybe I'm wrong Apr 07 15:24:04 Ainulindale: you can compile it without having to compile whole Xorg Apr 07 15:24:20 lindi-: ok then, but on a distro point of view, what should we use? Apr 07 15:24:28 Ainulindale: Xorg if you ask me Apr 07 15:24:38 Ainulindale: since it has much more developers Apr 07 15:24:48 (Well, aren't we using xorg already?) Apr 07 15:24:56 Ainulindale: many use kdrive Apr 07 15:25:00 (I ask stupid questions, but I'm not aware of everything) Apr 07 15:25:44 (good questions they are) Apr 07 15:26:13 Well, then, should we switch to it? How would we do it? Apr 07 15:26:26 Sharwin_F-! Apr 07 15:26:36 Ainulindale: sure Apr 07 15:26:49 Ainulindale: i just installed the Xorg with apt-get Apr 07 15:26:50 nytowl: still waiting for the menu thing, I may have missed your answer :-) Apr 07 15:26:54 Ainulindale: and built xf86-video-glamo from git Apr 07 15:27:07 lindi-: well, apt-get is for sissies who don't know how to use bitbake :-) Apr 07 15:27:09 Ainulindale: as off-the-shelf software as it gets Apr 07 15:27:16 Ainulindale: yep i don't know how to use bitbake Apr 07 15:27:20 yeah it's there my grep skills need an upgrade Apr 07 15:27:27 lindi-: ;-) Apr 07 15:27:31 Ainulindale, ? Apr 07 15:27:34 :) Apr 07 15:27:40 Sharwin_F-: could you put your files online please? Apr 07 15:27:42 Ainulindale: in fact, i hadn't heard of bitbake before openmoko Apr 07 15:27:45 I have trouble to copy them here :-/ Apr 07 15:27:59 nytowl: so do you know why it was pushed instead of the standard package? Can't find the PREFERRED_PROVIDER Apr 07 15:28:08 lindi-: heh :-) Apr 07 15:28:14 sure Apr 07 15:28:22 Ainulindale, bitbake is for sissies who don't know hot to use emerge) Apr 07 15:28:34 max_posedon: Agreed! Apr 07 15:29:05 alphaone, mickeyl: did you think about switching to xorg? Apr 07 15:29:07 Ainulindale: I hadn't looked at that just found the package, I'll look into the prefered_provider. Apr 07 15:29:24 Can you send me an email about it so it doesn't drop off the todo list :) Apr 07 15:29:39 Ainulindale: never had time to figure out where to get the latest package and try Apr 07 15:30:01 nytowl: meh Apr 07 15:30:05 nytowl: you're a lazy ass :-) Apr 07 15:30:12 mickeyl: well I think I'll try it Apr 07 15:30:22 yeah kiss my lazy ^&* Apr 07 15:30:24 Problem is, I don't know what to build :-) Apr 07 15:30:38 Ainulindale: packaging Xorg is no small feat Apr 07 15:30:49 it's already packaged in OE if I'm not mistaken Apr 07 15:31:14 The question is: what about performance? Apr 07 15:31:18 Ainulindale: the debian X Strike Force has 15 people working on packaging Apr 07 15:31:20 Ainulindale, http://espeweb.no-ip.com/_espacio/openmoko/ Apr 07 15:31:31 Thanks a lot Sharwin_F- Apr 07 15:31:49 perfomance is ok Apr 07 15:31:50 Ainulindale: performance is http://iki.fi/lindi/openmoko/xf86-video-glamo/x11perf1.txt Apr 07 15:31:59 smth near to xglamo now Apr 07 15:32:23 I'm playing with it on gentoo, all is fine. Apr 07 15:32:37 and xorg allows you use nice xf86-input-tslib-0.5.1 Apr 07 15:32:47 with nice right button emulation Apr 07 15:32:53 max_posedon: is it upstream? Apr 07 15:33:26 yes, as I know (you mean right-button-emulation, yes?) Apr 07 15:33:35 max_posedon: really? Apr 07 15:33:44 Ainulindale, if you need me, I'll be out for half an hour aprox. Apr 07 15:33:46 max_posedon: openwrt and debian both have like 5 patches pending and afaik upstream does not exist Apr 07 15:34:37 oh, so may be I'm wrong Apr 07 15:34:53 lindi-: hmmm the question was compared to xglamo Apr 07 15:35:05 but I really thought that it can be find at git... Apr 07 15:35:26 Ainulindale: yep now you can run x11perf with xglamo and compare Apr 07 15:35:31 errr, again :-) Apr 07 15:35:34 my question was Apr 07 15:35:41 what is your opinion on the compared performances? :-) Apr 07 15:36:21 my - they are same Apr 07 15:37:15 Ainulindale: xvkbd seems to be faster Apr 07 15:37:34 xvkbd? Apr 07 15:37:36 (I feel dumb) Apr 07 15:37:41 SHR: 03ainulindale 07shr-settings * re8df8e3f3a18 10/ (6 files in 4 dirs): Catalan & Espa??ol translations per Pau Espin Pedrol. Apr 07 15:38:48 Ainulindale: the virtual keyboard application Apr 07 15:39:00 well we use illume virtual keyboard so... Apr 07 15:42:10 Ainulindale: i don't since it does not work with my wm Apr 07 15:42:42 Sharwin_F-: your patch is not working Apr 07 15:42:47 error: can't copy 'data/po/ca/shr-settings.mo': doesn't exist or not a regular file Apr 07 15:44:13 SHR: 03ainulindale 07shr-settings * r183538ebdca6 10/data/ (8 files in 4 dirs): Corrected minor mistake for the translation. Apr 07 15:50:50 Ok fixed it. Apr 07 15:50:58 Should be online in some minutes. Apr 07 15:51:29 * Sharwin_F- returns now Apr 07 15:51:37 ok thanks :D which was the problem? Apr 07 15:51:39 Sharwin_F-: could you try it please? =) Apr 07 15:51:47 Sharwin_F-: you commited it your po/mo files in the wrong dir Apr 07 15:51:49 for settings Apr 07 15:51:53 s/it// Apr 07 15:52:27 Ainulindale, so you see, using a patch was a good idea :P Apr 07 15:52:46 :-) Apr 07 15:52:50 Could you try them out? Apr 07 15:53:50 Sharwin_F-: by the way Apr 07 15:53:58 opkg install glibc-binary-localedata-es-es Apr 07 15:54:01 (don't know if you did it) Apr 07 15:55:00 sure, wait a moment Apr 07 15:55:47 spaetz : how much pain would doing the packages-> recipes rename cause you ? Apr 07 15:56:26 nytowl: packages->recipes rename? Apr 07 15:57:45 Ainulindale: in MS 5.5 so catch up to dev. The openmebedded/packages was changed to openmebedded/recipes Apr 07 15:57:58 oh Apr 07 15:58:02 Didn't know that Apr 07 15:58:08 Well it'll cause us trouble, but go for it Apr 07 15:58:45 I didn't want to go there yet so I was thinking of hand applying the last git commit Apr 07 15:59:13 Well if you do, please keep me in touch Apr 07 15:59:15 And meanwhile Apr 07 15:59:19 Check for what I asked :-p Apr 07 16:00:20 spaetz asked first :) and there are a couple of other requests I need to deal with before I get to yours Apr 07 16:00:30 that's why I needed an email :) Apr 07 16:00:50 I'll annoy you so much you'll check =) Apr 07 16:01:20 I'm sure there's an ignore button in xchat somewhere Apr 07 16:01:26 Pfff :-) Apr 07 16:04:26 Ainulindale, should it work just changing the language in illume settings? Apr 07 16:05:55 What for? Apr 07 16:06:00 the binary locale? Apr 07 16:06:47 Ainulindale, wondering what where I'0ve to change my locale in order to use it by default Apr 07 16:07:13 first download the binary locale Apr 07 16:07:24 then the locale packages for libframeworkd-phonegui-efl & shr-settings Apr 07 16:07:32 I tried it yesterday manually copying the mo file to /usr/share/locale/ca/ and then export LANG=ca Apr 07 16:07:34 then killall -HUP enlightenment Apr 07 16:07:41 I'd say LINGUAS=ca Apr 07 16:07:42 ok, so packages missing then, wait :P Apr 07 16:08:01 Sharwin_F-: http://build.shr-project.org/shr-unstable/ipk/armv4t/libframeworkd-phonegui-efl-locale-ca_0.0.1+gitr605+4f915fd68a687804db8c3b1ef1422b7c6f11dd75-r28_armv4t.ipk Apr 07 16:08:07 (opkg install libframeworkd-phonegui-efl-locale-ca) Apr 07 16:08:14 Same for shr-settings Apr 07 16:08:47 the git.openmoko.org/git/tichy.git repo has disappeared, has it moved ? Apr 07 16:08:58 pwgen: it's not used anymore Apr 07 16:08:59 delete the recipe Apr 07 16:09:08 it got moved to googlecode by charlie Apr 07 16:09:12 thx . Apr 07 16:09:15 (IIRC, as mirko-paroli told before) Apr 07 16:10:58 has the bluetooth hci intferface disappeared with bluez4 ? Apr 07 16:14:38 Ainulindale, it works with export LANG=ca, but not with export LANG=es Apr 07 16:15:00 well that's mostly because you should also install libframeworkd-phonegui-efl-locale-es Apr 07 16:15:04 and same for shr-settings Apr 07 16:15:08 and for binary locales Apr 07 16:15:20 none of them works with LINGUAS=ca Apr 07 16:15:29 Ok then it's LANG =) Apr 07 16:15:55 I have Apr 07 16:15:56 $ opkg list_installed | grep shr-settings Apr 07 16:15:56 shr-settings - 0.1.0+r112+183538ebdca6c01e06bd938b00c476f2eb5826d3-r4 - Apr 07 16:15:56 shr-settings-addons-illume - 0.1.0+r112+183538ebdca6c01e06bd938b00c476f2eb5826d3-r4 - Apr 07 16:15:56 shr-settings-locale-ca - 0.1.0+r112+183538ebdca6c01e06bd938b00c476f2eb5826d3-r4 - Apr 07 16:15:56 shr-settings-locale-es - 0.1.0+r112+183538ebdca6c01e06bd938b00c476f2eb5826d3-r4 - Apr 07 16:16:40 let me try Apr 07 16:17:33 Ainulindale, spanish doesn't appear on illume settings menu unless using advanced options... weird Apr 07 16:17:41 Arf Apr 07 16:18:21 Ainulindale, yep, now works Apr 07 16:18:30 Good :-) Apr 07 16:18:34 I set spanish on illume settings and works now Apr 07 16:18:53 but still is strange spanish only displaying on advanced Apr 07 16:19:31 heh Apr 07 16:20:09 Sharwin_F-: try to killall -HUP enlightenment Apr 07 16:20:12 better Apr 07 16:20:18 rm -r ~/.e Apr 07 16:20:24 then /etc/init.d/xserver-nodm Apr 07 16:20:27 I've just restarted xserver-xorg Apr 07 16:20:47 *-nodm Apr 07 16:20:53 well I'm no i18n expert Apr 07 16:20:57 So I can't help you on that :-) Apr 07 16:21:00 ask raster ! Apr 07 16:21:10 but here the locales work Apr 07 16:21:43 what kind of partitions do I need for multi-boot? Apr 07 16:21:46 ok thanks :D Apr 07 16:22:12 do I need this vfat after all and how can I use a swap? Apr 07 16:23:28 libframeworkd looks like working well also with translations Apr 07 16:24:00 good :-) Apr 07 16:24:05 ^^ Apr 07 16:26:22 emfoxzhou: Hey :) Apr 07 16:26:47 Sharwin_F-: thanks a lot for the translation by the way Apr 07 16:26:52 Sorry I forgot to tell you that before :-) Apr 07 16:27:42 Ainulindale, thanks you for all the work you do better :P Apr 07 16:35:22 raster: bug in elementary-alarm Apr 07 16:35:27 line 88 Apr 07 16:35:31 http://trac.enlightenment.org/e/browser/trunk/TMP/st/elementary-alarm/src/bin/main.c Apr 07 16:35:44 Wooooo Apr 07 16:35:52 /tmp/alarm-waker should be /tmp/elementary_alarm-waker Apr 07 16:40:51 Sharwin_F-: http://blog.shr-project.org/2009/04/shr-i18n.html Apr 07 16:41:06 Sharwin_F-: I hope your work will generate some emulation and make other people do the same :-) Apr 07 16:41:53 hey, thanks :D Apr 07 16:41:58 Ainulindale: polish translation was first! :D Apr 07 16:42:04 hahaa Apr 07 16:42:09 dos1: I know :-) Apr 07 16:42:25 But who cares about polish people, heh? :-p Apr 07 16:42:43 I love blaming, so Ainulindale, my second surname is bad written, it ends with an L Apr 07 16:42:43 xD Apr 07 16:42:54 Sorry :-) Apr 07 16:43:03 ok, so i will remove everything in openmoko/shr which comes from polish people Apr 07 16:43:08 I'm used to see "Pedron" that's why :-) Apr 07 16:43:09 we will see, what would remain :D Apr 07 16:43:19 dos1: pfff! :-) Apr 07 16:43:22 Usually I blame at mrmoku, but as he's not here now... it's your tourn :P Apr 07 16:43:38 dos1: well I already forked everything anyway Apr 07 16:43:42 And renamed it ainulindale-settings Apr 07 16:43:45 Because I'm great Apr 07 16:43:52 lol Apr 07 16:43:56 AHR? Apr 07 16:44:03 Ainulindale Hybrid Release? ;x Apr 07 16:44:13 today every missery is Ainulindale's fault ;) Apr 07 16:45:01 Yay Apr 07 16:45:02 SPANK ME Apr 07 16:45:24 sadomaso? :x Apr 07 16:45:54 Nah. Apr 07 16:45:58 I just like to be spanked by DocScrutinizer Apr 07 16:46:13 Plus these days he's ignoring me because he's angry at me as I disagreed with him :-p Apr 07 16:47:03 Ainulindale: hehe, I WON'T >;-) Apr 07 16:47:52 huh, you did? YOU DARE ??!? Apr 07 16:47:59 is there any vnc client for openmoko already packaged? Apr 07 16:48:28 Did what? :-) Apr 07 16:48:46 disagree Apr 07 16:48:50 tightvnc Sharwin_F- Apr 07 16:48:52 well yeah DocScrutinizer Apr 07 16:48:57 you're wrong, as usually Apr 07 16:49:00 I'm bounded to react Apr 07 16:49:07 s/usually/usual/ Apr 07 16:49:07 elaborate! Apr 07 16:49:09 nytowl: I believe we could cope with a packages->recipe change very easily Apr 07 16:49:20 ok, gone again. probably bbl Apr 07 16:49:26 spaetz: revert vala thing asap please Apr 07 16:49:26 hmm Apr 07 16:49:34 $ opkg list | grep vnc only shows me x11vnc Apr 07 16:49:38 DocScrutinizer: well that's a known issue of your Joergeness Apr 07 16:49:43 patch for transparent keyboard in illume is now more flexible Apr 07 16:49:43 You're wrong, that's all Apr 07 16:49:45 is it in angstrom repos? Apr 07 16:49:45 that's axiomatic Apr 07 16:49:52 mrmoku would be interested in applying it Apr 07 16:49:53 sorry need to leave now. can do tonoight or tomorrow Apr 07 16:49:58 Sharwin_F-: I could build tightvnc if you want Apr 07 16:50:05 dos1: I can apply it. Apr 07 16:50:06 and Dave would spank us because that :P Apr 07 16:50:11 And you're the one whose fault it is ;) Apr 07 16:50:12 Ainulindale, if you don't mind :P Apr 07 16:50:21 DocScrutinizer: Heh Apr 07 16:50:35 Sharwin_F-: building Apr 07 16:50:40 thanks ^^ Apr 07 16:51:19 transparent qwo can be interesting and useful, Ainulindale, if you don't have anything against - apply it :) Apr 07 16:51:45 well could you show me how it looks? Apr 07 16:51:45 pwgen: looks like for whatever reason bluetooth doesn't work with the latest kernel. Was going to have a look at it today... Apr 07 16:54:58 Sharwin_F-: there it is Apr 07 16:55:00 dos1? Apr 07 16:55:09 good :D Apr 07 16:55:22 Ainulindale: Hey :) What was the problem with locale generation for you? (en_US.UTF-8...cannot map archive header: Invalid argument) Apr 07 16:56:24 PaulFertser: well low ram, and the fact that the OE conf had been modified to remove the locale generation Apr 07 16:56:55 wpwrak: Hi :) just wanted to let you know that not only dos1 has problems with wifi and .29 (and no problems with .24) but also 2 other guys on community confirmed it. Apr 07 16:57:27 well dos1 if it looks anything like what I saw on the community screenshots Apr 07 16:57:30 I don't like it =) Apr 07 16:57:45 Though if we can package it separately, I'll gladly compile it Apr 07 16:57:54 Ainulindale: ok, so to solve that particular problem (to generate locale on devices) freeing more RAM should be enough? What should i suggest to the guy who wants to try TAsn's package? Or have you already updated unstable to include the fix? Apr 07 16:58:42 Tasn's packages? Apr 07 16:58:46 Which one? Apr 07 16:58:54 Ah, the one on the wiki I suppose Apr 07 16:58:58 Ainulindale: the one he placed at OM wiki. Apr 07 16:58:58 I already updated unstable Apr 07 16:59:03 It's now included Apr 07 16:59:06 On latest Apr 07 17:01:45 Ainulindale: thanks a lot :) Apr 07 17:02:00 You're welcome Apr 07 17:02:10 (I eventually delivered my project and found time to work on SHR) Apr 07 17:02:13 (I feel better) Apr 07 17:03:34 hmmm I have 2 calculators on the desktop Calcultaor and pCalc... haven't installed the second one, but looks better than de first one :P Apr 07 17:04:27 Ainulindale: which screenshots? Apr 07 17:05:37 tightvncviewer works great :) Apr 07 17:07:09 hi Apr 07 17:07:15 i saw a nice dir Apr 07 17:07:37 eten-m800/ in shr unstable Apr 07 17:07:55 :O Apr 07 17:09:06 anyone have a fix for bluez in unstable? Apr 07 17:09:13 * Sharwin_F- crosses last said by himself Apr 07 17:09:27 Can't scroll the screen to the left, only to the right Apr 07 17:09:36 and the same vertically, only down, not up Apr 07 17:10:17 huh does fyp now havwe another name? Apr 07 17:12:53 Ainulindale: take a look on that ticket: http://trac.shr-project.org/trac/ticket/351 Apr 07 17:14:29 spaetz: the new vala doesn't build Apr 07 17:14:42 new vala? Apr 07 17:14:52 0.6.0 Apr 07 17:15:10 #358 can be closed Apr 07 17:15:19 do you use git or ftp.gnome.org Apr 07 17:15:42 gnome.org Apr 07 17:18:51 #327 seems to be invalid Apr 07 17:19:09 #366 looks like fixed Apr 07 17:20:44 hm... about shr, why ppp-generic isn't added to autoload list? Apr 07 17:27:46 i flashed shr-unstable from today, the aux-key seems to be ignored, is there a fix available? Apr 07 17:28:37 btw, much faster than some time ago Apr 07 17:29:09 bipak_: alphaone|gone: ping. maybe you want to coordinate hw investigation efforts on 32kHz osc Apr 07 17:29:48 and there are too much shr-settings-icons... Apr 07 17:33:46 Azog, you have to set the aux button on illume settings Apr 07 17:34:52 Sharwin_F-: in the input-section? Apr 07 17:35:05 Azog Apr 07 17:35:08 yes Apr 07 17:35:56 then look on the list for simple screen blocking or something similar Apr 07 17:36:10 then press aux button when needed Apr 07 17:36:49 Desktop Simple Lock Apr 07 17:36:56 Azog: and shr-settings icons should be fixed in next image Apr 07 17:37:16 Azog: in meantime, try to remove menu-freesmartphone and install e-wm-menu instead Apr 07 17:37:28 dos1: ok Apr 07 17:38:06 Sharwin_F-: do i have to change the `Execute'-button, or add a new key? Apr 07 17:38:19 Azog: add a new key Apr 07 17:38:30 execute is for power button Apr 07 17:43:49 grr, i can't find it, in which section is the simple lock? Apr 07 17:44:13 oh, desktop-simple-lock Apr 07 18:09:10 * Sharwin_F- flashing last image Apr 07 18:10:49 flashed latest shr unstable Apr 07 18:11:01 ophonekitd crashes Apr 07 18:11:10 anyone interested in logs? Apr 07 18:15:14 PaulFertser, for some reason Apr 07 18:15:25 it asked for more ram when I wasn't using locale-gen Apr 07 18:15:26 weird ;] Apr 07 18:18:36 admiral0: yep Apr 07 18:18:38 gives me that Apr 07 18:19:54 dos1: for the ticket Apr 07 18:19:57 I fixed that for qi Apr 07 18:20:18 But this is really interesting Apr 07 18:20:23 mickey|bbiab, alphaone|gone : http://trac.shr-project.org/trac/ticket/351 Apr 07 18:20:31 Ainulindale: i know, that's why i send it to you Apr 07 18:20:32 ;) Apr 07 18:20:57 Thanks a lot Apr 07 18:21:03 dos1: meanwhile Apr 07 18:21:20 Using e-wm-menu does not solve our problem with shr-settings Apr 07 18:21:39 I think we may have to use *-addons-illume Apr 07 18:21:43 Though what's weird is there it works Apr 07 18:21:46 But it doesn't for some people Apr 07 18:21:55 raster? Apr 07 18:23:26 Ainulindale: for me e-wm-menu works Apr 07 18:23:38 well it's basically the same file you know Apr 07 18:23:39 Ainulindale: maybe try different categories in that desktop files Apr 07 18:23:49 (as menu-freesmartphone) Apr 07 18:24:03 So I don't think this might influence anything Apr 07 18:24:06 lol? Apr 07 18:24:07 Could you try latest unstable? Apr 07 18:24:09 it's not the same file Apr 07 18:24:13 Well here it is Apr 07 18:24:20 so something is wrong Apr 07 18:25:03 I satill have lots of shr icons on the desktop with new image, I suppouse you are speaking about this :P Apr 07 18:25:09 dos1: http://cgit.openembedded.net/cgit.cgi?url=openembedded/tree/packages/freesmartphone/menu-freesmartphone/applications.menu&h=fso/milestone5.5 Apr 07 18:25:17 Ainulindale: wait a moment, i will configure usb networking with neo on new laptop and then i will send you that file Apr 07 18:25:20 which i have Apr 07 18:25:46 Ainulindale: yep, that's wrong file Apr 07 18:26:01 Ainulindale: original, from e-wm-menu, is a lot more complicated :P Apr 07 18:26:13 Well here it's the same Apr 07 18:26:17 Let me find it =) Apr 07 18:28:59 Ainulindale: http://openmoko.opendevice.org/~dos/applications.menu Apr 07 18:28:59 dos1: http://cgit.openembedded.net/cgit.cgi?url=openembedded/tree/packages/e17/e-wm/applications.menu&h=fso/milestone5.5 that? Apr 07 18:29:13 Ainulindale: yep Apr 07 18:29:26 Well that's not the file you gave me Apr 07 18:29:39 Err, sorry, nevermind what I said Apr 07 18:29:46 Well my girlfriend is coming I have to leave Apr 07 18:29:53 So I'll try to resolve that later :-) Apr 07 18:29:58 actually, wanted to ask here: Apr 07 18:29:59 hey, does anyone know how to get the cflags+headers of a lib only if it exists? (autotools) the autotools chan is dead. Apr 07 18:33:16 ok, i cloned all shr git repos which are interesting for me, so now i can continue my work :) Apr 07 18:45:13 dos1: Good :-) Apr 07 18:45:27 Well, anyway, I have to go, I have other things to do (having a real life for example is something I should do more often) Apr 07 18:45:30 So bye. Apr 07 18:45:48 bye ^^ Apr 07 18:46:31 Ainulindale: ATM i have limited real life, so i can focus on shr ;) Apr 07 18:50:33 SHR: 03Sebastian 07shr-overlay * rc7d7fbfbfa23 10/openembedded/packages/vala/ (4 files): revert to .6 Apr 07 19:11:33 freesmartphone.org: 03prishelec 07libeflvala * r676c901eb57f 10/vapi/elm.vapi: elm.vapi: add missing functions to GenlistItem Apr 07 19:32:15 Arhuaco: hey :) Nice to see you here again. Apr 07 19:32:59 Hello PaulFertser. Thanks. Same here :-) I was away from IRC... Apr 07 19:33:20 wtf Apr 07 19:33:22 NOTE: Running task 717 of 3176 Apr 07 19:33:25 is this even possible?! Apr 07 19:33:32 3176?! Apr 07 19:34:02 Arhuaco: just wanted to ask you when you will be available next time. morphis is trying to debug regression in gnufiish (?) kernel caused by merging of TS-filtering-related patches. Will you be able to help him a bit? Apr 07 19:34:36 that's like my 5000th task. Apr 07 19:34:54 PaulFertser. Sure. In case we don't meet in IRC he could send email... Apr 07 19:35:36 Arhuaco: cool :) i guess he'll be here in some 12 hours. Apr 07 19:36:40 PAulFertser: I hope to be sleeping very well in 12 hours ;-) Apr 07 19:37:21 Arhuaco: btw, good luck with all the kernel work you're doing. You're now the most important kernel OM-person, the community counts on you (and believes you'll do a good job) ;) Apr 07 19:37:52 Arhuaco is kernel guy? Apr 07 19:38:01 so i must remember that nick ;) Apr 07 19:39:05 Arhuaco: oh, i know i should have tried to debug it myself first but somehow i had no time/motivation :-/ Can you try to power on bluetooth and do lsusb after suspend/resume? I'm not sure but it seems it doesn't work for me at all. There were some changes with renaming stuff recently, probably some platform data for s3c-ohci wasn't updated accordingly? Apr 07 19:39:31 dos1: you know /whois command, don't you ;) Apr 07 19:39:42 PaulFertser: Thanks. I hope to do my best to help... Many things changed in a short time. But well, let's see how things go. Apr 07 19:40:22 PaulFertser: I don't usually use bluetooth. I'll try... Apr 07 19:40:58 PaulFertser, Arhuaco: i'm not able to power on BT even without suspend/resume Apr 07 19:41:21 PaulFertser: i know, but i'm not running it on every person on IRC: D Apr 07 19:41:45 Arhuaco: yeah, tough time for OM, we all know that. Too bad management wasn't open enough about HR decisions and too bad it turned out Andy had no time to properly "transfer" his work position. Apr 07 19:44:52 I don't get Apr 07 19:44:53 this Apr 07 19:45:07 why is this compiling python when I'm trying to compile something else?! Apr 07 19:45:33 (and it's not a dep) Apr 07 19:46:42 freesmartphone.org: 03mickey 07cornucopia * raf83aeefdadc 10/fsogsmd/src/lib/ (7 files): fsogsmd: playing with mediator syntax Apr 07 19:47:44 Andy would have had time, but he chose not to spend it. Apr 07 19:48:18 TAsn: it may be an implicit dependency, you can check the path with -g or -v -v -v Apr 07 19:48:40 Arhuaco: and another question (sorry for talking about bugs and other stupid stuff; i know i should have talked about spring, sun, happiness whatever...) What's your position about xglamo kernel workaround which breaks xrandr for xorg? Are you going to make it configurable or will you just rip it off when you'll be asked by e.g. mickey|bbiab ? Apr 07 19:49:08 mickey|bbiab, what path? Apr 07 19:49:12 anyhow' it's installing python Apr 07 19:49:14 PaulFertser: I just updated the ticket :-) I guess we could add the option if it is needed. Apr 07 19:49:19 *building Apr 07 19:49:25 and I'm trying to build evas Apr 07 19:49:30 wtf?! Apr 07 19:49:38 python-evas? Apr 07 19:49:39 Arhuaco: do you think it's needed? Do you want to keep dirty hacks in your tree? ;) Apr 07 19:49:45 dos1, no... Apr 07 19:49:56 TAsn: i mean: maybe it recommends python-evas? Apr 07 19:50:06 yeah Apr 07 19:50:10 I got you afterwards Apr 07 19:51:10 PaulFertser: I remember Andy asked me to check this issue but I did not make progress. Balaji did progress. I guess we should keep the dirty hack if it helps until we get something better. Apr 07 19:51:14 mickey|bbiab: i guess OM-the-company was somewhat mean to Andy and that's the reason of unclean takeover of kernel maintainer role. That's my impression. Apr 07 19:52:05 Arhuaco: either somebody (who?) makes it user-switchable or we should get rid of it altogether, because it'll slow down xorg adoption (which has a chance of being maintained, unlike xglamo-kdrive). Apr 07 19:53:32 Everything's my humble opinion, as usual. Apr 07 19:54:14 PaulFertser: well, i'm not going to wash dirty laundry, but Andy literally turned his back to the whole project in a very unprofessional manner. Apr 07 19:54:33 and no, he wasn't treated mean at all. Apr 07 19:54:50 other than that he worked for the trashcan Apr 07 19:54:56 but that can happen in work Apr 07 19:55:31 hi Apr 07 19:55:57 PaulFertser: I guess it could be made user-switchable if it actually helps. Removing the workaround could break things for people who depend on it now. Apr 07 19:56:10 mickey|bbiab: ok, i'm glad to hear om-the-company didn't treat him mean. As to his behaviour -- well, we're all people, i'm not the one to judge. Thanks for the clarifications. Apr 07 19:57:02 Arhuaco: do you have any idea who is going to do that and when? (sorry for being so persistent on this issue, but i dislike xglamo to a large degree ;) ) Apr 07 20:00:02 is the whole story of this workaround for xglamo in trac? Apr 07 20:01:06 PaulFertser: Making an entry in /proc could be a quick hack :-) I guess I could make it. Now I guess we have to locate the actual workaround. I lost track... Apr 07 20:01:27 mickey|bbiab: yes, OM bugtracker. lindi discovered it makes xorg unhappy, confirmed that without it xorg works well. Nobody's going to fix xglamo, Lars (?) is probably going to maintain xorg glamo driver. Apr 07 20:01:43 SHR: 03Sebastian 07shr-overlay * r2980a62dd26b 10/openembedded/packages/vala/vala-native_git.bb: only require 0.6.0 as bootstrap version. We should be using what is in the dev.OE branch and get that merged Apr 07 20:01:44 right Apr 07 20:02:16 as per backwards compatibility we probably need to have it opt-out for a while Apr 07 20:02:26 Arhuaco: 8e07543735b1b180ff45993f0e3cc82dad8142ea and 6bf861ed654ff59cdf8829e47d6b7361c40f75ba Apr 07 20:02:27 a sysfs entry should do for a start Apr 07 20:06:04 Sure. A sysfs entry should do. Apr 07 20:06:52 PaulFertser: well working for the trash bin can do a nasty good job on taking away any motivation from you. Impact is the harder the more you were involved/identified yourself with the project whatever Apr 07 20:07:14 PaulFertser: I'm finishing something. I'll add those hashes to the ticket and if nobody has implemented the /sysfs entry in a week I'll do it. Sounds OK? Apr 07 20:07:17 DocScrutinizer: i perfectly understand that. Apr 07 20:07:40 Arhuaco: sure :)) BTW, those are already in the ticket in lindi's comments. Apr 07 20:07:42 I *know* from own experience Apr 07 20:07:59 PaulFertser: OK. Apr 07 20:08:53 mickey|bbiab: do you know if FSO sets a default volume with org.freesmartphone.GSM.Device.SetSpeakerVolume? What do you think of FSO maxing this out by default and allowing alsa to handle the volume control? Apr 07 20:09:27 mickey|bbiab: right now it seems that nothing sets that volume control by default Apr 07 20:11:04 6/ca Apr 07 20:11:14 PREFERRED_PROVIDER Apr 07 20:11:21 does this mean it's an optional? Apr 07 20:11:36 if so, how do I ditch it? Apr 07 20:11:39 Arhuaco: is MODULE_ALIAS supposed to work for drivers for devices described in platform? /sys/bus/platform/drivers/s3c-ohci doesn't show any binded devices. Apr 07 20:11:53 budfive_, Any news about [gsm dead] bug? (after downloading smth via gprs) Apr 07 20:12:00 budfive_: there are ~3 volume controls. the one in calypso (AT+CLVL) surely should be set to 255 and then left untouched Apr 07 20:12:24 mickey|bbiab, ^ Apr 07 20:12:46 DocScrutinizer: that sounds great, except right now i do it manually :) Apr 07 20:13:42 max_posedon: not yet. maybe i'll look at it today Apr 07 20:13:44 there are modem init strings sent to calyppso on power_up. seems clvl=255 belongs there Apr 07 20:14:18 hello Apr 07 20:14:19 mickey|bbiab, I think we(I and budfive_ and may be others) need your help Apr 07 20:14:30 DocScrutinizer: sure. if it goes into fso, i'd like mickey to OK that first Apr 07 20:14:42 budfive_: well honestly it belonged into calypso FW default settings rather Apr 07 20:14:45 in short, when I begin downloading smth big, gsm become dead fully. Apr 07 20:14:47 Arhuaco: i mean in plat-s3c/dev-usb.c: .name = "s3c2410-ohci", and in drivers/usb/host/ohci-s3c2410.c there is MODULE_ALIAS("platform:s3c2410-ohci"), but the driver doesn't bind to it... Apr 07 20:14:49 budfive_: i'm afraid maxing out by default might introduce overloading the output stage Apr 07 20:14:53 might sound horrible Apr 07 20:15:04 i remember stlk vaguely Apr 07 20:15:29 TAsn: PREFERRED_PROVIDER choses the preferred provider among multiple providees Apr 07 20:16:07 if you can report maximum on three different devices doing no harm, then I'm all for it Apr 07 20:16:28 mickey|bbiab: in my gta02, i have to max out both the alsa and the atclvl settings to make the speaker sound loud enough. what is your experience? Apr 07 20:16:45 budfive_: anyway I've seen some (SHR, QT?)log in trac where some user vol-level slider actually is modifying CLVL setting. That's UTTERLY wrong Apr 07 20:16:46 PaulFertser: I don't know... No idea of why it does not work... Perhaps this is a question for the list... Apr 07 20:16:48 i had horrible distortion on one of my devices last i did it Apr 07 20:17:20 mickey|bbiab: ok. so this should be a setting in an upper level (like shr) then? Apr 07 20:17:46 Arhuaco: hehehe, But the fact is that s3c-ohci is loaded but is not binded to the platform device (s3c2410-ohci). Should be easy to fix ;) Apr 07 20:18:10 mickey|bbiab: it really is essential on my phone. DocScrutinizer was saying that there were 2 different speaker driver stages in different GTA02 units. Maybe this is the difference Apr 07 20:19:21 budfive_: probably you refer to those notorious 1uF-"resistors" Apr 07 20:19:23 possible, and if it is so, we will not suit folks Apr 07 20:19:29 as we can't tell 'em Apr 07 20:19:50 alsa stage files changed a lot though Apr 07 20:19:50 budfive_: the misterios C is almost just before the earpiece speaker, afaik. So no difference for the input of wolfson. Apr 07 20:19:54 i wouldn't mind a new test Apr 07 20:19:54 DocScrutinizer: that's what you told me. :) I haven't opened my phone yet so i don't know Apr 07 20:20:38 mickey|bbiab: new test of what? i'm running shr-unstable with latest everything Apr 07 20:20:45 DocScrutinizer: please correct me if i'm wrong. Apr 07 20:20:52 mickey|bbiab: if that's the issue, clipping will be in earpiece itself on 0R-devices. there's no impact on distortion at wolfson input from this diffeerence Apr 07 20:21:11 Oh, i was right *clapping hands* Apr 07 20:21:25 PaulFertser: yay Apr 07 20:21:55 And yes, the earpiece is horribly loud on my device with "A7" statefile. Apr 07 20:22:34 budfive_: a test with different devices and that setting Apr 07 20:22:56 PaulFertser: is this a different statefile than what is in the distros now? Apr 07 20:23:03 PaulFertser: so it's clear clipping(distortion will happen Apr 07 20:23:42 and you should adjust it using wolfsons output level control Apr 07 20:23:55 budfive_: i guess yes, it was mentioned in some mail by Angus and i downloaded it from some ticket (sounds strange, i know). Apr 07 20:24:07 DocScrutinizer: sure :) Apr 07 20:24:24 PaulFertser: i can try it out if you tell me where to get it or send it to me. Apr 07 20:24:38 For these audio issues you also need to consider whether or not the incoming GSM call is driving the Calypso's DAC over its full voltage range. Apr 07 20:24:40 PaulFertser: do you know if your phone is 0R or 1uF Apr 07 20:25:08 mickey|bbiab: PaulFertser: it's no evidence a CLVL=255 is any bad thing for any device though Apr 07 20:26:08 * mmontour dislikes relative "255" settings, prefers a specification that gives actual dBs and Volts Apr 07 20:26:53 current situation is more like 99% of user complaints are about too low volume on earpiece. So setting CLVL to max seems sensible Apr 07 20:26:55 also, right now as far as i can tell, nothing explicitly sets clvl. If we WANT it to not max out, we should probably set it. Apr 07 20:27:24 mmontour: tell this to guys defining AT cmdset Apr 07 20:28:22 I'd be glad to tell it to them. Also to the people who made an amateur-radio TNC that I'm currently trying to get working. Apr 07 20:28:35 what we need is a init string sent to modem at powerup. and a config file where we can *edit* this Apr 07 20:29:40 default for config file shipping with distro should be 255 as it seems right now Apr 07 20:30:17 open a ticket Apr 07 20:30:31 *sigh* Apr 07 20:30:46 budfive_: open a ticket! ;) Apr 07 20:31:22 mickey|bbiab: ok. will do. thanks all Apr 07 20:31:47 I'd rather create a patch if I knew the source to find right place in 5min Apr 07 20:32:18 as it's easier than opening a ticket ;D Apr 07 20:39:34 I'm not understanding something, since xorg uses kdrive drivers it should be possible to build a standalone version with --disable-xorgconf --enable-kdrive etc. Apr 07 20:41:54 who did this kbd http://scap.linuxtogo.org/files/f72d0eead352c31fa30b9d473099a165.png ? Apr 07 20:42:22 Hm, looks like broadcom chip in my adsl modem/router is overheating, i can't hold my finger on it :-/ Apr 07 20:42:45 BluesLee: telefoninux.it Apr 07 20:44:03 okay, new guy? Apr 07 20:44:47 BluesLee: http://forum.telefoninux.org/index.php/topic,154.msg15890/boardseen.html#new Apr 07 20:44:52 who, me? Apr 07 20:45:50 Ok, i made bluetooth work. Apr 07 20:46:01 no, i thought the guy calls himself telefoninux Apr 07 20:46:02 Arhuaco: send the patch to -kernel for discussion? Apr 07 20:46:19 hi , I translated libframeworkd-phonegui-efl and shr-settings. how(where to) can i upload it? Apr 07 20:47:19 Ainulindale, ^ Apr 07 20:47:30 PaulFertser: Sure! Apr 07 20:48:54 PaulFertser: it was a bluetooth issue or a general usb issue? Apr 07 20:48:59 PaulFertser: what's the catch? Apr 07 20:49:44 cyberalex: internal usb host issue. The name of the platform ohci (host controller) device didn't correspond to the driver's name. Not sure my patch is correct, but nevertheless. It works with it ;) Apr 07 20:50:56 PaulFertser: hehe, maybe upstream cares abot correctness then (see my comment on #openmoko) Apr 07 20:52:22 DocScrutinizer: yeah, they do care, for sure. And for me upstream is Arhuaco, that's why i asked him ;) Apr 07 20:52:41 XD Apr 07 20:54:07 DocScrutinizer: Anyway, that bug is since Mar 9! I guess that's enough for a reason to force more users to use HEAD (as is done now because shr-unstable autorevs). Apr 07 20:55:00 * lindi- is still waiting for the glamo regression to be fixed :) Apr 07 20:55:18 lindi-: have you seen what Arhuaco said about it? Apr 07 20:55:40 PaulFertser: in the bug report? Apr 07 20:55:45 I got a dremel, c'mon I'll fix that glamo ;D Apr 07 20:55:47 lindi-: no, here. Apr 07 20:56:04 PaulFertser: nope, im in aBus right now Apr 07 20:56:16 HI lindi-: We'll make it opt-out. Apr 07 20:56:36 lindi always moving around while IRCing :D Apr 07 20:56:59 Arhuaco: compile-time? Apr 07 20:57:01 Arhuaco: patch sent Apr 07 20:57:04 lindi-: runtime Apr 07 20:57:13 PaulFertser: cool Apr 07 20:57:31 make it print scary warnings ;) Apr 07 20:57:32 lindi-: Arhuaco promised to do it in a week if nobody'll make it first. ;) Apr 07 20:57:51 lindi-: i fixed bluetooth btw ;) Apr 07 20:58:13 then there is this other kernel regression, serial stuff Apr 07 20:58:39 ill lookup the bug report when i get home Apr 07 20:58:41 Oh no, that is too hard :( Apr 07 20:59:03 * PaulFertser is scared of that mysterious serial rxerr stuff Apr 07 20:59:06 * DocScrutinizer is taking some glamo chips out of that crap-bag and is hitting them with a 2pound-hammer Apr 07 20:59:35 now switching to bike so ircing is not allowed :) Apr 07 20:59:41 Bike rules! Apr 07 20:59:56 lindi-: do you have a cool MTB? Disk brakes and stuff? Apr 07 21:00:46 lindi-: who cares if you only were actually *able* to show this trick ;) Apr 07 21:01:48 Good news: i think i know who is able to fix serial issues :) Apr 07 21:02:01 I'm translating shr to russian, and whant little help with explaining few stuff Apr 07 21:02:24 #: src/view/message-new-view.c:206 src/view/dialer-view.c:181 msgid "Add Contact" Apr 07 21:02:37 #: src/view/message-new-view.c:334 msgid "Add a Contact" Apr 07 21:02:50 2 different message about the same? Apr 07 21:03:00 max_posedon: make all russians fucking learn english! Apr 07 21:03:23 max_posedon: you can't imagine how many problems i have because my stupid students think it's too hard to read english books. Apr 07 21:03:26 max_posedon: ;) Apr 07 21:03:32 PaulFertser, I use en_US.UTF-8 near 5 yers Apr 07 21:03:47 but you know, I want do it[tranlate], why? because I can!) Apr 07 21:03:48 make coders fucking use constants instead of inline strings!! Apr 07 21:04:18 DocScrutinizer: nah, it's gettext tradition to use english strings as identifiers. Apr 07 21:04:22 same issue with Add Number and Add a Mumber Apr 07 21:04:35 PaulFertser, and it is GOOD Apr 07 21:04:44 because same termins in code, in text, and comments Apr 07 21:05:09 PaulFertser: gettext() is a translation function? Apr 07 21:05:11 I hate see FILE *f = fopen; // открываем ФАЙЛ Apr 07 21:05:34 errr, me too :-/ Apr 07 21:05:35 DocScrutinizer: yes, it picks the string dependinging on LC_MESSAGES setting. Apr 07 21:05:43 yup Apr 07 21:05:49 max_posedon: i "hate" to see useless comments ;) Apr 07 21:06:01 (was written opening FILE) Apr 07 21:06:02 it is not about comments) Apr 07 21:06:23 so in fact it should be considered a constant then Apr 07 21:06:27 just very simple example that I hate in one place see FILE, in other Файл Apr 07 21:06:33 stefan_schmidt_: hallo Apr 07 21:08:20 DocScrutinizer: it is considered a constant. Apr 07 21:08:33 PaulFertser: just very regular bike that nobody is going to steal :) Apr 07 21:08:41 max_posedon: i guess those Add Contact and Add a Contact are there because of screen estate constraints. Apr 07 21:09:18 what serial regression do we speak of here? Apr 07 21:09:19 DocScrutinizer: which trick? Apr 07 21:09:32 lindi-: (was going to write "how can you ride that!" but i ride to the institute on a no-gears old stupid bike myself ;) hate it, i'd finally repair my pseudo-MTB). Apr 07 21:10:13 mwester: hello :) i knew you have the word "serial" hilighted ;) Apr 07 21:10:51 PaulFertser: mwester: http://docs.openmoko.org/trac/ticket//2257 Apr 07 21:11:11 PaulFertser: this has 7 gears though Apr 07 21:12:00 funny thing, they changed a one-way road to be two-way this week. i was going to add it to openstreetmap but somebody had already done it few hours before me :-) Apr 07 21:12:18 lindi-: ah, that strange planetary gear system... Is it hard to disassemble/assemble? Apr 07 21:12:20 so it's probably a bug there are two different strings with same meaning. OTOH I'd recommend using symbolic speaking strings for msg-names and even use a translation file for plain english. Like gettext('open-.rc-error-line4711') == "can't open settings file %1. Aborting" Apr 07 21:12:32 PaulFertser: haven't disassembled it :) Apr 07 21:13:08 lindi-: but it doesn't switch while you press a pedal, how can a system like that be of any good? ;) Apr 07 21:13:12 lindi-: (trick) IRCing while biking Apr 07 21:13:25 DocScrutinizer: nope, i don't do that :) Apr 07 21:13:43 DocScrutinizer: with my 9110 i was almost able to do it though since it had qwerty keyboard Apr 07 21:14:07 PaulFertser: heh Apr 07 21:14:09 lindi-: we've already extensively discussed that and it looks like bug in gsm0710muxd since socat works perfectly all the time. Apr 07 21:14:26 PaulFertser: odd, what changed at kernel side? Apr 07 21:14:50 PaulFertser: since i never hit it with the known-to-work kernel Apr 07 21:15:02 lindi-: i've an amateur road bike (with carbon fork :p), so i have some experience to compare different systems ;) Apr 07 21:15:46 PaulFertser: lindi- : budfive_ : so does this mean there's NO "calypso dead" bug, rather it's a uart driver bug or sth? Apr 07 21:15:55 PaulFertser: i just use this to move between home, university, work and bus stops :) Apr 07 21:15:59 DocScrutinizer: no, completely different issue! Apr 07 21:16:08 ok, sorry Apr 07 21:16:25 DocScrutinizer: yeah, different one, not the one budfive_ hit Apr 07 21:16:36 DocScrutinizer: the way budfive_ describes it is scary enough :( Apr 07 21:16:36 budfive_: you need to report your bug so that it has a number we can refer to! Apr 07 21:16:50 PaulFertser: yup Apr 07 21:17:07 lindi-: yup Apr 07 21:17:12 budfive_: yup Apr 07 21:17:16 ;) Apr 07 21:17:27 PaulFertser: so if it is a gsm0710muxd bug then i'd like to understand 1) what changed in the kernel 2) what to fix in gsm0710muxd Apr 07 21:18:10 please give some context for Ur last statement Apr 07 21:18:45 lindi-: so I may catch up with discussion :) Apr 07 21:18:59 DocScrutinizer: http://docs.openmoko.org/trac/ticket//2257 Apr 07 21:19:06 thnx Apr 07 21:19:53 DocScrutinizer, lindi-, PaulFertser: i'm going to play with it some more tonight and then report with more data. Can't play with it now, since it would mean turning off my main phone Apr 07 21:21:08 DocScrutinizer: more than http://docs.openmoko.org/trac/ticket//2257 ? Apr 07 21:21:28 budfive_: i have the same problem, i would need two FR's :) Apr 07 21:22:00 lindi-: can it be something introduced by 3237030220f974f89b706cb9f6284c8f36a5a5d9 ? Who knows... I would try to fix gsm0710muxd though. There's also a similar bug reported by billk, do you remember it? Only if he used a gsm0710muxd version that doesn't touch port parameters, it worked. Apr 07 21:22:01 budfive_: that's why I wrote a piece of software that lets me answer calls regardless of the status of X when I started to help in testing the Xorg driver Apr 07 21:22:06 lindi-: huh? Apr 07 21:22:52 PaulFertser: do any of you know how to run gprs without framework or a muxer? That's what I would really like to try, but the wiki instructions don't seem to work anymore Apr 07 21:23:02 DocScrutinizer: i mean is there something unclear in the bug report or does it describe the problem? Apr 07 21:23:08 budfive_: do you by any chance have UART converter handy? Because it's dead easy to get debug output through the headset receptable and it can give some hint... Apr 07 21:23:33 budfive_: i think i know Apr 07 21:23:38 budfive_: shut down framework, power on the modem with sysfs node, use pppd as usual. Apr 07 21:23:39 lindi-: dunno, it's been budfive_ 's bug Apr 07 21:23:50 (btw, reset sysfs node does nothing on gta02) Apr 07 21:23:50 PaulFertser: I don't know what that is so probably not. How can i make one? Apr 07 21:23:52 PaulFertser: it stops sending anything to the debug port in budfive_'s unreported bug Apr 07 21:24:13 PaulFertser: are you expecting it to print some stack trace as the last line? ;) Apr 07 21:24:40 budfive_: either max3232 or similar to convert UART<->RS232 or something like FT232R to convert UART<->USB or some other more tricky way. Apr 07 21:25:05 PaulFertser: i have some of those chips. where's the serial data coming from? Apr 07 21:25:12 PaulFertser: oh, this is the headphone jack thing? Apr 07 21:25:28 DocScrutinizer: hmm, too many different discussion at the same time Apr 07 21:25:32 lindi-: that's a question to dieter Apr 07 21:25:33 budfive_: you can take some cell phone cable apart; they usually contain USB<->UART<->RS232 converter. Rip rs232 part off and it'll work. Apr 07 21:26:23 PaulFertser: i have enough converter chips to hack whatever it is together. Is there a pinout of whatever i'm connecting it to? Apr 07 21:26:36 budfive_: or do you have a debug board? Apr 07 21:26:42 budfive_: modem sends debug data over the middle ring of a 3-ring jack. Apr 07 21:26:42 DocScrutinizer: no :( Apr 07 21:26:57 budfive_: 115200 8N1 Apr 07 21:27:13 budfive_: easypeasy: see hs_jack in schem Apr 07 21:27:24 PaulFertser: i don't understand that commit, the commit message does not really describe why it is needed Apr 07 21:27:25 budfive_: 4-ring jack will work too :) Apr 07 21:27:30 DocScrutinizer: ok. looking Apr 07 21:27:44 DocScrutinizer: i can easily build that. didn't realize it was that simple Apr 07 21:27:47 lindi-: i don't understand it too, but socat works :) Apr 07 21:28:15 budfive_: its 3v3 lv-rs232 Apr 07 21:28:46 DocScrutinizer: i wouldn't call it rs232 because it's of normal UART polarity unlike rs232, no? Apr 07 21:29:01 PaulFertser: an old (or new) headset cable might work as well ;) Apr 07 21:29:14 yup Apr 07 21:29:24 DocScrutinizer: implementation details don't matter :) Apr 07 21:29:29 i think you're right Apr 07 21:30:39 PaulFertser: hrm. non-deterministic behavior is nasty :( Apr 07 21:31:09 lindi-: do you believe the world itself is determenistic? ;) Apr 07 21:31:49 lindi-: my behaviour isn't non-deterministic >:-( Apr 07 21:31:59 DocScrutinizer: for 2257? Apr 07 21:32:37 PaulFertser: heh Apr 07 21:32:52 not even for that. I simply don't behave at all wrt #2257 Apr 07 21:33:19 DocScrutinizer: btw, i think you were going to try bluetooth headset, weren't you? ;) Apr 07 21:33:39 not yet Apr 07 21:34:00 which one I'm supposed to test? Apr 07 21:34:08 PaulFertser: btw, thanks for that bluetooth fix. is it already in some kernel tree? I have friends who have been hit by the regression Apr 07 21:34:13 Sorry, I'm first time translating anything Apr 07 21:34:22 what I should do with this http://maxposedon.org/libframeworkd-phonegui-efl.pot ? Apr 07 21:34:37 DocScrutinizer: BH-203 if you want something that does not work :) johnsu01 also has BH-207 or something i think Apr 07 21:34:56 lindi-: i've just sent it to the mailing list, 15 minutes before you came. So no, it's only on the ML atm. Apr 07 21:34:59 DocScrutinizer: if you have bluetooth sniffer I'd like to know what nokia phones send to these headsets Apr 07 21:35:12 max_posedon: pot? smoke it ;) Apr 07 21:35:15 PaulFertser: ok i'll just inform then that "a fix exists" Apr 07 21:36:07 lindi-: I don't have any BT-nokia device Apr 07 21:36:20 PaulFertser, )) Apr 07 21:36:21 lindi-: and will hit shr-unstable soon (i hope, it follows HEAD). Or they can compile a patched kernel themselves. Apr 07 21:36:53 PaulFertser: head of which branch? Apr 07 21:37:04 lindi-: andy-tracking iirc Apr 07 21:38:43 lindi-: actually that's not correct. I have a N810 Apr 07 21:39:00 DocScrutinizer: i don't think nokia headsets work with N810 Apr 07 21:39:07 don't see how to help using it with BT though Apr 07 21:40:10 well sony HBH-DS220 does. So you think Nokia doesn't work with Nokia? Apr 07 21:40:58 DocScrutinizer: i don't think nokia internet tablets support nokia headsets but i could be wrong Apr 07 21:41:11 i'll ask a friend Apr 07 21:41:51 N810 doesn't support A2DP out of the box iirc Apr 07 21:42:04 the headset only does sco Apr 07 21:43:01 lindi-: what can be used as a bluetooth sniffer anyway? Apr 07 21:43:31 CMU200 ;-) Apr 07 21:43:33 PaulFertser: either very expensive commercial solution or some questionable hacked bluetooth firmware Apr 07 21:43:43 lindi-: questionable? Apr 07 21:43:57 PaulFertser: distributing modified versions of binary-only firmware is legally questionable Apr 07 21:44:05 PaulFertser: in theory any regular PC could do man-in-the-middle for bluetooth Apr 07 21:44:20 that's solution #1 of the list: ~100kEUR Apr 07 21:44:40 lindi-: distributing probably illegal, but who cares if you do it via a tor node e.g.? Apr 07 21:44:45 the questionable solution is ~20EUR Apr 07 21:44:54 PaulFertser: it's still illegal :) Apr 07 21:45:31 lindi-: illegal != unfair, so i don't care if can not be caught. Apr 07 21:45:34 I'm not exactly sure it's illegal Apr 07 21:45:58 ok, I'll little bit fixed russian translation and name it as ru.po, any shr dev's what next?) Apr 07 21:46:09 rather it's a civil issue with (C) Apr 07 21:46:26 DocScrutinizer: copyright infridgement at least Apr 07 21:46:42 DocScrutinizer: and possibly some radio certification issues Apr 07 21:46:49 lindi-: that's what I say Apr 07 21:47:21 those don't care as long as you don't send in a non-legal way Apr 07 21:47:24 max_posedon: ask Ainulindale or spaetz or dos1, probably just send it to shr mailing list and they'll take care of it. Apr 07 21:47:50 Ainulindale, spaetz wake up!) Apr 07 21:48:46 oh... one more maillist... Apr 07 21:49:12 max_posedon: you can send via gmane/NNTP Apr 07 21:49:44 max_posedon: though it somewhat breaks mailing list conventions, not that much comparing to forging Reply-To: :-E Apr 07 21:50:15 I'm using kmail, he hasn't such problems), but I can' Apr 07 21:50:19 t find shr maillist... Apr 07 21:50:47 oh, find it. Apr 07 21:55:12 yup, kmail "answer to all" just working with kmail Apr 07 21:55:44 answer to all? I just press answer Apr 07 21:55:53 e.g. reply-to Apr 07 21:56:42 max_posedon: that will work only with forged Reply-To: (as community list errorneously does). Apr 07 21:57:20 yup, but PaulFertser is upset for [community] setting a "reply-to" header to point to the list. otherwise you would answer to original poster only Apr 07 21:57:57 kmail has "magic feature", I can mark folder as maillist, and then always work (as far as I use kmail-4.2) Apr 07 21:58:20 max_posedon: I know ;-) Apr 07 21:59:37 still I think it's a silly idea to request "reply-to-OP" for default behaviour of the reply-button of a ML Apr 07 22:00:51 so - not like PaulFertser - I think it's actually a good idea to "forge" the reply-to header Apr 07 22:01:45 paul some weeks ago convinced me it's a bad thing, but I cant recall why anymore ;) Apr 07 22:02:40 DocScrutinizer: that's because you didn't read the page i gave you a link to where this issue was explained in great detail. Moreover this "feature" breakes mailing lists for those who is unsubscribed to it (imagine you send something to ML CCing upstream maintainer, who is not subscribed, no he answers but doesn't receive any replies, because they go to the mailing list directly, omitting him from CC). Apr 07 22:02:47 :) Apr 07 22:04:37 (and yes, i think that mailing lists can allow mail from unsubscribed users provided they sent mail via SPF-enabled host with sane reverse dns zone) Apr 07 22:04:50 max_posedon: yes? Apr 07 22:04:51 PaulFertser: ok, a good point. Nevertheless I read the pages and probably it's exactly for the great detail I can't remember anymore ;) Apr 07 22:05:24 hi Apr 07 22:05:46 Ainulindale, http://maxposedon.org/ru.po Apr 07 22:05:55 ( libframeworkd-phonegui-efl ) Apr 07 22:06:05 PaulFertser: (unsubscibed user) I don't know of a single one Apr 07 22:06:05 DocScrutinizer: i don't doubt you read the pages :) Apr 07 22:06:30 when i try to set wallpaper in illume "Enlightenment was unable to import the picture due to conversion errors." I've tried several jpg and png images Apr 07 22:06:37 DocScrutinizer: Alan Cox wrote to openmoko-kernel mailing list once. Do you think he's subscribed? Apr 07 22:07:01 max_posedon: I'll do that on the morrow, thanks :-) Apr 07 22:07:07 I'd think so :D Apr 07 22:07:44 Ainulindale, as you wish, this time I'll may be translate shr-settings) Apr 07 22:08:47 keeping spam out of ML really is a huge PITA, and allowing subscribed senders only helps a lot Apr 07 22:09:25 Anyway, 'night all. Gotta sleep :( Apr 07 22:09:38 night paul Apr 07 22:09:40 night PaulFertser Apr 07 22:10:10 also, http://trac.shr-project.org/trac/wiki/Translating <- is link here about shr-settings is correct?! Apr 07 22:10:50 ok, correct, sorry, my mistake Apr 07 22:26:06 Hello gentlemen! Apr 07 22:26:16 and raster :p Apr 07 22:26:41 hallo Apr 07 22:26:49 put em up dave! Apr 07 22:26:56 hand over those freerunners Apr 07 22:27:05 it's for your own good Apr 07 22:29:42 any good gnus or bad gnus today? Apr 07 22:30:25 GUNS? Apr 07 22:30:28 you mean GUNS? :D Apr 07 22:31:32 guns don't kill people; americans do Apr 07 22:31:48 No Apr 07 22:31:51 OPENMOKO FREERUNNERS DO! Apr 07 22:31:53 >:D Apr 07 22:32:23 gnus == news in emacs?) Apr 07 22:32:46 where are those cool new things dave; you've been hiding them? Apr 07 22:33:21 something i go from a Far Side cartoon, Apr 07 22:33:34 a guy in a kiosko that sells good and bad gnus Apr 07 22:33:43 and the bad gnus looks really bad Apr 07 23:05:52 fuck emacs Apr 07 23:12:17 freesmartphone.org: 03mickey 07cornucopia * recd5f3e79c49 10/fsogsmd/ (5 files in 2 dirs): fsogsmd: change hash names for commands to proper AT strings instead of class names Apr 07 23:31:32 hey Apr 07 23:31:35 does anyone here know arabic? Apr 08 00:28:21 bah, for some reason eina isn't going to staging. Apr 08 00:28:40 it says it does Apr 08 00:28:43 though it doesn't. Apr 08 00:38:34 :p Apr 08 01:05:06 In file included from ../../../src/lib/include/evas_common.h:13, Apr 08 01:05:06 from evas_callbacks.c:1: Apr 08 01:05:06 ../../../src/lib/Evas.h: In function 'evas_new': Apr 08 01:05:06 ../../../src/lib/Evas.h:462: error: expected declaration specifiers before 'EINA_WARN_UNUSED_RESULT' Apr 08 01:05:14 shit, long paste ;[ Apr 08 01:05:26 anyhow, have anyone seen this before? Apr 08 01:09:10 hmm Apr 08 01:09:22 to me seems like staging didnt update Apr 08 01:09:46 I'm compiling evas Apr 08 01:09:56 btw Apr 08 01:10:12 to me it seems like hell. Apr 08 01:10:24 let's hope it'll compile now. Apr 08 01:10:56 it doesn't. Apr 08 01:11:00 bah. Apr 08 01:11:02 shower. Apr 08 01:15:57 Heh Apr 08 01:16:07 You probably look like hell too :p Apr 08 01:19:08 gahaah Apr 08 01:19:09 vala... Apr 08 01:19:10 0.6 Apr 08 01:19:12 fuck Apr 08 01:19:14 oe Apr 08 01:19:16 grrrr Apr 08 01:20:38 :D Apr 08 01:20:42 grumble grumble Apr 08 01:27:31 la la la Apr 08 01:27:36 bah Apr 08 01:27:43 FINISH ALREADY! Apr 08 01:28:00 I want to see how bad I missed it ;] Apr 08 01:29:08 this bitbake clean/compile shit is making me crazy. ;] Apr 08 01:29:16 *build Apr 08 01:30:10 btw, raster Apr 08 01:30:15 I found what was wrong. Apr 08 01:30:23 I was using a newer source tree Apr 08 01:30:29 although I was sure I was using the same as shr Apr 08 01:30:32 probably a typo Apr 08 01:30:43 that made me co the wrong rev ;[ Apr 08 01:31:12 let's just hope I don't have to redo everything. Apr 08 01:31:36 I hope I'm not jinxing myself here Apr 08 01:31:42 though everything is going well Apr 08 01:32:27 i'm redoi9ng a whole build thanks to vala 0.6 Apr 08 01:32:32 it fucked up Apr 08 01:32:42 been there Apr 08 01:32:44 done that. Apr 08 01:32:48 oe happily didnt even provide a md5 and sha256sum for the src Apr 08 01:32:50 whihc broke Apr 08 01:32:50 s/vala/tasn/ Apr 08 01:32:56 anfd compiling breaks after hat anyway Apr 08 01:33:08 man oe's dev git repo is a mess Apr 08 01:33:15 unstable - everything breaks al the time Apr 08 01:33:19 no one tests shit Apr 08 01:33:34 or it doesnt seem that they do Apr 08 01:35:03 which branch? Apr 08 01:37:25 oe dev head Apr 08 01:37:50 9:25AM ~/oe/oe > git-branch -a Apr 08 01:37:50 * org.openembedded.dev Apr 08 01:37:50 origin/HEAD Apr 08 01:37:53 Hey Raster Apr 08 01:38:02 Have you seen TI's Zoom 2 yet? :D Apr 08 01:38:22 Dave: no.. but is it as much a bit fat bugly brick as the zoom1? Apr 08 01:38:23 raster: vala-native_git ins't building right now either Apr 08 01:38:47 uhh Apr 08 01:38:55 Raster, look at the hardware :) Apr 08 01:39:01 (specs) Apr 08 01:40:04 SHIT Apr 08 01:40:08 MAJOR CHANGES! ;[ Apr 08 01:40:14 back to the drawing board. Apr 08 01:43:18 rut roh Apr 08 01:44:12 wow. support for linux and android Apr 08 01:44:19 huh? Apr 08 01:44:36 shit, I can't believe this happened ;[ Apr 08 01:45:52 nytowl: well i was stuck with a broken 0.6 Apr 08 01:46:01 nytowl: and 0.6 is the OPNLY thing oe dev git provides Apr 08 01:46:04 no git Apr 08 01:46:08 it lost 0.5.6, 0.5.7 Apr 08 01:46:09 etc. Apr 08 01:46:14 someone added 0.6 Apr 08 01:46:28 and removed the old versions and DIDNT even provide md5 and sha256sums Apr 08 01:46:41 so it was broken by sheer lack of testing and committign the right stuff Apr 08 01:46:47 andother drive-by commit Apr 08 01:46:56 TAsn: what major changes? Apr 08 01:47:06 let's say Apr 08 01:47:09 svn diff Apr 08 01:47:10 on common Apr 08 01:47:13 gave me Apr 08 01:47:20 a butt load of screens Apr 08 01:47:20 ;] Apr 08 01:47:24 ??? Apr 08 01:47:28 ooh Apr 08 01:47:31 they are using 38274 Apr 08 01:47:32 was it my scalecache stuff? Apr 08 01:47:42 no idea. Apr 08 01:48:04 I'm putting one source file at a time Apr 08 01:48:07 hoping stuff will work ;] Apr 08 01:48:25 TAsn: then thats possible - the scalecache was recent Apr 08 01:48:31 it shouldnt affect the font stuff Apr 08 01:48:47 there are more changes Apr 08 01:48:52 in the font_draw as well Apr 08 01:48:57 for instance Apr 08 01:49:37 ./evas_op_copy/op_copy_pixel_.c:65: error: expected expression before '{' token Apr 08 01:49:39 bah. Apr 08 01:51:15 you may also see some of my neon asm code in there Apr 08 01:51:22 thats for arm cortex a8 + neon Apr 08 01:51:48 to me it smells like a merge gone bad Apr 08 01:51:51 or update broken Apr 08 01:51:52 a conflict Apr 08 01:52:05 shit, I'll just start over on their version ;[ Apr 08 01:56:30 Dave: is that this one: Apr 08 01:56:30 humm, will shr and paroli step on each others feet? Apr 08 01:56:34 http://www.engadget.com/2009/02/18/texas-instruments-and-wind-river-do-up-android-right/ Apr 08 01:59:56 expencive Apr 08 02:00:01 yes Apr 08 02:00:09 but its a dev board Apr 08 02:00:15 dev boardsd are expensive due to low volume Apr 08 02:00:33 and the high support costs as developers fuck with them a lot Apr 08 02:06:52 raster, fredrin Dave, cross your fingers! Apr 08 02:06:52 nasty developers Apr 08 02:07:01 DocScrutinizer, you too! Apr 08 02:07:06 fucking boards Apr 08 02:07:12 i already am Apr 08 02:07:18 i'm rebuilding oe Apr 08 02:07:24 i always cross fingers when i do that Apr 08 02:07:29 hehe Apr 08 02:07:37 I'm building OE for a couple of days now. Apr 08 02:07:37 bah. Apr 08 02:07:42 DocScrutinizer: boo! Apr 08 02:07:53 * DocScrutinizer ducks Apr 08 02:07:56 I think we'll get past configure! Apr 08 02:08:04 ok, we got to compile! Apr 08 02:08:10 now cross your fingers harder. Apr 08 02:08:47 x Apr 08 02:08:57 fredrin, thanks! Apr 08 02:08:59 in OE Apr 08 02:09:06 every pair of fingers matter! Apr 08 02:09:11 true Apr 08 02:09:27 I'm about to cry, so many hours wasted ;] Apr 08 02:09:35 let's just hope this hell will finally end. Apr 08 02:09:41 my laptop dies when i try to build it, havent tried with nice -n 19 yet though Apr 08 02:09:44 BAHH Apr 08 02:12:23 ok Apr 08 02:12:28 it failed because of me Apr 08 02:12:29 retry Apr 08 02:24:06 bah Apr 08 02:24:15 raster, in arabic, even the diactricts Apr 08 02:24:19 are not sequential. Apr 08 02:24:41 I think whoever designed the arabic section of the unicode tables was drunk. Apr 08 02:24:56 he actually made everything hard! Apr 08 02:30:28 DocScrutinizer: still here? Apr 08 02:33:24 OMG Apr 08 02:33:26 it compiled Apr 08 02:33:33 fredrin, thanks for the finger crossing! Apr 08 02:33:49 WEEHEE! Apr 08 02:33:58 TAsn: so now you have arabic? Apr 08 02:34:10 budfive_, actually I don't speak arabic Apr 08 02:34:17 budfive_: but does your moko? Apr 08 02:34:19 but I promised ppl I'll add arabic support. Apr 08 02:34:25 budfive_, hehe I can't verify Apr 08 02:34:28 :) Apr 08 02:34:33 I don't know how it should even look Apr 08 02:34:46 raster, how can I use unicode values in the illume keyboard? Apr 08 02:34:47 curly Apr 08 02:36:20 wait, what?! Apr 08 02:36:22 wtf?! Apr 08 02:36:43 I can't fucking believe this shit. Apr 08 02:36:44 this is an emotional roller coaster Apr 08 02:36:59 I was right, for some reason my build env Apr 08 02:37:18 got older than my moko svn rev. Apr 08 02:37:20 for e. Apr 08 02:53:03 TAsn: you mean type ot a 0xe800 or whetaver unicode value? Apr 08 02:53:13 you'd need to have it in a ut8 string in quotes Apr 08 02:53:22 "魚” Apr 08 02:53:24 for example Apr 08 02:53:28 ok Apr 08 02:53:31 (thot hat wont work as no key exists with that) Apr 08 02:53:31 cool, thanks. Apr 08 02:53:50 how can I force a git pull? Apr 08 02:53:57 ugh Apr 08 02:53:58 git Apr 08 02:54:05 i dont want to know about it Apr 08 02:54:11 git just fucked up my entire branch Apr 08 02:54:20 this whole "lets all have branches" shit sucks Apr 08 02:54:57 nvm found it. Apr 08 02:55:32 would you mind upping your Apr 08 02:55:41 openembedded/packages/vala/ Apr 08 02:55:41 ? Apr 08 02:55:49 I accidentally removed it Apr 08 02:55:52 not right now Apr 08 02:55:53 and that bitch is crying about it. Apr 08 02:55:53 rebuilding Apr 08 02:55:54 ; Apr 08 02:55:54 \ Apr 08 02:56:05 oooh Apr 08 02:56:06 yes Apr 08 02:56:17 gits wonderful - if u delete files it wont replace them from upstream on update Apr 08 02:58:27 fuck it ;[ Apr 08 02:58:46 i have come to not be fond of git Apr 08 02:58:57 and my experience is with oe's git **** ENDING LOGGING AT Wed Apr 08 02:59:57 2009