Antonio Ospite | 2 Jul 2010 11:05
X-Face
Picon
Gravatar

Re: modem_qualcomm_palm/commandqueue.vala compiling error

On Wed, 30 Jun 2010 19:06:22 +0200
Simon Busch <morphis <at> gravedo.de> wrote:

> >>> I am getting this with the latest git code from today,
> >>> f426a51eced649e27cefa43403c3ab90b4573ebc:
> >>>
> >>> | src/plugins/modem_qualcomm_palm/commandqueue.vala:135.13-135.17: error:
> >>>   The name `reset' does not exist in the context of
> >>>   `MsmCommandQueue.onMsmcommGotEvent'
> >>> |             reset();
> >>> |             ^^^^^
> >>>
[...]
> 
> Hm I tried compiling with the latest git version some minutes ago and
> everything compiles fine. No error cause the missing reset-method. It's
> declared in the AbstractCommandQueue inside libfsotransport. Maybe our
> libfsotransport version is too old?
> 

Yes, I was compiling fsogsmd only, without tracking dependencies, so my
libfsotransport was old indeed.

Thanks,
   Antonio

--

-- 
Antonio Ospite
http://ao2.it

(Continue reading)

Antonio Ospite | 4 Jul 2010 10:34
X-Face
Picon
Gravatar

[PATCH 5/5 v2] fsogsmd: add lowlevel plugin for Motorola EZX phones

Signed-off-by: Antonio Ospite <ospite <at> studenti.unina.it>
---
I am committing this, posted here just as a recap:

Changes since v1:
  - stubs for suspend and resume.
  - don't import the whole Posix module
  - put mux_ldisc and dlci init list into config file

All that stuff into config file will ease testing alternative MUX drivers, I
am thinking for instance to the n_gsm ldisc in 2.6.35, see
http://lwn.net/Articles/380064/

Regards,
   Antonio

 fsogsmd/conf/motorola_ezx/fsogsmd.conf             |    6 +-
 fsogsmd/configure.ac                               |    1 +
 fsogsmd/src/lib/modem.vala                         |    3 +
 fsogsmd/src/plugins/Makefile.am                    |    1 +
 .../src/plugins/lowlevel_motorola_ezx/Makefile.am  |   48 ++++++
 .../src/plugins/lowlevel_motorola_ezx/plugin.vala  |  159 ++++++++++++++++++++
 6 files changed, 217 insertions(+), 1 deletions(-)
 create mode 100644 fsogsmd/src/plugins/lowlevel_motorola_ezx/Makefile.am
 create mode 100644 fsogsmd/src/plugins/lowlevel_motorola_ezx/plugin.vala

diff --git a/fsogsmd/conf/motorola_ezx/fsogsmd.conf b/fsogsmd/conf/motorola_ezx/fsogsmd.conf
index ad7d27a..6a0ac7b 100644
--- a/fsogsmd/conf/motorola_ezx/fsogsmd.conf
+++ b/fsogsmd/conf/motorola_ezx/fsogsmd.conf
(Continue reading)

Antonio Ospite | 4 Jul 2010 10:33
X-Face
Picon
Gravatar

[PATCH 4/5 v2] fsogsmd: add preliminary support for Motorola EZX phones


Signed-off-by: Antonio Ospite <ospite <at> studenti.unina.it>
---
I am committing this, posted here just as a recap.

Changes since v1:
 - Fix a typo s/se/we/
 - instanciate StateBasedAtParser as function argument
 - get dlci lines from config file
 - use Thread.usleep() in place of Posix.sleep()

Regards,
   Antonio

 fsogsmd/conf/Makefile.am                           |    1 +
 fsogsmd/conf/motorola_ezx/Makefile.am              |   12 ++
 fsogsmd/conf/motorola_ezx/fsogsmd.conf             |   45 ++++++
 fsogsmd/configure.ac                               |    2 +
 fsogsmd/src/plugins/Makefile.am                    |    1 +
 .../plugins/modem_freescale_neptune/Makefile.am    |   65 ++++++++
 .../plugins/modem_freescale_neptune/commands.vala  |   48 ++++++
 .../plugins/modem_freescale_neptune/mediators.vala |  159 ++++++++++++++++++++
 .../plugins/modem_freescale_neptune/plugin.vala    |  157 +++++++++++++++++++
 .../modem_freescale_neptune/unsolicited.vala       |  121 +++++++++++++++
 10 files changed, 611 insertions(+), 0 deletions(-)
 create mode 100644 fsogsmd/conf/motorola_ezx/Makefile.am
 create mode 100644 fsogsmd/conf/motorola_ezx/fsogsmd.conf
 create mode 100644 fsogsmd/src/plugins/modem_freescale_neptune/Makefile.am
 create mode 100644 fsogsmd/src/plugins/modem_freescale_neptune/commands.vala
 create mode 100644 fsogsmd/src/plugins/modem_freescale_neptune/mediators.vala
(Continue reading)

Alain2210 | 5 Jul 2010 20:58
Picon
Favicon

htc dream and sms

Hello,

first before asking my question, I would like to thank for all the work on the
htc dream. I'm now able to use it really, and I'm very happy of this. The work
(in progress) has been already very important.

So now, my question : I'm using fso2 but neither shr nor zhone2. Since I'm using
only sometimes sms, I would like to have them on the sim card.

I'm not sure of the behaviour of fso2 : CMGW seems not to be used (I have only
seen the PlusCMGW function). So I suppose that the sms is received and not
written on the SIM. Is it true ?

Moreover I have tried to write an SMS on the sim using mdbus2, without success.
How can I do this (or in python) ? Is this implemented ?

Thanks,

Alain
Denis 'GNUtoo' Carikli | 5 Jul 2010 21:30
Favicon

Re: htc dream and sms

On Mon, 2010-07-05 at 20:58 +0200, Alain2210 wrote:
> Hello,
> 
> first before asking my question, I would like to thank for all the work on the
> htc dream. I'm now able to use it really, and I'm very happy of this. The work
> (in progress) has been already very important.
> 
> So now, my question : I'm using fso2 but neither shr nor zhone2. Since I'm using
> only sometimes sms, I would like to have them on the sim card.
Try to modify opimd section in frameworkd.conf

also: someone made an emacs plugin for fso...
It uses opimd too.

Denis.
Paul Fertser | 5 Jul 2010 21:57
Picon

Re: htc dream and sms

Denis 'GNUtoo' Carikli <GNUtoo <at> no-log.org> writes:
>> first before asking my question, I would like to thank for all the work on the
>> htc dream. I'm now able to use it really, and I'm very happy of this. The work
>> (in progress) has been already very important.
>> 
>> So now, my question : I'm using fso2 but neither shr nor zhone2. Since I'm using
>> only sometimes sms, I would like to have them on the sim card.
>
> Try to modify opimd section in frameworkd.conf

opimd no longer supports any other backends, only SQLite. So your
options to not use opimd are to listen to the IncomingMessage signals
yourself or making sure fso asks the modem to store the messages on
sim, just as you've written.

> also: someone made an emacs plugin for fso...  It uses opimd too.

Indeed. I can't see why not to use opimd for the
messages. (emacs ui: http://wiki.github.com/paulfertser/fso-el/ )

--

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercerpav <at> gmail.com
Klaus 'mrmoku' Kurzmann | 5 Jul 2010 21:57
Picon
Gravatar

Re: htc dream and sms

Am Montag, 5. Juli 2010, 21:30:20 schrieb Denis 'GNUtoo' Carikli:
> On Mon, 2010-07-05 at 20:58 +0200, Alain2210 wrote:
> > Hello,
> > 
> > first before asking my question, I would like to thank for all the work
> > on the htc dream. I'm now able to use it really, and I'm very happy of
> > this. The work (in progress) has been already very important.
> > 
> > So now, my question : I'm using fso2 but neither shr nor zhone2. Since
> > I'm using only sometimes sms, I would like to have them on the sim card.
> 
> Try to modify opimd section in frameworkd.conf

current opimd does not support SMS on SIM. It keeps everything in sqlite.

Take a look at 
http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.GSM.SMS.html;hb=HEAD
if using dbus calls to fso2 might be an alternative...

> 
> also: someone made an emacs plugin for fso...
> It uses opimd too.

> 
> Denis.
> 

--

-- 
Klaus 'mrmoku' Kurzmann
(Continue reading)

Alain2210 | 5 Jul 2010 22:06
Picon
Favicon

Re: htc dream and sms

Hello,

thanks for the tree answers.

Selon Klaus 'mrmoku' Kurzmann <mok <at> mnet-online.de>:

> Am Montag, 5. Juli 2010, 21:30:20 schrieb Denis 'GNUtoo' Carikli:
> > On Mon, 2010-07-05 at 20:58 +0200, Alain2210 wrote:
> > > Hello,
> > >
> > > first before asking my question, I would like to thank for all the work
> > > on the htc dream. I'm now able to use it really, and I'm very happy of
> > > this. The work (in progress) has been already very important.
> > >
> > > So now, my question : I'm using fso2 but neither shr nor zhone2. Since
> > > I'm using only sometimes sms, I would like to have them on the sim card.
> >
> > Try to modify opimd section in frameworkd.conf
>
> current opimd does not support SMS on SIM. It keeps everything in sqlite.

I was remebering this (more or less).

>
> Take a look at
>
http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmartphone.GSM.SMS.html;hb=HEAD
> if using dbus calls to fso2 might be an alternative...
>
>
(Continue reading)

Klaus 'mrmoku' Kurzmann | 5 Jul 2010 22:42
Picon
Gravatar

Re: htc dream and sms

Am Montag, 5. Juli 2010, 22:06:22 schrieb Alain2210:
> Hello,
> 
> thanks for the tree answers.
> 
> Selon Klaus 'mrmoku' Kurzmann <mok <at> mnet-online.de>:
> > Am Montag, 5. Juli 2010, 21:30:20 schrieb Denis 'GNUtoo' Carikli:
> > > On Mon, 2010-07-05 at 20:58 +0200, Alain2210 wrote:
> > > > Hello,
> > > > 
> > > > first before asking my question, I would like to thank for all the
> > > > work on the htc dream. I'm now able to use it really, and I'm very
> > > > happy of this. The work (in progress) has been already very
> > > > important.
> > > > 
> > > > So now, my question : I'm using fso2 but neither shr nor zhone2.
> > > > Since I'm using only sometimes sms, I would like to have them on the
> > > > sim card.
> > > 
> > > Try to modify opimd section in frameworkd.conf
> > 
> > current opimd does not support SMS on SIM. It keeps everything in sqlite.
> 
> I was remebering this (more or less).
> 
> > Take a look at
> 
> http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmar
> tphone.GSM.SMS.html;hb=HEAD
> 
(Continue reading)

Alain2210 | 5 Jul 2010 22:51
Picon
Favicon

Re: htc dream and sms

Selon Klaus 'mrmoku' Kurzmann <mok <at> mnet-online.de>:
> Am Montag, 5. Juli 2010, 22:06:22 schrieb Alain2210:
...
> > > > > So now, my question : I'm using fso2 but neither shr nor zhone2.
> > > > > Since I'm using only sometimes sms, I would like to have them on the
> > > > > sim card.
> > > >
> > > > Try to modify opimd section in frameworkd.conf
> > >
> > > current opimd does not support SMS on SIM. It keeps everything in sqlite.
> >
> > I was remebering this (more or less).
> >
> > > Take a look at
> >
> > http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/org.freesmar
> > tphone.GSM.SMS.html;hb=HEAD
> >
> > > if using dbus calls to fso2 might be an alternative...
> >
> > I have tried without success. So I'm searching a real example. I'm not sure
> > it is implemented. It is not clear reading cornucopia sources.
>
> We use SentTextMessage ourselves... so yes, it is supposed to work :-)
> What it does _not_ do is save a local copy of the sent message (I think).
>

Yes I have found this command that should use the CMGS but not the CMGW.

For reception, there is also the buffered configuration where, if I understand,
(Continue reading)


Gmane