Re: Palm Pre modem plugin

2009-11-21 Thread morphis
On Fri, Nov 20, 2009 at 02:17:06PM +0100, andrzej zaborowski wrote: > Hi, > > 2009/11/20 : > > The Problem why we do this is the following: As I and some other people > > find out, > > there is no support on the data channel (the one you use in oFono to speak > > plain AT with the modem) for unso

Re: Palm Pre modem plugin

2009-11-21 Thread morphis
On Fri, Nov 20, 2009 at 02:28:19PM +0100, Marcel Holtmann wrote: > Hi Morphis, > > > I saw you added some time ago support for the Palm Pre MSM Modem. I am > > working > > on the FSO (http://www.freesmartphone.org/) side to support this kind of > > MSM > > modem as well. I am are currently stuck

Re: Palm Pre modem plugin

2009-11-21 Thread Marcel Holtmann
Hi Morphis, > > > I saw you added some time ago support for the Palm Pre MSM Modem. I am > > > working > > > on the FSO (http://www.freesmartphone.org/) side to support this kind of > > > MSM > > > modem as well. I am are currently stucked with the binary protocol spoken > > > between modem and

RE: Patch on unsupported AT command

2009-11-21 Thread Marcel Holtmann
Hi Yang, > >> >> >+ g_at_chat_add_terminator(chat, "+EXT ERROR:", 11, FALSE); > >> >> >+ g_at_chat_add_terminator(chat, "+CME ERROR:", 11, FALSE); > >> >> >+ g_at_chat_add_terminator(chat, "+CMS ERROR:", 11, FALSE); > >> >> >+ g_at_chat_add_terminator(chat, "NO ANSWER", -1, FAL

[PATCH 1/1] emit settings signal before active signal

2009-11-21 Thread Martin Xu
--- src/gprs.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index b533209..57bb794 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -374,18 +374,19 @@ static void pri_activate_callback(const struct ofono_error *error, __ofono_dbus

Re: Palm Pre modem plugin

2009-11-21 Thread morphis
On Sat, Nov 21, 2009 at 11:33:24AM +0100, Marcel Holtmann wrote: > Hi Morphis, > > > > > I saw you added some time ago support for the Palm Pre MSM Modem. I am > > > > working > > > > on the FSO (http://www.freesmartphone.org/) side to support this kind of > > > > MSM > > > > modem as well. I am

Re: Palm Pre modem plugin

2009-11-21 Thread Marcel Holtmann
Hi Morphis, > > > > > I saw you added some time ago support for the Palm Pre MSM Modem. I am > > > > > working > > > > > on the FSO (http://www.freesmartphone.org/) side to support this kind > > > > > of > > > > > MSM > > > > > modem as well. I am are currently stucked with the binary protocol

Re: [PATCH 1/1] emit settings signal before active signal

2009-11-21 Thread Marcel Holtmann
Hi Martin > --- > src/gprs.c | 13 +++-- > 1 files changed, 7 insertions(+), 6 deletions(-) quick question on why? I did remember that Denis and I talked about on IRC, but I forgot what our conclusion on the order of these two signals was. We should really document this. Do you remembe

Re: Palm Pre modem plugin

2009-11-21 Thread andrzej zaborowski
2009/11/21 : > I am currently working on the implementation of > the basics I found out about the protocol. I split the whole code into > two projects: msmcommd and libmsmcomm. msmcommd is a daemon which does > all the link layer protocol handling which is required to speak probably > with the mod

Re: Palm Pre modem plugin

2009-11-21 Thread Nicola Mfb
Hi! FSO is not only ogsmd, but manages resource handling to save power, alsa state change for audio routing, networking, hardware led (lights, vibration), suspending resume, rtc wakeup alarms, pim contacts, music playing and so on, it's a full featured framework to abstract the entire smartphone wi

Re: Palm Pre modem plugin

2009-11-21 Thread Denis Kenzior
Hi Niko, >As of that I'm able to imagine only few reasons to use ofono instead of fso. Then either you're not thinking hard enough or do not have enough domain experience to really comment. One example: carrier certification. Please examine what oFono APIs cover and what FSO GSM APIs cover. H