**** BEGIN LOGGING AT Fri Mar 18 02:59:57 2011 Mar 18 09:40:28 heyho Mar 18 09:46:05 mickey|office: heyho Mar 18 09:46:31 morning morphis Mar 18 09:50:18 mickey|office: everything fine? Mar 18 09:50:36 still a bit dizzy and a light cough, but mostly ok, thanks Mar 18 09:54:21 i'd like to look at the state of things this weekend, if you have a moment to assist Mar 18 09:54:27 saturday or so Mar 18 09:54:39 hm, I am in hamburg these weekend Mar 18 09:54:50 ok, np. i can try the fso installer on my own Mar 18 09:54:58 sunday evening would be possible Mar 18 09:55:00 ok Mar 18 09:55:22 do you need some tips how to start? Mar 18 09:56:08 moin Mar 18 09:56:27 mickey|office: dunno if you saw it... but with your minimal image all is fine for me Mar 18 09:56:43 now we have to check for differences Mar 18 09:57:31 mrmoku: no, i didn't see that. that's -kind of- good news Mar 18 09:57:38 so you know i didn't make that up ;) Mar 18 09:57:46 :) Mar 18 09:58:04 mickey|office: one maybe relevant difference is that your image has both libnl (1+2) Mar 18 09:58:08 hmm Mar 18 09:58:26 mickey|office: if you can start with a clean installed device, run the webos doctor before Mar 18 09:58:30 does anything actually link against it? Mar 18 09:58:53 dunno how to check that... Mar 18 09:59:20 hmm, ldd and grep? Mar 18 09:59:31 sure, but no ldd installed in the image Mar 18 09:59:32 or - just remove libnl1 and try Mar 18 09:59:41 ahh, that might be an idea :) Mar 18 10:00:05 will do that when it finished charging Mar 18 10:00:41 mickey|office: another thing regarding the doubled SMS problem... on thing you added right before that started to happen is +CSMS=1 Mar 18 10:00:45 could that be related? Mar 18 10:01:46 mickey|office: do will use your own compiled image or should I compile one? Mar 18 10:02:58 mickey|office: if that could be related would it be possible to try by sending +CSMS=0 via mdbus? Mar 18 11:14:23 alexxy: maybe just try it... Mar 18 11:15:12 mrmoku: ? Mar 18 11:15:19 alexxy: when it is registered... use mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand "AT+CSMS=0" "" Mar 18 11:15:33 then send yourself a message and check if it get's doubled Mar 18 11:15:57 mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand "AT+CSMS=0" "" Mar 18 11:15:57 (" Mar 18 11:15:57 ERROR") Mar 18 11:16:12 hmm Mar 18 11:16:14 alexxy, wrong command Mar 18 11:16:22 alexxy, try main as channel Mar 18 11:16:38 mm? Mar 18 11:16:50 org.freesmartphone.GSM.Debug.DebugCommand require a channel argument Mar 18 11:16:53 you put "" Mar 18 11:16:56 put main instead Mar 18 11:17:08 The channel to send this command on. Set to "" to use the default one. Mar 18 11:17:13 (from specs) Mar 18 11:17:18 ah ok Mar 18 11:17:20 sorry then Mar 18 11:17:29 and you send +something Mar 18 11:17:29 though no idea if default would be the correct channel Mar 18 11:17:33 or AT+something? Mar 18 11:17:41 that is not written there :P Mar 18 11:17:48 so look in the logs Mar 18 11:17:50 alexxy: maybe try without AT? Mar 18 11:18:52 the logs will tell if it's doing ATAT+something Mar 18 11:18:56 or AT+something Mar 18 11:18:58 mdbus2 -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Debug.DebugCommand "+CSMS=0" "main" Mar 18 11:18:59 (" Mar 18 11:18:59 OK") Mar 18 11:19:00 or +sometjhing Mar 18 11:19:02 ok Mar 18 11:19:10 good Mar 18 11:19:14 :) Mar 18 11:19:27 mrmoku, maybe we could try that: Mar 18 11:19:34 download mickeyl image Mar 18 11:19:39 and import fsogsdm from there Mar 18 11:19:45 for n900 Mar 18 11:19:48 if it works Mar 18 11:20:00 look with nm, the revisions etc... Mar 18 11:21:15 GNUtoo: my battery will finish charging soon... then I will try to remove libnl1 and see it it is still working Mar 18 11:21:53 rty to remove? how? Mar 18 11:21:59 mrmoku: it still stores sms on sim Mar 18 11:22:03 ok Mar 18 11:22:17 GNUtoo: opkg remove --force-depends Mar 18 11:22:29 what if it's linked to it? Mar 18 11:22:39 it won't magically recompile itself Mar 18 11:22:42 that is to say Mar 18 11:22:53 it will fail to run like when a lib is lacking Mar 18 11:23:17 GNUtoo: but then we know it _is_ linked against it Mar 18 11:23:25 ldd will tell Mar 18 11:23:28 and that the problem might be libnl1 related Mar 18 11:23:47 yes that's a huge possibility Mar 18 11:23:54 hmm... I could use oe's cross ldd and my card reader too... Mar 18 11:24:38 ah you can't opkg install ldd on target? Mar 18 11:24:44 because ldd is meant to run on target Mar 18 11:24:54 cross ldd has other names Mar 18 11:25:00 such as readelf Mar 18 11:25:07 and objdump Mar 18 11:25:11 GNUtoo: dunno if mickey|office has a feed too Mar 18 11:25:12 but they are harder to read Mar 18 11:25:15 it is not in the image Mar 18 11:25:25 then take it from another image Mar 18 11:25:29 it's just a shell script Mar 18 11:25:37 (with security bugs) Mar 18 11:25:41 :) Mar 18 11:25:48 ok, will try that then Mar 18 11:25:52 brb Mar 18 11:26:12 other OS uses different system than exporting variables Mar 18 11:26:28 basically with the right file you could trigger execution of code Mar 18 11:26:36 ./ldd suspicious_thing Mar 18 11:26:40 and it executes code Mar 18 11:53:10 freesmartphone.org: 03morphis 07msmcomm * r38fdeaa5b51f 10/libmsmcomm/ (4 files in 4 dirs): libmsmcomm: more detail work on sms response messages Mar 18 12:25:04 mickey|office, GNUtoo: root@nokia900:~# fsogsmd Mar 18 12:25:04 fsogsmd: error while loading shared libraries: libnl.so.1: cannot open shared object file: No such file or directory Mar 18 12:25:31 yes that's what I told you :) Mar 18 12:25:41 it's linked at compilation time Mar 18 12:25:46 I know Mar 18 12:25:51 yes I bet so Mar 18 12:25:55 :) Mar 18 12:26:06 it could have been linked to libnl2 though Mar 18 12:26:11 ok Mar 18 12:26:28 now we know that it is linked against libnl1 in mickey's minimal image Mar 18 12:26:34 and linbnl2 on our image Mar 18 12:27:25 import fsogsmd from mickeyl's image Mar 18 12:27:32 along with libnl.so.1 Mar 18 12:30:23 is that enough? Mar 18 12:30:26 what about libgisi? Mar 18 12:30:47 try that Mar 18 12:30:53 if you think it's libnl Mar 18 12:31:08 then if something is lacking, import it Mar 18 12:31:28 ok Mar 18 12:35:13 d'oh Mar 18 12:35:16 interesting find Mar 18 12:37:03 indeed mrmoku had this idea since the beginning Mar 18 12:37:10 when he diffed the testlab Mar 18 12:37:18 he just wanted to test Mar 18 12:37:32 mickey|office: would it be easy for you to build an image without libnl1? Mar 18 12:38:27 * JaMa had to manually remove all traces of libnl1 from sysroots/pstage/pkgdata/shlibs before first trully libnl1-free image :/ Mar 18 12:38:39 packaged staging somehow fails in this case Mar 18 12:38:45 hmm Mar 18 12:39:08 i don't know what actually drags libnl1 in Mar 18 12:39:08 so rebuild from scratch is not that bad in this case :/ Mar 18 12:40:05 mickey|office: maybe libnl1 was in sysroot for long time? ie from old bluez we had few months ago? Mar 18 12:41:02 mickey|office: fsodatad -> libnl1; Mar 18 12:41:23 fsodeviced -> libnl1; Mar 18 12:41:29 fsogsmd -> libnl1; Mar 18 12:41:31 mickey|office: you can try to apply this http://gitorious.org/~jama/angstrom/jama-shr-experimental/commit/9d75b8b051f14f8c2217510aef12355018b1790b to see if you don't have something special in image still dragging it Mar 18 12:41:35 fsonetworkd -> libnl1; Mar 18 12:42:43 actually all fso stuff + mkdump + mterm2 Mar 18 12:42:54 (according to depends-nokernel.dot) Mar 18 12:49:48 strange Mar 18 12:50:21 will have a look when i'm at home Mar 18 12:50:33 i sincerely hope that it comes from the mix Mar 18 12:50:43 and not from libnl2 changing semantics in one or the other place Mar 18 12:50:54 otherwise we would need to debug gisi :/ Mar 18 12:52:24 there should be newest fso+gisi in n900 image on buildhost if it could be usefull Mar 18 12:52:25 JaMa: my browser doesn't display anything for that link. can you pastebin instead? Mar 18 12:52:32 sure Mar 18 12:52:34 thanks Mar 18 12:53:10 http://paste.pocoo.org/show/355513/ Mar 18 12:53:34 hmm Mar 18 12:53:37 ok, this won't help Mar 18 12:53:44 as minimal has nothing to do with angstrom Mar 18 12:54:01 but i'll have a look how i can do the equivalent for minimal Mar 18 12:54:21 #activate the angstrom blacklister Mar 18 12:54:21 INHERIT += "angstrom" Mar 18 12:54:26 should be enough Mar 18 12:55:13 sorry I didn't notice that minimal is meant like OE distro (not image) Mar 18 12:56:05 then also this line could be usefull ANGSTROM_BLACKLIST_pn-libnl = "libnld has been replaced by libnl2" Mar 18 12:57:49 btw as there is enough problems from libnl1/libnl2 coexistance, would you mind if I rename libnl2_2.0.bb to libnl_2.0.bb and that way force only one version to be built? Mar 18 12:58:13 openembedded-core already has meta/recipes-support/libnl/libnl_2.0.bb so we'll have to switch sometime Mar 18 13:00:25 sounds good to me Mar 18 14:09:19 mickey|office: libnl2->libnl patches sent to OE ML :) Mar 18 14:10:00 cool, thanks Mar 18 14:41:55 sigh sigh sigh, I should not have touched a phone yet Mar 18 14:42:04 this media-ctl thing is driving me mad Mar 18 15:30:44 what is media-ctl? Mar 18 19:46:28 Hello Mar 18 19:47:33 in the http://shr-project.org/trac/wiki/Developing%20your%20own%20applications at the step 5. Building a package there are $ . setup-env command Mar 18 19:47:57 What means this dot-space-setup-env Mar 18 19:48:10 is it equal to ./setup-env? Mar 18 19:53:32 shade-khv1: no, it's equal to "source setup-env" Mar 18 19:56:15 when i'm trying to do it i have error "environment: TOPDIR not defined" despite /conf/topdir.conf exists and contains environment: TOPDIR='/OE/shr-testing' Mar 18 19:57:20 i have same error even if i inserts TOPDIR='/OE/shr-testing' in the beginnig of setup-env Mar 18 20:11:04 solved Mar 18 20:13:08 i had to done $ sudo ./shr-chroot.sh Mar 18 20:13:09 $ su - bitbake Mar 18 20:13:09 cd shr-testing Mar 18 20:13:09 . ./setup-env Mar 18 20:13:35 like in building shr image Mar 18 20:22:02 heyho Mar 18 20:28:00 Uraaa! I ve just compiled my first heelo world for Neo ^) Mar 18 20:28:18 Hi morphis ^ Mar 18 20:28:32 shade-khv1: yeah! Mar 18 20:28:38 with OE or toolchain? Mar 18 20:28:51 Now i will go sleep ^) Mar 18 20:29:08 Morning is coming ^) Mar 18 20:29:35 with mrMoko's chroot env Mar 18 20:29:54 I think its OE Mar 18 20:30:10 Good bye ^) Mar 18 21:38:33 freesmartphone.org: 03morphis 07msmcomm * rb35a0b116526 10/msmcommd/src/modemchannel.vala: msmcommd: even try to check command id of unsolicited responses Mar 18 21:38:35 freesmartphone.org: 03morphis 07msmcomm * ra51c4161ffc1 10/msmcommd/src/smsservice.vala: msmcommd: port smsservice to new structure Mar 18 22:02:57 freesmartphone.org: 03morphis 07utilities * r2e9c6f7c1a58 10/android/libnetutils/ (13 files in 2 dirs): libnetutils: import from android open source project Mar 18 22:08:07 leviathan, hi **** ENDING LOGGING AT Sat Mar 19 02:59:56 2011