**** BEGIN LOGGING AT Sun Aug 22 02:59:58 2010 Aug 22 07:49:58 morphis: have seen your questions in ml, i am looking into danielle's stuff and besides looking nice, for example the home icons scroll like a flash and behave the way one would expect... integration with shr phone apps is a good way too... Aug 22 07:50:35 vanous: jepp, but I would like to have a more general approach Aug 22 07:50:52 the wm should do application handling in a more advanced way Aug 22 07:50:59 take a look at android Aug 22 07:51:15 we need some application life cycle handling and something like android intents Aug 22 07:51:34 this should in my opinion part of a new wm Aug 22 07:52:13 together with this we can write something like a application toolkit which implements most utitilies a application needs this days Aug 22 07:52:32 something we tried with umaf before Aug 22 07:53:10 well, babysteps Aug 22 07:53:36 jepp Aug 22 07:53:46 but you should know what you are going to code Aug 22 07:53:58 so you can scale your code with your needs Aug 22 07:54:12 i guess one might have to decide first what is better, if extending the existing e-wm or starting a new one Aug 22 07:54:40 perhaps this wm was a proop of concept for Danielle Aug 22 07:54:49 jepp Aug 22 07:55:21 JaMa: eve running, thans Aug 22 07:55:34 but I like the idea to have a small wm for mobile devices instead of you big with all features mobile&desktop needs ever Aug 22 08:05:16 i guess it would make sense to try to make an implementation of what Danielle did, but by using e-wm and then see the difference, but i have no idea how much work this might be... Aug 22 08:05:58 to see what the overhead would be Aug 22 08:07:58 hm, I think using e-wm will give you the overhead Aug 22 08:08:02 we should use something simple Aug 22 08:08:10 which only have a few features Aug 22 08:08:34 app handling, lifecycle, intents, topbar with some informations and notifications Aug 22 08:08:36 nothing more Aug 22 08:08:46 e-wm defines a lot of features we don't need Aug 22 08:09:03 or which will bloat the wm for our needs Aug 22 09:22:45 leviathan: are you really interested in the hd2 ? Aug 22 09:22:57 leviathan: I am going on small vacation soon and I don't know if I will take it Aug 22 09:34:09 good morning Aug 22 09:34:19 i have a TTL on pinging git.openembedded.net Aug 22 09:34:39 no, working now Aug 22 09:34:40 sorry :S Aug 22 09:35:15 so what was I to do. compile fancy 'apps' for my hd2 shr Aug 22 09:37:07 daniele_athome: cool to see you suite, especially integrating the shr apps Aug 22 09:37:26 vanous, thanks :) Aug 22 09:37:40 bitbake firefox Aug 22 09:37:53 got quite nice response of the ui, have no sim in so couldn't test it all Aug 22 09:38:10 daniele_athome: any way to switch apps yet ;) Aug 22 09:38:11 vanous, try it with the x11-16 elementary engine :) Aug 22 09:38:20 works quite well Aug 22 09:38:22 vanous, not yet Aug 22 09:38:31 but would the shr appr sun under that engine? Aug 22 09:38:39 s/sun/run/ Aug 22 09:38:40 vanous meant: but would the shr appr run under that engine? Aug 22 09:38:53 vanous, no, i think right now every app is using the x11 engine Aug 22 09:39:03 because enlightenment segs with x11-16 Aug 22 09:39:06 but not elementary :) Aug 22 09:39:09 ok Aug 22 09:39:12 well the only app not working is ventura, right now Aug 22 09:39:26 but ventura doesn't work either now because of efl bump Aug 22 09:39:27 lol Aug 22 09:39:38 yup Aug 22 09:39:47 vanous, for now, holding the aux key for >=2 seconds goes back to the desktop Aug 22 09:40:03 and what does a quick press do? Aug 22 09:40:15 vanous, close the current window Aug 22 09:40:23 i see Aug 22 09:40:27 i didn't get this one Aug 22 09:40:27 very android-like :D Aug 22 09:40:33 so i can in fact keep my app running Aug 22 09:41:18 hmm, when i keep the AUX pressed, nothing happens... Aug 22 09:41:41 does it happen only after key release? Aug 22 09:42:24 vanous, yes Aug 22 09:42:31 every signal is on key release Aug 22 09:42:35 *event Aug 22 09:43:38 i see Aug 22 09:43:44 it starts the app second time Aug 22 09:43:45 ok Aug 22 09:43:48 understand now Aug 22 09:43:56 vanous, yes, i need to fix that Aug 22 09:44:10 i should look for the existing windows and bring up the right one Aug 22 09:44:21 if X-SingleInstance is present on the desktop file Aug 22 09:44:51 but i shall tell it to the wm, but a communication system is not present yet, so... :) Aug 22 09:45:39 daniele_athome: i cannot code but... we had a nice chat with morphis about this, perhaps it would make a lot of sense to bring some more people on board to ensure development :) Aug 22 09:45:57 vanous, on this chan? Aug 22 09:46:04 daniele_athome: jepp Aug 22 09:46:04 this moring Aug 22 09:46:23 but only the things I told you already via mail Aug 22 09:47:26 ok Aug 22 09:48:47 daniele_athome: any reason why you wroten the mokowm in c? Aug 22 09:49:01 morphis, what do you mean? Aug 22 09:49:11 oh, because i choosed the C language you mean Aug 22 09:49:14 *why Aug 22 09:49:16 jepp Aug 22 09:49:37 first reason is because EFL are in C, and bindings are often broken Aug 22 09:49:50 morphis, you can see in my svn repository my first attempt was in python Aug 22 09:49:58 but due to the slowness of the bindings, i tried with vala Aug 22 09:50:15 but was too unstable, especially the EFL bindings were too messy and not quite clear Aug 22 09:50:24 hm ok Aug 22 09:50:25 so I tried C Aug 22 09:50:43 I only though about the dbus thing and implementing it c ... Aug 22 09:50:44 and I achieved quite a good result Aug 22 09:50:46 would be a pain Aug 22 09:50:57 morphis, for dbus servers we will use vala Aug 22 09:51:02 jepp Aug 22 09:51:06 vala will generate the gobject Aug 22 09:51:11 and we write implementations in C:) Aug 22 09:51:17 that was my second thought Aug 22 09:51:27 for the clients, glib dbus binding tool will make our lives easier Aug 22 09:51:30 jepp, I am doing vala for quite a while now Aug 22 09:51:33 and it's great Aug 22 09:51:40 definitly Aug 22 09:52:02 i like vala, but until the EFL libraries doesn't get stable Aug 22 09:52:09 and so the vala bindings too Aug 22 09:52:16 i don't think i will use it for GUI Aug 22 09:53:06 hm Aug 22 09:53:16 but in the end it's the users descision Aug 22 09:53:38 morphis, i mean for my suite :) Aug 22 09:54:13 ah ok :) Aug 22 09:59:58 daniele_athome: i have a friend, a C coder. i have been considering lending him my second fr for development, but i didn't want him to start his own phone app, as many people do Aug 22 10:00:21 mmm Aug 22 10:01:57 he will have to decide for himself anyways, but at least i will mention what is alive nowadays in the fr community Aug 22 10:04:19 vanous, ok :) Aug 22 10:06:11 he has a second new born now so i don't know... but at least i will try Aug 22 10:08:54 eheh Aug 22 10:09:32 daniele_athome: anyways... one bug report :) Aug 22 10:09:51 vanous, eh? Aug 22 10:10:13 when message is being edited with kbd on and left open when the lock closes it, you cannot get out after unlocking Aug 22 10:10:22 kbd is gone and no AUX helps... Aug 22 10:10:45 vanous, aaah yeah i remember it Aug 22 10:10:51 the kbd is like locked Aug 22 10:11:05 i couldn't figure out yet why it happens Aug 22 10:11:06 guess so, but is not shown Aug 22 10:11:28 i know :( i'll fix that as soon as I can Aug 22 10:11:41 yup, just was able to repeat..... but Aug 22 10:11:55 when i left it on, the keyboard reapearred and it selffixed Aug 22 10:12:14 mmm Aug 22 10:12:31 six seconds for the kbd to reappear Aug 22 10:13:33 mmm Aug 22 10:13:40 could be like a race condition Aug 22 10:14:50 btw the kbd looks quite usable and doen't have that space taking top bar... Aug 22 10:20:39 hi mickey|zzZZzz Aug 22 10:21:08 daniele_athome: is there possible to use cyrillic symbols on a keyboard? Aug 22 10:26:02 vanous, you should see it in landscape Aug 22 10:26:13 unfortunately, with the current kernel rotation goes WSOD Aug 22 10:26:26 vanous, you can enable landscape keyboard editing the /usr/bin/mokosession file Aug 22 10:26:29 pass -l to the mokowm Aug 22 10:26:34 Q-Master, yes, i think so Aug 22 10:26:41 good Aug 22 10:26:45 it's just a matter of editing the EDC file Aug 22 10:26:47 of the keyboard Aug 22 10:26:58 i suppose Aug 22 10:27:10 hi morphis Aug 22 10:27:22 hey GNUtoo|laptop ! Aug 22 10:27:25 I've forgotten to ask a question: Aug 22 10:27:28 hi GNUtoo|laptop Aug 22 10:27:36 I saw oe commits about the bootloader of the palm pre! Aug 22 10:27:47 you can change the bootloader to xload+u-boot??? Aug 22 10:27:49 vanous, the kbd doesn't work with minimo, i don't know why Aug 22 10:27:56 maybe a focus issue of the wm Aug 22 10:28:13 daniele_athome: is it possible to switch 2 variants of keyboard: Latin and Cyrillic without restarting the keyboard. Aug 22 10:28:14 ? Aug 22 10:28:33 Q-Master, switching logic is inside the EDC, so i guess yes :) Aug 22 10:28:43 8) Aug 22 10:28:53 just copy-paste the needed part and edit some program blocks Aug 22 10:28:55 morphis, btw I've automatic gps on htcdream, I need to talk to mickeyl for publishing it Aug 22 10:29:02 because : Aug 22 10:29:07 *he's the fso maintainer Aug 22 10:29:20 you got it working with threads in the end? Aug 22 10:29:26 *I used some code he wrote under lgpl, It need to be relicenced Aug 22 10:29:36 no, I can't Aug 22 10:29:38 license issue Aug 22 10:29:39 u-boot: no we can't change the bootloader of the palm pre atm Aug 22 10:29:41 but.... Aug 22 10:29:53 morphis, so what were the u-boot commits? Aug 22 10:29:59 the commit was just about getting compiling x-load for palm pre in oe Aug 22 10:30:05 something depends on x-load Aug 22 10:30:10 I register my gps app against fso: Aug 22 10:30:18 http://pastebin.com/QE1czVzu Aug 22 10:30:25 and x-load takes automatically the machine name to generate a binary for the machine Aug 22 10:30:26 ahh ok Aug 22 10:30:32 so it does 'make palmpre_config' Aug 22 10:30:39 and there is no palmpre_config actually Aug 22 10:30:44 so we use the beagleboard one Aug 22 10:30:47 ok Aug 22 10:30:58 so basically it's only to get deps issue sorted Aug 22 10:31:03 ah ok you have a DBus-API now Aug 22 10:31:07 jepp Aug 22 10:31:33 I bet palm-pre's bootloader is singed,and that cpu requires a signed bootloader Aug 22 10:31:37 no Aug 22 10:31:42 ah? Aug 22 10:31:45 no singing on the palm pre Aug 22 10:31:57 so it would be possible to change the bootloader, but no one tried? Aug 22 10:31:58 you could load your own bootloader if you want Aug 22 10:32:01 jepp Aug 22 10:32:05 nice Aug 22 10:32:10 thats so great about the palm pre Aug 22 10:32:15 it's a very hacker friendly device Aug 22 10:32:25 and the omap3 is even great Aug 22 10:32:34 you can load a kernel via usb from power off state Aug 22 10:32:42 on dream you can flash your own bootloader too,but there were too much variables...so I didn't do it Aug 22 10:32:47 so quick bootloader testing is given Aug 22 10:32:53 :) Aug 22 10:32:56 here too Aug 22 10:33:01 ok Aug 22 10:33:05 thats great Aug 22 10:33:13 fastboot boot kenrel-image.fastboot Aug 22 10:33:29 I already planed to go more in the details of the bootloader + kernel but first the modem+image bits have to be done Aug 22 10:33:35 so roughly if someone has an htcdream...he can test shr without installing anything Aug 22 10:33:38 maybe in the autumn/winter Aug 22 10:33:42 if it's somewhat rooted Aug 22 10:33:44 great Aug 22 10:33:51 indeed Aug 22 10:33:51 thats the same for the pre Aug 22 10:33:51 morphis, i will write some paper about the mokosuite applications architecture Aug 22 10:33:55 SMS and wifi Aug 22 10:33:59 daniele_athome: great Aug 22 10:33:59 how things works and comunicate as of now Aug 22 10:34:04 and then talk about that later :) Aug 22 10:34:22 daniele_athome: I will write down my thoughts on org.freesmartphone.Lifecycle and so on .. Aug 22 10:34:29 good Aug 22 10:34:31 what's mokosuite? Aug 22 10:34:40 GNUtoo|laptop, http://www.opkg.org/package_339.html Aug 22 10:34:41 :P Aug 22 10:34:48 how dare you don't know what mokosuite is Aug 22 10:34:49 lol Aug 22 10:34:50 :P Aug 22 10:34:56 ah ok Aug 22 10:35:05 that's the name of your GUI Aug 22 10:35:13 yes Aug 22 10:35:20 also: does opkg still host viruses? Aug 22 10:35:31 GNUtoo|laptop, in what way? Aug 22 10:35:37 because opkg.org was not maintained Aug 22 10:35:38 anybody to pull ? Aug 22 10:35:42 anybody able to pull ? Aug 22 10:35:59 and someone succeded to penetrate into the website or machine hosting it Aug 22 10:36:09 and made opkg.org host virusses Aug 22 10:36:32 that was documented on the openmoko mailinglist Aug 22 10:36:37 really? Aug 22 10:37:13 yes Aug 22 10:37:16 opkg.org is not good solution for distributing packages at all .... Aug 22 10:37:34 daniele_athome, made some oe recipes yesterday Aug 22 10:37:44 s/,// Aug 22 10:37:44 GNUtoo|laptop meant: daniele_athome made some oe recipes yesterday Aug 22 10:38:09 so...maybe his apps will land in SHR some days Aug 22 10:38:20 GNUtoo|laptop, they already are :) Aug 22 10:38:34 i think JaMa is building them right now Aug 22 10:39:04 wow nice Aug 22 10:39:05 GNUtoo|laptop, yes, checked, they are on openmoko-3rdparty folder :) Aug 22 10:39:07 hi JaMa Aug 22 10:39:19 could you try to build wesnoth for SHR? Aug 22 10:40:00 for me it works fine without any PREFFERED_somethign Aug 22 10:40:07 so with stock boost etc... Aug 22 10:54:58 hi JaMa Aug 22 10:55:02 sorry for bad 3g Aug 22 10:55:14 JaMa, could you try to add wesnoth to SHR's feeds? Aug 22 10:55:26 hi dcordes Aug 22 10:55:38 dcordes, what does that means "AGPS present but needs client program" Aug 22 10:55:44 does it need that it works? Aug 22 10:56:04 or does it means that the client program has not been writen yet? Aug 22 10:59:03 btw morphis Aug 22 10:59:18 do you have an idea on when to expect working SMS? Aug 22 11:00:03 on the palm pre? Aug 22 11:00:07 yes Aug 22 11:00:25 as far as possible Aug 22 11:00:34 ? Aug 22 11:00:42 first I have to finish the basic msmcomm integration for fsogsmd Aug 22 11:00:49 ah it's not done yet Aug 22 11:00:55 I tought it was done Aug 22 11:01:01 naah, 20% of SMS is done Aug 22 11:01:02 or nearly done Aug 22 11:01:12 I now where I have to look to implement all needed parts Aug 22 11:01:17 by done I was talking about fso integration Aug 22 11:01:21 s/now/know/ Aug 22 11:01:21 morphis meant: I know where I have to look to implement all needed parts Aug 22 11:01:26 ok Aug 22 11:01:41 should be one day to implement SMS Aug 22 11:01:50 but if somebody like to do that I can teach Aug 22 11:01:57 btw daniele_athome, do you live near milan? Aug 22 11:02:05 ok Aug 22 11:02:09 hmmm Aug 22 11:02:23 I hesitate Aug 22 11:02:27 wifi is not working yet Aug 22 11:02:33 fso integration is not an issue for me Aug 22 11:02:40 I could do it if I've the time Aug 22 11:02:49 but I'm not sure to have the time Aug 22 11:03:27 :) Aug 22 11:04:06 I've too many devices, and more to come.... Aug 22 11:05:34 hello everyone. does someone had some error about util-linux-ng-readprofile while upgrating shr-u? Aug 22 11:07:11 GarthPS, I should look in my irc logs...JaMa said something about that Aug 22 11:07:37 GNUtoo|laptop: plz :) Aug 22 11:08:00 Aug 21 21:51:30 zub: update-alternatives --remove readprofile ../../bin/busybox Aug 22 11:08:00 Aug 21 21:51:39 JaMa: thanks Aug 22 11:08:00 Aug 21 21:51:56 zub: update-alternatives --remove readprofile /usr/sbin/readprofile Aug 22 11:08:00 Aug 21 21:52:01 and then opkg upgrade again :) Aug 22 11:15:55 GNUtoo|laptop: thx! Aug 22 11:17:12 GNUtoo|laptop: iirc I already added wesnoth to feeds a while ago Aug 22 11:17:19 now it works Aug 22 11:17:30 a while ago it required a special version of boost Aug 22 11:17:36 GNUtoo|laptop: http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=ad112ee1ce53dfaf3fa2d7a10a79f724c8dd6335 Aug 22 11:17:54 nice Aug 22 11:17:56 thanks a lot!!!! Aug 22 11:18:00 it worked at least 10 days ago just fine :) Aug 22 11:18:19 it still works fine? Aug 22 11:18:21 daniele_athome: yup both packages are already in shr feeds Aug 22 11:18:58 I'll start rebuild on my host to test, but I guess so Aug 22 11:19:44 ok thanks a lot Aug 22 11:19:49 it was just that : Aug 22 11:19:51 it worked at least 10 days ago just fine :) Aug 22 11:20:02 could be missunderstood Aug 22 11:20:08 but now I understood well Aug 22 11:20:16 be back in a bit Aug 22 11:21:38 I meant that it worked when I added it Aug 22 11:22:50 hehe... wesnoth roxx, but seems it is almost unplayable without stilo Aug 22 11:30:23 ok Aug 22 11:30:25 thanks a lot Aug 22 11:30:33 Q-Master, depend on the device Aug 22 11:30:55 on om-gta02 -> stylo Aug 22 11:31:00 htcdream -> fingers Aug 22 11:31:32 hm... does dream have a capacitive touch? Aug 22 11:32:11 it has Aug 22 11:32:20 but it also has a bigger screen with smaller resolution Aug 22 11:32:26 in landscape mode it works Aug 22 11:32:31 480x320 Aug 22 11:32:51 480x320 mmm strange resolution Aug 22 11:33:28 palm-pre,iphone,etc...lots of device have the same resolution Aug 22 11:34:01 altough normally it should be in portrait more but because of the lack of xrandr -o 1 capability and keyboard orientation I've put it in landscape Aug 22 11:34:59 JaMa, could you please check if the alternative settings are right? Aug 22 11:35:10 my script mokosession should be an alternative for x-window-manager Aug 22 11:35:27 but it didn't seem to work the first time i installed the package Aug 22 11:35:45 I'll go out soon,test the GPS Aug 22 11:36:32 daniele_athome: yup they are ok, but you forgot to inherit update-alternative, I'll fix it Aug 22 11:36:39 oh :) Aug 22 11:36:55 thanks Aug 22 11:39:38 JaMa, another thing: when i make my own ipk on my local buildhost, when i install it opkg complains about mismatching md5sums Aug 22 11:39:41 how can i workaround it? Aug 22 11:40:09 when it's installed from your feeds right? Aug 22 11:40:23 I mean your feeds are defined in /etc/opkg? Aug 22 11:40:56 alias reindex="bitbake -c clean -b openembedded/recipes/meta/package-index.bb; bitbake -b openembedded/recipes/meta/package-index.bb" Aug 22 11:42:08 wow Aug 22 11:42:18 bitbake -b can be done on package-index Aug 22 11:42:19 nice Aug 22 11:42:21 JaMa: hi, can i disturb you a sec? if you have otherthing to do it is ok :) . If yes , do you know what to do after a update/upgrade and reboot and having a white screen instead of illume-shr ? Aug 22 11:42:49 because each time I bitbake package-index it looks at the last revs of autorev Aug 22 11:42:52 I'll go bye Aug 22 11:43:16 JaMa, no i mean manually installing the ipk Aug 22 11:44:20 JaMa, anyway not an urgent issue :) Aug 22 11:45:08 GNUtoo: -b can be used on everything, but then you should be 100% sure you have all deps right (which is OK for -c clean and -c build if you're debuging some build issue) Aug 22 11:45:28 daniele_athome: I don't think there is a way to ignore checksums from feed in this case Aug 22 11:45:56 daniele_athome: iirc it even ignores .ipg on cmdline if it founds newer of same package in feeds Aug 22 11:46:09 i see Aug 22 12:09:29 vanous: small change in atrack.bb, renamed to atrack_svn.bb and RDEPENDS should always be with _${PN} Aug 22 12:09:37 vanous: already did both changes.. no need to resend :) Aug 22 12:09:47 JaMa: thank you Aug 22 12:10:06 seems that ewebkit works only with x11 engine Aug 22 12:14:49 vanous: also, always use +svnr not -svnr Aug 22 12:15:07 freesmartphone.org: 03morphis 07msmcomm * r1ec3c658418b 10/libmsmcomm/vapi/msmcomm-1.0.vapi: libmsmcomm: vapi: many bugfixes ... Aug 22 12:15:09 freesmartphone.org: 03morphis 07msmcomm * racc3d635ed23 10/msmcommd/src/ (5 files): msmcommd: implement most commands and unsolicited responses Aug 22 12:15:25 ok Aug 22 12:15:25 vanous: as it should be some version (like 0.0.80) + some commits from svn (ie after someone bumps SRCREV a bit) Aug 22 12:15:41 i see Aug 22 12:15:44 makes sense Aug 22 12:23:57 JaMa: did you already try to build automoc-native? it does not build here. http://tinderbox.openembedded.org/builds/84231/ Aug 22 12:25:57 if it's not in shr-*image/task-shr-feed DEPENDS then probably not Aug 22 12:27:06 JaMa: :) ok because I think the recipe is incorrect. I am checking it but as I am not so skilled with OE it may takes some time Aug 22 12:31:04 ok it is not in my skills Aug 22 12:31:13 daniele_athome: put my sim in, got an sms but it still showed unregistered Aug 22 12:31:52 i could dial but no sound and couldn't hang up, but this could be due to bad gsm reception Aug 22 12:31:58 daniele_athome: so just fyi Aug 22 12:32:46 oh, btw i thought that besides messages you were using also the contacts, but that seems to be rewritten too? Aug 22 12:32:52 vanous: did you remove phonefsod? Aug 22 12:32:58 yup Aug 22 12:33:30 btw atrack added, buildhost is building it atm Aug 22 12:33:46 thanks for recipe Aug 22 12:34:00 thank you :) Aug 22 12:34:30 maybe next time I'll track my bike trip :) Aug 22 12:34:59 baaah I hate this damn properitary protocols ... such I kind of inconsistency!! blame you qualcomm! Aug 22 12:35:22 * JaMa found great route through forest with about 15 wades in 2km :) Aug 22 12:35:25 you have to create an account on youloc.net first Aug 22 12:35:50 hehe Aug 22 12:36:09 done :) Aug 22 12:36:51 JaMa: seems illume2 has problems with additional keyboard layouts Aug 22 12:37:23 vanous: I see your position now :) Aug 22 12:37:34 well 6 days old :) Aug 22 12:38:42 alexxy: which problems? Aug 22 12:38:59 i cannot select illume-keyboard-russian-terminal Aug 22 12:39:00 =) Aug 22 12:39:05 for example Aug 22 12:39:40 (if it is linked to your conversation, I juste reflash with the last shr-u and choos illume-shr and now i have only a white screen.) Aug 22 12:39:42 JaMa: huh, yes, i am at home :) but will go to the forests in some minutes :) Aug 22 12:40:17 GarthPS: illume1 is somehow broken, use illume2 Aug 22 12:40:21 GarthPS: its but of illume-shr Aug 22 12:40:26 illume2 works Aug 22 12:40:29 but has issues Aug 22 12:40:47 GarthPS: I've tried to rebuild our illume1 config, but haven't found what is pulling old .so Aug 22 12:41:15 morphis: is there any documented way to boot some linux not from internal flash? Aug 22 12:41:23 ok thx both. but so how I switch to illume2 without ui ? :) Aug 22 12:41:32 papa-piet: for the palm pre? Aug 22 12:41:49 morphis: yes, I mean is there some howto? Aug 22 12:41:52 plus I need to launch the app-switcher (dond remember the name) Aug 22 12:42:49 papa-piet: you can use novaterm for this, take a look at http://wiki.freesmartphone.org/index.php/Palm_Pre:_Install_FSO and you will get a idea about how to do this Aug 22 12:43:55 morphis: yeah but i meant without changing flash Aug 22 12:44:30 morphis: uBoot nfs Aug 22 12:44:31 ah, is there not the command mentioned for doing this? Aug 22 12:44:44 ah sorry Aug 22 12:44:58 you can do this via: novterm boot mem:// < uImage Aug 22 12:45:07 to boot a kernel with attached initramfs Aug 22 12:45:28 but booting just another rootfs with the kernel installed on the flash is currently not available Aug 22 12:45:40 but you can try a kernel with nfs Aug 22 12:45:55 boot the kernel with the right cmdline compiled in via novterm boot mem:// < uImage Aug 22 12:45:58 and try it Aug 22 12:47:52 freesmartphone.org: 03morphis 07msmcomm * rb3cbb49be17d 10/msmcommd/src/ (activelinkhandler.vala commands.vala modemchannel.vala): msmcommd: implement a ugly workaround for get_phonebook_properties response ... Aug 22 12:48:03 JaMa: /usr/lib/enlightenment/modules/illume/keyboards/Terminal_Russian.kbd Aug 22 12:48:10 may be because of this? Aug 22 12:49:36 morphis: okay, novterm == novaterm? Aug 22 12:49:47 jo Aug 22 12:49:52 GarthPS: rm -rf ~/.e* from ssh connection Aug 22 12:49:53 just a typo :) Aug 22 12:49:59 GarthPS: shr_elm_softkey Aug 22 12:50:08 JaMa: any ideas? Aug 22 12:50:08 alexxy: what is wrong with that? Aug 22 12:50:20 JaMa: thx *2!! Aug 22 12:50:21 morphis: okay, i'll give it a try Aug 22 12:50:25 JaMa: i installed russian keyboard Aug 22 12:50:28 alexxy: the path to keyboards changed twice already.. maybe again? Aug 22 12:50:31 morphis: thanks Aug 22 12:50:36 but i cannot see it in illumes Aug 22 12:50:39 papa-piet: great, if you have success please tell me Aug 22 12:50:46 papa-piet: and document your steps! Aug 22 12:50:50 where it should be? Aug 22 12:50:53 papa-piet: and ask me if you some trouble Aug 22 12:51:44 alexxy: this path was ok before, check where default keyboard is now Aug 22 12:52:20 /usr/lib/enlightenment/modules/illume-keyboard/keyboards Aug 22 12:52:29 seems here Aug 22 12:52:33 try to mv it manually Aug 22 12:52:36 can you change Aug 22 12:52:40 alredy did so Aug 22 12:52:48 and does it work now? Aug 22 12:53:19 yep Aug 22 12:53:33 now someone needs to check illume1 (if the path is at least the same) Aug 22 12:53:34 can you change path for external keybords? Aug 22 12:53:46 but I'm leaving now.. Aug 22 12:53:48 also seems it ignores Aug 22 12:54:11 /usr/lib/enlightenment/modules/illume/keyboards/ Aug 22 12:54:13 =) Aug 22 12:54:16 same as Aug 22 12:54:23 /usr/lib/enlightenment/modules/illume2/keyboards/ Aug 22 12:54:35 so they can be dropped Aug 22 13:01:41 vanous, that is a known problem Aug 22 13:02:05 seems that fsogsmd doesn't signal gsm data correctly Aug 22 13:02:34 vanous, and yes, contacts and call log database are rewritten Aug 22 13:02:37 using sqlite Aug 22 13:02:46 i should probably implement my own opimd interface :) Aug 22 13:06:35 ok, problem with gsm seemed like badly positioned sim Aug 22 13:06:43 aftr reseating all good Aug 22 13:07:19 good Aug 22 13:07:34 dillo2 has problems with mobile pages Aug 22 13:07:42 application/xhtml+xml doesn't get recognized Aug 22 13:07:52 i'll see if we can get a patch to it Aug 22 13:07:55 at least a patch for shr Aug 22 13:08:56 JaMa: also mcnavi doesnt works here Aug 22 13:09:11 cnavi Aug 22 13:09:11 mcnavi: error while loading shared libraries: libecore_evas-ver-pre-svn-07.so.0: cannot open shared object file: No such file or directory Aug 22 13:09:31 vanous, don't be surprised if battery or gsm icon suddendly disappear Aug 22 13:09:47 it's an efl bug Aug 22 13:10:05 i tried to workaround it but the workaround covers only a few cases Aug 22 13:10:59 alexxy, yes, those messages can be seen in many apps Aug 22 13:11:06 they have to be recompiled Aug 22 13:11:11 i know =) Aug 22 13:11:14 against latest efl :( Aug 22 13:11:17 i just reporting i t=) Aug 22 13:11:20 daniele_athome, alexxy: if you have a list I'll PR bump them Aug 22 13:11:20 :) Aug 22 13:11:23 but I'm off.. Aug 22 13:11:23 daniele_athome: yes, noticed Aug 22 13:11:32 JaMa: ok Aug 22 13:11:33 lol Aug 22 13:11:38 i can try to greate one Aug 22 13:11:41 =) Aug 22 13:12:03 actualy OE doesnt have tools to ensure linking consistency Aug 22 13:12:46 i see :( Aug 22 13:13:19 gentoo has for example =) and it is integrated into package manager Aug 22 13:14:09 not so long :P Aug 22 13:14:41 ffalarms Aug 22 13:14:57 iliwi Aug 22 13:15:03 alexxy, please on ML :) Aug 22 13:15:08 jefliks Aug 22 13:15:09 =) Aug 22 13:15:15 i'm lazy =) Aug 22 13:15:26 mcnavi Aug 22 13:15:29 anyway, we could just do ldd /usr/bin/* |grep "not found" Aug 22 13:15:31 hihi Aug 22 13:15:43 seem thats all Aug 22 13:15:44 =) Aug 22 13:15:50 no it's not enough actually Aug 22 13:15:55 ipk$ grep -R ver-pre-svn-07 . | tee ../efl.log Aug 22 13:16:44 JaMa|gokarts: actulay in gentoo it was always =) but earlyer it was done by external script Aug 22 13:17:44 alexxy: I know I was responding to that part about integrated into package manager Aug 22 13:18:14 =) Aug 22 13:18:34 JaMa|gokarts: update-alternatives: Error: cannot register alternative reset to /bin/reset since it is already registered to /usr/bin/reset Aug 22 13:18:35 mmm Aug 22 13:18:45 daniele_athome: why do I have message "Ciao zio come stai?" :) Aug 22 13:18:50 * JaMa|gokarts never typed that Aug 22 13:19:01 JaMa|gokarts, that's a builtin notification test :) Aug 22 13:19:06 it's hard coded :P Aug 22 13:20:24 mickey|zzZZzz, hj Aug 22 13:20:28 mickey|zzZZzz, hj Aug 22 13:24:41 *hi Aug 22 13:25:28 morphis, do you know if something like pm_qos fits in fso? Aug 22 13:26:22 pm_qos? Aug 22 13:26:31 yes Aug 22 13:26:36 it's a kernel feature Aug 22 13:26:40 for power management Aug 22 13:26:44 it's in mainline Aug 22 13:26:48 puuh never heard about it Aug 22 13:26:56 basically you set a requirement on the latency you need Aug 22 13:26:59 for instance Aug 22 13:27:11 if you need 100ms latency on wifi Aug 22 13:27:15 you set it Aug 22 13:27:19 and you'll have 100ms Aug 22 13:27:29 then between the 100ms it saves power Aug 22 13:27:38 hm sounds like a feature we want have Aug 22 13:27:55 when did it enter the mainline kernel? Aug 22 13:28:13 recently Aug 22 13:29:09 is it safe to update? Aug 22 13:29:10 :) Aug 22 13:29:13 i see some xorg packages Aug 22 13:29:15 basically I was thinking of that about gps Aug 22 13:29:27 jo Aug 22 13:29:43 how do you set the latency? sysfs or syscall? Aug 22 13:29:53 yes indeed gps latency Aug 22 13:29:59 that's not using pm_qos Aug 22 13:30:14 but I told about pm_qos because the things are similar Aug 22 13:30:22 ah ok Aug 22 13:30:37 basically the gps latency is a sleep Aug 22 13:30:42 like sleep(3); Aug 22 13:30:48 maybe we could wrap something like in fsodeviced Aug 22 13:30:53 between fix requests Aug 22 13:31:11 maybe I should ear mickeyl Aug 22 13:31:28 jepp Aug 22 13:31:30 I'm not sure about the power implications Aug 22 13:31:37 of a longer sleep Aug 22 13:31:40 when is available again somewhere in future ... Aug 22 13:31:44 but I know that there is a timeout Aug 22 13:31:53 if you don't request a fix Aug 22 13:31:58 for a long time Aug 22 13:32:01 it timeouts Aug 22 13:32:05 and gps is stopped Aug 22 13:35:23 will think a bit about this, currently to busy to sort my thoughts on this :) Aug 22 13:35:59 ok Aug 22 14:05:36 hi everybody.. is it possible to read ext4-sd-cards with current shr-unstable? Aug 22 14:31:05 GNUtoo|laptop: yo Aug 22 14:33:16 mickey|zzZZzz, hi! Aug 22 14:33:42 mickey|zzZZzz, I've something that works for GPS Aug 22 14:33:47 altough I've some questions Aug 22 14:33:49 the first one Aug 22 14:34:00 is that there is a sleep Aug 22 14:34:04 or glib_timeout_add Aug 22 14:34:18 3 seconds is the minimum.... Aug 22 14:34:20 so.... Aug 22 14:34:27 should we add a sleep? Aug 22 14:34:31 in fso Aug 22 14:34:36 s/sleep/configurable sleep Aug 22 14:34:46 something in the lines of pm_qos Aug 22 14:35:05 which implementation are you talking about? fsousaged, fsodeviced, or your own GPS resource? (or not at all about gps?) Aug 22 14:35:14 I bet(but I didn't test) that if you increase the latency you lower power consumation Aug 22 14:35:27 about GPS Aug 22 14:35:42 but it could be more generic too Aug 22 14:35:51 do we really need to set the gps latency fix? Aug 22 14:35:55 or not Aug 22 14:36:18 2)I took source code from code you wrote Aug 22 14:36:18 hmm Aug 22 14:36:21 is it no longer critical? Aug 22 14:36:30 last i heard from you timing was critical Aug 22 14:36:35 it's critical Aug 22 14:36:40 under 3 sec it crash Aug 22 14:36:50 for instance: Aug 22 14:36:58 if you sleep 2sec only Aug 22 14:37:04 you've got a phone crash Aug 22 14:37:09 but I'm not talking about that Aug 22 14:37:13 here's the use case Aug 22 14:37:29 minimum is 3 sec and that's not an issue Aug 22 14:37:35 ok. should make it customizable then within a certain limit. depending on how you implemented it, you can either chose Thread.usleep() or GLib.Timeout.add_seconds() Aug 22 14:37:35 the issue is: Aug 22 14:37:49 that's not an issue Aug 22 14:37:57 the issue is how fso would use that customization? Aug 22 14:38:18 for instance you've got a bar in shr-settings Aug 22 14:38:23 for luminosity Aug 22 14:38:28 why not having a bar for gps Aug 22 14:38:34 but that would require some modifications Aug 22 14:38:49 not for my gps activator Aug 22 14:38:51 but in fso Aug 22 14:39:15 for instance if you want longer battery life, set the GPS timeout to 10 for instance Aug 22 14:39:24 not sure if it has increased battery life Aug 22 14:39:41 maybe for now I clean my source code Aug 22 14:39:49 and pastebin it to you Aug 22 14:40:03 for a start, only system configurators will specify the timeout in a configuration Aug 22 14:40:09 then you give me your ok for the license change of the glib_timeout_add part of your code Aug 22 14:40:21 eventually, FSO resources need to gain some usage params anyways Aug 22 14:40:21 and you integrate it in fso Aug 22 14:40:23 ok Aug 22 14:40:28 good idea Aug 22 14:40:38 anyway here are the plans for now: Aug 22 14:40:42 I clean the source code Aug 22 14:40:50 I pastebin everyting Aug 22 14:41:14 we agree to release our respective part we wrote under apache2 Aug 22 14:41:28 and then you add the autotools things and commit it Aug 22 14:41:33 here's a preview Aug 22 14:42:21 http://pastebin.com/Jd0LaQRS Aug 22 14:42:36 look at it briefly for identifying the part you wrote Aug 22 14:43:20 I'll remove the first dbus interface Aug 22 14:43:27 and keep the second one Aug 22 14:43:42 but it will use some of the code you wrote Aug 22 14:43:47 I hope it isn't an issue Aug 22 14:43:59 not at all Aug 22 14:44:21 nice Aug 22 14:44:28 because we have 2 solutions: Aug 22 14:44:32 i still don't see why this is any different than doing it in fsodeviced, but apparantly it doesn't work :) Aug 22 14:44:35 *use the old unreadable source code Aug 22 14:44:47 *use newer source code but as it used some android bits it's under apache2 Aug 22 14:44:57 we need to do it externally Aug 22 14:45:08 if we want to use newer,more readable source code Aug 22 14:45:27 because apache2 and lgpl2.1 are uncompatible Aug 22 14:45:39 *not compatible Aug 22 14:45:55 yeah, i understand that, and it's ok for me. still i wonder why the original approach didn't work Aug 22 14:45:57 or are the plugins not covered by the lgpl? Aug 22 14:46:03 I don't know Aug 22 14:46:13 ok, then forget about it and lets do it like you said Aug 22 14:46:18 ok nice Aug 22 14:46:35 i'll remove the htc_powercontrol plugin then Aug 22 14:46:41 ok Aug 22 14:46:48 now...how do I call the program? Aug 22 14:47:05 MsmGpsResourceActivator.vala ? Aug 22 14:47:21 sounds good :) Aug 22 14:47:29 ok Aug 22 14:47:31 thanks Aug 22 14:47:40 np Aug 22 14:48:16 with the new FSO shadow resources we don't even need to take care about an init script for the new gps activator Aug 22 14:48:26 nice Aug 22 14:48:39 adding a special line to the dbus conf will do Aug 22 14:48:51 so the activator will only be started, when the first client requests GPS Aug 22 14:48:55 which is how it should be Aug 22 14:51:34 freesmartphone.org: 03mickey 07cornucopia * r2218527a255c 10/fsodeviced/ (5 files in 3 dirs): Aug 22 14:51:34 freesmartphone.org: fsodevice: remove htcdream_powercontrol plugin Aug 22 14:51:34 freesmartphone.org: A special process will provide the FSO GPS resource instead. Aug 22 14:51:52 ok Aug 22 14:55:19 mickey|zzZZzz: heyho! Aug 22 15:13:53 1s got a phonecall Aug 22 15:18:33 hi morphis Aug 22 15:19:20 freesmartphone.org: 03morphis 07msmcomm * r669d457f70c4 10/msmcommd-specs/ (14 files in 2 dirs): Aug 22 15:19:20 freesmartphone.org: msmcomm: add initial version of msmcommd-specs Aug 22 15:19:20 freesmartphone.org: msmcommd-specs contains the dbus interface specification of the msmcomm daemon. Aug 22 15:19:20 freesmartphone.org: 03morphis 07msmcomm * r4cf3462d35a3 10/msmcommd/ (configure.ac src/Makefile.am src/dbusservice.vala): msmcommd: depend on msmcommd-specs and rename dbus interface methods Aug 22 15:19:28 mickey|zzZZzz: how are you? Aug 22 15:20:04 morphis: Brummschädel. got me a cold, i'm afraid... now don't ask where from... Aug 22 15:20:15 oh ha Aug 22 15:20:24 zuviel Cabrio gefahren... Aug 22 15:20:31 hrhrhr Aug 22 15:25:56 mickey|zzZZzz, I'm sorry to bother you but I don't know why it works only once: Aug 22 15:26:03 http://pastebin.com/skqYehFp Aug 22 15:26:15 I use the position setting Aug 22 15:26:19 I set to manual Aug 22 15:26:23 it's off by default Aug 22 15:26:26 I put it one Aug 22 15:26:28 *on Aug 22 15:26:36 then I got NMEA on /dev/smd27 Aug 22 15:26:50 then I release the resource putting it on off Aug 22 15:26:55 then I put it on on again Aug 22 15:26:58 no NMEA Aug 22 15:28:24 ah Aug 22 15:28:31 try Aug 22 15:28:47 GLib.Source.remove( timeoutWatch ); timeoutWatch = 0; Aug 22 15:28:57 ok thanks a lot Aug 22 15:29:00 np Aug 22 15:30:21 thanks a lot!!! Aug 22 15:30:23 it worked Aug 22 15:30:42 cool Aug 22 15:31:02 ok so now I pastebin you all the modifications? Aug 22 15:31:12 also I had to disable that: Aug 22 15:31:18 fso-gpsd Aug 22 15:31:37 fso-tldt.conf with # Aug 22 15:31:40 everywhere Aug 22 15:31:53 instead of no fsotldt.conf by default Aug 22 15:32:01 so...now the source code: Aug 22 15:32:59 MsmGpsResourceActivator.vala: http://pastebin.com/smJkV4Nh Aug 22 15:33:40 gps.c: http://pastebin.com/KV9HgGks Aug 22 15:34:15 hardware_legacy_gps.h: http://pastebin.com/KV9HgGks Aug 22 15:34:50 hmm, twice the same pastebin? Aug 22 15:34:57 i guess a tarball would be more efficient, btw. Aug 22 15:35:11 ok Aug 22 15:35:16 where should I put the tarball Aug 22 15:35:26 my server is down again.... Aug 22 15:35:30 the modem is the issue Aug 22 15:35:45 it'll be up when someone will reset the modem Aug 22 15:36:15 by mail? Aug 22 15:36:19 I can't either Aug 22 15:36:24 2M is the limit via webmail Aug 22 15:36:40 I'll try Aug 22 15:36:43 via mail Aug 22 15:36:46 k Aug 22 15:36:51 the issue is that I can only send via webmail now Aug 22 15:36:58 because my vpn is in the down server Aug 22 15:38:05 a pastebin + a tarball is ok Aug 22 15:38:10 the pastebin is for another part Aug 22 15:38:14 the librpc Aug 22 15:38:54 freesmartphone.org: 03morphis 07msmcomm * rc62c11372d2f 10/msmcommd/ (configure.ac src/dbusservice.vala): msmcommd: make available on the system bus and fix install of dbus config files Aug 22 15:38:56 it might be best, if you would just committ Aug 22 15:42:19 GNUtoo|laptop, irc supports sending files :) Aug 22 15:42:23 ok Aug 22 15:42:24 hi phh Aug 22 15:42:32 hi Aug 22 15:42:37 can I put your name on top of the gps.c source file? Aug 22 15:42:51 I'm applying the apache 2.0 license Aug 22 15:43:11 you can Aug 22 15:43:12 http://pastebin.com/mE7tYJ7a Aug 22 15:43:16 I'll add mine too Aug 22 15:43:20 as there are modifications Aug 22 15:43:25 what's your name then Aug 22 15:43:35 phillip husson ? Aug 22 15:43:47 i need your SSH key to grant you git access Aug 22 15:44:08 ok Aug 22 15:44:22 mickey|zzZZzz, do I need git access to FSO? Aug 22 15:44:29 yep Aug 22 15:44:46 ok Aug 22 15:44:51 so I'll send the key in the mail Aug 22 15:44:52 the android-rpc lies in git.freesmartphone.org/utilities Aug 22 15:45:05 you just need to remove the printf in: Aug 22 15:45:05 and i guess the FSO resource can be added it it as well Aug 22 15:45:29 forget the you just need to remove the printf in: Aug 22 15:45:34 I'll explain in the mail Aug 22 15:45:41 okies Aug 22 15:45:54 phh, what should I put as your name? phh? Aug 22 15:46:09 Pierre-Hugues HUSSON Aug 22 15:46:15 Aug 22 15:47:36 ok thanks Aug 22 15:48:01 mickey|zzZZzz, phh should I put our mails in the license header? Aug 22 15:48:11 mickey|zzZZzz: btw. do you added my ssh key for oe already? Aug 22 15:48:43 morphis, it's not mickeyl, see your mail Aug 22 15:48:57 GNUtoo|laptop: ? Aug 22 15:48:57 it said send your ssh key to someone Aug 22 15:49:10 and if I remember well this someone was not mickeyl Aug 22 15:49:32 morphis: i did not, perhaps cliff did, if so we should kick him for not sending an announcenment to both of us Aug 22 15:49:46 :) Aug 22 15:50:04 "Simon, send Cliff and me your SSH key." Aug 22 15:50:09 ah ok Aug 22 15:50:11 no he did not yet Aug 22 15:50:12 and me Aug 22 15:50:22 I forgott about the and me Aug 22 15:50:24 let me do it now Aug 22 15:50:27 :) Aug 22 15:50:55 GNUtoo|laptop: you are confuse me ... Aug 22 15:51:02 s/confuse/confusing/ Aug 22 15:51:02 morphis meant: GNUtoo|laptop: you are confusing me ... Aug 22 15:51:20 forget about what I said then Aug 22 15:51:29 :) Aug 22 15:51:37 basically I first quoted the mail you received: Aug 22 15:51:46 "Simon, send Cliff and me your SSH key." Aug 22 15:51:48 in Aug 22 15:51:57 then I said that I forgott the "and me" in this mail Aug 22 15:52:05 it was mickey|zzZZzz who sent you this mail Aug 22 15:52:16 so "and me" meant mickeyl Aug 22 15:53:07 ah ok, I got the clue :) Aug 22 15:54:57 mickey|zzZZzz: ssh://morphis@git.openembedded.net/ ? Aug 22 15:55:06 no Aug 22 15:55:17 git clone git@git.openembedded.net:openembedded Aug 22 15:55:23 we're using gitosis Aug 22 15:55:53 ah ok Aug 22 15:58:13 sent Aug 22 15:58:17 oops Aug 22 15:58:21 I forgott about the key Aug 22 15:58:25 I'll send it too Aug 22 15:59:44 sent Aug 22 15:59:47 a common mistake with sending ssh keys via email :) Aug 22 16:00:18 ah? Aug 22 16:00:23 I don't think so Aug 22 16:00:30 I sent a mail for the source code Aug 22 16:00:39 and forgott to piggyback the ssh key Aug 22 16:00:59 you can /query the key Aug 22 16:01:47 ah, nm, got it Aug 22 16:02:47 added Aug 22 16:03:43 ah yes with a ssh uttility Aug 22 16:04:00 but that won't work as I'm behind 2 NAT Aug 22 16:23:56 hi. problem with iliwi: iliwi: error while loading shared libraries: libevas-ver-pre-svn-07.so.0: cannot open shared object file: No such file or directory Aug 22 16:43:15 hi JaMa|gokarts Aug 22 16:43:18 lol Aug 22 16:43:54 is JaMa testing his freerunner in real life with all this |gone |sportsomething |sportsomethingelse ? Aug 22 16:43:54 JaMa|gokarts, are you writing from karts? :P Aug 22 16:44:01 loooool Aug 22 16:44:31 anyway if he made taksk compile again while fixing dates....it would be so great Aug 22 16:45:05 GNUtoo|laptop, what do you use as email client on FR? Aug 22 16:45:16 if you actually read email from FR Aug 22 16:45:21 no I don't Aug 22 16:45:26 but in the past I used the following Aug 22 16:45:32 claw-mails Aug 22 16:45:37 mmm Aug 22 16:45:40 gtk based mmm Aug 22 16:45:43 yes Aug 22 16:45:53 i'd be happy to use it on my notebook Aug 22 16:45:55 and it has a smallscreen layout that needs to be activated Aug 22 16:45:57 but not on my phone Aug 22 16:46:07 I wonder how usable it is on the htcdream Aug 22 16:46:13 mmm Aug 22 16:46:18 becuase on the freerunner it's usable Aug 22 16:46:28 i will develop a mail client now, in these few hours Aug 22 16:46:32 let's see what comes out Aug 22 16:46:33 but freerunner has a top-precision touchscreen/stylus Aug 22 16:46:42 ok Aug 22 16:46:51 will it support imap? Aug 22 16:46:58 GNUtoo|laptop, of course :) Aug 22 16:47:02 ok Aug 22 16:47:12 i've already studied libetpan Aug 22 16:47:19 for some weeks Aug 22 16:52:25 ok Aug 22 16:52:33 daniele_athome, btw do you live near milan? Aug 22 16:52:42 GNUtoo|laptop, no, rome Aug 22 16:52:46 mickey|zzZZzz, did you got my source code Aug 22 16:52:47 ok Aug 22 16:59:22 I'll go bye Aug 22 17:34:21 freesmartphone.org: 03morphis 07msmcomm * re8032ec74546 10/msmcommd-specs/msmcommd-specs-1.0.pc.in: msmcommd-specs: add missing pkgconfig file Aug 22 19:48:04 ~logs Aug 22 19:48:05 logs are on http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged. logs are updated daily --- livelogs are http://logs.nslu2-linux.org/livelogs/openmoko-cdevel.txt and http://hentges.net/tmp/logs/irc/livelogs/#openmoko-cdevel.livelog Aug 22 19:52:50 sorry I was disconnected Aug 22 19:52:57 wow I'm on wifi....irc on wifi....nice Aug 22 19:59:23 back on 3g...wifi didn't last Aug 22 19:59:27 mickey|zzZZzz, ping Aug 22 20:01:58 hi djbclark Aug 22 20:03:13 anyone - when driving, can the gps time be somewhat erratic? or is it always perfect? Aug 22 20:13:13 vanous, do you use navit? Aug 22 20:13:25 I don't know but I know how to workarround/fix it in navit Aug 22 20:15:22 GNUtoo|laptop: no, i mean in general. i have a script to periodically check on something and were using gps time, but it seemed, that gps time was strange from time to time Aug 22 20:15:41 ok Aug 22 20:15:41 anyways, this wasn't a good idea and i will just use time.time() Aug 22 20:16:01 gps time is only accurate after getting your first fix Aug 22 20:16:13 I heard fso can keep track of time Aug 22 20:16:16 using various sources Aug 22 20:16:22 like in fsotldt.conf Aug 22 20:16:34 in /etc/freesmartphone/conf/GTA02/ Aug 22 20:16:45 maybe you could get the time trough dbus Aug 22 20:17:03 my script would for no reason stop i think, perhaps when loosing fix, so as i sayid, i will use system now and observe... Aug 22 20:17:22 GNUtoo|laptop: I'm usualy not using my fr in |.* activities :) Aug 22 20:17:31 but Expendables movie is great! Aug 22 20:17:34 ok Aug 22 20:18:07 personally I do some activities too, and use the htcdream in some Aug 22 20:18:16 especially GPS Aug 22 20:31:22 alexxy: PR bump of recipes which werent bumped this time done, will be in feeds tonight.. last time http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=97801611dad6b487378876143f3b308696ea8219, this time http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=b03b1f60164158672bd77022e4704e3e9cb19b2e + few more, if you found some more, let me know Aug 22 20:36:25 ok Aug 22 20:36:31 can you rebuild them? Aug 22 20:36:54 "will be in feeds tonight" Aug 22 20:37:09 seem like I'm not going to rebuild them? Aug 22 20:37:36 also what about keyboard path? Aug 22 20:37:51 I've just returned so nothing changed yet Aug 22 20:38:00 =) Aug 22 20:38:01 ok Aug 22 20:38:27 which is pain.. I was hopping it will resolve itself in the meantime :) Aug 22 20:38:38 hi dcordes Aug 22 20:38:41 keyboard files should be placed /usr/lib/enlightenment/modules/illume-keyboard/keyboards/ Aug 22 20:38:53 alexxy: did you try it with illume1? Aug 22 20:38:58 no Aug 22 20:39:17 did illume1 shows something different from white screen? Aug 22 20:39:18 JaMa, so if I bitbake shr-image for htcdream I can upgrade then? Aug 22 20:39:21 =) Aug 22 20:39:24 14:52:32 < JaMa> now someone needs to check illume1 (if the path is at least the same) Aug 22 20:39:41 it seems should use same path Aug 22 20:39:42 =) Aug 22 20:39:45 JaMa, illume1 means the profile? the libs? or something else? Aug 22 20:39:51 profile Aug 22 20:39:54 GNUtoo|laptop: yes Aug 22 20:40:00 ok Aug 22 20:40:02 I use that Aug 22 20:40:08 GNUtoo|laptop: and I've already built that on shr buildhost... Aug 22 20:40:09 I'll check next time Aug 22 20:40:12 ok Aug 22 20:40:15 I'm on 3g Aug 22 20:40:18 :) Aug 22 20:40:19 so I can't build Aug 22 20:40:22 ic Aug 22 20:40:34 because it would fetch some huge source that I started to fetch at the wifi cafee Aug 22 20:40:42 or maybe it was for midori Aug 22 20:40:46 I could check and look Aug 22 20:40:48 so I have to remove mokosuite2 now to test illume1 Aug 22 20:41:01 GNUtoo|laptop: webkit probably Aug 22 20:41:04 JaMa, illume1 is important to me because: Aug 22 20:41:06 GNUtoo|laptop: midori didn't change Aug 22 20:41:25 *last time I checked the "move between windows" didn't work on dream Aug 22 20:41:32 *customizations are easier Aug 22 20:41:42 (they are accessible in the settings) Aug 22 20:41:55 it does work (I guess) if you start e17 in less then 10s Aug 22 20:42:07 or if you restart shr_elm_softkey after starting it Aug 22 20:44:56 JaMa, btw was it you that proposed me to push an htcdream fsodeviced config to cornucopia's git? Aug 22 20:46:23 yes Aug 22 20:48:03 I bet you didn't have the time to do it yet Aug 22 20:48:31 if you don't have time I could do it myself but it'll take more time Aug 22 20:49:25 I haven't seen your patch Aug 22 20:49:41 ah ok lol Aug 22 20:50:05 I meant I can push it for you :) Aug 22 20:51:32 I'll do the patch and try to push it Aug 22 20:51:42 that way I'll see if mickey|zzZZzz added my ssh key Aug 22 20:51:58 and calls works fine with the not yet made patch Aug 22 20:52:07 I got a call not so long ago Aug 22 20:57:31 vanous: RDEPENDS_${PN} again :) Aug 22 20:58:02 hey, my eyes :) Aug 22 20:58:07 and i looked Aug 22 20:58:26 hehe, in fact i copied valery's bb for my stuff :) Aug 22 20:58:37 sorry JaMa Aug 22 20:58:40 ok, let's blame him :) Aug 22 20:58:45 vanous: np Aug 22 20:59:24 i have a feeling something happened in elementary (about 2weeks back) as some cards get blanked but i will observe Aug 22 20:59:34 actually sometime we play it with Otakar here Aug 22 21:00:02 hi JaMa Aug 22 21:00:18 how do I setup cornucopia for commit access? Aug 22 21:00:46 I mean the git address etc... Aug 22 21:00:48 git@? Aug 22 21:00:51 or gnutoo@ Aug 22 21:00:57 I bet git@ Aug 22 21:04:56 GNUtoo|laptop: yup git@ Aug 22 21:05:04 what's the complete address? Aug 22 21:05:16 git@git.freesmartphone.org Aug 22 21:05:35 ah ok,thanks a lot Aug 22 21:05:43 no cornucopia in it? Aug 22 21:06:02 well it depends what you want to clone :) Aug 22 21:06:09 so /cornucopia for cornucopia Aug 22 21:06:13 I've that in oe's git: git@git.openembedded.net:openembedded Aug 22 21:06:13 ok Aug 22 21:06:28 thanks a lot Aug 22 21:06:30 I'll try Aug 22 21:07:57 with my app, i would like to package some icons but the author doesn't specify licensing. i am writing him now, but what shell i ask for? a permission to distribute? public domain statement? Aug 22 21:09:58 thanks a lot Aug 22 21:15:10 JaMa: also omgps doesnt start Aug 22 21:15:22 saying that sysfs file for pgs not found Aug 22 21:16:06 hmm I'm not going to fix every app where authors went away :/ Aug 22 21:16:31 send patch to shr-devel if you still care about omgps Aug 22 21:17:27 last time I've asked to include gcc-4.4 fix I added to OE in upstream source and no e-mail reply in a year or so.. Aug 22 21:18:23 but it is/was nice app, I agree Aug 22 21:24:59 freesmartphone.org: 03GNUtoo 07cornucopia * r2babf0d29d78 10/fsodeviced/conf/htc_qualcomm_dream/fsodeviced.conf: (log message trimmed) Aug 22 21:24:59 freesmartphone.org: fsodeviced: fix(in configuration) the remote silence when answering a call Aug 22 21:24:59 freesmartphone.org: The alsa routing resulted in a problematic issue: Aug 22 21:24:59 freesmartphone.org: *someone calls you Aug 22 21:24:59 freesmartphone.org: *fso routes the ringing to the external speaker: Aug 22 21:27:25 dcordes, ping Aug 22 21:35:59 alexxy: ok omgps fixed Aug 22 21:36:18 JaMa: what was the bug? Aug 22 21:36:59 looking for old sysfs paths Aug 22 21:37:09 hardcoded in shr/uart.c Aug 22 21:37:31 s/shr/src/ Aug 22 21:37:32 JaMa meant: hardcoded in src/uart.c Aug 22 21:37:42 JaMa: did you hardcode new paths? Aug 22 21:41:42 yes :/ Aug 22 21:42:00 because.. 23:15:08 < JaMa> hmm I'm not going to fix every app where authors went away :/ Aug 22 21:58:25 JaMa|Zzzz, btw there are no screenshots of omgps? Aug 22 21:59:12 no idea Aug 22 21:59:23 i can give you scap now Aug 22 21:59:45 ok Aug 22 21:59:50 I didn't find any Aug 22 21:59:55 but scap would be great Aug 22 22:02:57 GNUtoo|laptop: see last 2 Aug 22 22:03:04 ok thanks a lot Aug 22 22:04:38 btw did someone try sms-sentry recently? Aug 22 22:05:41 I should definitely try all theses gps apps Aug 22 22:07:35 I should try cellhunter too **** ENDING LOGGING AT Mon Aug 23 02:59:56 2010