**** BEGIN LOGGING AT Tue Feb 09 02:59:56 2010 Feb 09 03:00:08 anybody knows off the top of his head? Feb 09 03:00:50 (sorry, no FR here atm to test myself) Feb 09 03:00:55 tar -xjf ? ( like gnu tar ) Feb 09 03:01:15 i can bring mine, just wait a few second Feb 09 03:01:32 afaik busybox tar doesn't know how to implicitly unzip Feb 09 03:03:01 tar -xzf Feb 09 03:03:22 so I'd guess it's sth like 'unzip |tar -xy Feb 09 03:03:35 http://pastebin.mandriva.com/16523 Feb 09 03:03:46 misc: verified to work on busybox? Feb 09 03:03:52 DocScrutinizer: i can test Feb 09 03:04:29 hmm, it lists the -z Feb 09 03:04:42 so it should know how to -z ;-P Feb 09 03:04:55 verified on shr-u Feb 09 03:06:08 thanks a lot Feb 09 05:21:27 i2cdetect 0 displays UU under few colums...what does it mean / Feb 09 05:21:56 is it Under Use / Feb 09 05:35:17 hi Feb 09 05:36:44 lindi- : hi Feb 09 06:16:12 satish: I suggest you study the driver sources of wm8753 and pcf50633. Those are the both devices that share the I2C bus you intend to use. And you probably want to duplicate them anyway for your own driver, to some extent, as they use the same I2C driver you'll need to share with them Feb 09 06:18:42 DocScrutinizer : Hi Feb 09 06:19:04 DocScrutinizer: when i connect Dbug board to freerunner phone, it's not booting Feb 09 06:19:26 if i remove the copper connector...phone is booting Feb 09 06:19:53 what is the dependency ? Feb 09 06:20:19 if i connect the debug board after phone boot...the display is stuck... Feb 09 06:20:40 so i believe connect the debug board first and then boot the phone... Feb 09 06:20:48 is this sequence correct ? Feb 09 06:22:29 DocScrutinizer: hey, I see you're back to your old sleeping habits :P Feb 09 06:22:50 yo Feb 09 06:22:53 :-/ Feb 09 06:23:38 satish: first connect ddebug board. then power up debugboard, then phone Feb 09 06:24:15 ok Feb 09 06:24:30 yes..i'm doing same...its working some times Feb 09 06:24:36 and not booting some times Feb 09 06:24:44 don't know exact reason Feb 09 06:25:14 wires too long. that's a 400kHz digital bus Feb 09 06:25:47 you can't wire it like a lightbulb ;-) Feb 09 06:25:59 ok Feb 09 06:26:03 i have used i2cdetect utility to know the i2c buses available in the phone Feb 09 06:26:26 root@om-gta02 ~ $ i2cdetect -l i2c-0 i2c s3c2410-i2c I2C adapter Feb 09 06:26:50 after probing bus 0 Feb 09 06:26:52 root@om-gta02 ~ $ i2cdetect 0 WARNING! This program can confuse your I2C bus, cause data loss and worse! I will probe file /dev/i2c-0. I will probe address range 0x03-0x77. Continue? [Y/n] Y 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- UU -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- Feb 09 06:27:09 it seems 0x1a and 0x73 has UU Feb 09 06:27:22 it means Under Use ? Feb 09 06:27:30 dunno Feb 09 06:27:40 see my prev comments Feb 09 06:29:06 the two driver u mentioned Feb 09 06:29:15 sounds reasonable anyway, as there'S exactly 2 oher chips on that bus Feb 09 06:29:17 wm8753 and pcf50633 Feb 09 06:29:22 yes Feb 09 06:29:52 for both you find links to datasheet in wiki as well. Easy to find address for them Feb 09 06:30:05 also driver source has address Feb 09 06:30:45 ok Feb 09 06:31:16 if I had to guess, I'd say 1a is PMU and 73 is mixer Feb 09 06:31:43 ok Feb 09 06:31:44 http://wiki.openmoko.org/wiki/NXP_PCF50633 Feb 09 06:32:37 http://wiki.openmoko.org/wiki/WM8753 Feb 09 06:33:39 50633 client address is 0x08. Feb 09 06:36:15 even after connecting my device, the i2cdetect has no change and displaying only those two 0x1a and 0x73 Feb 09 06:36:29 this means my device is not found on i2c bus 0 Feb 09 06:43:08 The address of the PCF50633 is 1110011R/W. Feb 09 06:44:08 ok Feb 09 06:47:35 DocScrutinizer : To cross compile my application / driver using gcc Feb 09 06:48:02 tmp/cross/armv4t/bin/arm-oe-linux-gnueabi-gcc i2c_test.c Feb 09 06:48:47 where arm-oe-linux-gnueabi-gcc is a cross compiler Feb 09 06:49:00 is that ok.. Feb 09 06:49:05 actually this is 3 different address values. very confusing Feb 09 06:49:47 (cross compile) no idea, sorry Feb 09 06:50:20 ok Feb 09 06:50:27 as per i2c protocol Feb 09 06:50:34 it is 0x73 is address Feb 09 06:50:48 and lsb bit is read / write command Feb 09 06:51:05 yeah makes sense Feb 09 06:52:02 i wonder who injected that 0x08 to wiki then Feb 09 06:53:11 maybe pcf50606 was 0x08 Feb 09 06:53:20 on gta01 Feb 09 06:53:21 ok... Feb 09 06:53:36 my phone is om gta02 Feb 09 06:53:39 nah, me doesn't care right now Feb 09 06:53:42 g'night Feb 09 06:54:27 DocScrutinizer :is it too late for u ? Feb 09 06:54:38 yes Feb 09 06:54:43 DocScrutinizer : thanks a lot ya...i will continue.. Feb 09 06:55:00 do u know any one....expertize in cross compile Feb 09 06:55:11 mrmoku|away: Feb 09 06:55:12 in our chat window Feb 09 06:55:27 ok..i will try to catch him Feb 09 06:55:58 once again thanks and g'night Feb 09 06:57:34 morning Feb 09 07:14:45 ./tmp/staging/om-gta02-oe-linux-gnueabi/kernel/include/ Feb 09 07:14:59 is this the default include dir for cross compilation Feb 09 07:23:24 tmp/cross/armv4t/bin/arm-oe-linux-gnueabi-gcc -Itmp/staging/om-gta02-oe-linux-gnueabi/kernel/include/ i2c_test.c Feb 09 07:23:35 is this correct way ? Feb 09 07:27:12 satish: building your own module? aren't you supposed to use kbuild? Feb 09 08:30:52 lindi- : hi Feb 09 08:31:20 lindi-: trying to build own module and some simple applications Feb 09 08:35:33 i was wondering, how can i add simple packages to shr? i would like to have xterm and xprop and other small utilities, but would that mean that i have to build it myself? Feb 09 08:41:36 feitingen: do they use autotools? Feb 09 08:41:49 feitingen : are those scripts ? Feb 09 08:42:57 the small utilities? they are made with make and make install, i haven't made any config script for them Feb 09 08:44:02 blindcoder : tmp/staging/om-gta02-oe-linux-gnueabi/kernel/include is the default include path in openmoko ? Feb 09 08:44:16 on freerunner phone ? Feb 09 08:45:09 satish: tiny ugly-as-sin x apps written in c, parts of it when i was drunk Feb 09 08:49:35 satish: not sure if it is Feb 09 08:49:50 feitingen: then an include autotools should be all that's needed for the recipe to work Feb 09 08:54:06 damn opimd Feb 09 08:56:54 blindcoder: i think i have to read up on bitbake or something first.. Feb 09 08:57:11 feitingen: try an existing recipe Feb 09 08:57:39 feitingen: the openembedded/recipes/fltk/fltkhackdiet_svn.bb might be a good start Feb 09 08:57:51 it's very small and uses the configure/make/make install approach Feb 09 08:59:46 thanks :) Feb 09 09:01:10 ARGH Feb 09 09:01:27 could PLEASE, SOMEONE fix the /dev/fd -> /proc/self/fd bug? Feb 09 09:04:01 feitingen: xprop and xterm are already in oe.dev.. Feb 09 09:04:47 JaMa: cool, then i just have to add my own to the mix Feb 09 09:22:59 if i have to set the include path for "i2c-dev.h" file, the tmp/staging/om-gta02-oe-linux-gnueabi/kernel/linux/i2c-dev.h is the right one, for om gta 02 ? Feb 09 09:25:14 satish: http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html Feb 09 09:26:44 PaulFertser : This looks like a pc based one Feb 09 09:27:06 if i have to install headers for freephone kernel will it be ok ? Feb 09 09:27:08 satish: it doesn't matter, that gives an idea of proper way to build out-of-tree modules. Feb 09 09:27:25 satish: or just build your module in-tree, like everything else. Feb 09 09:27:38 ok Feb 09 09:28:27 i will go through it. Feb 09 09:30:16 raster: ping, do you know if a Samsung M1 is rootable and/or has some sort of uncrippled Linux? Feb 09 09:32:00 mrmoku: i actually dont know. Feb 09 09:32:10 the m1/h1 are regular linux systems under the hood Feb 09 09:32:41 but they are locked down to make vodafone happy Feb 09 09:32:48 heh, yeah :/ Feb 09 09:32:49 i am sure there wil be a hole somewhere Feb 09 09:32:57 everything runs as root i think Feb 09 09:33:17 in the end in the long run Feb 09 09:33:26 expect anything sold via a telco at a subsidy to be locked down Feb 09 09:33:35 thats the price for the subsidy Feb 09 09:33:48 and if u want a hope for non-locked-down it'd be full-price non-telco phones Feb 09 09:33:54 much like the nexus-one Feb 09 09:34:00 or android adp1 are/were Feb 09 09:34:17 (freerunner is only non-locked, non-subsidied) Feb 09 09:34:52 what about the nokia n900? Feb 09 09:34:55 yeah... I'm going to wait to see what is going to happen Feb 09 09:35:03 just was wondering nobody is talking about that one Feb 09 09:35:18 graziano: also only an unlocked phone Feb 09 09:35:18 it should have root access by default if I don't go wrongf Feb 09 09:35:20 u pay full price Feb 09 09:35:48 full prices usually less expensive in long term Feb 09 09:35:49 as long as its a non-telco phone, the phone maker has the ability to make its own choices as to how it should be Feb 09 09:35:52 mrmoku: probably because it sucks ;P my gf has one and the touchscreen is so bad I wanted to introduce it to gravity Feb 09 09:35:55 if its a telco subsidised one Feb 09 09:35:59 only phones with root access I know of are: freerunner, nokia n900 Feb 09 09:36:01 the people to bithc @ are the telco Feb 09 09:36:09 as they want it locked down invariably Feb 09 09:36:12 I mean root access obtained in a legal way Feb 09 09:36:18 asn the phone maker will do that because thats what gets them sales Feb 09 09:36:19 oh there is also the google ADP Feb 09 09:36:40 but it costs more Feb 09 09:36:47 yeah Feb 09 09:36:53 well nexus-one isnt much more than n900 Feb 09 09:36:57 blindcoder: good to know ;) Feb 09 09:37:00 tho it is a significantly better bit of hw Feb 09 09:37:01 mrmoku: only fingers, no stylus use possible, and the calibration is off by about 1.5 cm Feb 09 09:37:39 so in winter, when someone calls you, you need to remove whatever keeps your fingers warm Feb 09 09:38:03 Hi All. I'm looking for a freelance openmoko developer who might be able to help with a few projects I want to build. A key part is to have functionality where the SIM for the handset is held remotely in a SIM bank and the handset calls over an internet connection back to the SIM bank to pull details of the SIM to be used. i.e. the physical SIM is not held in the handset. Does anyone have any experience with this? Feb 09 09:38:44 blindcoder: m1 is off by 1.5cm for screen? Feb 09 09:39:03 raster: at least the one my gf has Feb 09 09:39:20 blindcoder: odd. i've seen many an m1/h1 - screen is fine Feb 09 09:39:22 raster: when I touch the 'd' on the keyboard, I get an 'a' Feb 09 09:39:27 but yes - its capacitive Feb 09 09:39:36 resistive comes with many more troubles though Feb 09 09:39:45 that seems totally odd Feb 09 09:39:57 i havent seen that happen Feb 09 09:40:11 also, what I think sucks most, you cannot remove preinstalled applications Feb 09 09:40:15 tho i spend my time on something with a more recent mult-touch screen Feb 09 09:40:20 yeah Feb 09 09:40:28 the 360 is something pretty muc made FOR vodafone Feb 09 09:40:39 so you need to address vodafone there Feb 09 09:40:41 thats what they wanted Feb 09 09:40:52 yeah, but they send you to samsung and you get a buchbinder wanninger very fast Feb 09 09:41:10 Moz_: i think that would require poking into the firmware of the modem of the phone, i dont think you get direct access to the sim card otherwise (of course, i might be wrong) Feb 09 09:41:33 blindcoder: in the end there is the unfortunate reality that - to make a phone u need high volume sales to justify the production line Feb 09 09:41:44 as such the only thign that provides that volume of sales is telcos Feb 09 09:42:07 raster: yeah, I understand that, that's why I'm looking into non-subsidized phones at the moment Feb 09 09:42:12 so in the end u need to appease them as thats the only thnig thats going to make that wiz-bang phone be abe to cost $500 or $600 Feb 09 09:42:22 my contract with t-mobile ends in april. any suggestions? :) Feb 09 09:42:32 it u do it openmoko-style wiht small volumes sellign full price only the same device becomes $1000 or $1500 Feb 09 09:42:47 and then yoru sales drop even morea speople say "but an iphone is so much cheaper - you suck!" Feb 09 09:43:03 you cant win and please everyone easily Feb 09 09:43:08 the best way is to sneak in Feb 09 09:43:16 make somethgni that canbe closed off AND be open Feb 09 09:43:22 telco gets tyhe closed-off ones Feb 09 09:43:32 but what's keeping them from making two different firmwares? Feb 09 09:43:38 they can install 3rd party "approveD" apps via an approved "app store" mechaism Feb 09 09:43:54 ands then u have full-rpice non-telco models that are sold the way all the unlocked ones are Feb 09 09:43:58 one (95%+) for the telcos, and one (5%) for people caring about fiddling with their devices? Feb 09 09:44:04 and that one will allow "root" etc. Feb 09 09:44:29 blindcoder: nothing. it's just that in the past your enigneering team is isntantly working on the next phone for a telco Feb 09 09:44:36 and not carign about making an unlocked firmware Feb 09 09:44:46 as there is no 3rd party apps/developer gorup to cater for Feb 09 09:44:59 as such the 3rd party apps and develoeprs is a new phenomenon Feb 09 09:45:13 ie for seriously catering to them Feb 09 09:45:19 and that does change the model a lot Feb 09 09:45:35 raster: palm did it years ago, so maybe it's not 'new' but rather 'grown to be taken serious' Feb 09 09:46:09 blindcoder: yeah.. well more that palm was seen as a pda with phone abilities Feb 09 09:46:12 and thus that was another matter Feb 09 09:46:22 on a technical level - no difference Feb 09 09:46:36 more the point of view you come from Feb 09 09:46:52 yeah, I'm not wearing enough ties to know much about business points of view Feb 09 09:47:02 hehehe Feb 09 09:47:09 never learned to tie one, actually ;) Feb 09 09:47:26 but trust me - supporting devleoeprs and giving them what they need/want to write software for the devices is important Feb 09 09:47:33 its literally discussed daily Feb 09 09:47:37 and pushed for Feb 09 09:47:53 there is the problem of telco customers and an ingrained culture of "we have always done it this way" Feb 09 09:48:13 if you hired a bunch of oss coders and said "make a phone" you'd get that without question Feb 09 09:48:37 but rememebr u actually have 100's of engineers who hve made dozens of phones over the years with a dozen os's for dozens of telcos Feb 09 09:48:47 and u are now trying to make them all "get" open source Feb 09 09:48:55 it is slow and takes time Feb 09 09:48:57 yeah, that's difficult Feb 09 09:49:08 there are a few who do get it Feb 09 09:49:18 it's a battle to make sure things happen Feb 09 09:49:21 u cant win everything Feb 09 09:49:24 it was difficult enough teaching my parents and gf that OpenOffice is free and does not charge any money Feb 09 09:49:40 but ther eare those - like me, who have a totally disproportionate amount of influence Feb 09 09:49:51 it seems that when i say jump.. i am asked.. how high. Feb 09 09:50:02 hehehe Feb 09 09:50:04 i just need to direct the jump call nicely Feb 09 09:50:13 (ie right place, right time for the right thing) Feb 09 09:50:13 * blindcoder .oO( jne ) Feb 09 09:50:19 i dont have time to yell jump all day :) Feb 09 09:50:26 of course Feb 09 09:50:34 but... give this all a few years Feb 09 09:50:43 persistent presure from 3rd party develoeprs wanting more access Feb 09 09:50:48 wanting everything open Feb 09 09:50:52 and it will happen Feb 09 09:50:53 Wonka: ping Feb 09 09:51:02 http://konkurranse.ps.no/vote/208 Feb 09 09:51:28 there are things u wont ever see open Feb 09 09:51:34 raster: great :) I will wait for that and hone my coding skills Feb 09 09:51:36 1. modem firmware itself. snowballs chance. Feb 09 09:51:39 raster: never say never :) Feb 09 09:51:54 JaMa: pong Feb 09 09:51:57 the best u can hope for is the abiity to downlaod firmware updates and then your kenrle uploads firmware on boot to modem Feb 09 09:52:04 firmwares will be digitally signed and encrypted Feb 09 09:52:09 thats as good as u'll get Feb 09 09:52:24 the protocol to deal with them - at the best, will be open - or at least have souce to deal with it Feb 09 09:52:28 2. I think 3G or CDMA firmware's can be open Feb 09 09:52:42 what I - personally - care for is a device that i can code apps for and has decent performance. FR/SHR has solved 50% of that :) Feb 09 09:52:42 max_posedon: maybe not now but maybe in 2020? Feb 09 09:52:45 max_posedon: its not going to happen tho. Feb 09 09:53:04 their security not reliated on closed as on gsm... Feb 09 09:53:18 lindi-, cdma available here, with evdo and so on Feb 09 09:53:24 max_posedon: u still have gsm stacks there too. and the netowkr itself is fragile Feb 09 09:53:30 if u dont behave - uc an still take cells down Feb 09 09:53:35 telcos just wont allwo it Feb 09 09:53:49 and no phone maekr wants the reputation for their devices being the ones used to bring down telco networks Feb 09 09:53:54 that will kill business. Feb 09 09:54:28 I heard about all this gsm problems, but don't heard about similar cdma's issues freankly speaking Feb 09 09:54:30 raster: maybe you could have a relatively small core that is digitally signed and still has source available Feb 09 09:54:30 2. 34rd party devices such as gpus - the drivers thewre ar etotally not under the control of the manufacuters or telcos Feb 09 09:54:32 from what I've seen, network and datacenter planning is the worst SPoF in most telco networks ;P Feb 09 09:54:37 your fight is with migtec or arm Feb 09 09:54:40 hehe, no, that's a bonus for some customers, and others just don't care Feb 09 09:54:41 err imgtec Feb 09 09:55:05 lindi-: there is little point really. the firmware is a blob - u talk to it via a protocol Feb 09 09:55:08 (ability to bring down cells) Feb 09 09:55:10 it may as well be in silicon Feb 09 09:55:20 think of it aas runtime upgradable/fixable silicon Feb 09 09:55:27 as long as the modem runs in its own memory space Feb 09 09:55:29 on tis own cpu Feb 09 09:55:33 then its isolated Feb 09 09:55:34 redundant clusters with backup are usually situated like this: [Node 1][Backup][Node 2] Feb 09 09:55:36 and it doesnt matter Feb 09 09:55:41 Fire --> 100% outage and data loss Feb 09 09:56:01 it cant crash/bring down/cpompromise your host os and apps Feb 09 09:56:01 here we haven't telco cheap phones, and most people use unknown phones from china, and nobody even think who produced such phone Feb 09 09:56:09 blindcoder: at least google has geographically separated backups ;) Feb 09 09:56:13 we name them "china nokia" Feb 09 09:56:22 raster: you can fix bugs? Feb 09 09:56:23 Wonka: google is now a telco? Feb 09 09:56:34 raster: you can study how the system works to understand Feb 09 09:56:35 blindcoder: not yet ;) Feb 09 09:56:51 lindi-: in order to fix those bugs u need access to soruce that will allow you too much power - the kind that canbe used to jam networks. Feb 09 09:56:54 as above Feb 09 09:56:55 Wonka: well, still, that's nice for them, but bad for the 99% of the rest of the world :P Feb 09 09:57:13 no phone maker wants that reputation as that will detroy their business as telcos wont touch them Feb 09 09:57:26 i dont see it happening ever Feb 09 09:57:27 Wonka: have you checked which python-e* libs are needed in zhone? please? Feb 09 09:57:37 even the open guys agree on putting it into a firmware blob Feb 09 09:57:49 JaMa: no, because I have no idea how to do so Feb 09 09:57:55 as its the only practical solution that will, in the end, keep your sales, and allow for an open os Feb 09 09:58:49 Wonka: ah ok, from my not-python-programer POV I would just grep for imports Feb 09 09:59:12 raster: how can source be caused to jam networks? Feb 09 09:59:42 raster: but i'm not an "open guy" :) Feb 09 10:00:27 lindi-: you have lower level access then to create your own packets and send as you please Feb 09 10:00:44 last i checked cells relied on co-operative functionality to stay alive Feb 09 10:01:00 and the ability to make your own packets and lets say just loop and blast them out can kill a cell Feb 09 10:01:33 the api given to you outside firmware currently - tho those apis are not open generally (the at commandset style api is pretty much open tho) Feb 09 10:01:49 raster: but there's always SDR for those who want it. Feb 09 10:01:52 hides this ability and gives you higher level control and that can stop this from happening Feb 09 10:02:05 PaulFertser: correct. sdr for that. Feb 09 10:02:15 your 2g/3g/4g etc. baserband is not for that Feb 09 10:02:29 and the telcose want to keep their netowrks working Feb 09 10:02:40 even if it is possible to build sdr's to do thius Feb 09 10:03:14 no manufacutrer wants to have their name attached to the phone you buy to hack and bring down cell networks trivially with some patched firmware that was easily created from the open source for it Feb 09 10:03:25 as such if the api is put high up that can be controlled Feb 09 10:03:41 as it doesnt run in kernel or user sapce but on a separate cpu and in separate ram etc. - this is fine Feb 09 10:03:49 as it doesnt affewct stability/security Feb 09 10:03:55 (of your kernel/user apps) Feb 09 10:04:12 you can considert it to be silicon - it may as well be. Feb 09 10:04:14 consider Feb 09 10:04:17 (the modem firmware) Feb 09 10:04:35 as long as its isolated beyond an api that is open as above Feb 09 10:04:37 raster: but hiding source only slows you down? Feb 09 10:04:54 lindi-: how so? Feb 09 10:04:58 raster: digital signatures could still prevent you from running modified versions Feb 09 10:05:08 raster: what about those guys who break simlock? It is possible to patch baseband firmware on many devices it seems. Feb 09 10:05:16 raster: well you can always analyze the binaries Feb 09 10:05:42 they dont need to make it open. they dont want to make it open. they dont have to make it open. there is no benefit they care about Feb 09 10:05:56 frankly you auditing the source and sending them reports - they just dont care Feb 09 10:05:59 that is of no value to them Feb 09 10:06:07 what *IS* of value is 3rd party apps Feb 09 10:06:37 trying to sell making the foirmware open, but digitally signed etc. so u cant ue modified fw, is like selling ice to eskimos Feb 09 10:06:40 they just dont care Feb 09 10:06:44 there is no value proposition Feb 09 10:07:07 raster: well i do care and could buy such a device :) Feb 09 10:07:25 raster: i don't need to ask the telcos as long as the device passes certification, right? Feb 09 10:08:03 Wonka: seems like python-edbus python-edje python-ecore would be enough.. Feb 09 10:08:48 PaulFertser: thats why you digitally sign it. then its now nigh impossible unless u break the signature encryption. thats a lot harder than reverse-engineering firmware that is pretty much just arm instructions ina binary Feb 09 10:09:24 lindi-: if every open source/linux person that cared vetoed buying a phone because they dont have src to he modem.. manufacturers would not even notice. you are a rounding-error to them. Feb 09 10:09:27 they dont care. Feb 09 10:09:32 raster: why do vendors still allow to guys to do "sim unlocking"? Feb 09 10:09:35 you dont matter. Feb 09 10:09:45 you need to appeal to what they care about Feb 09 10:09:52 they care about selling more phones Feb 09 10:10:12 having the ability to add apps and make a phone more functional as a result sells many more units Feb 09 10:10:24 as the apsp go to the ":unwashed masses" who are not open source nerds Feb 09 10:10:25 mrmoku: http://h1.pargon.nl/wiki/index.php?title=Main_Page Feb 09 10:10:39 they also dont much care except want a phone that does stuff - and does more things that are useful to them Feb 09 10:11:09 the necessity of such an ecosystem is to either create all the apps in-house (insane - not possible on lareg scales) or.. you open up to 3rd party develoeprs and suck them in Feb 09 10:11:24 PaulFertser: because they have very poor concepts of security Feb 09 10:11:36 PaulFertser: to them rtemoving a header files == security. Feb 09 10:11:45 now u dont have the api header.. uc ant use the library etc. Feb 09 10:11:52 thats a real belief Feb 09 10:11:58 i kid you not Feb 09 10:12:14 thnk of it this way Feb 09 10:12:19 open source programmers ar egenerally good Feb 09 10:12:33 why? in the oss world u need to rely on literally being good to keep your head above water Feb 09 10:12:41 if you are merely average or bad - you sink Feb 09 10:13:03 in the end the law of the jungle in oss land means that oss devs tend to be like the top 1% of engineers Feb 09 10:13:11 so they understand thgins like security Feb 09 10:13:17 they know removing a ehader wont do anything Feb 09 10:13:40 raster: hmm, hasn't openbts project already developed free gsm base station software? how hard would it be to get software for the handset? Feb 09 10:13:40 they also know that putting security sensitive stuff in a shared lib as oppoed to in aservice running as root vs ui runing as user, is much more secure Feb 09 10:13:41 etc. Feb 09 10:13:54 they know about making code ope and being able to use digital signatures etc. Feb 09 10:14:16 but.. those people are not 100% of the engineers u see working in real life at the places that make thigns like phones Feb 09 10:14:35 they are maybe 5% of them. Feb 09 10:15:01 so... you see modem firmwares being hackable because of an incorrect belief that they secured it already - the wrong way. Feb 09 10:15:08 sometimes security is actively poor Feb 09 10:15:17 ie "telco demands securing of X" Feb 09 10:15:25 so u do just enough to make them happy and meet their checklist Feb 09 10:15:31 the checlist is often very poor Feb 09 10:15:53 and so "benign neglect" means iuts hackable Feb 09 10:15:59 they maker's enginerrs wanted that Feb 09 10:16:09 they can always say "we did what you asked us to do" to the telco Feb 09 10:16:15 if the maker actively releaes source Feb 09 10:16:17 thats another matter Feb 09 10:16:24 the maker is actively making it easy to hack Feb 09 10:16:33 thats a totally different story Feb 09 10:16:51 lindi-: base stattion is another matter Feb 09 10:17:15 a base station isnt sold cheaply and in everyones pocket running 100's or 1000's of 3rd party apps downloaded from unknown sources on the internet Feb 09 10:17:21 raster: is a telco allowed to block a phone model from its network in usa? Feb 09 10:17:32 its a REAL fear to have people with phones that have a trojane or virus downloaded and running rampant Feb 09 10:17:47 lindi-: i cant sayfor the usa Feb 09 10:18:00 but it is possible to blokc phone models and invididual phones Feb 09 10:18:05 raster: yes but is it legal? Feb 09 10:18:08 u can even ONLY allows specirfic phones Feb 09 10:18:10 ie specific devices Feb 09 10:18:18 of course this is imei based Feb 09 10:18:26 so if u can hack your imei.. u can get around it Feb 09 10:18:33 as for legal - i cant say in the usa Feb 09 10:18:47 but in korea - the way it works there is - if its not a telco phone - it will not work Feb 09 10:18:49 simple as tht Feb 09 10:18:50 raster: I'm in finland and would assume that an operator could not do this Feb 09 10:18:58 you have to actually get your phone approved Feb 09 10:19:05 it costs like $700 to have it tested to be allowed on your network Feb 09 10:19:10 err on theyir network Feb 09 10:19:19 it is illegal to circumvent this Feb 09 10:19:32 raster: maybe korea is indeed different Feb 09 10:19:45 so you either buy the locked-down telco phone, or you done have a phone, or pay $700 and hope your phne passes such a test Feb 09 10:19:57 circumventing this will land you in jail Feb 09 10:20:02 as its actually a crime Feb 09 10:20:26 i cant say about the states as to if locking phones out is anti-competetive etc. and can be fought in a court Feb 09 10:20:27 and so on Feb 09 10:20:50 i know acorss europe there is legislation explicitly forcing telcos to have open networks etc. Feb 09 10:20:55 yep Feb 09 10:20:57 (ie allow any phone on it etc.) Feb 09 10:21:00 so it all depends Feb 09 10:21:42 so there is nothing to prevent an openbts-like project from developing free gsm software and then paying to get some revision of it certified Feb 09 10:21:56 lindi-: not that i know of Feb 09 10:22:16 and your gms stack thing woudl als need to be written FOR the specific baseband hw Feb 09 10:22:23 and that is totally also not open Feb 09 10:22:26 so even if u have a stack Feb 09 10:22:38 u cant send/recieve anything without more help from the maker of that baseband Feb 09 10:22:38 etc. Feb 09 10:22:40 probably there's a long way to working phones but at least you could have some larger devices Feb 09 10:23:07 maybe with your own sdr's Feb 09 10:23:22 but if its big - its not able to fit in my pocket Feb 09 10:23:25 yep Feb 09 10:23:26 and so.. i know i lost interest then Feb 09 10:23:46 its the magic "it fits in the vast majority of peoples pockets" form factor that suddenly makes the device magical Feb 09 10:23:52 we used to have only car phones in the past :) Feb 09 10:24:08 htis is why the ipads of this world imho will not sell anywhere near the voluems of smartphones Feb 09 10:24:22 lindi-: yes. and.. look at the volumes of them sold then :) Feb 09 10:24:48 anyway Feb 09 10:24:56 righyt now the battle to fight is not modem firmware Feb 09 10:25:00 dont try Feb 09 10:25:05 its like re-living ww2 Feb 09 10:25:09 donmt fight on too many fronts Feb 09 10:25:11 u'll lose Feb 09 10:25:13 every time. Feb 09 10:25:21 fight the core big battle Feb 09 10:25:27 thats for kernel + userspace Feb 09 10:25:32 theres enouhg to fight over there Feb 09 10:25:40 and ther u have big guns to fight with Feb 09 10:25:57 as above - 3rd party develoeprs providing apps for an ecosystem has value to telcos and makers Feb 09 10:26:06 open firmware for modem doesnt Feb 09 10:26:32 use the weapons you have and fight there. there's damned well enough to deal with. Feb 09 10:26:36 i think i'll stil continue following what openbts people do :) Feb 09 10:26:51 brb Feb 09 10:27:19 Wonka: can you please test/commit? http://jama.homelinux.org/org.openembedded.shr.images/0001-setup.py-use-pkgconfig-call-for-checking-eina-0-incl.patch Feb 09 10:30:16 TAsn: mrmoku: phonefsod fails to build atm http://tinderbox.openembedded.net/packages/phonefsod/ Feb 09 10:34:32 just imagine carrying a software radio in your backpack together with a car battery to have enough power to run it :) Feb 09 10:34:38 JaMa: will look into it Feb 09 10:37:18 Wonka: it compiles fine after this patch here (and failed before with newer EFL) Feb 09 10:38:14 Wonka: please ping me after commit, I'll bump git revision in same commit as removin unneeded python-e deps Feb 09 11:31:00 I don't have /dev/spi0 .... should i need to create using mknod to access spi device ? Feb 09 11:38:12 i have created /dev/spi0 but failed to get read / write to spi device ... Feb 09 11:38:45 i have used the below link Feb 09 11:38:47 http://www.mjmwired.net/kernel/Documentation/spi/spidev_test.c Feb 09 11:57:32 continuing on the topic of literki in Debian - if anyone wants to separate the png++ library away and start maintaining it, feel free. before that literki can't go into Debian main. Feb 09 11:58:12 I'm not certain that I will continue on it for a while now that it's in pkg-fso Feb 09 12:16:46 seems I'm missing something... since some weeks, it seems there's not a single package rebuilt in my shr-unstable tree Feb 09 12:18:18 Wonka: do you have shr/unstable branch? Feb 09 12:18:25 Wonka: I guess old shr/merge.. Feb 09 12:19:27 where would I see that? Feb 09 12:20:15 Wonka: you use shr Makefile? Feb 09 12:20:26 yes Feb 09 12:20:27 cd shr-unstable/openembedded; git branch Feb 09 12:21:03 but IIRC make update should change that branch for you automatically Feb 09 12:23:08 I do: cd .../build/; make update (that one regularly updates some stuff) Feb 09 12:24:47 and that branch? Feb 09 12:27:08 then: cd shr-unstable; . ./setup-env; bb -k task-shr-feed package-index Feb 09 12:27:22 $ git branch Feb 09 12:27:22 org.openembedded.dev Feb 09 12:27:22 shr/merge Feb 09 12:27:22 * shr/unstable Feb 09 12:27:36 (in shr-unstable/openembedded) Feb 09 12:29:55 btw, isn't that build system a little perverted? make calling bitbake several times... Feb 09 12:34:18 hmm that's ok.. and bb -k task-shr-feed package-index doesn't build upgrades for you? strange.. there are new upgrades almost every day Feb 09 12:35:16 ie today i pushed upgrade for fltkspacetrader and babiloo, you should see them built.. Feb 09 12:35:31 JaMa: at least "opkg update ; opkg upgrade" downloads index files from there but never upgraded packages Feb 09 12:35:44 i've seen stuff being done with babiloo Feb 09 12:36:25 Wonka: try bb -c rebuild package-index Feb 09 12:39:52 /home/w/OM/SHR/build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/gcc-cross-initial-4.4.2-r2.1/temp/log.do_compile.9065 ends with: Feb 09 12:40:16 checking for suffix of object files... configure: error: in `/home/w/OM/SHR/build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/gcc-cross-initial-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.arm-oe-linux-gnueabi/arm-oe-linux-gnueabi/libgcc': Feb 09 12:40:20 configure: error: cannot compute suffix of object files: cannot compile Feb 09 12:42:30 seems the complete toolchain is fucked up Feb 09 12:42:38 /home/w/OM/SHR/build/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/gcc-cross-initial-4.4.2-r2.1/gcc-4.4.2/build.x86_64-linux.arm-oe-linux-gnueabi/./gcc/as: line 76: exec: : not fo Feb 09 12:42:42 und Feb 09 12:43:25 what do I need to do to cause a rebuild of the toolchain? Feb 09 12:46:56 Wonka: rm -rf tmp Feb 09 12:46:59 :) Feb 09 12:47:24 http://www.telecomskorea.com/market-8281.html Feb 09 12:47:25 build/shr-unstable$ ls -la tmp/deploy/ipk/all/babiloo-efl_* Feb 09 12:47:25 -rw-r--r-- 1 w w 526680 13. Dez 22:17 tmp/deploy/ipk/all/babiloo-efl_2.0.9-4-r1.4_all.ipk Feb 09 12:47:29 samsung to discard windows phones Feb 09 12:47:32 blindcoder: that's a _bit_ much Feb 09 12:48:24 blindcoder: I'd like to keep at least tmp/cache Feb 09 12:48:40 Wonka: you can try gcc-4.4.3.. I'm building it right now.. and if that works ok.. I would upgrade it in shr/unstable Feb 09 12:48:59 blindcoder: also, why remove tmp/deploy? Feb 09 12:49:47 Wonka: from my experience with rock linux back then, rebuilding the toolchain and NOT rebuilding binary packages regularly screws up something Feb 09 12:50:03 blindcoder: mhkay... Feb 09 12:50:23 but then, I only rebuilt the toolchain when there were updates in it, so Feb 09 12:50:26 YMMV Feb 09 12:50:27 blindcoder: but keeping the cache is still senseful, so package version numbers will be consistent? Feb 09 12:51:17 Wonka: i don't know about OE's cache, sorry Feb 09 12:51:40 Wonka: yes.. you want to keep cache because of SRCPV.. Feb 09 12:51:46 Wonka: otherwise you had to reflash Feb 09 12:52:10 JaMa: but I can remove everything other? Feb 09 12:52:20 Wonka: yes you can Feb 09 12:52:46 I'm doing it too right now :) Feb 09 12:53:03 ok... doing so too Feb 09 12:53:08 Wonka: but if you want to safe 2 hours in next few days.. bump that gcc in sane-toolchain.inc too Feb 09 12:53:26 Wonka: otherwise you would build newer gcc after my next commit Feb 09 12:54:23 PREFERRED_GCC_VERSION ?= "4.4.3" Feb 09 12:54:26 anything else? Feb 09 12:55:21 that should be enough Feb 09 12:56:18 ok Feb 09 12:57:06 Wonka: and you have to commit that change, otherwise next make update will reset it .. Feb 09 13:05:48 JaMa: I committed that change to shr-unstable/openembedded/conf/distro/include/sane-toolchain.inc Feb 09 13:05:58 JaMa: and after a "make update", it was gone again. Feb 09 13:06:24 update-shr-unstable does: Feb 09 13:06:26 ( cd shr-unstable/openembedded ; \ Feb 09 13:06:27 git clean -d -f ; git reset --hard ; git fetch ; \ Feb 09 13:06:27 git checkout ${SHR_UNSTABLE_BRANCH_OE} 2>/dev/null || \ Feb 09 13:06:29 git checkout --no-track -b ${SHR_UNSTABLE_BRANCH_OE} origin/${SHR_UNSTABLE_BRANCH_OE} ; \ Feb 09 13:06:32 git reset --hard origin/${SHR_UNSTABLE_BRANCH_OE} ) Feb 09 13:06:38 seems that would undo anything not from upstream? Feb 09 13:06:53 ah :/ I'm not using makefile.. sorry Feb 09 13:07:51 well I'm using it on shr buildhost, but when I'm building there I have everything already tested locally and commited upstream Feb 09 13:07:55 .oO( I'd like some documentation on stuff like that in maybe SHR wiki? ) Feb 09 13:08:28 .oO( like how to keep local changes I want to keep... ) Feb 09 13:10:12 also, I need some course on git. I have no idea what that 'git checkout --no-track -b ${SHR_UNSTABLE_BRANCH_OE} origin/${SHR_UNSTABLE_BRANCH_OE}' part is supposed to do Feb 09 13:11:52 that checkouts branch origin/shr/unstable to local branch shr/unstable Feb 09 13:13:03 but only if 'git checkout ${SHR_UNSTABLE_BRANCH_OE}' returned non-zero... Feb 09 13:13:26 git is mighty and powerful... but hard to understand Feb 09 13:15:44 Wonka: because the first part works when branch already exists and the 2nd part is for checkouting new local branch if ${SHR_UNSTABLE_BRANCH_OE} doesn't exist (ie first run) Feb 09 13:16:33 and "git reset --hard origin/${SHR_UNSTABLE_BRANCH_OE}" resets what branch to what branch? Feb 09 13:17:18 because you're already in shr-unstable/openembedded directory where is local branch ${SHR_UNSTABLE_BRANCH_OE} then it resets to upstream state of origin/${SHR_UNSTABLE_BRANCH_OE} Feb 09 13:18:31 OK2OTA Feb 09 13:18:37 error, sorry Feb 09 13:18:44 vanous123: passwd? :) Feb 09 13:18:49 no Feb 09 13:18:55 looking up callsign Feb 09 13:18:58 not very good one, if Feb 09 13:19:09 for my son Otakar Feb 09 13:19:52 another project on my todo list: get ham radio liz Feb 09 13:21:53 Wonka: me been pulled int othe aprs world, have a tracker for neo now :) Feb 09 13:24:25 JaMa: (phonefsod) looking at it now Feb 09 13:24:33 mrmoku: thanks Feb 09 13:27:20 TAsn: noob ;) Feb 09 13:27:24 SHR: 03mok 07phonefsod * r18c121f2be1c 10/src/phonefsod-fso.c: phonefsod-fso.c: fix typo to make it compile again Feb 09 13:27:53 JaMa: should build again :) Feb 09 13:28:21 mrmoku: nice one :) Feb 09 13:28:31 vanous123: :) Feb 09 13:32:10 JaMa: didn't expect something like that from TAsn... more from myself :P Feb 09 13:33:58 mrmoku: I expected that last commit broke it.. and then I overlooked it too.. :) Feb 09 13:34:21 JaMa: yeah, overlooked it too... twice :) Feb 09 13:34:30 playya_: how did your toolchain efforts end? Feb 09 13:34:51 how to create /dev/spi0 and register SPI device with freerunner phone before make open() call ? Feb 09 13:35:13 mrmoku: I guess you're ok with gcc-4.4.3 switch if shr-image compiles fine Feb 09 13:35:19 sure Feb 09 13:36:31 maybe it will fix that libxml issue :) Feb 09 13:36:38 but I doubt it.. Feb 09 13:44:10 bbiab Feb 09 14:05:47 /j #ledger Feb 09 14:05:49 arrg Feb 09 14:05:53 ignore me :) Feb 09 14:08:20 * dos1 added user spaetz to ignore list (reason: "as requested :P") Feb 09 14:08:56 BLAH :P Feb 09 14:09:10 ;) Feb 09 14:56:42 registering to gsm netwrok is not working sometimes on reboot... I get this error: Feb 09 14:56:43 [ERROR] UsageController <9 R>: Resource GSM can't be enabled: Did not receive a reply. Possible Feb 09 14:56:43 causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply Feb 09 14:56:43 timeout expired, or the network connection was broken.. Trying to disable instead Feb 09 14:57:03 using latest shr-u Feb 09 15:39:17 hey folks Feb 09 15:39:42 yes ? Feb 09 15:40:21 I'm using shr-testing. My root's homedir is mounted from the SD (see fstab at http://shr.pastebin.com/m4470f7f6) but for a while now it's no longer automatically mounted at boot. Feb 09 15:40:36 it still worked okay a few weeks ago Feb 09 15:55:42 * DocScrutinizer wonders why everybody and his dog is so fsckng interested in open GSM firmware. Compared e.g. to nobody ever bitches about the firmware of his harddisk drive being closed source blob or even completely hidden Feb 09 15:56:32 DocScrutinizer: i do complain about that too :) Feb 09 15:57:17 DocScrutinizer: it's item #5 my list at http://iki.fi/lindi/firmware/free-firmware.txt Feb 09 15:57:20 I'm more complaining about my homedir not mounting, or about phoneui-messages being waaaay to slow in loading contact names for the numbers Feb 09 15:58:54 lindi-: omg, you have a list even for that, you're continuing to amaze me :) Feb 09 16:05:58 ok, lindi- so this is explicitly not for you: All those bitching about GSM modem firmware should be open, to me seem to be liars on their motivations. There's nothing useful you could do to the GSM firmware, except cheating (or hope to, it won't work!) or crashing network, eavesdroping, etc. If you were concerned about review/fixes of the sw, you'd start where you actually *should* jhave concerns: on your datastorage aka hd Feb 09 16:08:35 DocScrutinizer: good point Feb 09 16:19:46 of course you could think about 'improvements' like make the modem work without SIM, after initial authentication, or implementing a full multitasking alike swapping of all memory and registers, to log in to more than one cell/ntwork (with the same SIM then?). If you think a second time, all of that is either fraud, or you're messing with a cell for your private playground and don't care about the possible side effects. Would you Feb 09 16:19:48 grant same rights to mess up GSM to the guy next door who's a redneck and beats you up regularly? Feb 09 16:31:56 mrmoku, in a make update :/ Feb 09 16:32:12 playya_: ouch :/ Feb 09 16:32:25 i should rewrite some of the scripts Feb 09 16:32:45 guess I should add a check for dirtiness to the makefile... Feb 09 16:32:54 DocScrutinizer: for hdd I have written http://iki.fi/lindi/darcs/crcloop/ that does transparent CRC checksums for any linux block device Feb 09 16:33:13 git already warns you Feb 09 16:37:01 could you help me with a few sed lines later? Feb 09 16:38:10 e already has some debian dirs. i want to package the SHR revision for ubuntu Feb 09 16:38:53 that people can run there apps on the host first Feb 09 16:39:21 well... my sed foo is not unlimited... but I can try :) Feb 09 16:40:01 i need the version and the package name from a AC_INIT line Feb 09 16:40:10 shouldn't be that hard Feb 09 16:41:41 mrmoku, what did I do? Feb 09 16:41:44 (to phonefsod?) Feb 09 16:42:00 I changed a really minor thing iirc. Feb 09 16:42:16 TAsn: /* instead of */ Feb 09 16:42:17 :P Feb 09 16:42:23 weird Feb 09 16:42:29 it should have colored everything weirdly :) Feb 09 16:43:23 well, it is my fault :) Feb 09 16:44:09 dos1, !!! SUPER PING !!! Feb 09 16:44:16 mrmoku, opimd went crazy :P Feb 09 16:44:33 TAsn: MEGA PONG!!! Feb 09 16:44:38 dos1, :) Feb 09 16:44:51 dos1, how do I delete fields in opimd? Feb 09 16:44:54 send "" ? Feb 09 16:44:56 or None? Feb 09 16:45:02 (python) Feb 09 16:45:06 delete? Feb 09 16:45:08 (to the edit function) Feb 09 16:45:11 dos1, not fields Feb 09 16:45:14 I mean from a contact Feb 09 16:45:18 field from contact Feb 09 16:45:20 i.e remove the Phone from the contact Feb 09 16:45:25 i think both None and "" should work Feb 09 16:45:28 as I don't like it anymore :) Feb 09 16:45:31 dos1, THEY DONT Feb 09 16:45:37 really? Feb 09 16:45:37 actually, they kinda do Feb 09 16:45:42 it gets deleted Feb 09 16:45:45 but after a reboot Feb 09 16:45:50 hmm Feb 09 16:45:51 there's a terrible mess Feb 09 16:45:55 sqlite backend? Feb 09 16:45:56 and everything came back :( Feb 09 16:45:58 aye. Feb 09 16:46:02 ok, i'll look at it Feb 09 16:46:10 thanks :) Feb 09 16:46:17 (though my database is already trashed :( ) Feb 09 16:46:20 dos1, and furthermore Feb 09 16:46:30 pisi probably sent "" Feb 09 16:46:33 to fields Feb 09 16:46:39 and opimd created them all with "" values Feb 09 16:46:40 =:( Feb 09 16:46:48 I had 10k of fields Feb 09 16:46:52 after importing my contacts Feb 09 16:47:01 (but I didn't only see it from opimd) Feb 09 16:48:14 TAsn, more then 5 lines is monologize :) Feb 09 16:48:26 dos1, anyhow, please do and let me know if you need any more info. Feb 09 16:48:41 Serdar, I'm an "Enter-key" spammer, it's a known fact :( Feb 09 16:48:50 * DocScrutinizer mumbles prayers for opimd to get well eventually Feb 09 16:48:56 DocScrutinizer, :) Feb 09 16:49:24 use mumble for mumbleing :) Feb 09 16:50:49 mrmoku, btw, the contacts app is not perfect Feb 09 16:50:52 it sometimes crashes Feb 09 16:51:02 TAsn: hey, say hello to raster. Two of a kind Feb 09 16:51:14 DocScrutinizer, I know, our logs are crazy :) Feb 09 16:51:55 mrmoku, try creating a couple of contacts one after the other. Feb 09 16:52:48 hey othing is perfect Feb 09 16:52:49 you woke up mickeyl Feb 09 16:53:03 *yawn* Feb 09 16:53:22 Kmail crashes randomly after grepping over 80k of msgs Feb 09 16:53:42 80k, not 80kB Feb 09 16:54:05 moinmoin, mickeyl Feb 09 16:55:00 SHR: 03seba.dos1 07opimd-utils * r19849e77f786 10/ (opimd-messages opimd-notifier opimd-resolve): notifier, messages, resolve: make name resolving faster Feb 09 16:55:10 SHR: 03seba.dos1 07opimd-utils * r587f39ed1310 10/data/po/ru/ (10 files): Merge branch 'master' of git@git.shr-project.org:opimd-utils Feb 09 16:55:15 dos1, what's that name resolving? Feb 09 16:55:35 TAsn: contact resolving from number; that's just what i told you yesterday Feb 09 16:55:48 remind me again how to use it please :) Feb 09 16:55:50 TAsn: it was using for loop instead of _at_least_one :P Feb 09 16:55:59 oh Feb 09 16:56:01 opimd-utils Feb 09 16:56:02 sucks Feb 09 16:56:03 :) Feb 09 16:56:07 TAsn: phone resolving? :P Feb 09 16:56:21 bah, I'll start using this at least one crap Feb 09 16:56:25 :) Feb 09 16:56:48 anyhow Feb 09 16:57:01 4280|117|Cell phone|11111111 Feb 09 16:57:04 while Feb 09 16:57:24 opimd-cli c query | grep "Cell phone" Feb 09 16:57:27 returns nothing Feb 09 16:59:39 opimd-cli c query | less might help Feb 09 17:00:00 DocScrutinizer, I checked with less Feb 09 17:00:13 (I checked manually) I just showed that grep also returns nothing :) Feb 09 17:00:22 nah, hold it. Oly if you got *decent* less on your device, instead of you-know-what-crap Feb 09 17:01:27 DocScrutinizer, :) Feb 09 17:01:29 actually Feb 09 17:01:31 | vim - Feb 09 17:01:32 :P Feb 09 17:01:41 dos1, remind me how to use that please :P Feb 09 17:01:53 (_at_least_one) Feb 09 17:02:16 TAsn: Query({'Name':'dos', 'Nickname': 'dos', '_at_least_one':True}) Feb 09 17:02:17 can be used with Feb 09 17:02:19 get_single_entry_single_field Feb 09 17:02:21 right? Feb 09 17:02:22 :) Feb 09 17:03:08 TAsn: should work, it's the same engine supporting those calls AFAIR ;) Feb 09 17:03:18 okie :) Feb 09 17:03:20 thanks. Feb 09 17:05:13 dos1, btw Feb 09 17:05:23 nvm Feb 09 17:06:45 I'm using shr-testing. My root's homedir is mounted from the SD (see fstab at http://shr.pastebin.com/m4470f7f6) but for a while now it's no longer automatically mounted at boot. It worked okay weeks ago. Does anyone know what I should do to get my root homedir mounted again before X is started? Feb 09 17:10:28 mrmoku|away, ping Feb 09 17:14:09 query({'_OR_', 'contact.address.name.*':'*':'dos'}, {'_OR_', 'contact.address.name.nickame':'*':'dos1'}, {'_AND_', 'contact.address.date':'meeting': '2010-02-11'. '_LESS_THAN_'}) Feb 09 17:19:08 type:'contact.name.firstname', name:'Vorname', Value:'dos'; type:'contact.name.nickname', name:'IRC Nick', Value:'dos'; type:'contact:date', name:'meeting', value:'2010-02-09 22:45' Feb 09 17:21:46 freesmartphone.org: 03mickey 07msmcomm * r7ebe770b54d7 10/msmvterm/ (6 files in 2 dirs): msmvterm: make it compile and run the cmdloop Feb 09 17:33:21 plus any number of additional (type,name,value) tuples that hold birthday, Surname, phone, cellphone, street, ... whatever you like Feb 09 17:34:32 the whole record returned Feb 09 17:39:07 freesmartphone.org: 03Frederik.Sdun 07cornucopia * r3a0b1c59587e 10/fsogsmd/src/ (3 files in 3 dirs): fsogsmd: Fix compilation if gsm0710mux has been disabled Feb 09 17:40:54 dos1, found any bugs in opimd ? :P Feb 09 18:04:33 freesmartphone.org: 03morphis 07msmcomm * rc36a6695114e 10/libmsmcomm/src/ (6 files): libmsmcomm: fix some compiler warnings Feb 09 18:04:34 freesmartphone.org: 03morphis 07msmcomm * r250688f4dca0 10/libmsmcomm/ (7 files in 2 dirs): libmsmcomm: message structures are now in the msmcomm.sdef file too Feb 09 18:04:35 freesmartphone.org: 03morphis 07msmcomm * r1a69d9268d8a 10/msmvterm/ (6 files in 2 dirs): Merge branch 'master' of git.freesmartphone.org:msmcomm Feb 09 18:11:12 freesmartphone.org: 03mickey 07msmcomm * rd1453d5337f2 10/msmvterm/ (6 files in 2 dirs): msmvterm: command loop now implemented with registering commands, 'help', and 'quit' Feb 09 18:26:34 mrmoku|away, look at the commit :) Feb 09 18:26:45 SHR: 03tom 07libphone-ui * r3f05517d931f 10/src/ (phoneui-utils.c phoneui-utils.h): Improved name resolving to look in all the fields Feb 09 18:28:18 finally more field support :) Feb 09 18:29:14 dos1, found anything useful about my opimd bug? Feb 09 18:29:48 dos1, btw, there's something I miss in opimd, I really need "Field added/removed" signals. :) Feb 09 18:30:00 atm I probe for the fields all the time Feb 09 18:30:02 which is kinda slow Feb 09 18:31:40 freesmartphone.org: 03mickey 07msmcomm * r67c7bcb38f17 10/msmvterm/src/commands.vala: msmvterm: add stubs for all commands currently known by msmcterm Feb 09 18:38:34 TAsn: any news? Feb 09 18:38:42 * Q-Master is drunk Feb 09 18:38:54 Q-Master, unfortunately no ;( Feb 09 18:40:18 mrmoku, look at the commit ;) Feb 09 18:41:03 It's terribly slow atm (here, because I have ~8 phone fields) but it's cool Feb 09 18:41:07 resolves from all fields Feb 09 18:41:14 nice :) Feb 09 18:42:04 Q-Master: -------------------------------------------------------------------------------- please walk this line Feb 09 18:43:46 DocScrutinizer: no way! 8)( Feb 09 18:44:46 I'd only be able to hobble... Feb 09 18:55:01 leviathan: ping Feb 09 18:56:10 where are uint8_t and friends defined? Feb 09 18:57:22 stdint.h Feb 09 18:57:25 thanks Feb 09 18:58:03 freesmartphone.org: 03mickey 07msmcomm * rcaa02cfee666 10/libmsmcomm/ (src/msmcomm.h vapi/msmcomm-1.0.vapi): libmsmcomm: include stdint.h and fix inclusion headers in msmcomm-1.0.vapi Feb 09 19:01:04 dos1, ? :) Feb 09 19:07:06 freesmartphone.org: 03mickey 07msmcomm * r066c0e225669 10/libmsmcomm/ (src/context.c vapi/msmcomm-1.0.vapi): libmsmcomm: add msmcomm_new to ease binding to Vala Feb 09 19:12:49 freesmartphone.org: 03mickey 07msmcomm * r8a1a831926da 10/msmvterm/ (Makefile.am configure.ac src/commands.vala src/terminal.vala): msmvterm: require libfsotransport Feb 09 19:18:57 jftr: my "bitbake -k task-feed-shr ..." is still running... Feb 09 19:38:00 dos1, any new info about my opimd bug? Feb 09 19:45:28 ~logs Feb 09 19:45:29 All conversations are logged to 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. Feb 09 19:46:47 anyone from the shr project around? Feb 09 19:47:09 heya! what's the progress on elementary based phonelog? Feb 09 19:48:21 JesusMcCloud, none. Feb 09 19:48:29 KaZeR, ? Feb 09 19:48:30 grml... Feb 09 19:49:07 freesmartphone.org: 03mok 07libframeworkd-glib * r83b1c84eaf31 10/src/frameworkd-glib-dbus.c: Feb 09 19:49:07 freesmartphone.org: fix signal handling of SignalStrength signals Feb 09 19:49:07 freesmartphone.org: parameter for the callback is G_TYPE_INT not G_TYPE_UINT Feb 09 19:49:07 freesmartphone.org: Signed-off-by: Klaus Kurzmann Feb 09 19:49:52 ohh... phonelog is lying dirty in my tree :P Feb 09 19:50:00 TAsn, i was curious about the versionning of the navit package : 1:0.1.0-svn what is the 1: for? Feb 09 19:50:39 mrmoku, näh... pyphonelog sucks, even with empty db it takes >3 secs to display... Feb 09 19:50:41 KaZeR: that is the package epoch from OE Feb 09 19:50:59 KaZeR, ^ :) Feb 09 19:51:03 package epoch? what's that? Feb 09 19:51:12 JesusMcCloud, it's not pyphonelogs fault! Feb 09 19:51:17 it's sucky opimd! Feb 09 19:51:30 something to make it 'sort newer' ... Feb 09 19:52:17 TAsn, but pyphonelog was always slooooow... elmphonelog showed really quick (had both installed in parallel, acessing the same db, when opimd wasnt integrated... Feb 09 19:52:47 TAsn, are you saying pyphonelog became slower since switch to opimd? Feb 09 19:52:55 mrmoku, the thing is that because of that weird versionning, it always prefers to use package from shr rather than possibly newer (but i agree differently organized) package from navit Feb 09 19:53:09 JesusMcCloud, YES Feb 09 19:53:17 JesusMcCloud, pyphonelog was amazingly fast without opimd Feb 09 19:53:29 all it does now is waiting for opimd to work :| Feb 09 19:53:32 KaZeR: hmm... Ic Feb 09 19:53:36 it was < 3 secs iirc Feb 09 19:53:42 before the switch that is. Feb 09 19:54:13 hmm, but repainting after a call for example is also sucky (i know new glamo driver +gtk...) Feb 09 19:54:53 mrmoku, i can change navit's versionning, that's no big deal. but i wanted to know if it was done on purpose Feb 09 19:55:33 KaZeR: probably JaMa knows exactly why Feb 09 19:55:36 it would probably be a bad idea to mix shr packages and navit packages, but imo, if you setup the navit repository, it's because you want to use theses packages Feb 09 19:56:08 no idea if opkg offers some mechanism for that... probably not :/ Feb 09 19:56:23 KaZeR: do you build navit packages with OE? Feb 09 19:56:30 SHR: 03tom 07libphone-ui * r3f05517d931f 10/src/ (phoneui-utils.c phoneui-utils.h): Improved name resolving to look in all the fields Feb 09 19:56:41 SHR: 03tom 07libphone-ui * rabb2f1957388 10/src/ (phoneui-utils.c phoneui-utils.h): merged with master Feb 09 19:56:53 mrmoku, not sure, i'm not the one who set up the build process Feb 09 19:57:10 if so... just set PE in the recipe to 1 too Feb 09 19:58:01 mrmoku, quick question: is it safe to disable the sim backend for messages? Feb 09 19:58:33 mrmoku, thanks for the tip Feb 09 19:58:46 (haven't used my fr for >1month) Feb 09 19:59:33 JesusMcCloud: should be safe yeah Feb 09 19:59:49 I finally migrated all of my contacts Feb 09 19:59:55 and I now use only sqlite backend Feb 09 19:59:59 good, wanna keep my sim clean... Feb 09 20:00:15 JesusMcCloud, as long as you don't use it as default Feb 09 20:00:19 it'll stay clean Feb 09 20:00:43 TAsn, so sim is not used fot temporary storage of msgs on arrival? Feb 09 20:00:58 JesusMcCloud, no Feb 09 20:01:01 s/fot/for/ Feb 09 20:01:02 JesusMcCloud meant: TAsn, so sim is not used for temporary storage of msgs on arrival? Feb 09 20:01:07 thx Feb 09 20:01:15 and it'll be used for storing on errors (according to dos) no matter what you do Feb 09 20:01:20 so it's better to put it on Feb 09 20:01:32 just so you won't loose anything Feb 09 20:02:04 thanks, TAsn about migrating contacts.. is there a script available or does pisi work? Feb 09 20:02:26 no script Feb 09 20:02:34 and pisi didn't do it well Feb 09 20:02:53 I used pisi Feb 09 20:02:59 and then manually fixed stuff Feb 09 20:03:13 but I haven't tried sim -> opimd Feb 09 20:03:30 I tried vcf -> opimd Feb 09 20:03:57 (took it from an old phone backup I took before moving to moko's sim) Feb 09 20:03:58 freesmartphone.org: 03mok 07libframeworkd-glib * re99e5eff088f 10/src/ (frameworkd-glib-dbus.c frameworkd-glib-dbus.h): Feb 09 20:03:58 freesmartphone.org: fix registering to UpdatedMessage signal Feb 09 20:03:58 freesmartphone.org: Signed-off-by: Klaus Kurzmann Feb 09 20:04:18 mrmoku, please let me know when it's built. :) Feb 09 20:04:27 ... that remids me, i do have google account... Feb 09 20:08:12 mrmoku, what about adding an option in new contacts app you are coding to copy the selected contact to SIM? :D Feb 09 20:08:45 pespin, I don't think it's on the top of the todo :) Feb 09 20:09:21 TAsn, np, just saying I'd like that feature. Do you agree to have it there at some time in the future? Feb 09 20:09:28 TAsn, is importing to opim using pisi also as damn slow as exporting? Feb 09 20:09:45 JesusMcCloud, I think :) Feb 09 20:09:48 it's SLOW Feb 09 20:10:07 pespin, sure, it's important. Feb 09 20:10:14 TAsn, gimme some numbers please how many contacts do you have and how long did is approx take? Feb 09 20:10:26 I would say 10 mins Feb 09 20:10:29 150 contacts Feb 09 20:10:51 TAsn, ok this is not *that* bad... Feb 09 20:11:00 but maybe I didn't notice and it took me a couple of hours Feb 09 20:11:03 really, no idea :) Feb 09 20:11:09 though I remember 10 mins Feb 09 20:12:49 JesusMcCloud: i've a question about e-wm themes :) how have you enabled the flaunche icons? Feb 09 20:13:27 Heinervdm, added an flaunch section to the theme Feb 09 20:13:43 Heinervdm, so for current shr-u it woudl be best to remove it Feb 09 20:13:43 JesusMcCloud: would it be possible to add sth else? Feb 09 20:13:54 i would like an notification area instead Feb 09 20:13:56 Heinervdm, i dunno what else has been implemented... Feb 09 20:14:24 hmm links doesn't have javascript support? :( Feb 09 20:14:41 Heinervdm, if you hack illume and add it to the theme Feb 09 20:15:22 edje is *ONLY* for looks and feel, *NOT* for adding features Feb 09 20:15:29 JesusMcCloud: ok, but for the buttons you don't have an idea why they have multiplied? Feb 09 20:15:40 Heinervdm, changes is illume Feb 09 20:15:45 i guess.. Feb 09 20:16:33 JesusMcCloud: i hoped you had an idea, how to solve it ;) Feb 09 20:16:44 Heinervdm, must be a chenge in illuem code Feb 09 20:17:03 ok Feb 09 20:17:18 atm it might be best to remove flaunch from theme Feb 09 20:17:50 Heinervdm, ask in #e Feb 09 20:18:20 JesusMcCloud: no :P Feb 09 20:18:32 i'm to lazy for asking there Feb 09 20:18:52 how do i update an svn checkout to the lastest rev? Feb 09 20:19:21 svn co ?! Feb 09 20:19:26 nvm, used wrong dir Feb 09 20:20:51 TAsn, what is the field name for contact's picture? Feb 09 20:21:25 Photo Feb 09 20:21:39 thx Feb 09 20:21:43 np. Feb 09 20:22:05 i guess i have to use an absolute path? Feb 09 20:24:59 mrmoku, ^ ? Feb 09 20:26:42 TAsn, absolute paths work Feb 09 20:26:52 including leading slash Feb 09 20:26:52 I know absolute works Feb 09 20:27:08 I just didn't know if you can omit it (for use from default dirs) Feb 09 20:27:16 ?? Feb 09 20:27:30 I just didn't know if there's a default search dir Feb 09 20:27:38 if a relative path is supplied Feb 09 20:27:42 ah ok Feb 09 20:27:55 (just looked up the word 'omit') Feb 09 20:28:57 JesusMcCloud, TAsn: atm absolute paths for photos Feb 09 20:29:08 mrmoku, i c, thanks ;) Feb 09 20:29:16 we probably will make relative paths to the home work too Feb 09 20:29:30 anywho i gotta go, thx for the help and give spaetz a pad on the back for the -testing snapshots! Feb 09 20:29:38 * JesusMcCloud <- afk Feb 09 20:29:41 could anyone tell me how to represent a delegate in UML? Feb 09 20:30:58 flaunch: http://trac.enlightenment.org/e/browser/trunk/e/src/modules/illume/e_flaunch.c#L99 Feb 09 20:31:05 there the 10 comes from Feb 09 20:32:23 changed both number and used category... Feb 09 20:32:29 without even changing it in comments Feb 09 20:32:45 dos1, opimd - anything new about the bug? Feb 09 20:32:53 dos1, trac theme - anything new at all? :P Feb 09 20:32:54 TAsn: no, sorry, didn't have time today Feb 09 20:32:59 dos1, :( Feb 09 20:37:45 dos1: did you contact bearstech? Feb 09 20:38:05 mrmoku: i think i forgot ;x i'll do tomorrow Feb 09 20:38:10 ok Feb 09 20:54:01 hmm Feb 09 20:54:15 this FSOSHRCON stuff sounds nice Feb 09 20:54:23 but.. I don't know. Feb 09 20:55:30 Serdar: it it's in essen it wouldn't be far for you Feb 09 20:55:37 if it's Feb 09 20:56:12 hmm Feb 09 20:56:47 hm Feb 09 20:56:49 yeah Feb 09 20:57:53 it's a 600$ plane ticket for me Feb 09 20:58:01 doesn't matter where it'll be at Feb 09 20:58:21 it would be $0 for me Feb 09 20:58:22 (plane ticket alone, not including in country transportation and food/sleep) Feb 09 20:58:46 * TAsn hates living in the middle of nowhere :P Feb 09 20:59:11 are you from Baveria/Germany? Feb 09 20:59:24 or Cologne? Feb 09 21:00:07 /whois TAsn Feb 09 21:00:08 sounds like Cologne, where could middle of nowhere be than cologne? Feb 09 21:00:25 Heinervdm, Cologne! No need to look! Feb 09 21:00:33 :D Feb 09 21:00:46 Serdar, Israel :( Feb 09 21:01:24 TAsn, can't you borrow a tank? Feb 09 21:01:54 nah, all are in use :P Feb 09 21:02:33 does it matter? there is not one kind of borrowing. Feb 09 21:02:41 My FR just told me that i have to charge it, charged it last time at fosdem :) Feb 09 21:02:45 borrowing with asking and the other way Feb 09 21:02:56 that are 3 days Feb 09 21:03:38 Serdar, I can't take without asking, they'll notice. Feb 09 21:03:46 I may be able to steal a fighter jet Feb 09 21:04:09 isn't that faster? Feb 09 21:04:54 Serdar, yeah, but fuel is terribly expensive, because we don't have trade agreements with the arab countries (oil) Feb 09 21:05:33 isn't there enough fuel for a one way trip to germany? Feb 09 21:05:51 but refilling it will cost you 600$ Feb 09 21:06:23 Serdar, I don't know how it's like where you live, but here it's considered impolite to borrow a vehicle and return it with an empty tank. Feb 09 21:07:37 anyhow, /me is off taking a shower. Feb 09 21:07:47 I never borrowed a fighter jet yet Feb 09 21:08:51 Serdar, vehicle-etiquette applies on all vehicles Feb 09 21:09:00 I never borrowed one myself either. Feb 09 21:09:06 anyhow, shower. Feb 09 21:14:55 Heinervdm, the problem is, I don't know what I should do there. :> Feb 09 21:15:36 Serdar: the same as in the zoo: watching the animals Feb 09 21:15:44 hm Feb 09 21:15:56 no feeding allowed. Feb 09 21:16:10 :D Feb 09 21:16:21 when was it last year? Feb 09 21:17:03 22.-24.5. Feb 09 21:17:12 (don't believe that this question ist correct) Feb 09 21:17:17 oh it'S lot of time Feb 09 21:17:49 CeBIT next month. but isn't LinuxTag on may? Feb 09 21:18:23 don't know. but since LinuxTag is in Berlin i'm not interested in it anymore Feb 09 21:19:01 you were interested in it, if it was in Karlsruhe or Wiesbaden? Feb 09 21:19:16 yes Feb 09 21:19:19 it's the same amount of time you are traveling Feb 09 21:19:41 okay maybe not from komblenz Feb 09 21:19:50 but Duesseldorf is centralized Feb 09 21:19:54 Berlin is about 6 hours, Wiesbaden 1,5 Feb 09 21:20:09 Karlsruhe was about 2,5 Feb 09 21:20:27 need 2,5 for karlsruhe too Feb 09 21:20:33 i think, don't remeber anymore, that was 2006 ro so Feb 09 21:21:08 I was on LinuxTag 2005 and 2008 Feb 09 21:21:36 i was there 2006 and 2007 Feb 09 21:25:17 will LPI be on FSOSHRCON? Feb 09 21:25:53 Why should they be there= Feb 09 21:26:04 it's just about SHR and FSO Feb 09 21:26:05 why not? Feb 09 21:26:20 it's a Linuxhouse right? Feb 09 21:26:26 or Linuxhotel Feb 09 21:26:36 lindi-: btw, some maxtor/seagate (?) hdds have a jumper that tells them not to spin up on power on. Feb 09 21:26:48 if it will be the same place as last year Feb 09 21:26:49 (is it safe to upgrade SHR-unstable?) Feb 09 21:26:55 PaulFertser: really? Feb 09 21:27:01 Heinervdm, DAMN YOU GUYS, I need to take a 1hr drive to the airport, 4hrs flight and a long drive in germany (not including all the hassle flights include) to get to anywhere :( Feb 09 21:27:03 lindi-: yeah, i think i can google it for you Feb 09 21:27:12 PaulFertser: how can i boot from one? Feb 09 21:27:25 ThibG, I'm running an up to date version, so yeah, I think. Feb 09 21:27:42 TAsn, ok, thanks Feb 09 21:28:53 TAsn: i need about 3 hrs, so you just need double of time Feb 09 21:29:07 Heinervdm, and 10 times the money Feb 09 21:29:13 and 15 times the hassle Feb 09 21:29:14 :P Feb 09 21:29:18 :) Feb 09 21:29:30 not to mention the fact that I don't speak german :P Feb 09 21:29:34 lindi-: you can't obviously Feb 09 21:29:41 lindi-: it's a jumper setting Feb 09 21:29:55 TAsn: there was a section about sponsoring in mickys mail Feb 09 21:30:39 Heinervdm, yeah, noticed that. But even if I get a sugar-daddy, that still won't save me the hassle/time :P Feb 09 21:30:44 TAsn: you can speak english, if you ask german people younger then 40 then most of them can understand you Feb 09 21:31:02 Heinervdm, I know, I was just kidding about the last part. Feb 09 21:31:03 lindi-: found, it's WD :) http://www.wdc.com/en/library/eide/2579-001037.pdf Feb 09 21:31:35 PM2 mode Feb 09 21:34:20 mickey|tv, query? Feb 09 21:34:51 onen|openBmap_: pong [delay: 5h] Feb 09 21:35:04 leviathan, great timeout Feb 09 21:35:12 xD Feb 09 21:35:33 its like ipoac Feb 09 21:36:24 IPoAC Feb 09 21:38:47 leviathan: hi Feb 09 21:38:54 leviathan: :D Feb 09 21:39:20 I'm try'n atm to clean codeaurora from pmem and merge it into upstream Feb 09 21:39:39 means: get it boot in upstream Feb 09 21:39:55 but pavels nonfunctional driver stuff is still around there Feb 09 21:39:56 ... -.- Feb 09 21:40:08 leviathan: I had a question for you: g1 + SHR/FSO. For logging for openBmap I would need: GPS-GSM cells info-(WiFi possibly). It does not need to work for calls, for WPA, etc. Feb 09 21:40:27 leviathan: do you think this is (will be) available any time soon? Feb 09 21:41:47 uuhhhm Feb 09 21:41:57 leviathan: I have understood that you the project made good progresses lately... Feb 09 21:42:02 you can scan for GSM/UMTS stations Feb 09 21:42:06 can register Feb 09 21:42:11 and also make phonecalls Feb 09 21:42:18 also wesnot works Feb 09 21:42:24 as GNUtoo showed me ;D Feb 09 21:43:07 leviathan: I see. The mandatory things are available then ;-) Feb 09 21:43:46 leviathan, finally Feb 09 21:44:04 leviathan: installing shr on g1 means flashing it right? no way to have (kind of) dual booting? (which would allow me to have a "working" phone under android, and a real Linux system for real fun (hacking) Feb 09 21:44:13 leviathan, did you compile xf86-video-msm without neon ? Feb 09 21:44:18 how far did you get Feb 09 21:44:58 stefan_schmidt: hallo du! what's up? Feb 09 21:45:04 because I was waiting the whole day for some gdb answer in #gdb and then I was fedup and looked at the source and there was non-optional neon things Feb 09 21:45:18 hmm Feb 09 21:45:31 you mean: I should try to get it work with our kernel? Feb 09 21:45:40 good, then I could merge ours into upstream Feb 09 21:45:41 leviathan, do you know what neon is? Feb 09 21:45:50 uhhm Feb 09 21:45:52 gas? Feb 09 21:46:02 was used for some time in neon lights Feb 09 21:46:15 now theres other, cheaper gas in it Feb 09 21:46:15 by gas you mean the assembler? Feb 09 21:46:20 nope Feb 09 21:46:22 ok guys, need some sleep. good night. Feb 09 21:46:24 ah ok Feb 09 21:46:28 so I'll explain Feb 09 21:46:30 I mean like hydrogenium Feb 09 21:46:31 :) Feb 09 21:46:41 but not reactive Feb 09 21:46:42 ;) Feb 09 21:46:55 neon is like mmx Feb 09 21:46:59 aha Feb 09 21:47:01 for arm*v7* cpus Feb 09 21:47:17 it's a single instruction multiple data I think Feb 09 21:47:26 anyway we do not have neon Feb 09 21:47:33 we only have armv6 without vfp Feb 09 21:47:41 so we must get rid of it Feb 09 21:47:55 uhhm, ok Feb 09 21:48:19 hmm Feb 09 21:48:46 can I sell my debug board at mailing list? Feb 09 21:48:55 mickey|tv, is still looking tv Feb 09 21:49:25 leviathan, did you assist at the last talk? Feb 09 21:49:28 at fosdem? Feb 09 21:49:31 Heinervdm, what an elementary calender widget? anything new? Feb 09 21:49:32 s/?// Feb 09 21:49:33 GNUtoo meant: at fosdem Feb 09 21:49:52 GNUtoo: yes Feb 09 21:50:01 I was looking for you, but didnt see you Feb 09 21:50:22 there was nothing really new for me Feb 09 21:50:33 except, that I have really to look onto my coding style Feb 09 21:50:34 :) Feb 09 21:51:01 because checkpatch returns a lot of critic Feb 09 21:51:21 leviathan@dizzy-6 /mnt/sda/experimental $ ls scripts/checkpatch.pl Feb 09 21:51:21 scripts/checkpatch.pl Feb 09 21:51:39 leviathan, apart the good commit messages? Feb 09 21:51:45 if anyone need a debug board, I am selling one for 25 EUR. It's new, never used, because it was for a someone but he hasn't show up on fosdem :/ Feb 09 21:51:52 now I have 2 boards :/ Feb 09 21:52:00 TAsn: morphis is lazy, he still hasen't sent it upstream Feb 09 21:52:01 Serdar, too bad I wanted one Feb 09 21:52:05 Serdar: is it usable for other smartphones too? Feb 09 21:52:12 no idea. Feb 09 21:52:13 Heinervdm, bah :) Feb 09 21:52:24 GNUtoo, you was on FOSDEM? Feb 09 21:52:26 Heinervdm, any specific reason? or jut pure laziness? Feb 09 21:52:28 yes Feb 09 21:52:29 Serdar: yes Feb 09 21:52:30 me too Feb 09 21:52:57 TAsn: i think the pre is more important to him Feb 09 21:52:57 GNUtoo, maybe you live near Duesseldorf? :) Feb 09 21:53:10 Heinervdm, I'll mail him :) Feb 09 21:53:13 Serdar: nope, atm more in my region Feb 09 21:53:14 :) Feb 09 21:53:21 aka. switzerland Feb 09 21:53:26 oh Feb 09 21:53:31 Serdar: GNUtoo was the one showing around the g1 and i think you gave him a beer ;) Feb 09 21:53:34 not EU :D Feb 09 21:53:37 Serdar, italy Feb 09 21:53:43 ah, right Feb 09 21:53:55 oh. Feb 09 21:54:02 I didn't drink any bear... Feb 09 21:54:11 you drank my beer and don't congratulate me for my birthday? :O Feb 09 21:54:12 but some people arround me did Feb 09 21:54:15 no one did :( Feb 09 21:54:26 I was the one drinking water Feb 09 21:54:39 Heinervdm, mailed him. :) Feb 09 21:54:45 TAsn: ok :) Feb 09 21:55:03 I was the one who told Heinervdm to stop because Deubeuliou needed to show up :D Feb 09 21:55:33 lack of time. Feb 09 21:55:57 I drank half a bottle jack daniels on the way to FOSDEM Feb 09 21:56:03 it was so hard >_< Feb 09 21:56:11 I never expected that i can talk for half an hour Feb 09 21:56:23 Heinervdm, you was really nervous Feb 09 21:56:28 Heinervdm: always new experiences Feb 09 21:56:35 Serdar: as always Feb 09 21:56:44 Heinervdm, was it your first presentation? Feb 09 21:57:15 Heinervdm: always keep in mind that they are great full to learn new things from you Feb 09 21:57:19 so no fear Feb 09 21:57:37 hmm Feb 09 21:57:52 GNUtoo: I'll look, how to disable neon Feb 09 21:58:07 I'm doing it Feb 09 21:58:08 but I fear, we will have to hack into the driver a disablation or so Feb 09 21:58:08 Serdar: first public talk, all my other talks were at university Feb 09 21:58:11 anyway I have two debug boards both new so don't need one selling for 25 EUR. Feb 09 21:58:23 Heinervdm, and that's not public? Feb 09 21:58:36 I think it's easy Feb 09 21:59:30 Serdar: not in that way :) At university there are only the people that have to be there ;) Feb 09 21:59:52 all others aren't interested in comming Feb 09 21:59:59 :) Feb 09 22:00:15 I guess I ask on the mailing list :) Feb 09 22:00:27 in ethz there are even people on sunday Feb 09 22:01:07 Heinervdm: then youre universities arent enough motivating :P Feb 09 22:01:39 leviathan: there are too many talks and all of them are very specific Feb 09 22:01:58 oh, you mean while fosdem? Feb 09 22:02:12 no at university Feb 09 22:02:19 Heinervdm, I am not afraid of doing speeches, I guess I am good at it, but not in english :> Feb 09 22:02:31 my english is bad :> Feb 09 22:02:59 I don't think my english is good, but i thought i can't be wrong to try :) Feb 09 22:03:19 and i don't think that i'm a great talker Feb 09 22:04:12 that was the only talk I heard from you. Feb 09 22:04:48 But i think that the only way of getting better, is doing it Feb 09 22:05:01 learning by doing. Feb 09 22:05:23 but it will not help if nobody says you what you did wrong. Feb 09 22:06:18 should I tell it here, or query? :Y Feb 09 22:06:19 :> Feb 09 22:06:50 i think i found enough errors by my self, and i can't solve everything at once. So first solving the things i know and after that everything else should be fine Feb 09 22:07:00 Tell here Feb 09 22:07:04 okay Feb 09 22:07:35 first do a empty presentation or to a friend/family etc. Feb 09 22:07:51 second doing this will let you rememeber the pages Feb 09 22:08:19 third remembering pages will help you to be able to look to the audience, most of the time you were looking to your slides Feb 09 22:08:48 fourth speak loud and clear, this was a small room, but I hope to get a bigger one for next FOSDEM. Feb 09 22:09:55 fifth use some gestures, maybe move around that will help to get away your nervousity, maybe take a pointer in your hand and don't look more than few second to one, or you will get nervous. Feb 09 22:11:19 six don't speak to the slides, short looking is okay but like I said at third, staring and speaking to it will make people not hear you Feb 09 22:11:25 I guess that's it Feb 09 22:12:09 mickeyl, query? Feb 09 22:12:16 three isn't easy for, i'm always trying :) Feb 09 22:12:32 Serdar: yo, waht's up? Feb 09 22:12:44 yeah, that's why you should try 1 Feb 09 22:12:48 Heinervdm: and make yourself notes if you aren't that fluent in the languages you are talking in. sometimes it seemed as if you wanted to say something but didn't knew howto Feb 09 22:12:56 but i'm sure next one will be better Feb 09 22:12:56 mickeyl, about FSOSHRCON Feb 09 22:13:18 ya, read your suggestion about LPI Feb 09 22:13:23 not that Feb 09 22:13:27 ah, ok Feb 09 22:13:57 I am not really involved to shr, maybe I never will be, because I don't like illume and its looks, but I can help organizeing Feb 09 22:14:07 larsc: yes, that was a problem, i tried at home several times, but there i used other words :) Feb 09 22:14:14 I found out, that I am really good at it. Feb 09 22:14:21 I mean it works. Feb 09 22:14:33 and I am atm the nearest guy to essen right? Feb 09 22:14:48 where are you located again? Feb 09 22:14:53 Duesseldorf Feb 09 22:14:55 right Feb 09 22:15:00 that should make you the nearest one, yepü Feb 09 22:15:11 thought so. Feb 09 22:15:31 and maybe I can ask Univativ for some sponsering Feb 09 22:15:39 awesome idea Feb 09 22:16:01 they are not that big, so I guess it would be possible for some beer, snacks goodies etc. Feb 09 22:16:17 sure, every bit is helpful, especially organization Feb 09 22:16:43 I mean Duesseldorf location if they can make some work to the Darmstadt and ask for more help it can be more than few stuff Feb 09 22:17:49 if we can represent univativ and the way how it works, finding students for work etc. then it could be more. I can ask Feb 09 22:17:57 leviathan, http://pastebin.com/d3cdaefdf Feb 09 22:18:14 doesn't segfault anymore Feb 09 22:18:19 I'll prepare a patch tomorrow Feb 09 22:18:30 s/segfault/illegal instruction Feb 09 22:18:50 GNUtoo: found the problem in xorg-msm? Feb 09 22:19:06 mickeyl: tried mkbootimg? Feb 09 22:19:24 Heinervdm: let me do that now Feb 09 22:19:29 where do i have the adp1... Feb 09 22:19:31 mickeyl, it was easy...neon Feb 09 22:19:33 * mickeyl starts searching Feb 09 22:19:34 :) Feb 09 22:19:45 I will ask the next days Feb 09 22:19:45 GNUtoo: well, good work in analysis! Feb 09 22:19:53 Serdar: cool, keep us posted Feb 09 22:20:04 basically I fired the debugger too rapidely Feb 09 22:20:18 mickeyl, in exchange I want a LPIC exam :> Feb 09 22:20:26 :D Feb 09 22:20:54 summer is nice, I have time to learn :> Feb 09 22:20:54 heh Feb 09 22:21:04 * mickeyl afraid of summer Feb 09 22:21:09 many non-FOSS projects :/ Feb 09 22:21:22 I really want it, because it's something I can show. Feb 09 22:21:29 I'll go to sleep Feb 09 22:21:50 mickeyl, you will get money for that? Need money too :/ Feb 09 22:22:00 g'night GNUtoo Feb 09 22:22:01 gn8 Feb 09 22:22:14 I am doing too many things, mostly social ones which are not paid :/ Feb 09 22:22:16 thanks Feb 09 22:22:30 this thirstday for example Altweiber... Feb 09 22:23:30 from 0900 am-0300 am helping idiots to feel better from their alcohol orgy... Feb 09 22:25:17 I say you guys, if I see one of you there in our tents I will not help you :O Feb 09 22:27:09 hmm Feb 09 22:27:14 Sent fix for #821 Feb 09 22:29:54 Heinervdm: ok, it boots fine Feb 09 22:30:04 what shall we do next? Feb 09 22:30:07 evening mirko Feb 09 22:30:13 hey mickeyl Feb 09 22:30:40 mickeyl: check the licence text Feb 09 22:31:15 i understood it that way that one has to ship the licence text with that lib Feb 09 22:31:30 mkbootimg it self has an apache licence Feb 09 22:31:59 mickeyl, I found mdbus2 interactive mode awesome Feb 09 22:32:14 max_posedon: thanks, took me the whole part of the trainride from FOSDEM to Frankfurt :) Feb 09 22:32:16 but I face ERROR:main.c:1001:introspection_startElement: code should not be reached Feb 09 22:32:33 sometimes, when playing on destkop with it Feb 09 22:32:42 max_posedon: ya, it lacks some error checks, especially for non well-behaved dbus services Feb 09 22:32:51 ah, ok. Feb 09 22:33:07 i'll work on that permitting time Feb 09 22:33:36 Heinervdm: correct, we need to ship a COPYING file with the binary Feb 09 22:33:37 and now I updated all fso2 stuff to master state, so trying to retest fsousaged issue once more Feb 09 22:33:43 max_posedon: cool Feb 09 22:33:59 mickeyl: but i don't know how to do that with autotools Feb 09 22:34:27 and i think we should rename that COPYING to COPYING.lib Feb 09 22:34:30 Heinervdm: that's simple, just a data install Feb 09 22:34:45 and add another COPYING for the apache one Feb 09 22:34:46 i don't have a COPYING file Feb 09 22:35:07 k Feb 09 22:35:18 check any of the fso2 programs Feb 09 22:35:27 never used apache, so i don't know it terms Feb 09 22:35:27 i.e. data or conf installs things into datadir Feb 09 22:35:38 the apache license is very open Feb 09 22:35:47 more or less you don't need to do anything Feb 09 22:36:07 ok Feb 09 22:42:44 /usr/share/doc/mincrypt should be ok? Feb 09 22:45:10 looks good Feb 09 22:45:20 mickeyl, its look like fsousaged installs 2 configs Feb 09 22:45:48 ah not Feb 09 22:45:51 yeah, one for 'default' and one for 'openmoko_gta' Feb 09 22:45:55 sorry, its my stupid ebuild Feb 09 22:46:10 1 had one more in /etc/freesmartphone Feb 09 22:46:23 ah, that's only if you want to override it Feb 09 22:47:13 mickeyl: does this look right for zhone to you? it fixes missing eina-0 headers for build for me http://jama.homelinux.org/org.openembedded.shr.images/0001-setup.py-use-pkgconfig-call-for-checking-eina-0-incl.patch Feb 09 22:47:50 hmm Feb 09 22:47:58 why is ecore not enough? Feb 09 22:48:13 ecore should link against eina as well, no? Feb 09 22:48:26 mickeyl: both functions are from python-ecore.. Ecore_x.h is using Eina.h Feb 09 22:48:33 mickeyl: which is not in /usr/include Feb 09 22:48:39 but /usr/include/eina-0 Feb 09 22:48:47 ah, it's about the include flags, not the ldflags Feb 09 22:48:55 ok then, looks good Feb 09 22:49:00 fsogsmd manuall start (when fsousaged running) 2010-02-09T22:45:50.104956Z [ERROR] DBusServiceResource : Message did not receive a reply (timeout by message bus). Can't register resource with fsousaged, enabling unconditionally Feb 09 22:49:00 2010-02-09T22:45:50.122438Z [DEBUG] DBusServiceResource : Enabling GSM resource... Feb 09 22:49:07 can you push it to zhone.git? Feb 09 22:49:26 mickeyl, thats was workaround for make fsogsmd works at least once? Feb 09 22:49:42 I would bump git rev with that and remove few unneeded python-e* deps there.. Feb 09 22:49:49 JaMa: you don't have access to git.fso ? Feb 09 22:49:54 no Feb 09 22:50:11 JaMa: oh. you can have, if you want Feb 09 22:50:17 max_posedon: prevent fsousaged from being started Feb 09 22:50:30 max_posedon: at least that was what helped on your system Feb 09 22:50:34 on mine it's not necessary Feb 09 22:50:49 mickeyl: thanks.. but I think it's not necessary.. Feb 09 22:51:04 ok, i'll push it then Feb 09 22:51:18 I think its smth strange here now Feb 09 22:51:27 fsogsmd start kills fsousaged Feb 09 22:51:28 freesmartphone.org: 03Martin.Jansa 07zhone * r2638381cf581 10/setup.py: setup.py: use pkgconfig call for checking eina-0 include headers (as used in python-ecore) Feb 09 22:53:00 mickeyl: changed it to install the licence and removed headers from installed files, because i don't think they will be used by any other programm Feb 09 22:53:20 mickeyl: http://heinervdm.dyndns.info/shr-git/mkbootimg.tar.gz Feb 09 22:53:54 so we can host it somewhere and then intgrate it in oe Feb 09 22:54:58 mickeyl, should i use the defaultLogger for the glib logger? Feb 09 22:55:14 mickeyl: did you find the way to disable neon? Feb 09 22:55:27 gnutoo didnt tell me before he left Feb 09 22:56:01 leviathan, the gloating point unit? Feb 09 22:56:09 floating Feb 09 22:56:11 yes Feb 09 22:56:41 playya: use FsoFramework.theLogger until you need for specific loggers Feb 09 22:56:52 ok Feb 09 22:56:56 i.e. if you have more complex things that need different logging domains Feb 09 22:57:20 leviathan: Feb 09 22:57:21 leviathan, http://pastebin.com/d3cdaefdf Feb 09 22:57:21 doesn't segfault anymore Feb 09 22:57:22 I'll prepare a patch tomorrow Feb 09 22:57:22 s/segfault/illegal instruction Feb 09 22:57:26 afaik you have to pass explicit arguments to gcc to enable neo Feb 09 22:57:32 why does this patch doesn't show up in patchwork? http://lists.shr-project.org/pipermail/shr-devel/2010-February/002123.html Feb 09 23:02:21 mickeyl, http://paste.pocoo.org/show/175962/ Feb 09 23:02:54 fsousaged core dump backtrace Feb 09 23:03:41 someone sending a null string Feb 09 23:03:54 libfsoresource current? Feb 09 23:04:03 #9 0x40a0a9d0 in usage_resource_new (name=0x24b20 "GSM", busname=0x24eb0 ":1.15", objectpath=0x21fc0 "/org/freesmartphone/Resource/GSM") at resource.c:312 Feb 09 23:04:13 there no any NULL I think Feb 09 23:04:18 I think yes Feb 09 23:04:37 if its wasn't updated today - then should be yes Feb 09 23:06:01 mickeyl: good, then I'll wait until tomorrow Feb 09 23:06:11 for getting able to debug graphics Feb 09 23:06:12 ... Feb 09 23:06:20 mickeyl, c97f4a4c83e77cb9a65099009ddeaeba49714852 Feb 09 23:06:43 so, its latest Feb 09 23:10:01 mickeyl, so, this is another issue which face only I? Feb 09 23:10:34 freesmartphone.org: 03mickey 07msmcomm * r8358b8df838e 10/libmsmcomm/src/context.c: libmsmcomm: fix logic inversion in msmcomm_new Feb 09 23:12:07 hmm :/ Feb 09 23:12:13 apparantly not Feb 09 23:12:23 something broke Feb 09 23:14:52 only significant diff - vala-0.7.10 Feb 09 23:15:17 freesmartphone.org: 03mickey 07msmcomm * r39c9008f5d80 10/msmvterm/src/ (main.vala terminal.vala): msmvterm: create context and open transport Feb 09 23:15:22 yeah Feb 09 23:15:27 might be a vala regression Feb 09 23:15:29 or something we broke Feb 09 23:23:05 mickeyl, another issue Feb 09 23:23:07 http://paste.pocoo.org/show/175979/ Feb 09 23:23:18 such fsodeviced start here just kills neo( Feb 09 23:23:33 its stopped ping, but screen shows its not suspended Feb 09 23:28:23 good night Feb 09 23:28:54 ah, log give more info Feb 09 23:29:04 fsodeviced bad games with usb host Feb 09 23:29:56 http://paste.pocoo.org/show/175983/ Feb 09 23:35:17 fsodeviced configure: kernel26_rfkill : no ; player_canberra : no ; player_gstreamer : no Feb 09 23:35:39 mickeyl, kernel26_rfkill required for gta02, yes? Feb 09 23:36:11 from .32 upwards Feb 09 23:36:35 * mickeyl found the breakage in Vala Feb 09 23:37:57 shr uses : --enable-kernel26-rfkill --enable-player-canberra Feb 09 23:38:13 forget canberra on Openmoko devices Feb 09 23:38:38 ok, will use gstreamer player, but what is rfkill Feb 09 23:38:45 (if I use 2.6.29) Feb 09 23:39:18 i advise alsa player Feb 09 23:39:27 unless you use != wav Feb 09 23:39:44 rfkill takes care about bluetooth and wifi power control Feb 09 23:39:48 only on .32++ though Feb 09 23:40:03 lets say I want nice linux-way for testing purpose now Feb 09 23:40:10 ah, ok. Feb 09 23:40:14 it will work with the .29 kernels also Feb 09 23:40:37 but latest question why fsodeviced do smth with usbhost mode, and how to disable it Feb 09 23:41:56 why usbhost? Feb 09 23:42:09 ah Feb 09 23:42:22 fsodevice do smth bad on usb during start for me Feb 09 23:42:23 when fsousaged is not present, all resources will be enabled Feb 09 23:42:44 with usbhost its killing ssh Feb 09 23:42:49 correct Feb 09 23:43:09 could it be changed in config? and I think it shouldn't be so by default Feb 09 23:43:28 i think it's good to enable resources if resource control is not found Feb 09 23:43:33 otherwise you have a hard time enabling them Feb 09 23:43:40 but not this one Feb 09 23:43:49 yes, this is somewhat special Feb 09 23:44:15 i'd rather add a switch to disable usb host control altogehter Feb 09 23:44:46 but can I do smth for now? or just wait for vala fix? Feb 09 23:45:01 I said you that you will hate me :) ... Feb 09 23:45:16 can't do anything about the vala problem, just reverting Feb 09 23:46:41 7887af51df148bdde3d50181932a432b1c982d1d is the problem Feb 09 23:47:59 https://bugzilla.gnome.org/show_bug.cgi?id=609475 Feb 09 23:48:14 mickeyl, when do you plan to set the date? Feb 09 23:49:09 could it be set in next weeks or do you need more? Feb 09 23:49:17 (time) Feb 09 23:49:21 not too soon, first i need to hear back from all the important people, then we need to check with LinuxHotel etc. Feb 09 23:49:36 i hope it's clear by end of march Feb 09 23:49:42 hm Feb 09 23:50:22 I can take the checking part, but it's only possible if we have a Feb 09 23:50:41 s/a/some dates to ask. Feb 09 23:51:33 yes, we need to find some good weekend, perhaps some with a public holidy on fr. or mo. Feb 09 23:52:29 15.02.2010 (Mo.) :> Feb 09 23:53:06 G 24.05.2010 (Mo.) Pfingstmontag Feb 09 23:53:35 01.11.2010 (Mo.) Allerheiligen that's next Feb 09 23:54:09 but if it's from 21-25 you need to plan now, because it's pretty near. Feb 09 23:54:24 if you plan 01.11 we got plenty of time Feb 09 23:54:45 that's too late Feb 09 23:54:49 much too late Feb 09 23:54:56 there are some holidays on thirstday Feb 09 23:54:57 time is somewhat running out for FSO Feb 09 23:55:04 we need to show something in Summer Feb 09 23:55:20 03.06.2010 (Do.) Fronleichnam Feb 09 23:55:28 that could be something Feb 09 23:55:56 or 13.05.2010 (Do.) Christi Himmelfahrt Feb 09 23:56:11 I would suggest 02.06 Feb 09 23:56:15 03 Feb 09 23:56:48 17.11.2010 (Mi.) Buß- und Bettag <-- wtf? never heard of it... Feb 09 23:57:09 how's next monday :> Feb 09 23:57:18 okay I will not have time because of red cross. Feb 09 23:58:43 I have two alternatives for you: Feb 09 23:58:44 buß und bettag has been cancelled Feb 09 23:59:00 max_posedon: if you build vala w/ reverting said patch fsousaged works again Feb 09 23:59:42 21-24.05 24.05 is Pfingstmontag Feb 10 00:00:49 04-07.06 where 03.06 is Fronleichnam Feb 10 00:00:55 nice, but I think its too late, can I expect some vala bump from you tomorrow may be? Feb 10 00:01:11 some 0.7.10.1 Feb 10 00:01:39 I write that on mailing list. Feb 10 00:01:50 max_posedon: yes, i'll cut a release Feb 10 00:02:06 ok, so it will be easier for me. thanks Feb 10 00:02:16 np Feb 10 00:02:31 mickeyl, there is only 1.5 week difference Feb 10 00:03:19 yep Feb 10 00:03:22 maybe Pfingsmontag is better. Feb 10 00:03:26 +t Feb 10 00:03:42 because of monday Feb 10 00:03:51 I will look for holidays, wait Feb 10 00:05:23 okay Ostern is in april Feb 10 00:09:50 * mickeyl -> bed Feb 10 00:09:52 g'night Feb 10 00:13:58 cxv Feb 10 00:23:56 good night. **** ENDING LOGGING AT Wed Feb 10 02:59:58 2010