Re: [PATCH] Add mpty field to ofono_call

2009-11-23 Thread Marcel Holtmann
Hi Zhenhua, A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC. --- drivers/atmodem/atutil.c |4 +++- include/types.h |1 + 2 files changed, 4

Re: Palm Pre modem plugin

2009-11-23 Thread Marcel Holtmann
Hi Nicola, The forth and worring is that a developer may be forced to use ofono, as the target device has some closed parts necessary for the os that does not work anymore if you remove ofono and use FSO. Please do not post these crazy conspiracy theories here. oFono is GPLed for

Re: Palm Pre modem plugin

2009-11-23 Thread Denis Kenzior
Hi Niko, Keep in mind I'm speaking about general developers and their interest, not about organizations, just pointing that *actually* FSO carries more interests on *some* areas. Yes, I believe we completely agree on this point. oFono's intention was never to be an entire application

oFono running on new Freerunner distribution (was: Palm Pre modem plugin)

2009-11-23 Thread DJDAS
Denis Kenzior ha scritto: Hi Niko, Nice to hear that. Anyway do not missunderstand, our team is adopting oFono, we are just digging incoming issues with the nogsm part integration!!! Sounds interesting. Let me know if I can be of assistance :) Well, maybe you missed some of my

Re: oFono running on new Freerunner distribution (was: Palm Pre modem plugin)

2009-11-23 Thread Denis Kenzior
Hi Dario, Well, maybe you missed some of my previous email in this list some time ago :) I'm the project leader of a new distribution, called NEOPhysis, for the Openmoko Freerunner and Niko is the UI team leader. We are about 10 people in our team and started from scratch creating a new

Re: oFono running on new Freerunner distribution

2009-11-23 Thread DJDAS
Denis Kenzior ha scritto: Actually a reference UI for oFono is something we're still lacking. We've all been too busy adding core features. This is something we want to fix... I know, following the list I imagine you're very busy. Maybe I can send you my code (after finishing and cleaning

Re: oFono running on new Freerunner distribution

2009-11-23 Thread Denis Kenzior
Hi Dario, Do I have to take the git code or these features are already in the current 0.10 version? This change was made after 0.10 was tagged. So you'll need the git version. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: Patch on unsupported AT command

2009-11-23 Thread Marcel Holtmann
Hi Denis, This is first of all violating the coding style with the indentation on the second line of the if, but it is also way too complicated. There is actually a reason for this. if (info-len == -1 !strcmp(line, info-terminator) return TRUE; This part checks

First release with GPRS support

2009-11-23 Thread Marcel Holtmann
Hello everyone, I just tagged, pushed and uploaded 0.11 release of oFono. Besides the usual bug fixes in various areas, this comes now with GPRS support. If you happen to have a Ericsson MBM or Option HSO based modem, then you under lucky ones who can try GPRS support. To configure your Primary

Re: oFono running on new Freerunner distribution

2009-11-23 Thread Denis Kenzior
This seems to be a peculiarity of the Calypso modem. When using ATD on an uninitialized port the ATD returns immediately. This means that dialing/alerting calls can be hung up. However, we use CPI indications and for some reason the ATD behavior changes when this is used. ATD now only

patch for more segments of sms

2009-11-23 Thread Li, Zhigang
Hi Please review this patch which fixed more segments of sms issue. Also you can find the bug detail information at http://bugzilla.moblin.org/show_bug.cgi?id=8157 Also thanks Yang great help Thanks Zhigang patch_sms Description: patch_sms ___