Re: Modemmanager - how to send sms? - receiving is ok

2012-03-22 Thread Dan Williams
On Fri, 2012-03-16 at 11:23 +0100, PongráczI wrote: Hi, I would like to ask, is there any progress about this issue? I did test the patch out and concluded that it worked for the modems I tested; upon receiving an error attempting to send via text mode the code correctly fell back to PDU

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-22 Thread PongráczI
Dear Dan, Thank you for your response, sure, not a problem. It will take some time, due to my busy days, and I will grab the lates MM 0.5.x (0.5.2 as I can see). I will send you the log as I tested it. Have a nice day! István eredeti üzenet- Feladó: Dan

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-16 Thread PongráczI
Hi, I would like to ask, is there any progress about this issue? Do you need something to test, check, report? Please let me know, I will do it. Thank you! István eredeti üzenet- Feladó: PongráczI Címzett: Dan Williams d...@redhat.com CC:

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-05 Thread PongráczI
Hi, Same results with master branch. I tested both cases (pin+empty sms storage, no pin+2 sms in storage). István I've just pushed a fix to git master and MM_05 that should deal with the issue, can you test for me? Thanks! Dan Hi Dan, I tried the announced 0.5.1.97 first and

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-03 Thread PongráczI
eredeti üzenet- Feladó: Dan Williams d...@redhat.com Címzett: PongráczI CC: networkmanager-list@gnome.org Dátum: Thu, 01 Mar 2012 17:29:51 -0600 - Hello Guys, I would like to ask do you have a schedule, when

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-01 Thread Dan Williams
On Thu, 2012-02-23 at 16:33 +0100, PongráczI wrote: eredeti üzenet- Feladó: Marcel Holtmann mar...@holtmann.org Címzett: Dan Williams d...@redhat.com CC: PongráczI , networkmanager-list@gnome.org Dátum: Thu, 16 Feb 2012 18:21:59 +0100

Re: Modemmanager - how to send sms? - receiving is ok

2012-03-01 Thread PongráczI
Hello Guys, I would like to ask do you have a schedule, when will you patch the master or MM_05 branch with this PDU sending modification? I've just pushed a fix to git master and MM_05 that should deal with the issue, can you test for me? Thanks! Dan Hello Dan, Thank you very

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-24 Thread Dan Williams
On Thu, 2012-02-16 at 18:21 +0100, Marcel Holtmann wrote: Hi Dan, I tried the sms-send.py from the master branch (cloned 5 days ago, no changes in the repo), with Huawei E173s-2 modem and I got Operation not allowed error message. Receiving info and sms are ok with the python

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-23 Thread PongráczI
eredeti üzenet- Feladó: Marcel Holtmann mar...@holtmann.org Címzett: Dan Williams d...@redhat.com CC: PongráczI , networkmanager-list@gnome.org Dátum: Thu, 16 Feb 2012 18:21:59 +0100 - Is that possible to

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-16 Thread Marcel Holtmann
Hi Dan, I tried the sms-send.py from the master branch (cloned 5 days ago, no changes in the repo), with Huawei E173s-2 modem and I got Operation not allowed error message. Receiving info and sms are ok with the python scripts. I attached the gammu log, which was able to send sms,

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-15 Thread PongráczI
Hi, I tried the sms-send.py from the master branch (cloned 5 days ago, no changes in the repo), with Huawei E173s-2 modem and I got Operation not allowed error message. Receiving info and sms are ok with the python scripts. I attached the gammu log, which was able to send sms, to analyze and

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-15 Thread Dan Williams
On Wed, 2012-02-15 at 14:33 +0100, PongráczI wrote: Hi, I tried the sms-send.py from the master branch (cloned 5 days ago, no changes in the repo), with Huawei E173s-2 modem and I got Operation not allowed error message. Receiving info and sms are ok with the python scripts. I attached

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-15 Thread PongráczI
Yeah, I thought the issue was that it doesn't like text mode, while gammu uses PDU mode, and we were going to fix MM to fall back to PDU mode if it was supported and text mode failed. But that fix isn't quite in yet. Dan Hi, I hope you find my reports useful :) I check the git

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-10 Thread Aleksander Morgado
Should I watch the cgit to get the latest patch against this weird behaviour of this specific modem? Yes. Dan Hi, sorry for the question, do you have a schedule for this fix in master or MM_05 branch? I was hoping that Aleksander meant to do it and that he'd get to it soon,

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-10 Thread PongráczI
eredeti üzenet- Feladó: Aleksander Morgado aleksan...@lanedo.com Címzett: networkmanager-list@gnome.org Dátum: Fri, 10 Feb 2012 10:45:33 +0100 - I was hoping that Aleksander meant to do it and that he'd get to

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread PongráczI
Any idea what command Gammu sends? Does it use PDU mode or text mode to send it? Is it possible for you to get a log of the serial traffic when using Gammu so we can compare to what ModemManager does? Dan Hi, In attached you can find the gammu log for a successfully sent sms. I had to turn

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 09:05 +0100, PongráczI wrote: Any idea what command Gammu sends? Does it use PDU mode or text mode to send it? Is it possible for you to get a log of the serial traffic when using Gammu so we can compare to what ModemManager does? Dan Hi, In attached you can

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread PongráczI
Ok, so gammu is using PDU mode instead of text mode. It might be that even though the modem *says* it supports text mode, it really doesn't and wants PDU mode. Dan Hi, Great, one modem of the 1 could be ok soon :) Dan, Aleksander and others,I really appreciate your

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Aleksander Morgado
Any idea what command Gammu sends? Does it use PDU mode or text mode to send it? Is it possible for you to get a log of the serial traffic when using Gammu so we can compare to what ModemManager does? Dan Hi, In attached you can find the gammu log for a successfully sent sms. I had to

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 18:12 +0100, Aleksander Morgado wrote: Any idea what command Gammu sends? Does it use PDU mode or text mode to send it? Is it possible for you to get a log of the serial traffic when using Gammu so we can compare to what ModemManager does? Dan Hi, In

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 18:01 +0100, PongráczI wrote: Ok, so gammu is using PDU mode instead of text mode. It might be that even though the modem *says* it supports text mode, it really doesn't and wants PDU mode. Dan Hi, Great, one modem of the 1 could be ok soon

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Marcel Holtmann
Hi Dan, In attached you can find the gammu log for a successfully sent sms. I had to turn off the mobile broadband with nm-applet to get gammu work. In this case modem-manager released the modem ports (ttyUSB1 and ttyUSB2) and gammu was able to use it. If you need more

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 20:22 +0100, Marcel Holtmann wrote: Hi Dan, In attached you can find the gammu log for a successfully sent sms. I had to turn off the mobile broadband with nm-applet to get gammu work. In this case modem-manager released the modem ports (ttyUSB1 and

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread PongráczI
eredeti üzenet- Feladó: Dan Williams d...@redhat.com Címzett: PongráczI CC: networkmanager-list@gnome.org Dátum: Thu, 09 Feb 2012 11:19:13 -0600 - Should I watch the cgit to get the latest patch against this

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-09 Thread Dan Williams
On Thu, 2012-02-09 at 23:26 +0100, PongráczI wrote: eredeti üzenet- Feladó: Dan Williams d...@redhat.com Címzett: PongráczI CC: networkmanager-list@gnome.org Dátum: Thu, 09 Feb 2012 11:19:13 -0600 -

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
Hello Aleksander, I would like to inform you about my test result today. I downloaded the master repository from the freedesktop git and I compiled it successfully. So, the latest sms-get.py get both sms messages correctly from the modem, which is really great! And it seems, this python

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
eredeti üzenet- Feladó: PongráczI Címzett: Aleksander Morgado aleksan...@lanedo.com , networkmanager-list@gnome.org Dátum: Wed, 8 Feb 2012 14:24:03 +0100 - Hello Aleksander, .. Anyway, when I try to send

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Aleksander Morgado
Hey, I would like to inform you about my test result today. I downloaded the master repository from the freedesktop git and I compiled it successfully. Note that MM_05 also has all latest fixes now. So, the latest sms-get.py get both sms messages correctly from the modem, which is

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
That CMGS command seems the proper one, so not sure why the ZTE modem didn't like it. Could you run AT+CMGS=? in minicom and send back the result? I turned off the mobile internet connection. Here it is: root@antiX1 :~# echo -e AT+CPIN?\r /dev/ttyUSB1 root@antiX1 :~# echo -e AT+CMGS?\r

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Aleksander Morgado
That CMGS command seems the proper one, so not sure why the ZTE modem didn't like it. Could you run AT+CMGS=? in minicom and send back the result? I turned off the mobile internet connection. Here it is: root@antiX1 :~# echo -e AT+CPIN?\r /dev/ttyUSB1 root@antiX1 :~# echo -e

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
Seems to me that the modem doesn't support AT+CMGS-based SMS sending... :-/ It's weird, as it did support listing SMSs and such. Dan, any other idea here? So, it does not mean, the same code will not run on other modems right? In other words, maybe I sucked, others still happy and use

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
Seems to me that the modem doesn't support AT+CMGS-based SMS sending... :-/ It's weird, as it did support listing SMSs and such. Dan, any other idea here? Info: Gammu is able to send sms using that zte modem. I should borrow an other modem to check it in the same system. Hmmm. I have

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Dan Williams
On Wed, 2012-02-08 at 17:39 +0100, Aleksander Morgado wrote: That CMGS command seems the proper one, so not sure why the ZTE modem didn't like it. Could you run AT+CMGS=? in minicom and send back the result? I turned off the mobile internet connection. Here it is: root@antiX1

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread Dan Williams
On Wed, 2012-02-08 at 18:41 +0100, PongráczI wrote: Seems to me that the modem doesn't support AT+CMGS-based SMS sending... :-/ It's weird, as it did support listing SMSs and such. Dan, any other idea here? Info: Gammu is able to send sms using that zte modem. Any idea what command

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-08 Thread PongráczI
On Wed, 2012-02-08 at 18:41 +0100, PongráczI wrote: Seems to me that the modem doesn't support AT+CMGS-based SMS sending... :-/ It's weird, as it did support listing SMSs and such. Dan, any other idea here? Info: Gammu is able to send sms using that zte modem. Any idea what

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread PongráczI
eredeti üzenet- Feladó: PongráczI Címzett: Dan Williams d...@redhat.com CC: networkmanager-list@gnome.org Dátum: Wed, 1 Feb 2012 23:27:35 +0100 - Dear Dan, Thank you very much for your support! I check my

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread Aleksander Morgado
Hey hey, I followed you advice, I downloaded the MM_05 branch and compiled in my system. I did not changed (means: compiled) other things on the system, so, the rest is in the same version I wrote above. After the installation, I fixed a path problem (previously I compiled it with

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread PongráczI
Hello Aleksander, eredeti üzenet- Feladó: Aleksander Morgado aleksan...@lanedo.com Címzett: networkmanager-list@gnome.org Dátum: Tue, 07 Feb 2012 17:59:25 +0100 - Hey hey, - 0: From:

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-01 Thread Dan Williams
On Tue, 2012-01-31 at 13:08 +0100, PongráczI wrote: Dear All, I spent several days to make sms sending work, but in one hand, I failed, in the other hand, I did not find clear answer/solution on the internet. I did recently add a test tool to ModemManager git to show how this is done,

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-01 Thread PongráczI
Dear Dan, Thank you very much for your support! I check my debian testing packages regarding the mentioned version and the possibility how to use the latest (and greatest) release, even from git. modemmanager: 0.5-1 dbus,dbus-x11, dbus-1-3: 1.4.16-1 python-dbus-glib: 0.98-1 I need a bash

Modemmanager - how to send sms? - receiving is ok

2012-01-31 Thread PongráczI
Dear All, I spent several days to make sms sending work, but in one hand, I failed, in the other hand, I did not find clear answer/solution on the internet. So, I decided to ask you, experts about this question. I explain the needed conditions and actual results. Conditions (recent

Re: Modemmanager - how to send sms? - receiving is ok

2012-01-31 Thread PongráczI
eredeti üzenet- Feladó: PongráczI Címzett: networkmanager-list@gnome.org Dátum: Tue, 31 Jan 2012 13:08:32 +0100 -- My negative (unsuccesful) tests: latest mm-send-sms.py failed, I got this error