**** BEGIN LOGGING AT Mon Mar 15 02:59:57 2010 Mar 15 15:53:12 Hi, i recently discovered ofono project and i was wondering if anyone familiar with it could answer a few questions. Mar 15 15:54:27 i would like to write a program for my n900 to display the list of surrounding bss, gathering info of surrounding cells like lac, cell id, etc. Mar 15 15:55:06 i looked into the dbus calls, didnt see much interesting stuff (can only get the infos of the currently reg'd cell) Mar 15 15:55:29 then i started looking into the csd daemon & its libs Mar 15 15:55:47 and finally ended up on ofono, im currently reading code for the isi driver Mar 15 15:56:49 my first question is: can i actually do what im trying to? Mar 15 15:57:28 are there ways i can ask the modem to give me the info i want, or is the cell selection enterely up to the modem's firmware? Mar 15 16:01:18 So anyway, if anybody has some information, hints or ideas, i would be really glad. Mar 15 20:19:03 denkenz: I've just sent the promised SmsManager documentation Mar 15 20:19:57 BTW, huawei E220 seems to have SMS support under ofono Mar 15 20:21:37 by default the dongle flip-flop's between usb mass storage and gsm modes :/ but disabling device-kit workarounds it Mar 15 20:23:15 jprvita: Yeah alot of them do this Mar 15 20:23:30 jprvita: Does the E220 need any quirks, like the QUALCOMM one? Mar 15 20:23:37 a newer version of usb-modeswitch is supposed to fix this problem, but I'm not really up to do the distro job right now, since the workaround works form me Mar 15 20:23:55 denkenz: no quirks for the SmsManager API to be enabled Mar 15 20:24:21 Hm, nice, thought all the Huawei were Qualcomm based and had the same quirks Mar 15 20:24:24 I didn't test sending SMS yet though, I'll probably have a sim to do so tomorrow Mar 15 20:24:49 the modem I have is locked to the operator :( Mar 15 20:26:33 BTW, I wrote a small module for the enlightenment WM to power modems and show network information, it's under review process to enter the enlightenment svn right now Mar 15 20:27:33 I'll post some screenshots as soon as it's integrated Mar 15 20:28:38 Nice Mar 16 02:21:48 ygu5_ubuntu: I've pushed and refactored the first 10 patches from you Mar 16 02:22:21 ygu5_ubuntu: Can you review my changes and resubmit the rest following the same guidelines? Let me know if you have questions Mar 16 02:23:14 denkenz: Thank you. I will look at the modification soon. And submit the rest patches to you. Mar 16 02:25:39 denkenz: I have finished half of the ber-tlvs. But the comprehension tlvs are the base, and I'd like to have them check in first. Mar 16 02:33:22 denkenz: Do you have further comments on Huawei modem? Mar 16 02:34:40 ygu5_ubuntu: Please send patches to the mailing list. Mar 16 02:35:18 holtmann: You mean the patches for stk? I will. Mar 16 02:35:28 +enum stk_tone_type { Mar 16 02:35:29 + STK_TONE_TYPE_DIAL_TONE = 0x01, Mar 16 02:35:29 + STK_TONE_TYPE_BUSY_TONE = 0x02, Mar 16 02:35:29 + STK_TONE_TYPE_CONGESTION = 0x03, Mar 16 02:35:29 + STK_TONE_TYPE_RP_ACK = 0x04, Mar 16 02:35:49 denkenz: Can we please add some tabs after enum so that all = and values are aligned. Mar 16 02:36:06 Makes it easier to read and sport mistakes. Mar 16 02:44:09 s/sport/spot/ **** ENDING LOGGING AT Tue Mar 16 02:59:56 2010