Re: [PATCH] Inserted the GSM syntax option in modem.conf.

2012-08-21 Thread Andres Salomon
On Thu, 29 Oct 2009 12:04:23 +0100 Ryan M. Raasch ryan.raasch-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: Hello, Since the modems need to be setup in particular ways, this patch allows for the GSM syntax to be specified by the configuration file. I like this a whole lot better than

Re: [PATCH 1/1] Extended modem.conf

2009-10-26 Thread Andres Salomon
On Mon, 26 Oct 2009 12:46:26 -0500 Denis Kenzior denk...@gmail.com wrote: Hi Ryan, Hello, This a patch for allowing the addition of more options to the generic atgen driver. Comments :) ? Before I look further into this, please re-submit the patch and follow the oFono code style

[PATCH] modemconf: default to grabbing the Device entry from the config file

2009-10-02 Thread Andres Salomon
be a bit of a challenge for udev.c, though. Is this something that people would like to see? Signed-off-by: Andres Salomon dilin...@collabora.co.uk --- plugins/modemconf.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 4795749

[PATCH] Check if unpacking of an sms buffer succeeds

2009-10-02 Thread Andres Salomon
And here's one from a coworker that was necessary in order for him to make use of oFono.. From: Sjoerd Simons sjoerd.sim...@collabora.co.uk Date: Fri, 2 Oct 2009 23:32:37 + (+0100) Subject: Check if unpacking of an sms buffer succeeds X-Git-Url:

Re: [PATCH] Check if unpacking of an sms buffer succeeds

2009-10-02 Thread Andres Salomon
Resending, as the previous patch was apparently mangled. From 5a0e8a4d4947d8252df83f0d6c7226d944c83cf2 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons sjoerd.sim...@collabora.co.uk Date: Fri, 2 Oct 2009 20:07:56 -0400 Subject: [PATCH] Check if unpacking of an sms buffer succeeds There are cases in

Using oFono on a G1 (with Debian)

2009-10-01 Thread Andres Salomon
Hi, It was pointed out that I never made this public, so I'm correcting that now. The hardest parts of this involve rooting the phone and messing around with various images, but.. that's something you want to do anyways, right? :) First, the bootstrap steps: 1. Root your phone (if you've

[PATCH 1/2] G1: Add initial HTC G1 modem support

2009-09-02 Thread Andres Salomon
This is without SMS support; that'll come later. From 32b333d82642af33a5de5867042248f271fcf1a1 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@collabora.co.uk Date: Tue, 25 Aug 2009 16:04:48 -0400 Subject: [PATCH 1/2] G1: Add initial HTC G1 modem support G1 plugin is based on generic_at

[PATCH] G1: Add an SMS quirk for CNMI mode

2009-09-02 Thread Andres Salomon
From 853ec0707530ee9c35a41bea3f8a6cfd067c7317 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@collabora.co.uk Date: Wed, 2 Sep 2009 19:35:40 -0400 Subject: [PATCH] G1: Add an SMS quirk for CNMI mode The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an Error 303 when we

Re: driver callback naming

2009-08-30 Thread Andres Salomon
that describe what the callbacks do would also work, though. From 80a7b54d52201dfd7d8b590457450ae0a4f72888 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@collabora.co.uk Date: Sun, 30 Aug 2009 15:56:16 -0400 Subject: [PATCH] Add comments to ofono_modem_driver struct Document what all the callbacks

[PATCH 1/3] G1: Add initial HTC G1 modem support

2009-08-29 Thread Andres Salomon
This series adds support for the HTC G1 phone (that is, the Google phone). G1 plugin is based on generic_at, with a bunch of stuff dropped and simplified. We use AT+CFUN=1 for powering on rather than having a configurable init string. We also manually set the default state during init (the G1

Re: How to hangup outgoing call, before terminating end answers?

2009-08-18 Thread Andres Salomon
On Mon, 17 Aug 2009 12:26:57 +0300 Marko Saukko marko.sau...@gmail.com wrote: Hi, Currently when a call is created with Dial method the object path for the call (e.g. /modem1/voicecall01) is returned only after the terminating end has answered to the call. So is it possible to Hangup the

HTC G1 support

2009-08-12 Thread Andres Salomon
Hi, The following git repo contains patches that allows oFono to work on a G1 phone. I'm testing this in a debian chroot, using a phone running a 1.51JF image (kernel 2.6.27-00392-g8312baf). So far I've successfully sent and received SMS messages, placed and received voice calls, and imported

[PATCH RESEND] add zoned debug support

2009-08-08 Thread Andres Salomon
Unfortunately, I can't think of a way to support dynamic flag modification (other than perhaps adding a dbus method to do it). From 6b9569c22193a1d0c8d8d6f38692d5f8f43429c9 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@collabora.co.uk Date: Sat, 8 Aug 2009 20:06:12 -0400 Subject

[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 dilin...@collabora.co.uk Date: Tue, 4 Aug 2009 21:33:09 -0400 Subject: [PATCH 2/2] gatchat