**** BEGIN LOGGING AT Thu Feb 18 02:59:57 2010 Feb 18 03:27:15 JesusMcCloud: no me though. I'm a 24/7 insomniac :-P Feb 18 03:28:02 DocScrutinizer, i'm when playing around with edje... it works better at night Feb 18 04:48:25 ok, who do i throw rocks at for closing #318? Feb 18 06:00:45 moinmoin Feb 18 06:03:02 how to add new i2c device from user space in openmoko Feb 18 06:04:42 DocScrutinizer, moin, do you sleep... ever? Feb 18 06:05:01 nah, sleeping is overrated Feb 18 06:05:35 http://www.mjmwired.net/kernel/Documentation/i2c/instantiating-devices Feb 18 06:06:07 the doc explains abt adding new i2c device from the user space Feb 18 06:06:42 but i don't see the bus listed under /sys/bus/i2c/devices/ Feb 18 06:06:53 i only see the devices under it Feb 18 06:07:05 nasty Feb 18 06:07:11 echo eeprom 0x50 > /sys/bus/i2c/devices/i2c-3/new_device Feb 18 06:07:28 the above is the example given in the doc Feb 18 06:08:41 ask larsc Feb 18 06:09:04 or PaulFertser Feb 18 06:12:38 larsc: PaulFertser : can u plz respond to my question ? Feb 18 06:27:09 JesusMcCloud: hehe instead of slaping you should ask me to update them.. because this dependencis made sense in time I added them.. Feb 18 06:27:32 JaMa|GoNe, i have an offer for you: Feb 18 06:27:50 JesusMcCloud: that shr-theme-neo (meta package) pulls old libframeworkd-phonegui-efl-theme-neo and gpe-theme-neo which then pulls those gpe-scap and old libframeworkd stuff Feb 18 06:28:05 JaMa|GoNe, i never tried to install metapackage Feb 18 06:28:54 I have to go.. later Feb 18 06:28:55 JaMa|GoNe, the deal is: i have a new nEo theme ready. (just polishing some roug edges and testint mrmoku's themign mechanism)... if you fix the recipes, i will push it into git Feb 18 06:47:55 exit Feb 18 06:52:01 wolfyg: :-D Feb 18 06:59:37 DocScrutinizer: yeah, sorry ;-) Feb 18 06:59:53 wasn't even the channel I meant, just another zsh window... Feb 18 06:59:57 np Feb 18 07:18:19 DocScrutinizer: The debug board I2C signals are came out from S3C2442 arm processor, it that correct ? Feb 18 07:29:17 satish yes Feb 18 07:33:18 roh : Is it possible to have any gpio pins to get on Debug boards Feb 18 07:33:25 roh: I don't see on schematics Feb 18 07:33:46 roh: for my project i need 2 gpio pins .. Feb 18 07:34:01 there is only i2c and i think one irq capable gpio Feb 18 07:35:22 there is also an spi bus Feb 18 07:35:36 and a line calles SS0 Feb 18 07:36:39 http://downloads.openmoko.org/developer/schematics/GTA02/Schematics_Freerunner-GTA02_A5-A7cumulative_public_RC0.pdf Feb 18 07:36:44 page 7 Feb 18 07:36:54 lower right corner has the pinout of the debug conn. Feb 18 07:37:26 http://downloads.openmoko.org/developer/schematics/debugboards/OpenMoKo_Debug_Board_V3_MP.pdf shows the side of the debug board Feb 18 07:38:15 debugboard V3 has the stuff on a connector (usually not soldered in by default) labeled J11 Feb 18 07:39:12 but these (i2c and spi) are not 'free', they are shared with other devices inside the phone, like the audio codec (on i2c) and the accels (on spi) Feb 18 07:39:31 so addressing / chip select is important Feb 18 07:42:52 i'm not sure if the schem is correct, but it says spi0 is exclusively on the debug conn, and spi1 is shared between both accel. Feb 18 07:43:34 i2c is shared with the wolfson (audio codec, for config) and the pmu. as long as your stuff has different addresses it shouldnt be a problem Feb 18 07:54:22 mrmoku|away, either i screwed up, or theming phoneui does not work as it should Feb 18 07:58:28 satish: hi Feb 18 07:59:26 satish: i thought you wanted to write a userspace spi driver, is it a different question now? Feb 18 08:07:09 JaMa|GoNe: have you seen this when building xserver-xorg? configure.ac:42: error: must install fontutil 1.1 or later before running autoconf/autogen Feb 18 08:22:43 Weiss: yes it should be fixed in my repo.. font-util-native is new dependency for xserver-xorg Feb 18 08:23:04 Weiss: be warned, that I rebase shr-experimental repo *a log* Feb 18 08:23:06 Weiss: be warned, that I rebase shr-experimental repo *a lot* Feb 18 08:23:46 JesusMcCloud: great! can you please push it to repo first? So I can update recipes and SRCREVs used? Feb 18 08:24:15 JaMa|GoNe, as soon as i fixed my botched e17 config Feb 18 08:24:21 JesusMcCloud: if installing unnneeded stuff was the only problem you can install separate *neo* recipes.. Feb 18 08:24:38 JaMa|GoNe, i did *NOT* use the metapackage Feb 18 08:24:47 and I'll move those old neo recipes from RDEPENDS to RSUGGESTS Feb 18 08:24:58 JesusMcCloud: so which package pulled that old cruft? Feb 18 08:25:35 JaMa|GoNe, either elementary or illume theme Feb 18 08:28:12 JaMa|GoNe, there's only asmall problem atm: as of now, phoneui-theming doenst work (or i screwed up) overwriting default theme works... but i am sure mrmoku will fix this ;-) Feb 18 08:28:48 JesusMcCloud: yes.. because they also RRECOMMENDS other *neo* recipes.. already replaced that too with RSUGGEST (not installed by default with package) Feb 18 08:29:27 stupid bb commands... Feb 18 08:45:47 PaulFertser: Hi, yes it is different question...my co proc has I2C interface also...so i want to probe using I2C Feb 18 08:46:22 PaulFertser: as I2C has user space ioctls implemented as per kernel documentation Feb 18 08:46:36 satish: spi seemed to be an easier way since you do not have to share the bus with anybody Feb 18 08:47:26 PaulFertser: but i2c is easier to probe...i no need to implement anything extra....i can just asign device address and probe Feb 18 08:48:52 PaulFertser: if i'm able to register my co proc as new I2C device .....i feel it's easy to probe as i have i2c-0 device listed under /dev/ fs Feb 18 08:50:11 PaulFertser: in the fast i have some problem with I2C ....like while connecting the new device phone display is going off ...that's way i shifted to SPI Feb 18 08:50:21 PaulFertser: now the problem got solved... Feb 18 08:51:15 PaulFertser: Please let me know how to add new i2c device from user space.. Feb 18 08:51:39 JaMa|GoNe, do oyu have permissions to grant me git access ? (somehow i dont have access anymore) Feb 18 08:51:42 PaulFertser: i'm trying this http://www.mjmwired.net/kernel/Documentation/i2c/instantiating-devices Feb 18 08:51:55 satish: ok, let me see Feb 18 08:55:18 satish: which branch are you using? Feb 18 08:56:43 PaulFertser: andy tracking branch Feb 18 08:57:19 satish: why are you using a more modern documentation then, what makes you think it should work? Feb 18 08:58:42 JesusMcCloud: no and no, ask mrmoku|away (not sure if someone else has grant) Feb 18 08:58:48 PaulFertser: ok... Feb 18 08:59:07 PaulFertser: if i upgrade to the latest kernel 2.6.32 Feb 18 08:59:27 JaMa, i will email him my public key again Feb 18 08:59:30 PaulFertser: do openmoko has any known problems or bugs...? Feb 18 09:00:01 PaulFertser: if not, i will try to upgrade and see will it work ? Feb 18 09:00:46 satish: i guess there're known problems but i do not know exactly which. Feb 18 09:01:42 PaulFertser: ok....is it possible to get done in andy tracking branch...i mean adding new I2C device from user space Feb 18 09:01:56 JesusMcCloud: i see you there as bernd, is it you? Feb 18 09:01:59 satish: no idea yet Feb 18 09:02:37 JaMa, yup Feb 18 09:02:47 JaMa, waita sex Feb 18 09:03:03 s/sex/sec/ Feb 18 09:03:13 * JaMa awaiting sex Feb 18 09:03:17 nope Feb 18 09:03:21 not with Jesus.. but.. Feb 18 09:03:34 staying up all night has its side effects... Feb 18 09:03:45 JesusMcCloud: are you pushing over ssh://git? Feb 18 09:03:52 i am trying Feb 18 09:04:17 you can e-mail me the key and I can compare them.. Feb 18 09:04:27 but I guess you would remember changing key lately Feb 18 09:04:58 JaMa, will do (although i think i shoudl be listed as jesus, not bernd) Feb 18 09:05:57 no jesus in shr git config Feb 18 09:06:25 and bernd is for shr-themes and libphone-ui-shr repo Feb 18 09:06:52 JaMa, well then.. email is sent Feb 18 09:07:41 JesusMcCloud: yes same key.. so maybe you have to specify username for git+ssh :) Feb 18 09:08:10 JaMa, i never had to do this... hmm will try Feb 18 09:09:44 JaMa, permission denied Feb 18 09:11:16 JesusMcCloud: hmm I don't know where gitosis logs auth failures.. so I cannot help you.. mrmoku probably can Feb 18 09:12:16 i'll regenerate my public key (maybe i did screw up sth when creating a couple of keys for university) Feb 18 09:32:22 Weiss: only issue still remaining is while building xf86-video-glamo I had to remove -Werror, because in edid.h in new xorg are bit fields and warning is emitted that it's only gcc extension Feb 18 09:32:40 ok, cool Feb 18 09:32:54 thanks for taking care of all of this Feb 18 09:33:19 JaMa, http://scap.linuxtogo.org/files/224745ab1570e89094058702e05c1ed3.png http://scap.linuxtogo.org/files/9f1ccc1b1a12bc9b3b29def10b2a0555.png Feb 18 09:33:37 you're welcome.. if it saves you few mins for glamo developement, than it's win for all :) Feb 18 09:34:04 JesusMcCloud: great! looks nice Feb 18 09:35:05 neo theme is now even more complete than gry Feb 18 09:36:03 only thing missing is menu and map, everythign else is nice and green Feb 18 09:36:43 i need some sleep... gn8 Feb 18 09:36:51 does that theme partecipate in the contest? Feb 18 09:37:00 graziano, dunno Feb 18 09:37:38 it took almost half ayear until people began to realize how much performance gain is possible through smart themes Feb 18 09:37:53 the current default is participating Feb 18 09:38:08 bed time now... Feb 18 09:40:05 I like the blue one Feb 18 10:39:32 SHR: 03jesus 07shr-themes * r19f74990c4ab 10/phoneui-shr/phoneui-shr-theme-neo/ (20 files): neo theme for phoneui Feb 18 10:39:33 SHR: 03jesus 07shr-themes * r570c1cb6d9a3 10/elementary/elementary-theme-neo/ (43 files): complete rewrite Feb 18 10:39:35 SHR: 03jesus 07shr-themes * r66ebdbaed125 10/e-wm/e-wm-theme-illume-neo/ (8 files): fixed flaunch Feb 18 10:45:17 hello , there is problem with intone-video , and it does not run in gui ? Feb 18 10:48:26 leviathan: any prediction about SHR calling on htc dream? Feb 18 11:03:31 PaulFertser: Is it possible to upgrade andy tracking branch with git checkout to linux 2.6.32 kernel Feb 18 11:06:55 what formats does mplayer support on arm ? itone-video just plays flv format Feb 18 11:13:46 how to restart X in shr-t ? Feb 18 11:15:48 alabd: ssh in and run /etc/init.d/xserver-nodm stop and then start Feb 18 11:16:13 hanks Feb 18 11:16:16 thanks Feb 18 11:18:03 JaMa: what video formats does intone-video support on shr-t ? Feb 18 11:18:06 satish: you're supposed to checkout the branch you need Feb 18 11:18:39 satish: in fact to create a local branch based on origin/blabla (remote branch) Feb 18 11:20:13 alabd: almost all as mplayer on desktop Feb 18 11:20:22 alabd: except stuff like win32 etc ofc Feb 18 11:21:21 PaulFertser: for 2.6.32 did any one in openmoko list made a branch and customized to the phone ? Feb 18 11:21:48 PaulFertser: openmoko freerunner phone Feb 18 11:22:08 satish: there is 2.6.32 branch in git.openmoko.org Feb 18 11:22:25 JaMa: ok Feb 18 11:22:34 JaMa: intone-video does not play 3gp , mp4 Feb 18 11:24:50 any other complete video player Feb 18 11:27:30 JaMa: what is the branch name ...any idea ? Feb 18 11:28:10 om-gta02-2.6.32 looks quite self-expanatory to me Feb 18 11:30:15 JaMa: ok .. Feb 18 11:31:04 JaMa: actually there three like gta02-machine-2.6.32....so i confused ... :) Feb 18 11:32:50 <[Rui]> alabd: fix mplayer, not intone. Feb 18 11:33:18 satish: you can see what gets merged to om-gta02- and it will be clear Feb 18 11:33:35 satish: or there was en e-mail about new branches about a year ago in ML Feb 18 11:34:17 JaMa: ok.. Feb 18 11:37:42 [Rui]: thanks how to fix ? http://pastebin.com/m5d532d1 this is /usr/etc/mplayer/codecs.conf Feb 18 11:38:16 <[Rui]> alabd: maybe you need to fix the build so it builds 3gp support, I don't think that's a runtime thing :) Feb 18 11:41:29 JaMa: http://patchwork.dev.bearstech.com/patch/671/ but i forgot to add some credit to you, so please add it :) Feb 18 11:42:41 JaMa: should not those formats that are in this list be played ? http://pastebin.com/m5d532d1 this is /usr/etc/mplayer/codecs.conf Feb 18 11:42:56 alabd: 3gp was supported in amrwb/amrnb now on desktop there is usually opencore-amr used instead.. Feb 18 11:43:33 alabd: I didn't check opencore-amr availability for arm and didn't changed mplayer_git recipe for that.. Feb 18 11:44:36 Heinervdm: no credit needed, thanks for patch.. I'll try it Feb 18 11:45:04 JaMa: i removed libpng and zlib from my host to test it, it works :) Feb 18 11:45:52 good :) Feb 18 11:46:15 Heinervdm: I guess you're sure that png and zlib is not used later on target Feb 18 11:47:01 JaMa: i don't understand Feb 18 11:48:06 Heinervdm: I've seen you removed dependency on png/zlib and changed that to -native only Feb 18 11:48:41 JaMa: the resulting package has an automatically generated depencie on libpng and zlib Feb 18 11:48:41 Heinervdm: so on FR there won't be png/zlib installed in imaginary case when nothing pulled it in before aceofpenguins Feb 18 11:48:46 i checked taht Feb 18 11:48:55 ah ok Feb 18 11:49:14 so every -native dependency creates runtime dependency for non-native package? Feb 18 11:49:16 i think that's some bitbake magic Feb 18 11:49:22 I didn't know that.. Feb 18 11:49:47 and there is also few cases when it's not possible (non-native doesnt exist) so maybe those cases are ignored then.. Feb 18 11:50:52 not sure if it's _always right_ magic.. as ie librsvg-native is used for preparing navit-icons, but then is not needed on device where you get already only .png files Feb 18 11:51:49 JaMa: i think that this is only working if you don't set RDEPENDS, but i'm not sure Feb 18 11:53:45 I've seen that every DEPENDS is added to RDEPENDS if exists (in some bbclass), but didn't know that it also loose it's -native postfix if non-native package exists.. Feb 18 11:54:35 Heinervdm: btw did you read that eglibc: reply on oe-devel? Feb 18 11:55:18 JaMa: there were only 2 Feb 18 11:55:53 and someone suggested using #!/bin/sh as some older glibc recipes does Feb 18 11:56:11 ah, no haven't read that Feb 18 11:56:14 which I've seen confirmed to work in some SHR ML a wbefore.. Feb 18 11:56:56 so we should check that Feb 18 11:57:33 Heinervdm: yes.. imho better solution than bash dependency.. Feb 18 11:57:52 yes Feb 18 12:00:14 NOTE: Not creating empty archive for curl-certs-7.19.7-r3.4 Feb 18 12:02:22 Heinervdm: seen that before.. when checking why it's not in feed.. then I left that as curl-certs doesn't look like best solution for spreading all certs Feb 18 12:03:19 JaMa: it seems that they were removed form curl sources Feb 18 12:03:23 Heinervdm: imho it should be handled with some better policy what certs are thrusted by default etc.. so maybe following debian ca-certs package closely would be good start Feb 18 12:03:36 perhaps we can create a ca-certificates packages from that file: http://curl.haxx.se/ca/cacert.pem Feb 18 12:04:29 Heinervdm: I was thinking about this http://packages.debian.org/lenny/ca-certificates Feb 18 12:05:02 JaMa: i can't find a real source for that package Feb 18 12:05:11 use their tar.gz as SRC_URI and then just repack it to .ipk Feb 18 12:06:23 I would expect that there is no real upstream package for them.. just prepared tar.gz from certs they consider usefull and valid :) Feb 18 12:07:21 TAsn: thnx for the fix. Now contact-list is ok. Feb 18 12:07:53 mrmoku|away: yesterday i've got a black screen during the phone call. 8( Feb 18 12:09:56 Heinervdm: but in case some cert is in worse case compromised.. than we should be able to remove it quick.. so I guess that we should choose good upstream for security issues Feb 18 12:10:40 JaMa: now what should humble do to play mp4 or 3gp ? Feb 18 12:11:25 alabd: check opencore-amr availability for arm and change mplayer_git recipe for that.. if possible Feb 18 12:11:47 alabd: probably also new recipes for opencore-arm would be needed Feb 18 12:12:13 any other player with most format support on shr ? vlc ? Feb 18 12:17:11 he forgot: ask GOD for amr packaging Feb 18 12:18:10 ok i asked it just now Feb 18 12:19:34 ah good, then we can just wait for commit :) Feb 18 12:27:20 sure Feb 18 12:31:05 SHR: 03jesus 07shr-themes * rf847105c5ef5 10/icons/icon-theme-neo/86x86/apps/ (16 files): more icons for nEo theme Feb 18 12:59:03 leviathan, ping Feb 18 13:03:26 help Feb 18 13:04:06 is still valid that battery bug that fail to charge the freerunner if you discharge all the battery? Feb 18 13:05:02 graziano: please rephrase the question Feb 18 13:05:10 om-gta02-2.6.32 branch don't have build env like andy branch, Is there any doc for build guidlines ? Feb 18 13:07:05 PaulFertser: I remember that there was a bug. It was related to this: the user had not to let the battery discahrge completely because then it couldn't be recharged. Because to recharge it you had to switch it on first Feb 18 13:07:36 PaulFertser, he wonders if when your battery is totally or nearly totally discharged,you could still boot the freerunner in some way in order to be able to charge it again Feb 18 13:07:49 PaulFertser, btw I solved my wifi firmware problem... Feb 18 13:08:06 GNUtoo: thanks :) Feb 18 13:08:08 I was told to install the missing udev rules and scripts Feb 18 13:08:13 and it worked Feb 18 13:08:19 GNUtoo: yeah, saw that Feb 18 13:08:46 GNUtoo: though "symbol version mismatch" can't be exlained by that Feb 18 13:08:59 PaulFertser, I solved that too Feb 18 13:09:11 PaulFertser, I simply extracted *all* modules and it worked Feb 18 13:09:18 instead of just libertas Feb 18 13:09:40 btw,now libertas wifi fails a lot less often...I think I still will have to bugreport Feb 18 13:10:07 GNUtoo: i guess that confirms my suspicion. You had "regular" *80211 installed but tried to run the driver from compat-wireless or something like that. Feb 18 13:10:17 indeed Feb 18 13:10:37 opkg upgrade overwritten my compat-wireless things Feb 18 13:10:46 graziano: nothing's changed, depends on hardware revision mostly. A6 can be booted without a battery altogether but software support for that is suboptimal. Feb 18 13:10:48 even If I removed libertas in defconfig Feb 18 13:11:10 PaulFertser: I was thinking about getting an A7+ Feb 18 13:11:18 graziano: nothing's changed with it Feb 18 13:11:28 In this regard Feb 18 13:11:52 well but Feb 18 13:12:00 you said it can be booted without battery :) Feb 18 13:12:24 which bootloader implement that(booting without battery) ? Feb 18 13:13:54 GNUtoo: Qi doesn't care so one can say it does. Also nor u-boot sometimes manages to negotiate on 500mA before turning on the backlight so sometimes one can boot the system this way too. But in the Qi case the kernel turning on BL too early will ruin everything. I'm not sure i this's fixed in .32 but at least larsc reported success in his tests. Feb 18 13:14:22 ok thanks a lot Feb 18 13:17:33 PaulFertser, so if we boot with QI on micro-sd card a kernel without CONFIG_BACKLIGHT or something like that it could work? Feb 18 13:18:24 GNUtoo: i haven't tried it but it should work Feb 18 13:18:36 ok thanks Feb 18 13:31:51 GNUtoo: i guess there was some pmu BL register access hardcoded, so probably disabling BACKLIGHT is not enough, at least on andy-tracking. Feb 18 13:32:10 ok Feb 18 13:32:42 so what should be done? booting a dummy thing like grub-invaders? Feb 18 13:33:13 ah that would not negoziate 500mA Feb 18 13:34:16 s/should/could Feb 18 13:34:45 or maybe modify kenrel sources like the BSP files Feb 18 13:35:52 hmm? Feb 18 13:35:56 grub invaders? Feb 18 13:36:02 on htcdream?? Feb 18 13:36:06 leviathan, no Feb 18 13:36:12 leviathan, hi I've a fix for alsa Feb 18 13:36:18 leviathan, is mono ok? Feb 18 13:36:30 uhm Feb 18 13:36:36 why? Feb 18 13:36:48 because mono fixes buffer underruns Feb 18 13:36:54 s/fix/workarrounds Feb 18 13:37:03 yes Feb 18 13:37:07 its just a workaround Feb 18 13:37:09 sound is cristal clear Feb 18 13:37:13 with mono Feb 18 13:37:17 yes Feb 18 13:37:21 but mono is crap Feb 18 13:37:24 I've also a fix for removing your dirty hack Feb 18 13:37:29 ok Feb 18 13:37:33 thats interesting Feb 18 13:37:42 can you please push it? Feb 18 13:37:42 yes but it's the same in the driver Feb 18 13:37:44 ok Feb 18 13:37:56 I'll clean a bit and push Feb 18 13:38:13 mono is done with /etc/asoundrc Feb 18 13:38:54 leviathan, which branch should I push to? mine or yours Feb 18 13:39:20 uhm, mine Feb 18 13:42:14 ok Feb 18 13:43:19 GNUtoo: i think .32 already has that fixed, no need for custom bootloaders or anything. Feb 18 13:43:33 ok thanks Feb 18 13:46:36 GNUtoo: didnt you push yet? Feb 18 13:46:42 I didnt see anything... Feb 18 13:47:00 I'm working on it Feb 18 13:47:04 ok Feb 18 13:47:14 I have to import stuff I did else it will be very dirty Feb 18 13:47:19 lots of debug stuff etc... Feb 18 13:47:22 ok Feb 18 13:47:30 take your time Feb 18 14:25:52 leviathan, pushed Feb 18 14:26:07 Weiss: tested that segfault on drm kernel, with old xserver Feb 18 14:26:24 Weiss: with upgraded libdrm it still works Feb 18 14:26:39 Weiss: so problem is in either mesa-dri or xserver itself Feb 18 14:27:13 Weiss: but I cannot upgrade xserver without mesa (due to dependency) and if I upgrade only mesa-dri package on system with old xserver I get this error Feb 18 14:27:16 Weiss: (EE) AIGLX error: glamo exports no extensions (/usr/lib/dri/glamo_dri.so: undefined symbol: __driDriverExtensions) Feb 18 14:28:19 leviathan, also try that: http://pastebin.com/d5485541f Feb 18 14:38:21 doh, openembedded seems like political kindergarden Feb 18 14:39:39 spaetz: what did you expect to find? Feb 18 14:40:09 nature of OE almost guarantees that Feb 18 14:45:30 GNUtoo: ok Feb 18 15:22:47 GNUtoo|oeee: hi Feb 18 15:22:53 following thing: wifi Feb 18 15:23:08 seems that they are using wrong frequency Feb 18 15:23:17 so the wifi chip is unable to initialize Feb 18 15:23:21 and gives an error Feb 18 15:23:22 ... Feb 18 15:23:52 leviathan: who are using wrong frequency? Feb 18 15:24:18 uhm wl1251, GNU/linux on htcdream ;) Feb 18 15:24:55 ah, so openmoko people are safe :) Feb 18 15:25:42 http://pastebin.com/m77fd3a56 Feb 18 15:25:50 look thats it Feb 18 15:25:52 uhhm Feb 18 15:26:02 nope: its openmoko on the htcdream now ;D Feb 18 15:26:13 okeee, well SHR Feb 18 15:26:22 but I keep SHR calling OpenMoko too Feb 18 15:26:28 ^^ Feb 18 15:27:01 the important is the idea, not the name or the person itself Feb 18 15:27:32 that you have at the end of the day something done, which is worth the time of your life, you've invested Feb 18 15:32:14 GNUtoo: http://pastebin.com/m77fd3a56 Feb 18 15:32:46 line 189 Feb 18 15:32:52 theres the bug Feb 18 15:32:53 :) Feb 18 15:35:00 ok Feb 18 15:35:36 Weiss: that segfault is AFAIK from DRI2ScreenInit maybe introduced by this commit http://cgit.freedesktop.org/xorg/xserver/commit/?id=04a54f69a8085ab3fe11a8713bd8b6b16ed1db27 Feb 18 15:39:03 hm. fso-abyss is not responding Feb 18 15:39:49 Weiss: simple patch and I have Xorg again :) - dri2info.version = DRI2INFOREC_VERSION; Feb 18 15:39:52 + dri2info.version = 3; Feb 18 15:41:13 Weiss: IIRC we already talked, that xf86-video-glamo shouldn't follow upstream so closely (by setting his version with included constant) Feb 18 15:41:56 hmm? Feb 18 15:42:41 mickeyl: fso-abyss seems segfaulted during that: 2010.02.18 18:37:01.59 ogsmd INFO : responding OK Feb 18 15:42:42 2010.02.18 18:37:01.69 ogsmd.modems.ti_calypso INFO Requesting new channel from 'fso-abyss' Feb 18 15:43:01 Weiss: IIRC there was very similar error before Feb 18 15:43:26 Weiss: and I asked why is the version set from dri2proto header file through DRI2INFOREC_VERSION constant Feb 18 15:43:51 Weiss: as dri2proto can change without needed changes in ddx code Feb 18 15:44:32 mickey|office: ^^ Feb 18 15:45:16 ah, I see.. we should declare the version we use, and not pretend it's the latest Feb 18 15:45:25 I wonder where that dependency came from Feb 18 15:46:28 Weiss: yes, that's how I understand it.. as that DRI2ScreenInit function handle different versions differently (and doesn't segfault) Feb 18 15:47:36 Weiss: we probably talked about it before http://git.bitwiz.org.uk/?p=xf86-video-glamo.git;a=commit;h=7ba80e79f33439d5a97fd20a69c1ff159e7a6440 Feb 18 15:49:03 hmm yes.. I think I remember Feb 18 15:49:50 btw with this fixed I get the same error as with older xserver before.. (EE) AIGLX error: glamo exports no extensions (/usr/lib/dri/glamo_dri.so: undefined symbol: __driDriverExtensions) Feb 18 15:50:21 Something wrong with frameworkd and abyss. Feb 18 15:50:23 2010.02.18 18:46:16.821 ogsmd.modems.ti_calypso INFO Requesting new channel from 'fso-abyss' Feb 18 15:50:24 2010.02.18 18:46:26.711 ogsmd.channel INFO : initializing Feb 18 15:50:24 2010.02.18 18:46:26.731 ogsmd INFO : responding OK Feb 18 15:50:24 2010.02.18 18:46:26.741 ogsmd.modems.ti_calypso INFO Requesting new channel from 'fso-abyss' Feb 18 15:50:24 2010.02.18 18:46:27.901 ogsmd.channel INFO : initializing Feb 18 15:50:25 2010.02.18 18:46:27.919 ogsmd INFO : responding OK Feb 18 15:50:28 2010.02.18 18:46:27.930 ogsmd.modems.ti_calypso INFO Requesting new channel from 'fso-abyss' Feb 18 15:50:30 2010.02.18 18:46:33.6 ogsmd.modems.abstract.channel WARNING UNHANDLED INTERMEDIATE: OK Feb 18 15:50:32 2010.02.18 18:49:29.330 frameworkd.resource INFO setting resource status for GSM from enabling to disabling Feb 18 15:50:35 2010.02.18 18:49:30.301 frameworkd.resource INFO setting resource status for GSM from disabling to disabled Feb 18 15:50:38 sorry Feb 18 15:50:40 missed the win Feb 18 15:51:16 Weiss: every other mesa-dri driver exports that.. so I'll add it too Feb 18 15:53:29 sure.. need to check what the values mean though Feb 18 15:56:05 Weiss: http://gitorious.org/mesa/mesa/commit/1ac166895fef47806c9e9286d2a6356b4db8398d Feb 18 15:56:29 Weiss: in that upstream commit it's explained a bit Feb 18 15:57:44 ok, cool Feb 18 15:58:05 I wonder if the core does magic that means it currently supports DRI1 Feb 18 16:05:09 Weiss: after this change new and old xserver started ok (with glamo driver - that error only forced Xorg to fallback to swrast which is much better than segfault) Feb 18 16:05:40 Weiss: so if you can merge this last commit and publish new libdrm, I would push my patches to oe.dev Feb 18 16:06:56 Weiss: well I also should check that something is actually drawn on screen.. now just checking xorg log from work.. Feb 18 16:46:32 ffs power out Feb 18 16:46:33 :| Feb 18 16:47:05 q-master, what fix? I think you are talking about something mrmoku did :P Feb 18 16:47:14 mrmoku|away, did you merge it with master? Feb 18 17:00:26 hi Feb 18 17:01:06 I see there are ubifs images for SHR? What are the advantages/drawbacks compared to jffs2? Feb 18 17:01:48 drawback: much more experimental Feb 18 17:02:33 advantage: not sure, but I think it does better wear-leveling and mounting is faster Feb 18 17:03:43 hm ok Feb 18 17:29:02 Hey all... I'm trying to make my first bitbake recipe for SHR :) (just some silly small test app to get to know the toolchain). Now, I had an error in the install stage of my recipe, but now bitbake won't do the package from scratch again. How can I force it do redo all of my package tasks? Feb 18 17:30:06 beniwtv: add -c clean option Feb 18 17:32:03 beniwtv: bitbake -c clean and then again bitbake Feb 18 17:32:35 Heinervdm, ESI: Thanks Feb 18 17:47:14 heyho Feb 18 17:48:32 ah, hey Feb 18 17:55:30 :) Feb 18 18:01:31 Anyone noticed that 'file' in SHR reports it can't find any magic files? Feb 18 18:01:45 <[Rui]> hi, pin is not showing up again (I did no updates) Feb 18 18:04:17 <[Rui]> 2010.02.18 18:04:29.77 ogsmd.modems.ti_calypso CRITICAL Error alocating channel ogsmd.call : org.freesmartphone.GSM.MUX.NoChannel: Modem does not provide this channel. Feb 18 18:06:28 woot! My recipe builds and makes a nice .ipk :) Feb 18 18:11:08 ThibG: I find UBI, at least on 2.6.32, to have almost no resilience against unclean shutdowns Feb 18 18:12:43 Weiss, hum ok Feb 18 18:13:00 btw, is there some fsck for ffs2 or something alike? Feb 18 18:16:55 mickeyl, what's the easiest way to know the framework's "rootdir" path from an extrenal script? Feb 18 18:19:37 <[Rui]> well, at least after the upgrade it now asked me for the pin... Feb 18 18:43:44 JaMa, i am tesing my bb recipes for the themes atm. is it ok if i email them to you if they work? Feb 18 19:02:16 phew :P Feb 18 19:02:21 freesmartphone.org: 03tom 07opimd-redesign * r7acfaaf23b89 10framework/framework/subsystems/opimd/convert_db/convert_db.py: Changed the script to work with the new type enforcement - i.e make sure fields are of a certain type Feb 18 19:02:22 freesmartphone.org: 03tom 07opimd-redesign * ra060b69851c3 10framework/framework/subsystems/opimd/ (TODO db_handler.py pimd_generic.py type_manager.py): Feb 18 19:02:22 freesmartphone.org: Added real type support (not only strings). Feb 18 19:02:22 freesmartphone.org: Made database creation more generic Feb 18 19:02:22 freesmartphone.org: Restricted adding reserved fields completely Feb 18 19:02:22 freesmartphone.org: Added specific python types per opimd type Feb 18 19:02:24 freesmartphone.org: 03tom 07opimd-redesign * rd94ff84f2902 10framework/framework/subsystems/opimd/ (convert_db/convert_db.py pimd_generic.py): Fixed a typo that caused conversion/opimd not to work Feb 18 19:02:24 freesmartphone.org: 03tom 07opimd-redesign * rc241dea41f61 10framework/framework/subsystems/opimd/ (TODO pimd_calls.py pimd_messages.py): Feb 18 19:02:24 freesmartphone.org: Unread messages count works Feb 18 19:02:24 freesmartphone.org: New missed calls count works Feb 18 19:02:25 freesmartphone.org: Updated TODO Feb 18 19:07:02 TAsn, do oyu have a working bb enviroment? Feb 18 19:07:22 YES Feb 18 19:07:28 oops Feb 18 19:07:28 yes Feb 18 19:07:29 :P Feb 18 19:08:28 ok, well i want to try my bb recipe for phoneui-theme Feb 18 19:09:32 TAsn, i have working bb enviroment aswell, but "do-fetch" fails.. so i want to know if it is ma fault or not. woudl you mind trying http://pastebin.org/93724 Feb 18 19:11:09 sec Feb 18 19:11:12 busy atm Feb 18 19:11:13 problem is prolly that i dont know enough about structure/location/combination of oe-git and shr-git Feb 18 19:11:17 ping me again in half an hour :P Feb 18 19:11:22 JesusMcCloud, neither do i Feb 18 19:11:47 i be u know more than i do Feb 18 19:12:18 JesusMcCloud: do you have a SRCREV set somewhere? Feb 18 19:12:36 and a sane one? Feb 18 19:13:14 JesusMcCloud, here's the expert :P Feb 18 19:13:22 :D Feb 18 19:13:52 Heinervdm, i added this recipe to my shr-unstable build env, and copied the DEPENDS from elementary theme bb file (which works) Feb 18 19:14:22 And nothing more? Feb 18 19:14:26 (note to self: bug Heinervdm when having bitbake problems) Feb 18 19:14:41 Heinervdm, have you tried the recipe? Feb 18 19:15:12 Then you have to set SRCREV-pn_phoneui-theme in conf/sane-srcrev.inc Feb 18 19:15:22 JesusMcCloud: no, it can't work without that ;) Feb 18 19:16:42 Heinervdm, will try... so if thsi works shoudl i leave it this way or change sth (i want it to be included in shr feeds) Feb 18 19:18:35 JesusMcCloud: only thing you can do is run it through contrib/oe-stylize.py Feb 18 19:19:02 then it should be ok Feb 18 19:20:09 Heinervdm, nothing else seems o require this conf file, why this bb recipe? Feb 18 19:20:58 JesusMcCloud: every recipe using an SCM needs that, or you include the SRCREV in the recipe Feb 18 19:22:04 Heinervdm, u did look at the recipe, right? (its coypasta from elm theme) Feb 18 19:23:31 JesusMcCloud: in conf/distro/include/sane-srcrevs.inc line 60: SRCREV_pn-elementary-theme-gry ?= "2ac643cc273d144bb731a8cbb8ec6b3615de43a0" Feb 18 19:23:42 Heinervdm, ahhhh Feb 18 19:33:00 freesmartphone.org: 03tom 07opimd-redesign * re59e441c0192 10framework/framework/subsystems/opimd/ (5 files): Feb 18 19:33:00 freesmartphone.org: Now adding must have fields, atm you can deleted them if you want, but they'll be added after a reboot automatically again Feb 18 19:33:00 freesmartphone.org: Updated TODO: Don't allow removing default needed fields Feb 18 19:35:37 Heinervdm, i'm too stupid for this... Feb 18 19:36:05 JesusMcCloud: still the same message? Feb 18 19:36:20 have you cleand the recipe before rebuilding? Feb 18 19:36:42 Heinervdm, nope i have not... Feb 18 19:37:48 ah another error: you don't need ${EFL_SRCREV} it's not an efl theme Feb 18 19:38:06 you probably need the rev of phoneui Feb 18 19:38:37 JesusMcCloud, ping Feb 18 19:39:11 Heinervdm, mh... will think about it (not sure which si better, but u are prolyl right) Feb 18 19:39:16 TAsn, pong Feb 18 19:39:25 JesusMcCloud, if you are not a coward, you can test it now, it's usable :P Feb 18 19:39:38 TAsn, hit me! Feb 18 19:39:39 by usable I meant: PWNS but not tested Feb 18 19:40:20 JesusMcCloud, no package though, just git and scp :P Feb 18 19:40:30 and it's not tested, so I can't promise anything Feb 18 19:40:32 I use it though Feb 18 19:40:54 TAsn, sec... trying to bitbake my theme Feb 18 19:40:58 JesusMcCloud: what's the name of that recipe? and which rev do you want to build? then i will try to build it Feb 18 19:42:03 Heinervdm, latest (should be f847105c5ef5d488a4bce0c0a85d572c3509d56f ?!) Feb 18 19:42:34 Heinervdm, phoneui-shr-theme-neo Feb 18 19:42:51 how can I force framework to sync time with ntp? Feb 18 19:43:01 it's not doing it automatically for some reason Feb 18 19:43:09 (or just sync on my own) Feb 18 19:47:17 TAsn, opimd resides in /usr/lib/python/2.6/site-pac..something/subsystems right? Feb 18 19:47:31 kinda Feb 18 19:47:36 :P Feb 18 19:47:42 /usr/lib/python2.6/site-packages/framework/subsystems Feb 18 19:48:25 k, will try (sendmy myself 50 sms now) Feb 18 19:48:44 JesusMcCloud, wait Feb 18 19:48:46 TAsn, do i need to convert my opim sglite databases ? Feb 18 19:48:51 exactly Feb 18 19:48:58 in the opim dir in the repo Feb 18 19:49:02 there's a convert script Feb 18 19:49:04 just run it Feb 18 19:49:21 it keeps a backup of your db automatically Feb 18 19:49:30 ok... but still i want a full unbox to test with Feb 18 19:49:32 subsystem opimd took 7.39 seconds to startup :| But I added a lot of stuff, so it makes sense, still usable though :P Feb 18 19:49:55 JesusMcCloud, you can, it "backups" everything because it uses a different file name Feb 18 19:50:03 btw it only converts sqlite Feb 18 19:50:07 if you use other backends Feb 18 19:50:14 use pisi Feb 18 19:50:48 Heinervdm, i cant seem to get the recipe to work Feb 18 19:51:05 (downloading opim now) Feb 18 19:51:42 JesusMcCloud, to convert: Feb 18 19:51:52 ./convert_db.py Feb 18 19:51:55 (or whatever it's name is) Feb 18 19:52:11 TAsn, path to db is hardcoded? Feb 18 19:52:24 JesusMcCloud: what's your mail? i will send you a working patch Feb 18 19:52:33 and then restart opim (stop the old one, and start the new one, you can stop the old one even before you convert if you want) Feb 18 19:52:33 ah it's in the recipe Feb 18 19:52:35 JesusMcCloud, yes Feb 18 19:52:40 :| Feb 18 19:52:41 mickeyl, ping Feb 18 19:52:51 JesusMcCloud, I need to ask mickeyl how to do it properly Feb 18 19:53:01 (there's a frameworkd config option I need to get) Feb 18 19:53:02 Heinervdm, bernd.pruenster (!"§$%(/&%ÄÜÖ+*'#<) gmail.com Feb 18 19:53:18 TAsn, i am just aksing for convert script if it matters where i run it Feb 18 19:53:25 oh, no Feb 18 19:53:29 if you use shr it'll just work Feb 18 19:53:49 k Feb 18 19:54:30 JesusMcCloud: sent you the patch, you can apply the mbox file with git am Feb 18 19:54:40 TAsn, anythign else to keep in mind or just overwrite the files on fr Feb 18 19:54:41 have to go now Feb 18 19:54:48 Heinervdm, bye thx Feb 18 19:55:37 JesusMcCloud, don't overwrite the files Feb 18 19:55:40 first clean the opim dir Feb 18 19:55:45 because frameworkd autoloads stuff Feb 18 19:55:54 (opim dir = install path) Feb 18 19:56:39 no one knows how can I force sync time with ntp? Feb 18 19:57:00 TAsn: with frameworkd? Feb 18 19:57:11 or without, just on the fr ;P Feb 18 19:57:20 * TAsn never used ntp without a "tool" Feb 18 19:57:29 TAsn: I use "ntpdate " Feb 18 19:57:39 so i backup /usr/lib/python2.6/site..../subystems/opimd (i ohnly downloaded the opimd tarball) Feb 18 19:58:07 backup opimd dir yeah Feb 18 19:58:13 and copy the files from git Feb 18 19:58:17 and report bugs if you find any Feb 18 19:58:46 lindi-, not installed, bah, I need to install it :P Feb 18 19:58:52 lindi-, thanks Feb 18 19:59:02 lindi-, got an ntp server to offer? :P Feb 18 19:59:12 actually nvm will just sync with gps Feb 18 20:00:16 wth?! tango not installed Feb 18 20:01:15 TAsn, so how du i use git am ? (Heinervdm send me the patch for my theme) Feb 18 20:01:45 JesusMcCloud, no idea, you need a special format Feb 18 20:02:02 i have the patch in the format needed Feb 18 20:02:04 afaik Feb 18 20:02:29 no, you need a dump of the email Feb 18 20:02:31 or something like that Feb 18 20:02:38 TAsn, where's the convert script? (i dont see it) Feb 18 20:02:39 TAsn: it listens only for LAN sorry Feb 18 20:03:17 okie Feb 18 20:03:19 thanks Feb 18 20:03:27 JesusMcCloud, oh, forgot to mention Feb 18 20:03:35 opimd-redesign branch :P Feb 18 20:05:49 ahh Feb 18 20:07:39 synced, I just love gps syncing :P Feb 18 20:10:20 by the way... is anyone doing anything to integrate querying ublox's agps server into frameworkd? Feb 18 20:13:22 TAsn, wait a sec, do sim contacts still work with new opimd? Feb 18 20:13:31 no Feb 18 20:13:36 use pisi Feb 18 20:13:42 i will Feb 18 20:21:57 TAsn, is anythign apart from neo opimd needed? Feb 18 20:22:05 no Feb 18 20:22:08 ok Feb 18 20:22:27 (seems liek i have to use opld opimd for pisi...) Feb 18 20:24:13 already found a bug :P (not critical, as it's a feature we don't use in shr, but still) Feb 18 20:30:35 hello , intone does not play mp4 , 3gp , wmv formats ? how to solve it ? Feb 18 20:32:09 brb Feb 18 20:34:42 fixed :P Feb 18 20:39:32 how to play video formats 3gp , mp4 on shr-t ? Feb 18 20:39:47 can vlc be run on shr-t? Feb 18 20:39:51 freesmartphone.org: 03tom 07opimd-redesign * r352683302f5e 10framework/framework/subsystems/opimd/ (TODO query_manager.py): Fixed a bug with the query method Feb 18 20:40:59 yay, I'm so happy with opimd :P Feb 18 20:41:02 dos1, PING Feb 18 20:42:15 opimd ? TAsn Feb 18 20:42:21 alabd, working on it Feb 18 20:42:32 thanks Feb 18 20:42:34 actually did most of the work Feb 18 20:42:38 I had in mind Feb 18 20:42:49 so hopefully it'll soon be "worked on it" Feb 18 20:42:55 JesusMcCloud, well, how does it work? Feb 18 20:43:19 TAsn, still shouting at my fr (pisi trouble) Feb 18 20:45:15 JaMa: is the libdrm rebase anything other than trivial? if not, I'll get that done now Feb 18 20:46:39 mrmoku|away, ping Feb 18 20:47:01 does not anyone watch mp4, 3gp , wmv video formats on shr ? Feb 18 20:48:00 TAsn, pisi is synching now... Feb 18 20:48:20 what did you sync? sim to opimd? Feb 18 20:48:24 so i't onyl a matter of years until i can tell you how it works Feb 18 20:48:35 TAsn, vcf to opimd Feb 18 20:48:48 okie Feb 18 20:49:06 to old or new opimd? Feb 18 20:49:10 TAsn, old Feb 18 20:49:19 then convert Feb 18 20:49:31 ok, so you'll also test the convert script :P Feb 18 20:49:37 you should have just Feb 18 20:49:43 moved to the new one Feb 18 20:49:47 and then use pisi Feb 18 20:50:01 TAsn, hmm Feb 18 20:50:14 but nvm Feb 18 20:50:17 test the script :P Feb 18 20:50:21 well it already got 10 contacts... Feb 18 20:50:52 is there any package for mplayer codecs ? Feb 18 20:54:35 TAsn, if in old opim has tel: prefix in number field, is it dropped when converting? Feb 18 20:55:25 no, this script assumes you already use the non tel opimd Feb 18 20:55:30 but even so Feb 18 20:55:39 you can convert Feb 18 20:55:42 and then remove the tell Feb 18 20:55:43 no biggie Feb 18 20:57:04 TAsn, lemme guess: pisi uses tel prefix EVERYWHERE? Feb 18 20:57:18 no Feb 18 20:57:29 pisi doesn't care about it Feb 18 20:57:37 what's the version of your opimd? Feb 18 20:57:52 (oh actually it does use it, pisi unless you used a config option) Feb 18 20:58:00 latest Feb 18 20:58:03 hi leviathan Feb 18 20:58:09 news on wifi or new image? Feb 18 20:58:10 JesusMcCloud, ok, so sec Feb 18 20:58:35 [opimd] Feb 18 20:58:35 description=OPIMD Contacts Feb 18 20:58:35 module=contacts_opimd Feb 18 20:58:35 field_support=TRUE Feb 18 21:00:04 TAsn, what are you trying to tell me? Feb 18 21:00:34 that you need to use this pisi configuration Feb 18 21:00:39 with opimd Feb 18 21:00:54 and you should have in the last couple of months :P Feb 18 21:00:58 it's a pretty old config option Feb 18 21:01:00 GNUtoo: hi Feb 18 21:01:06 following thing Feb 18 21:01:24 I should probably contact them Feb 18 21:01:26 I've got a crap problem with /mnt/sda/fso/openembedded/recipes/librsvg/librsvg-native_2.26.0.bb Feb 18 21:01:31 uhm Feb 18 21:01:37 recipes/librsvg/librsvg-native_2.26.0.bb Feb 18 21:01:48 to make it default Feb 18 21:02:12 ok what's the error? Feb 18 21:02:13 TAsn: so probably mentioning the FQN of the config file your quote was from would help a lot Feb 18 21:02:16 TAsn, whan if i have field support false? Feb 18 21:02:22 then i have tel: rpefix? Feb 18 21:02:40 JesusMcCloud, in pisi, yes Feb 18 21:02:46 DAMMIT Feb 18 21:02:49 DocScrutinizer, it's a pisi config for opimd Feb 18 21:03:13 the i guess i'll start over Feb 18 21:03:14 uhuh Feb 18 21:03:43 so what's the meaning od this wise remark for a noob like me? Feb 18 21:04:14 GNUtoo: it refuses to find basic libraries and paths in staging Feb 18 21:04:31 I'm try'n ATM to add them manuall by extending the CFLAGS Feb 18 21:04:32 -.- Feb 18 21:04:54 leviathan, ok could you pastebin the error...maybe I should try Feb 18 21:05:17 http://pastebin.com/m69f19a67 Feb 18 21:05:27 GNUtoo: please Feb 18 21:05:33 try, if it also breaks for you Feb 18 21:05:40 JesusMcCloud: please add SRCREV directly to recipe, sane-srcrevs are sheduled to die.. Feb 18 21:06:18 JaMa, i dont know about bitbake Feb 18 21:06:30 leviathan, do you have gtk bitbaken? Feb 18 21:06:42 uhm, yes... Feb 18 21:06:45 imho my recipes are one giant botch Feb 18 21:06:51 GNUtoo: the includes and libs are there Feb 18 21:06:57 ok Feb 18 21:07:00 I'll try then Feb 18 21:07:00 but the recipe somehow ignores them Feb 18 21:07:01 ... Feb 18 21:08:47 JesusMcCloud: then send me the recipe I'll add it with changes I did for not pulling those other deps.. Feb 18 21:09:00 will do Feb 18 21:09:04 thanks Feb 18 21:10:11 Weiss: whole directory was moved.. so few conflicts and all autotools needed update Feb 18 21:10:28 Weiss: http://gitorious.org/mesa/drm mainly first and last commit is different.. Feb 18 21:10:38 JaMa, ok i sent it (and told mrmoku to ignore my previous email) Feb 18 21:10:48 Weiss: stuff between is only rebased Feb 18 21:11:06 time to shine, new opimd... Feb 18 21:11:11 aha, ok.. I'll just use your branch in that case :) Feb 18 21:12:50 leviathan, what about wifi? Feb 18 21:13:12 seems a serious problem Feb 18 21:14:18 JaMa: ok, your rebases for libdrm and mesa are now on git.bitwiz - thanks a lot Feb 18 21:15:11 Weiss: great, I'll rebuild and retest and then push both to shr :) Feb 18 21:17:21 TAsn, you broke pyphonelog Feb 18 21:19:01 oh, you need to get the new pyphonelog as well Feb 18 21:19:06 I think Feb 18 21:19:09 what do you get? Feb 18 21:19:11 TAsn, wait! Feb 18 21:19:22 TAsn, messages is crashign aswell Feb 18 21:19:32 no error log Feb 18 21:19:43 ha ha :P no idea. Feb 18 21:19:48 killall -9 phoneuid Feb 18 21:19:50 phoneuid Feb 18 21:19:56 to see more info Feb 18 21:20:33 TAsn, and then what? Feb 18 21:20:40 crash it again Feb 18 21:20:45 and tell me what you get Feb 18 21:20:48 btw, opkg upgrade Feb 18 21:20:54 just to make sure it's not opmid Feb 18 21:20:57 JaMa: I've also pushed a variant of the DRI2InfoRec thing to xf86-video-glamo Feb 18 21:20:58 it is* Feb 18 21:21:34 JesusMcCloud, here it just works Feb 18 21:22:44 TAsn, seems to be phonui issue... i'll upgrade Feb 18 21:23:12 TAsn, everythign si up-to date Feb 18 21:23:23 killall phoneuid Feb 18 21:23:26 and try again Feb 18 21:23:39 is the new bootloader from the mailing list booting from sd card? Feb 18 21:25:58 TAsn, http://pastebin.org/93776 Feb 18 21:26:39 JesusMcCloud, Feb 18 21:26:44 vim /etc/phoneuid.conf Feb 18 21:26:49 change INFO to DEBUG Feb 18 21:31:51 TAsn, http://pastebin.org/93779 Feb 18 21:32:04 thanks Feb 18 21:32:11 some cryptic chars in my opimd db?! Feb 18 21:32:28 Attempting to resolve name for: "˜Ã‰" Feb 18 21:32:30 lol yeah Feb 18 21:32:32 hm Feb 18 21:32:42 opkg install opimd-utils-cli Feb 18 21:32:46 or something like that Feb 18 21:32:47 and then Feb 18 21:33:02 opimd-cli m query Feb 18 21:33:12 and tell me if you see cryptic stuff Feb 18 21:33:13 :P Feb 18 21:33:48 2010.02.18 22:30:14.780300 [libphone-ui-shr] DEBUG: setting theme to (41) /usr/share/libphone-ui-shr/"neo.edj".edj Feb 18 21:33:56 doesn't look good (unrelated, but still) Feb 18 21:34:19 JesusMcCloud: why don't we use update-alternatives for libphone-ui as for other themes? Feb 18 21:34:25 GNUtoo: ok Feb 18 21:34:27 seems fixed Feb 18 21:34:39 + echo "As of now you have to manually rename this theme to default.edj in /usr/share/libphone-ui-shr" Feb 18 21:34:39 I had to remove gtk+ and gtk+-native Feb 18 21:34:44 JaMa, because mrmoku implemented a proper theming mechanism (which seosnt seem to wok as of now) Feb 18 21:34:45 is not so great Feb 18 21:34:46 and install them both again Feb 18 21:35:01 JaMa, it is just temporariy Feb 18 21:35:05 leviathan, wow so wifi works? Feb 18 21:35:16 nope, so bitbake works >_< Feb 18 21:35:34 next step is to get wifi working Feb 18 21:35:39 that seems a lot deeper Feb 18 21:35:57 TAsn, move to private chat (dont want to expose phone numbers) Feb 18 21:35:59 JesusMcCloud: ok Feb 18 21:36:17 GNUtoo: the mmc controller times out, when try'n to write commands into the wifi device Feb 18 21:36:22 so I need to find out why... Feb 18 21:36:35 so what seem fixed? Feb 18 21:37:19 the llib-something-native? Feb 18 21:37:40 JesusMcCloud: do you insist on name phoneui-shr-theme-neo_git.bb, phoneui-theme-neo_git.bb looks better to me.. Feb 18 21:37:57 ah already in git directory name.. Feb 18 21:37:58 nvm Feb 18 21:38:08 JaMa, i insist, because it is a phoneui-shr theme Feb 18 21:40:50 JesusMcCloud, I hate you :> Feb 18 21:40:52 spamming my pm Feb 18 21:41:01 leviathan, ^^^ Feb 18 21:42:02 JaMa, i either screwed things up, or possibly fixed deps in neo themes... Feb 18 21:42:04 TAsn, i am not going to post phone numbers on pastebin... Feb 18 21:42:41 JesusMcCloud, next time please ask me and I'll tell you to mail it/send only first X lines Feb 18 21:42:42 :P Feb 18 21:43:10 TAsn, c'mon it is not that much.. 7 messages Feb 18 21:43:47 4325 lines Feb 18 21:43:48 anyhow Feb 18 21:43:57 looks like it's not an opimd issue Feb 18 21:44:03 but a libphone-ui-shr issue Feb 18 21:44:10 did it work with previous opimdL Feb 18 21:44:10 ? Feb 18 21:44:12 TAsn, it worked with old opimd :-P Feb 18 21:44:19 hm. Feb 18 21:44:43 JesusMcCloud, try taking latest from frameworkd Feb 18 21:44:49 I just fixed an issue, maybe it affects anything Feb 18 21:44:52 no idea though :| Feb 18 21:44:58 *something Feb 18 21:45:24 TAsn, the msgs without sender are the ones that i sent, from what i can see in the log Feb 18 21:46:50 ok, I think I have another guess Feb 18 21:46:51 sec Feb 18 21:50:00 JesusMcCloud: I have those deps already fixed from morning :) Feb 18 21:50:16 GNUtoo: yes Feb 18 21:50:22 the libsomething fix Feb 18 21:50:27 ok Feb 18 21:50:30 how? Feb 18 21:50:35 so now I can build a new image Feb 18 21:50:41 but Feb 18 21:50:47 that wifi issue Feb 18 21:50:54 its really deep in mmccontroler Feb 18 21:51:06 sry, need to smoke, then I'll descriobe Feb 18 21:52:11 Weiss: btw what about that Werror in xf86-video-glamo? Feb 18 21:52:30 Weiss: it will be ok for builders with xserver 1.7 but fail for 1.8 Feb 18 21:56:29 GNUtoo: ok Feb 18 21:56:29 re Feb 18 21:56:38 following issue Feb 18 21:56:48 it seems to use wrong clock size Feb 18 21:57:00 so every command gets corrupted Feb 18 21:57:11 maye you should diff with old kenrel? Feb 18 21:57:14 and as logic consequency it fails to execute Feb 18 21:57:19 hmm Feb 18 21:57:19 yes Feb 18 21:57:21 perhaps Feb 18 21:57:54 or use blame to show up any changes made to the driver... Feb 18 21:59:00 hmm Feb 18 21:59:05 its only for files Feb 18 21:59:06 then diff Feb 18 22:03:40 blame would only work for current tree Feb 18 22:03:47 not cross-trees Feb 18 22:04:12 there is also track or something like that Feb 18 22:04:28 JaMa: hmm.. are the warnings anything that can be cleaned up without pain? also, do they come from -pedantic? Feb 18 22:04:57 but that doesn't seem a command Feb 18 22:05:30 larsc: any comment on -pedantic -Werror flags in xf86-video-glamo? they cause problems when building with Xserver 1.8 Feb 18 22:05:37 I can retry but I guess it's from pedantic and not easily cleaned, as it's from xorg headers (not glamoc code) Feb 18 22:06:00 ah, nothing to do with us? Feb 18 22:06:04 Weiss: http://tinderbox.openembedded.net/public/logs/task/5054549.txt Feb 18 22:06:26 not track Feb 18 22:06:28 follow Feb 18 22:06:29 git log --follow Feb 18 22:07:09 ah no sorry Feb 18 22:07:11 that's not for that Feb 18 22:07:19 it's for catching renaming Feb 18 22:09:24 JaMa: yep, that looks like it's because of -pedantic... is it OK without -pedantic but with -Werror? the latter is good to spot bugs with Feb 18 22:09:53 (although these flags really belong in the BB recipe rather than the source tree) Feb 18 22:11:07 Weiss, -Werror is very important Feb 18 22:11:14 even for distribution Feb 18 22:11:22 it means a buggy program won't get to users :P Feb 18 22:13:00 but it's the job of the build environment to say how it's built, not the coder :) Feb 18 22:15:32 it'd be nice if a single flag could completely prevent buggy code :( Feb 18 22:15:50 gcc -O2 -g --disable-bugs main.c Feb 18 22:16:00 -fno-bugs maybe Feb 18 22:16:04 :P Feb 18 22:19:06 still the same problem Feb 18 22:19:29 i'll clear all my sms (maybe yuor convert script is faulty hehe) Feb 18 22:20:11 no wait Feb 18 22:20:18 ok i'll wait Feb 18 22:20:25 I want to solve problems Feb 18 22:20:38 not sweep under the carpet :P Feb 18 22:20:46 Weiss: hehe and one step more is -fgenerate-bug-free-code-for ProblemDescribedByMyBoss.doc Feb 18 22:20:51 if my conversion script is bad, I want to know about it. Feb 18 22:21:18 JaMa, sorry, gcc does not and will not support proprietary .doc files. Feb 18 22:21:41 JesusMcCloud, mind mailing me your db file? Feb 18 22:22:04 if you want to drop sensitive information Feb 18 22:22:19 I can explain how to delete the calls/contacts Feb 18 22:22:23 TAsn, if i get called by some telemarketers i'll curse you and you family to the 10th generation Feb 18 22:22:34 do you speak hebrew? Feb 18 22:22:41 TAsn, nope Feb 18 22:22:47 So I don't think I'll give your phone number to telemarketers Feb 18 22:22:47 :P Feb 18 22:23:03 You can rest assured. Feb 18 22:23:28 TAsn, was just kidding all the numbers are in phoenbook anyways, and i dont think you earn you money datamining... Feb 18 22:23:49 TAsn: I'm sorry too that our customers doesn't support non-proprietary files much.. Feb 18 22:23:59 JesusMcCloud, :P Feb 18 22:24:05 JaMa, f em ;P Feb 18 22:24:52 TAsn, stosb email adress right? Feb 18 22:24:58 right Feb 18 22:26:28 email sent Feb 18 22:28:20 TAsn, i'll clear my sms now, since db is backed up Feb 18 22:28:48 JesusMcCloud, hi I'm a IRCmarketer...I want trick you to buy htcdream,so you will be obligated to help us making it work under SHR Feb 18 22:29:09 found another bug :P Feb 18 22:29:13 JesusMcCloud, okie. Feb 18 22:34:53 GNUtoo: okee, seems that theres really some functionality missing Feb 18 22:35:03 which is concerning exactly our problem Feb 18 22:35:06 ok Feb 18 22:35:20 TAsn, try to delete message number 2 via opimd cli... it wont work Feb 18 22:35:35 sec Feb 18 22:35:46 #1 also doenst work Feb 18 22:36:17 i need to get me some food Feb 18 22:36:21 bbl Feb 18 22:38:31 JesusMcCloud, there is no 2 Feb 18 22:38:35 neither there is 1 Feb 18 22:38:37 just 3 to 11 Feb 18 22:45:58 DocScrutinizer51: wrote a silly program that reads the output of "amixer contents" and generates either 1) amixer commands that set the current alsa state or 2) all possible amixer commands that are valid :) Feb 18 22:46:05 DocScrutinizer51: http://iki.fi/lindi/alsa/amixer-dump Feb 18 22:47:43 http://iki.fi/lindi/openmoko/amixer.txt is the list Feb 18 22:52:18 freesmartphone.org: 03tom 07opimd-redesign * rcede1c5de5c5 10framework/framework/subsystems/opimd/query_manager.py: Added a workaround for a missing feature, should fix it though Feb 18 23:00:16 re Feb 18 23:00:43 TAsn, as soon as i sent myself an smsm the smsm app crashes when trying to open i Feb 18 23:00:45 t Feb 18 23:01:33 sucks :| Feb 18 23:01:58 I have an idea what can be wrong Feb 18 23:01:59 sec Feb 18 23:02:08 JesusMc_KEBAP, mind Feb 18 23:02:13 sending me the WHOLE output Feb 18 23:02:24 of what? Feb 18 23:02:25 of Feb 18 23:02:33 opim-cli m query Feb 18 23:02:35 with the Feb 18 23:02:36 type? Feb 18 23:03:22 ? Feb 18 23:04:39 TAsn, irc or email? Feb 18 23:04:46 email Feb 18 23:04:54 I can't take so much spam :P Feb 18 23:05:17 sent Feb 18 23:05:47 thanks Feb 18 23:07:42 nope :| Feb 18 23:08:14 information looks exactly the same, I wonder if it's because I use a newer version of libphone-ui-shr Feb 18 23:08:25 JesusMc_KEBAP, feeling experimental? wanna see if that solves it? Feb 18 23:08:42 after i finish my kebap Feb 18 23:08:46 JesusMc_KEBAP, :) Feb 18 23:09:08 sent Feb 18 23:09:11 tell me if that works Feb 18 23:10:27 TAsn, btw, does your fr still ring on incoming smsm with new opimd? Feb 18 23:10:45 usually :P (yeah) Feb 18 23:10:50 doesn't for yoU? Feb 18 23:11:40 [SIGNAL] org.freesmartphone.PIM.Messages.IncomingMessage /org/freesmartphone/PIM/Messages :1.104 Feb 18 23:11:40 ( "/org/freesmartphone/PIM/Messages/11" ) Feb 18 23:11:45 is what causes ringing Feb 18 23:12:24 hmm then there might be sth wrong with my phone... Feb 18 23:12:45 (cannonballed down about 1 kilo of kebap, i'm ready to test) Feb 18 23:16:28 TAsn, is onyl libphone-ui-shr needed or do i need your libphoneui version aswell? Feb 18 23:16:50 only that ipk (and an up to date everything) Feb 18 23:19:56 fr is rebooting... Feb 18 23:24:03 TAsn, still the same problem Feb 18 23:24:14 JaMa, ping Feb 18 23:24:25 ouch Feb 18 23:24:27 :| Feb 18 23:26:20 JesusMcCloud: pong Feb 18 23:26:23 JaMa, theming phoneui woks (i screwed up not mrmoku) Feb 18 23:26:43 JesusMcCloud: so should I remove that postinst echo? Feb 18 23:26:48 freesmartphone.org: 03mickey 07cornucopia * r6738aa55d20b 10/fsogsmd/ (3 files in 2 dirs): Feb 18 23:26:49 freesmartphone.org: fsogsmd: pdp_qmi: the QMI driver implementation is somewhat braindead; Feb 18 23:26:49 freesmartphone.org: it doesn't allow integrating /dev/qmi0 into the mainloop; we rather Feb 18 23:26:49 freesmartphone.org: have to introduce a second thread that reads blocking from the device. Feb 18 23:26:53 but to my defense i have to say i was provided with fals einfo Feb 18 23:27:19 jesus should know everything.. but fair enough :) Feb 18 23:27:48 jama that, and create a file in /usr/share/libphone-ui-shr/ named config with a [global] section containing: theme = neo Feb 18 23:28:39 JesusMcCloud: can you add that to git repo? IMHO it should be part of source Feb 18 23:29:28 JesusMcCloud: sure I can run echo in recipe.. but.. Feb 18 23:29:33 JaMa, prolly but a postinst and postrm script that is interactive would be great.. Feb 18 23:29:54 and i am not very good with sh Feb 18 23:30:08 no interactive, never Feb 18 23:30:37 because when building images then opkg installs everything without builder interaction.. Feb 18 23:31:37 ok then a script that checks if file exists, if it exists it should replace the theme string, if not, it should create that file Feb 18 23:32:41 I would prefer to add config file to repo and I've already modified recipe to install that.. and I'll add that file to CONFFILES (which will ask user if he had that file modified) Feb 18 23:33:17 that's almost the behavior you said.. but in nicer/easier way Feb 18 23:33:40 as i said i am not god with sh, and i dunno bitbake Feb 18 23:34:01 JesusMcCloud: no I've already done that.. just add that config file to shr-themes repo Feb 18 23:34:15 JaMa, where exactly? Feb 18 23:34:32 phoneui-shr-theme-neo/config should be OK Feb 18 23:34:59 subdir or no subdir? Feb 18 23:35:05 phoneui-shr/phoneui-shr-theme-neo/config to be exact Feb 18 23:35:19 if it's simple file than no subdir needed Feb 18 23:35:58 as we call only that edje_cc and then install just 2 files created .edj and this config Feb 18 23:36:29 ok Feb 18 23:38:33 SHR: 03jesus 07shr-themes * r768e6fd9d75b 10/phoneui-shr/phoneui-shr-theme-neo/config: added config file to automatically activate neo theme for phoneui-apps Feb 18 23:39:33 Weiss: -pedantic removal is enough.. Feb 18 23:39:34 TAsn, i'll prolly reflash and try... (since my phone doesnt ring when getting an sms there is prolly sth wrong with my system) Feb 18 23:40:05 Weiss: sorry for delay.. I had xserver already cleaned and then with rebuild I found another issue.. Feb 18 23:40:08 JesusMcCloud, not sure something is wrong with your system Feb 18 23:40:11 but let me know how it oges Feb 18 23:42:02 TAsn, still insomnic? Feb 18 23:42:08 sure Feb 18 23:43:07 what a question Feb 18 23:45:28 JaMa, i think trying to install the neo themes yesterday botched my system (libframeworkd-phonegui-efl, and other stuff wasnt so good, so please tell me the new themes are built and save to install) Feb 18 23:46:32 hmmm i dunno who to blame, JaMa ,myself or TAsn... Feb 18 23:46:41 JesusMcCloud: sure tasn :) Feb 18 23:47:04 :P Feb 18 23:47:27 JesusMcCloud: it was just because nobody cared.. to update those depenencies after we left libframeworkd-phonegui-efl.. so nobody to blame... Feb 18 23:48:19 I WANT TO BLAME SOMEONE, and after reflashing and testin i will know who. WUAHAHAHAHAH Feb 18 23:48:22 JesusMcCloud: but strange if that br0ked your system.. AFAIK removing old shr apps and libframeworkd-phonegui-efl should revert everything wrong Feb 18 23:48:42 even if it means i have to blame myself Feb 18 23:50:28 OK I'm going to push my queue.. and hopefully nothing will break tomorrow :) Feb 18 23:54:10 Weiss: I'll remove -pedantic with sed call from recipe, no need to push it Feb 18 23:58:57 JaMa, sth is wrong here... with phoneui. neo theme... Feb 19 00:00:35 ah :( Feb 19 00:01:00 (i am still hoping it#s just the theming mechanism) Feb 19 00:01:10 YES! Feb 19 00:01:14 already pushed all.. Feb 19 00:01:23 ok no problems Feb 19 00:01:47 i mean, yes problems, bu not with the themes, but with phoneui... Feb 19 00:02:02 there seems to be a fallback to default in some cases Feb 19 00:04:27 which means, default.edj has to be overwritten Feb 19 00:04:36 until mrmoku fixes it Feb 19 00:05:49 I'm going to run build and sleep() Feb 19 00:12:33 yo Feb 19 00:14:08 TAsn: pong :) Feb 19 00:14:20 spaetz: and again... 3:2 for me :-) Feb 19 00:14:22 phew Feb 19 00:14:23 :P Feb 19 00:14:28 I don't remember what I wanted Feb 19 00:14:35 what's the progress in the contact branch? Feb 19 00:15:00 no idea... just came back from the hospital :P Feb 19 00:15:11 but I did not merge anything :) Feb 19 00:16:43 TAsn: nice you kicked in the ass of opimd :P Feb 19 00:17:38 mostly pwns, though JesusMcCloud claims he has issues Feb 19 00:18:37 TAsn, mrmoku reflashing as we speak, will report back then Feb 19 00:21:24 hmm reverting EFL bump :/ Feb 19 00:21:33 it works ok with existing config Feb 19 00:21:48 and fails everywhere without ~/.e Feb 19 00:22:57 JaMa, ? Feb 19 00:23:22 so can i opkg upgrade when my fresh system has booted? Feb 19 00:23:46 JesusMcCloud: it's still not built in shr-feeds Feb 19 00:23:49 good Feb 19 00:24:08 JesusMcCloud: and I'm reverting it in oe.dev before it gets built.. so it won't be there tomorrow Feb 19 00:25:58 JesusMcCloud: and also don't install shr-theme-neo before you see few other upgrades from "opkg upgrade" Feb 19 00:26:21 it will build over night.. but I'll check build log in the morning and sync it to feeds later Feb 19 00:26:31 JaMa, thx Feb 19 00:26:40 so there will be that version pulling libframeworkd in the morning Feb 19 00:26:53 (i wasnt planning toinstall the packages, but the plain edj files Feb 19 00:28:57 TAsn, in about 15 minutes we will know if new opimd works not only on your system... Feb 19 00:29:10 freesmartphone.org: 03mickey 07cornucopia * rd6bad27da4ff 10/fsogsmd/src/ (lib/pdp.vala plugins/pdp_qmi/plugin.vala): fsogsmd: pdp: once we have a new default route, try to tell fsonetworkd Feb 19 00:52:05 SHR: 03tom 07libphone-utils * r8a7c719e0c3f 10/src/python/phoneutils/c_phoneutils.pyx: Added numbers_compare to python bindings Feb 19 00:52:09 mrmoku|away, please build python-phoneutils and libphone-utils :P Feb 19 00:53:48 TAsn, u can countdown... in 5 minutes we will know... Feb 19 00:53:57 :p Feb 19 00:56:17 SHR: 03david.lanzendoerfer 07shr-themes * r8c7f20e79060 10/alsa-scenarii-shr/htcdream/default.state: Adding default alsa-scenario for htcdream (Made by GNUtoo) Feb 19 00:56:54 Thats sort of funny Feb 19 00:57:01 seeing my own commits in IRC ^^ Feb 19 00:58:03 TAsn, i can't connect via sft anymore Feb 19 00:58:05 TAsn: everything is building.. Feb 19 00:58:07 sftp Feb 19 00:58:44 JesusMcCloud, lol :P Feb 19 00:58:52 JaMa|Zzzz, started after my commit? :P Feb 19 00:59:00 any ideas Feb 19 00:59:16 JesusMcCloud, do you go to church every sunday? Feb 19 00:59:38 näh, i'm allergic to bullshit Feb 19 00:59:53 then this might be it... Feb 19 01:00:00 (j/k, I'm agnostic) Feb 19 01:00:47 sftp not installed in minimal image.. Feb 19 01:01:16 sucks :| Feb 19 01:01:28 it's installing as we speak Feb 19 01:02:39 TAsn: hmm probably parsing was finished in that time already.. Feb 19 01:03:43 I'm not going to church since a lot of years Feb 19 01:04:07 Everyone can beliefe hes shit, but silent Feb 19 01:04:10 *his Feb 19 01:04:12 ok Feb 19 01:04:21 hmm Feb 19 01:04:41 stereoout.state seems needed in the recipe Feb 19 01:04:42 hmm Feb 19 01:05:03 but stereo produces buffer underruns atm Feb 19 01:05:14 so we have only good working mono yet... Feb 19 01:05:37 JaMa|Zzzz, and I don't even think it's using autorev Feb 19 01:06:37 TAsn, hmmm i dont seem to receive any sms (old opimd) default frameworkd config... Feb 19 01:06:52 :| Feb 19 01:06:55 no idea Feb 19 01:07:09 though I suspect it's your operator who's not sending Feb 19 01:07:15 me too Feb 19 01:07:17 callign works Feb 19 01:07:40 well then... i'm stopping phonefsod and framewrkd now to try new opimd Feb 19 01:11:32 converting old db... Feb 19 01:15:38 freesmartphone.org: 03tom 07opimd-redesign * r69129f279fea 10framework/framework/subsystems/opimd/ (TODO convert_db/convert_db.py db_handler.py): Feb 19 01:15:38 freesmartphone.org: Updated both opimd and script to start using sqlite collation functions and indexes on phonenumber values Feb 19 01:15:38 freesmartphone.org: Updated TODO Feb 19 01:15:42 JesusMcCloud, too bad, db structure just changed :P Feb 19 01:16:15 sooo does it still work? Feb 19 01:16:53 TAsn, i mean if i download newest version and run convert script again Feb 19 01:17:02 yes Feb 19 01:17:07 I only commit after I test. Feb 19 01:17:19 then i will redownlad before i test Feb 19 01:18:24 you should :P Feb 19 01:18:30 and you need the new convert script Feb 19 01:18:35 and convert again Feb 19 01:19:16 only two bullets left before release: Feb 19 01:19:19 * Fix the hardcoded path in the conversion script Feb 19 01:19:19 * Make sure this is the wanted db structure Feb 19 01:19:28 and of course, fix your bug if exists Feb 19 01:19:36 and do proper testing :P Feb 19 01:21:12 ok running new convert script now Feb 19 01:25:09 time to reboot... Feb 19 01:25:20 let me know Feb 19 01:30:23 ahw wrong tab Feb 19 01:30:27 bug still exists Feb 19 01:30:48 too weird :P Feb 19 01:30:52 mind if I look at it tomorrow? Feb 19 01:31:03 i'm in no hurry Feb 19 01:32:06 thanks. Feb 19 01:32:13 well, apart from that Feb 19 01:32:15 does everything work? Feb 19 01:32:16 contacts? Feb 19 01:32:19 resolving? Feb 19 01:33:02 haha lol call screen also crashes Feb 19 01:33:17 ffs :| Feb 19 01:33:22 probably same issue as messages Feb 19 01:33:33 name-to-number resolving Feb 19 01:33:34 I wonder what's different Feb 19 01:33:47 have you tried libphone-ui-shr I gave you? Feb 19 01:33:49 that#s the point when it crashes Feb 19 01:34:01 not with this system, but i#ll install now Feb 19 01:34:06 (after you install killall phoneuid and it'll auto restart) Feb 19 01:34:22 JesusMcCloud, I remember fixing a bug with name resolving Feb 19 01:35:05 83d976d645933d9537e82c9315f7a2de403d3efc Feb 19 01:35:09 mrmoku|away fixed it Feb 19 01:35:21 that's the revision where he fixed it (libphone-ui) Feb 19 01:35:34 fcf28d571ef3fea6ba27b62b2c1bb9699b28dcaf Feb 19 01:35:37 TAsn, from the error msg i see, libphoneui tries to reference something from unallocated memory or sth liek that, a faulty pointer, or a malloc that doesnt happen Feb 19 01:35:46 is latest and is also important Feb 19 01:35:52 JesusMcCloud, what's the error msg? Feb 19 01:35:59 most likely because of the cryptic chars new opimd delivers Feb 19 01:36:15 but I don't send cryptic chars... Feb 19 01:36:38 and anyhow Feb 19 01:36:41 it resolves Feb 19 01:36:49 the issues comes when getting the resolved info. Feb 19 01:36:52 i get a segfault... trying your phoneuid now Feb 19 01:37:00 libphone-ui-shr Feb 19 01:37:02 not phoneuid Feb 19 01:37:09 won't matter (or at least I don't think) Feb 19 01:38:22 I wonder if I changed anything else here Feb 19 01:38:29 it's a hack box, so it is possible Feb 19 01:38:36 but I doubt it. Feb 19 01:39:21 ...rebooting Feb 19 01:39:30 why? Feb 19 01:39:37 you don't need to Feb 19 01:39:40 killall phoneuid Feb 19 01:39:46 ..just in case Feb 19 01:39:52 and it'll reload libphone-ui-shr Feb 19 01:40:02 JesusMcCloud, as I said before, it's not SHR-windows Feb 19 01:40:03 :P Feb 19 01:40:23 JesusMcCloud, btw Feb 19 01:40:28 please send me your new db Feb 19 01:40:30 i dont trust any system i dont fully understand Feb 19 01:40:36 k, will do Feb 19 01:40:41 old one is in the old format Feb 19 01:40:46 (as soon as rebooted) Feb 19 01:41:00 sure thing Feb 19 01:41:04 I'll see it tomorrow. :P Feb 19 01:41:19 already there... Feb 19 01:41:24 just need to copy it Feb 19 01:41:37 I'm going anyway :) Feb 19 01:41:46 will wait a sec Feb 19 01:41:51 but not more Feb 19 01:41:51 well then gn8 Feb 19 01:41:54 4am Feb 19 01:42:05 and I have a lot to do tomorrow Feb 19 01:43:39 sent Feb 19 01:43:40 gn8 Feb 19 01:44:01 thanks Feb 19 01:44:08 still segfaulting Feb 19 01:44:09 fixed the hardcoded path issue Feb 19 01:44:17 JesusMcCloud, thought so Feb 19 01:44:28 hm.. Feb 19 01:44:31 what's your libphoneui? Feb 19 01:44:33 (version) Feb 19 01:44:41 sec Feb 19 01:44:44 As I'm 100% sure I know what's wrong Feb 19 01:44:57 actually 200% Feb 19 01:45:16 libphone-ui0 - 0.0.0+gitr260+fcf28d571ef3fea6ba27b62b2c1bb9699b28dcaf-r0.4 Feb 19 01:45:29 whats wrong? Feb 19 01:45:40 nvm :| Feb 19 01:45:48 ? Feb 19 01:45:56 I'm wrong and tired :P Feb 19 01:46:01 what happened to 2005? Feb 19 01:46:07 äh 200% Feb 19 01:46:38 freesmartphone.org: 03tom 07opimd-redesign * r48c0fdf92bea 10framework/framework/subsystems/opimd/ (TODO convert_db/convert_db.py): Fixed hardcoded path in conversion script Feb 19 01:46:48 yay ^ Feb 19 01:46:53 nice Feb 19 01:47:02 so only one thing left Feb 19 01:47:05 i'd be happier without segfaults... Feb 19 01:47:07 "make sure I like the db structure" Feb 19 01:47:14 JesusMcCloud, worksforme :P Feb 19 01:47:23 JesusMcCloud, j/k, tomorrow we'll install it on mrmoku|away's box :P Feb 19 01:47:25 ain't that just dandy... Feb 19 01:47:32 hehe Feb 19 01:48:35 well, i'll revert Feb 19 01:49:11 you probably should Feb 19 01:49:31 I hope this conforms you a bit, it works GREAT for me, probably good enough for the both of us :P Feb 19 01:49:54 i'm so excited, i might acutally vomit a rainbow Feb 19 01:50:22 no srsly, maybe i'll install debug symbols tomorrow Feb 19 01:51:35 no need Feb 19 01:51:41 I'll give your db a try Feb 19 01:51:49 anyhow now for REAL Feb 19 01:51:50 ciao. Feb 19 01:51:53 didn't u try my previous db? Feb 19 01:52:06 gn8 Feb 19 01:53:22 JesusMcCloud, not on phone, on the computer (not libphone-ui, just frameworkd and opimd-utils) Feb 19 01:53:54 ok. well i'll shut up now, and you go to sleep... Feb 19 02:59:47 wi 12 **** ENDING LOGGING AT Fri Feb 19 02:59:57 2010