Patch for Timeout Issue when Importing Phonebook

2009-08-05 Thread Gu, Yang
It often needs a long time (more than default timeout of D-Bus) to retrieve all the entries from phonebook. This patch is to set the timeout to 100 seconds so that the operation has enough time to get the result. Regards, -Yang >-Original Message- >From: ofono-boun...@ofono.org [mailt

Re: [PATCH 2/2] atmodem: add serial line debugging to gatchat

2009-08-05 Thread Andres Salomon
On Wed, 5 Aug 2009 17:09:12 -0500 Denis Kenzior wrote: > Hi Andres, > > > drivers/atmodem/atmodem.c | 13 - > > gatchat/gatchat.c | 33 ++--- > > gatchat/gatchat.h |7 +-- > > include/log.h |5 + > > src/log

Re: [PATCH 2/2] atmodem: add serial line debugging to gatchat

2009-08-05 Thread Denis Kenzior
Hi Andres, > drivers/atmodem/atmodem.c | 13 - > gatchat/gatchat.c | 33 ++--- > gatchat/gatchat.h |7 +-- > include/log.h |5 + > src/log.c | 39 +-- > sr

[PATCH 2/2] gatchat: add a GARBAGE state to handle random crud from a terminal adapter

2009-08-05 Thread Andres Salomon
I've got a version of this that works w/ denkenz's new parser stuff; let me know if I should send that instead. >From d6e942c2e0e2f51c5391e61aa7b5ac7326de28ea Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 4 Aug 2009 21:33:09 -0400 Subject: [PATCH 2/2] gatchat: add a GARBAGE state to

[PATCH 1/2] atmodem: ensure the modem is in a sane state

2009-08-05 Thread Andres Salomon
>From 4c1d96e52fb706a219dcd7f0985b2d8edd403d64 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 4 Aug 2009 21:17:32 -0400 Subject: [PATCH 1/2] atmodem: ensure the modem is in a sane state The HTC G1 modem appears to start in mode V0 by default. oFono doesn't specify the default mode that

[PATCH 2/2] atmodem: add serial line debugging to gatchat

2009-08-05 Thread Andres Salomon
When debugging G1 stuff, it's really much more helpful to see exactly what's going across the serial line. A debug zone for the parser is also useful, but that'll have to wait for denkenz's pluggable parser stuff. >From 4402edf0bd4c782229259e7ec17d6da5809d1deb Mon Sep 17 00:00:00 2001 From: And

[PATCH 1/2] ofono: add zoned debug support

2009-08-05 Thread Andres Salomon
Note that this doesn't make a ton of sense with the toggle_debug stuff. My initial version of this removed support for toggle_debug, but I reworked it to keep it in. If people aren't actually using it, it probably doesn't make much sense to keep. ofono_debug() becomes a macro; as things within o

Re: [PATCH 4/4] Add a MessageWaiting interface to track message waiting indications.

2009-08-05 Thread Denis Kenzior
Hi Andrew, > > For setting mailbox numbers, a working EF-MBDN is required since the only > > alternative would be to store them on the filesystem. > > mw_set_indicator does the right thing, I missed this fact. But when a > mailbox number is set or received from network all clients get a > Propert

Re: [PATCH 4/4] Add a MessageWaiting interface to track message waiting indications.

2009-08-05 Thread andrzej zaborowski
2009/8/5 Denis Kenzior : > Sorry I don't quite follow.  The mw_set_indicator function sets the value and > emits the signals regardless of whether the MWIS file could be written.  Can > you explain some more? > > For setting mailbox numbers, a working EF-MBDN is required since the only > alternativ

Re: [PATCH] Implement writing EF-MBDN on SetProperty or Enhanced Voicemail IE.

2009-08-05 Thread Denis Kenzior
Hi Andrew, > I've not tested this on a real SIM yet. > --- > src/message-waiting.c | 51 > src/simutil.c | > 27 + > src/simutil.h |2 + > src/smsutil.c | 47 +

Re: [PATCH] Implement writing EF-MBDN on SetProperty or Enhanced Voicemail IE.

2009-08-05 Thread Denis Kenzior
Hi, > 2009/8/5 Andrzej Zaborowski : > > I've not tested this on a real SIM yet. > > It needs the attached fix since the record numbers passed to the > plugin are now 1-based. > Patch has been applied. Thanks. Regards, -Denis ___ ofono mailing list of

Re: [PATCH 4/4] Add a MessageWaiting interface to track message waiting indications.

2009-08-05 Thread Denis Kenzior
Hi, > It is kind of working but one of the things "simplified away" is using > the D-Bus interface even without working EF-MBDN or EF-MWIS files on > the SIM, i.e. if the write fails then the user never finds out there > was a notification. Sorry I don't quite follow. The mw_set_indicator functi

Re: [PATCH] Implement writing EF-MBDN on SetProperty or Enhanced Voicemail IE.

2009-08-05 Thread Andrzej Zaborowski
2009/8/5 Andrzej Zaborowski : > I've not tested this on a real SIM yet. It needs the attached fix since the record numbers passed to the plugin are now 1-based. Regards From 2b689be0c8cebc773679a60a4103cff29b6b29d5 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Wed, 5 Aug 2009 11:25:21

RE: light test report for ofono v0.2

2009-08-05 Thread Gu, Yang
>4) timeout when reading records at the first time Reading records from SIM card requires more time than default timeout of D-Bus, so you will get timeout error when you invoke the method via D-Bus for the first time. The result will be cached once oFono gets all the records, thus you may get th

Re: [PATCH 4/4] Add a MessageWaiting interface to track message waiting indications.

2009-08-05 Thread andrzej zaborowski
2009/8/4 Denis Kenzior : > I've pushed this patch and heavily customized it afterwards to simplify the > logic a bit.  Can you check that it is still working as intended? It is kind of working but one of the things "simplified away" is using the D-Bus interface even without working EF-MBDN or EF-M

[PATCH] Implement writing EF-MBDN on SetProperty or Enhanced Voicemail IE.

2009-08-05 Thread Andrzej Zaborowski
I've not tested this on a real SIM yet. --- src/message-waiting.c | 51 src/simutil.c | 27 + src/simutil.h |2 + src/smsutil.c | 47 +--- src/smsutil.

Re: How to dismiss incoming call?

2009-08-05 Thread Marko Saukko
Hi, Nokia 6100 responds ERROR when AT+CLCC is sent: AT+CLCC ERROR With 6100 the Hangup returns timeout: $ sudo dbus-send --system --print-reply --dest=org.ofono /modem1/voicecall01 org.ofono.VoiceCall.Hangup Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes incl