**** BEGIN LOGGING AT Mon Sep 27 02:59:57 2010 Sep 27 05:52:11 holtmann: with what modems does tools/huawei-audio work with? I guess not with all huawei modems? Sep 27 08:31:17 kvalo: You like to know that, don't you ;) Sep 27 08:32:48 I think it's a cool tool Sep 27 08:36:32 And it does work. Check drivers/huaweimodem/voicecall.c. We have a voice call driver for some Huawei modems ;) Sep 27 08:37:19 holtmann: can anyone update power and reset path in plugins/calypso.c to /sys/bus/platform/devices/gta02-pm-gsm.0 please Sep 27 08:39:24 fgau: Send a patch for it please. Sep 27 08:41:25 ok, i will do. btw, good work! Sep 27 14:58:06 pessi: Hi Sep 27 15:42:47 crevetor: hi? Sep 27 16:11:41 pessi: e-yes who I 'm working with on the nitdroid project told me I should ask you about this : Sep 27 16:12:16 When does ofono emit a signal for signal strength change ? Sep 27 16:17:08 akiniemi might know Sep 27 16:19:45 but I think it will emit it when ever driver notifies Sep 27 16:20:01 pessi: that's right Sep 27 16:20:59 I think the modem does some throttling, but not sure if it's with some known hysteresis Sep 27 16:21:26 can you set hysteresis on isimodems? Sep 27 16:21:39 Nope Sep 27 16:22:18 At least not currently, and not without rebuilding the firmware Sep 27 16:24:47 Btw, it's kind of silly to report 0-100% when the typical UI will map it to 5-7 bars Sep 27 16:32:17 akiniemi: I think it hsould report a dbm value. Then people can do whatever they want with it (bars, percent, etc) Sep 27 16:46:03 hmph, gprs works again... Sep 27 16:57:18 akiniemi: We need to do that throttling inside oFono as well. We are just too lazy right now ;) Sep 27 17:05:27 hm, are there plans to create a stable branch on top of ofono 0.26? Sep 27 17:08:02 No. Sep 27 17:08:23 We don't do stable branches actually. Sep 27 17:08:57 so fixing ofono bugs in meego is up to Martin? Sep 27 17:09:44 dbm values - wise idea Sep 27 17:09:50 Bugs yes, features no. Sep 27 17:16:55 e-yes: especially cause ril pretty much expects what's documented in the 3GPP documents for signal strength and it's not the same values depending if we're on GSM/CDMA/UMTS.. Sep 27 17:37:28 holtmann, I fixed callhistory api document with your feedback and sent out on friday, I am waiting for your comments on that. Would you like to see an algorithm or design of the plugin before in jump into implementation? Sep 27 17:37:48 I was kinda busy. Give me a bit and I get to it. Sep 27 17:38:03 Check the oFono git log ;) Sep 27 17:39:02 ok, thanks Sep 27 18:17:41 Quick question : I don't really understand why nettime isn't in ofono and had to be a separate plugin ? Sep 27 18:19:15 crevetor: we weren't quite sure how to expose NITZ to the rest of the system Sep 27 18:21:13 crevetor: if you have an idea, I'm all ears :) Sep 27 18:27:54 this ussd thing sucks Sep 27 18:37:23 akiniemi: I was thinking of getting it through a signal Sep 27 18:38:04 akiniemi: With the rest of the parameters in netreg Sep 27 18:38:51 Having a nitz property and fire a signal when it changes Sep 27 18:39:16 Though I don't know how often networks send nitz updates to phones... Sep 27 18:39:51 crevetor: typically when registering and on LAC changes Sep 27 18:40:22 akiniemi: ok so it's not very often. I guess that could work. Sep 27 18:40:30 crevetor: and yeah, it could be just a simple property (adjusted to current time) Sep 27 18:40:53 crevetor: and this might be enough in the end Sep 27 18:41:22 akiniemi: Any reason you know of why I don't get the Strength parameter when I call GetProperties on ofono.NetworkRegistration on an N900 Sep 27 18:41:59 akiniemi: It would be enough for me that's for sure :) I was reading through the sourcecode yesterday and was wondering why it wasn't like that.. Sep 27 18:42:11 crevetor: hm, shouldn't that be always there? Sep 27 18:43:06 akiniemi: Strength ? It probably should (the doc says it's an optional parameter) but I only get the non optional parameters Sep 27 18:43:55 crevetor: and the modem is online? Sep 27 18:47:44 crevetor: core does not ask it, and your field is so stble it never changes? Sep 27 18:50:15 pessi: core asks for all right, but only if registered (or roaming) Sep 27 18:50:25 s/for/for it Sep 27 18:52:22 ... and it is reported only before registration status changes? Sep 27 18:54:13 perhaps it should be asked when netreg status changes to registered or roaming? Sep 27 18:57:02 pessi: that should result in a new strength_notify()... Sep 27 18:57:20 but if the signal strength comes before the reg status change, it will be ignored... Sep 27 18:58:06 that sounds like a bug in core Sep 27 18:58:32 akiniemi: Yeah : I can make/receive calls Sep 27 18:59:42 crevetor: can you run ofono with env OFONO_ISI_DEBUG=all? Sep 27 18:59:47 akiniemi: pessi: The current value should always be reported by GetProperties whether it has changed or not isn't really my problem... Sep 27 19:00:17 akiniemi: I think we already run it that way. I'm at work right now so I won't be able to test. But I can test tonight. Sep 27 19:00:49 crevetor: I suspect NET_RSSI_IND is received before NET_REG_STATUS_IND when the modem registers Sep 27 19:01:40 That's very possible. Cause I did get a value at some point (possibly because the strength changed) Sep 27 19:02:35 Yeah, core needs to bootstrap strength whenever it gets registered Sep 27 19:06:24 akiniemi: rssi_ind comes before status_ind Sep 27 19:08:53 and no strenght until I cover my n900 with tin foil beanie Sep 27 19:09:56 other problem : I am on an MVNO here (Fido which is an MVNO of Rogers) and the Name property is usually reported as Rogers and not Fido (but sometimes, usually after a network scan, it gets the name right) Sep 27 19:10:17 pessi: akiniemi: do you guys work at Nokia ? Sep 27 19:13:23 yep Sep 27 19:15:09 cool Sep 27 19:20:30 isn't it like 9pm in Finland ? Sep 27 19:24:37 22:24 Sep 27 19:30:51 Ok Sep 27 20:58:23 I cant seem to find a way to get the IMEI, is this supported in ofono? Sep 27 21:04:02 perhaps it is Serial property Sep 27 21:45:31 ljp: I see imei with my huawei modem. Sep 27 21:48:57 sorry, I confused imei with imsi Sep 27 23:26:57 denkenz: Isn't the online mode TODO item done? Sep 27 23:26:57 pessi: Do you have pending patches for it? Sep 27 23:26:57 Are we missing anything that I am not aware of? Sep 27 23:27:55 Online mode needs a bit more tweaks in the atom themselves Sep 27 23:28:22 For instance, sms and gprs need to get moved into the post_sim state and track when online state changes Sep 27 23:28:36 so you can queue sms and tweak the gprs settings (e.g. roaming allowed, etc) Sep 27 23:28:55 same with voice calls to some extent Sep 27 23:33:34 Okay. So who is doing that> Sep 27 23:33:51 pessi signed up for it ;) Sep 27 23:45:23 pessi: Updates on that one please. **** ENDING LOGGING AT Tue Sep 28 02:59:57 2010