<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.drivers.gammu">
    <title>gmane.linux.drivers.gammu</title>
    <link>http://blog.gmane.org/gmane.linux.drivers.gammu</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9613"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9607"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9605"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9604"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9603"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9602"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9597"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9594"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9588"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9583"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9579"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9578"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9572"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9570"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9569"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9568"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9567"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9566"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9562"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.gammu/9561"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9613">
    <title>[SMSD] Get SMS from Nokia 5230 inbox</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9613</link>
    <description>&lt;pre&gt;I can't get sms from nokia 5230 inbox. Outbox is work fine. Below my
gammu-smsd.conf:

[gammu]

port = /dev/ttyACM0
;model = NAUTO
connection = at19200
synchronizetime = yes
logfile = /opt/gammu/logs/gammu.log
logformat = textall
;use_locking =
;gammuloc =

[smsd]
Service = files
debuglevel = 1
phoneid = nokia5230_01
PIN = 1010
SendTimeout = 1
ReceiveFrequency = 10
CommTimeout = 1
;InboxFormat = unicode
transmitformat = auto
LogFile = /opt/gammu/logs/smsd.log
InboxPath = /opt/gammu/messages/inbox/
OutboxPath = /opt/gammu/messages/outbox/
SentSMSPath = /opt/gammu/messages/sent/
ErrorSMSPath = /opt/gammu/messages/error/

And my sms.log:

Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Using FILES service
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Configuring Gammu SMSD...
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: SHM token: 0xffffffffce118847
(-837711801)
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: PIN code is "1010"
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: CommTimeout=1, SendTimeout=1,
ReceiveFrequency=10, ResetFrequency=0, HardResetFrequency=0
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: checks: CheckSecurity=1,
CheckBattery=1, CheckSignal=1
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: mode: Send=1, Receive=1
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: deliveryreport = no
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: phoneid = nokia5230_01
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Inbox is
"/opt/gammu/messages/inbox/" with format "standard"
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Outbox is
"/opt/gammu/messages/outbox/" with format "detail" and transmission format
"auto"
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Sent SMS moved to
"/opt/gammu/messages/sent/"
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: SMS with errors moved to
"/opt/gammu/messages/error/"
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Created POSIX RW shared memory at
0xb7ff4000
Fri 2012/05/25 17:13:26 gammu-smsd[1217]: Starting phone communication...


thanks!!
--
*Saulo Zimbaro*

Mobile ) (+55) 21 9800-0100

*saulozimbaro&amp;lt; at &amp;gt;gmail.com

*saulo&amp;lt; at &amp;gt;zimbaro.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Saulo Zimbaro</dc:creator>
    <dc:date>2012-05-25T20:18:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9607">
    <title>phones Signal not null when Invalid SIM Card</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9607</link>
    <description>&lt;pre&gt;Hello,

I've detected when using an Invalid, expired Sim Card in the smsd default mysql Table Phones the Signal Strenght is not = 0. How can I now detect if there is a valid sim in the Phone and the Sim is connected to a network with smsd?


Thanks
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users

&lt;/pre&gt;</description>
    <dc:creator>breakDev</dc:creator>
    <dc:date>2012-05-24T17:45:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9605">
    <title>how to add new line character from command line</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9605</link>
    <description>&lt;pre&gt;hi
i am sending sms from command line using gammu, how can i add new line
character in text. GSM characters \0x0A and \0x0D do not work. please
suggest how can add new line character when using Gammu command line.

Thanks
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Qaiser Khan</dc:creator>
    <dc:date>2012-05-23T14:26:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9604">
    <title>missing sms more than one.</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9604</link>
    <description>&lt;pre&gt;Dear all,

I am using gammu by PHP. it is working fine sending a single sms but when i
have to send

more than a few using While Loop  it loses sms and some time generate error.

following is the code:


while(!$rs-&amp;gt;EOF)
{
    $std_cell_no     = '+92'.$rs-&amp;gt;fields['std_cell_no'];
    $msg_text    = $rs-&amp;gt;fields['msg_text'];


    $sms = new gammu($gammu_bin,$gammu_config,$gammu_config_section);
    $sms-&amp;gt;Identify($response);
    $sms-&amp;gt;Send($std_cell_no,$msg_text,$response);


    //sleep(8);
    //unset($sms);

    $rs-&amp;gt;MoveNext();
}

regards,
mobeen.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Khawaja Mobeen Ahmad</dc:creator>
    <dc:date>2012-05-17T03:08:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9603">
    <title>wammu/gammu can't transfer info between cell phones</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9603</link>
    <description>&lt;pre&gt;Hello,I always used wammu successfully to backup all info between my nokia xpressmusic 5310 cell phone and my pc with gnu/linux debian 6.05. I must recognize some of the info could not be transferred (e.g., NOTES). The cell phone beared it's internal memory as well as a microSD of 1.8 GB. Recently the cell phone got somesthing screwed and I decided to buy a new one (de repair cost was almost 2/3 of a brand new QWERTY Nokia C3.00.Now I have the following problems.1) I could transfer info only partially from the backup file in the pc to the C3.2) When I try to get the whole info (microSD as well as phone memory) not all the info appears to be transferred to the C3.
To solve the problem I would like to know what additional info you need.
As a first approach I give you this:1) The Nokia xpress music 3510 bears BB5 / Nokia Series 40, 3rd Edition, Feature Pack 22) The Nokia C3.00 bears an S40 operative system.3) I tried transfer using bluetooth as well as usb cable both from PC (where I backed up the info of the xpressmusic) to the C3-00. 4) When I try to do this using the bluetooth the following appears in wammu after pressing connect phone in the PC: "A moment please, connecting with phone". Then the program hangs, although it says the connection was effective and the phone shows "phone disconnected". After phone disconnects Wammu closes. Notice that this is a literal translation form spanish and text may somewhat differ from english or other language versions. 5) If I use usb I only have access to the files stored in the microsSD but not to the phone internal memory.6) Versions are gammu 1.28.0, Wammu 0.33 and python-gammu 1.28.0. All are installed under GNU/Linux Debian (uname
 -a: Linux Galileo 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux).
Please, let me know if you need any other information to add to the previous one.
Thank you in advance for your reply. Regards,Gerardo
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Gerardo Mirkin</dc:creator>
    <dc:date>2012-05-14T23:45:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9602">
    <title>SE C905 backupsms bug</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9602</link>
    <description>&lt;pre&gt;It isn't clear whether this is a gammu or Sony Ericsson bug, but backupsms
saves DateTimes for all incoming messages, but not for sent ones.  Looking
at sent messages on the phone shows when they were sent, so it is saved,
but not by gammu.

I upgraded from a W760 and checked my backupsms files to find the same
problem.

Is there a way to make gammu dump all the info it takes in about an sms,
even if it's not used?  I could manually download one each of my inbox and
sent mails and see if the timestamp is just hiding in a strange place.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Peter</dc:creator>
    <dc:date>2012-05-06T18:11:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9597">
    <title>Problems under Debian Squeeze</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9597</link>
    <description>&lt;pre&gt;Hi folks.

I'm having issues getting gammu to run under Debian 6.0.4. Mobile
phone is a Nokia 6021 and it is connected with a DKU-5 usb-cable from
ebay. I installed gammu and gammu-smsd via aptitude and configured
/etc/gammu-smsdrc as followed:

---
[gammu]
device = /dev/ttyUSB0
connection = fbuspl2303
synchronizetime = yes
logfile = /var/log/gammu.log
logformat = textall
use_locking = yes
[smsd]
service = files
PIN = xxxx
Logfile = syslog
inboxpath = /var/spool/sms/inbox/
outboxpath = /var/spool/sms/outbox/
sentsmspath = /var/spool/sms/sent/
errorsmspath = /var/spool/sms/error/
---

When I try to start gammu with /etc/init.d/gammu-smsd the following is
written to the syslog:

---
gammu-smsd[13993]: Configuring Gammu SMSD...
gammu-smsd[13993]: SHM token: 0xffffffffce02bb18 (-838681832)
gammu-smsd[13993]: PIN code is "50374"
gammu-smsd[13993]: commtimeout=30, sendtimeout=30, receivefrequency=0,
resetfrequency=0
gammu-smsd[13993]: checks: security=1, battery=1, signal=1
gammu-smsd[13993]: deliveryreport = no
gammu-smsd[13993]: phoneid =
gammu-smsd[13993]: Inbox is "/var/spool/sms/inbox/" with format "standard"
gammu-smsd[13993]: Outbox is "/var/spool/sms/outbox/" with format
"detail" and transmission format "7bit"
gammu-smsd[13993]: Sent SMS moved to "/var/spool/sms/sent/"
gammu-smsd[13993]: SMS with errors moved to "/var/spool/sms/error/"
gammu-smsd[13997]: Using FILES service
gammu-smsd[13997]: Created POSIX RW shared memory at 0xb785a000
gammu-smsd[13997]: Starting phone communication...
gammu-smsd[13997]: Error at init connection: Can not open specified
file. (CANTOPENFILE[28])
gammu-smsd[13997]: Starting phone communication...
gammu-smsd[13997]: Error at init connection: Can not open specified
file. (CANTOPENFILE[28])
gammu-smsd[13997]: Starting phone communication...
gammu-smsd[13997]: Error at init connection: Can not open specified
file. (CANTOPENFILE[28])
gammu-smsd[13997]: Starting phone communication...
gammu-smsd[13997]: Error at init connection: Can not open specified
file. (CANTOPENFILE[28])
gammu-smsd[13997]: Going to 30 seconds sleep because of too much
connection errors
---

However when I manually do the following
--
# gammu -c /etc/gammu-smsdrc -d textall -f /var/log/gammu.log identify
--

gammu connects to the phone and show all the details.

I'm quite lost atm. Permissions should be alright...

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users

&lt;/pre&gt;</description>
    <dc:creator>Flitschbirne82</dc:creator>
    <dc:date>2012-05-04T10:09:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9594">
    <title>Kalkun 0.5 stable released</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9594</link>
    <description>&lt;pre&gt;Hi all,

We've just released the stable version of version 0.5.

Here's the complete changelog:
dd2141a Changes: fix plugins pgsql structure
a1dd611 Bugfix: b8 spam AR use where_in instead of manual sql
eda9fba Changes: truncate sql upgrade file
af757ff Changes: fixed protect identifier issue on phonebook model
ee3d509 Changes: bugfix on trash, show message from other user with  
same phone number
d9b2162 Changes: implemented frontend for share message (issue #37)
9de2cfe Changes: Implemented Plugin SMS to Twitter (Issue #49)
537bfbe Changes: Implemented multiple inbox master
bf07d35 Changes: Added phonebook.contact.get, Added plugin phonebook  
ldap (Issue #14)
8833469 Changes: Bugfix hook for contact menu
29443b5 Changes: add hook for phonebook contact menu, add plugin  
phonebook_lookup
1458440 Changes: Add title attribute on conversation list
65c3fda Changes: Plugin server alert fix (issue #41)
99bf5f3 Changes: Admin user now see statistic from all user (issue #38)
acaa408 Changes: Add hook for outgoing message, plugin blacklist  
number now support block outgoing message
07a0ff7 Changes: Kalkun logo is now clickable to load notification
ed3b873 Issue #42: Remove Contacts in Group-View
8d7e790 Changes: Added feature sms merge
5a1ceed Fixed: bug sqlite schema
c716a23 German translation enhanced
c3b6317 Cleanup + Update notification fade for Issue #28
15de891 Temp_Bugfix : Issue #28 || TODO: All requests should be made  
in a single post request.


You can download it from SourceForge [1]

[1] https://sourceforge.net/projects/kalkun/files/kalkun/0.5/

Regards
--
Azhari Harahap
http://azhari.harahap.us

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Azhari Harahap</dc:creator>
    <dc:date>2012-05-01T17:18:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9588">
    <title>MMS-&gt;anything</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9588</link>
    <description>&lt;pre&gt;Dear Gents,

I set up a gammu-smsd daemon with mysql backend, and it's working fine.
SMS-es are came and gone - so I'm happy.
But the service provider sometime sent to me an MMS message... In the DB
it's visible as binary data.

How can I convert that to any (human readable) format - e.g. html, flv,
etc. ?
Gammu is can do it generally or I need to get an other (3rd party) tool
for doing conversation?

Can anyone help me please?

Thanks a lot,

Peter

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Szládovics Péter</dc:creator>
    <dc:date>2012-04-24T07:45:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9583">
    <title>question on buying a cell phone</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9583</link>
    <description>&lt;pre&gt;Dear Gammu Users,

I need to buy a new cellphone, simple and nonexpensive. I will need
to sync the phone book and the calendar, using Gammu.
Which phone would you recommend, among recent ones currently on the market?
(Not a smartphone, just a simple cell phone.)

Thank you for any advice!
Andrei
P.S: I tried to search using the Gammu cell phone database, but it seems
that almost all models there are very old. I could not find any model
that would be currently available.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users

&lt;/pre&gt;</description>
    <dc:creator>Andrei Mikhailov</dc:creator>
    <dc:date>2012-04-23T20:26:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9579">
    <title>Upgrading Gammu</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9579</link>
    <description>&lt;pre&gt;Hello,

I compiled Gammu 1.29 on my Ubuntu 10.04 computer and it works really well.
Now I want to upgrade to the latest version. The question is how to do it?
Do I the same thing as what i did before ?(
http://wammu.eu/docs/manual/project/install.html)

Thank you!
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>ryan bayona</dc:creator>
    <dc:date>2012-04-23T06:00:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9578">
    <title>some issues with the HUAWEI E1750</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9578</link>
    <description>&lt;pre&gt;I have bought a Huawei E1750 WCDMA USB device (link here
http://compare.ebay.co.uk/like/140695654951).
I have installed Wammu and Gammu from the official Oneirc respository and
also from a Debian distro.

The device shows correctly as:
Bus 002 Device 012: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB
Modem

USBModeswitch identifies the device as E169:

########################################################
# Huawei E169 and others
#
# Contributor: Dale Lane

DefaultVendor=  0x12d1
DefaultProduct= 0x1001

TargetClass=    0xff

# choose one of these:
DetachStorageOnly=1
HuaweiMode=1

Nevertheless I am able to use Wammu and Gammu to connect to the phone and
retrieve the information
I managed to send SMS via the python interface, but I am not able to:

   - getallmemory SM both from gammu command line and wammu
   - addcontact both from gammu and wammu
   - retrieves message

the other functions such as TODO, CALENDARE are not supported.
I receive this log from Wammu when try to read the SM memory:


Sat 2012/04/21 17:24:19: Entering GSM_GetMemoryStatus
Sat 2012/04/21 17:24:19: Setting memory type
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x0D/13
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|50P|42B|53S|3D=|22"|53S|4DM|22"|0D
AT+CPBS="SM".
Sat 2012/04/21 17:24:19: 1 "AT+CPBS="SM""
Sat 2012/04/21 17:24:19: 2 "OK"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x13/19
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|50P|42B|53S|3D=|22"|53S|4DM|22"|0D
|0D |0A |4FO AT+CPBS="SM"...O
Sat 2012/04/21 17:24:19: 4BK|0D
|0A                                                      K..
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x0F/15
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|53S|43C|53S|3D=|22"|55U|43C|53S|322|22"|0D
AT+CSCS="UCS2".
Sat 2012/04/21 17:24:19: 1 "AT+CSCS="UCS2""
Sat 2012/04/21 17:24:19: 2 "OK"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x15/21
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|53S|43C|53S|3D=|22"|55U|43C|53S|322|22"|0D |0D
AT+CSCS="UCS2"..
Sat 2012/04/21 17:24:19: 0A |4FO|4BK|0D
|0A                                              .OK..
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x09/9
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|53S|43C|53S|3F?|0D
AT+CSCS?.
Sat 2012/04/21 17:24:19: 1 "AT+CSCS?"
Sat 2012/04/21 17:24:19: 2 "+CSCS: "UCS2""
Sat 2012/04/21 17:24:19: 3 "OK"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x20/32
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|53S|43C|53S|3F?|0D |0D |0A
|2B+|43C|53S|43C|53S AT+CSCS?...+CSCS
Sat 2012/04/21 17:24:19: 3A:|20 |22"|55U|43C|53S|322|22"|0D |0A |0D |0A
|4FO|4BK|0D |0A  : "UCS2"....OK..
Sat 2012/04/21 17:24:19: Getting memory status
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x09/9
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|50P|42B|53S|3F?|0D
AT+CPBS?.
Sat 2012/04/21 17:24:19: 1 "AT+CPBS?"
Sat 2012/04/21 17:24:19: 2 "+CPBS: "SM",9,500"
Sat 2012/04/21 17:24:19: 3 "OK"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x24/36
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|50P|42B|53S|3F?|0D |0D |0A
|2B+|43C|50P|42B|53S AT+CPBS?...+CPBS
Sat 2012/04/21 17:24:19: 3A:|20 |22"|53S|4DM|22"|2C,|399|2C,|355|300|300|0D
|0A |0D |0A  : "SM",9,500....
Sat 2012/04/21 17:24:19: 4FO|4BK|0D
|0A                                                  OK..
Sat 2012/04/21 17:24:19: Memory status received
Sat 2012/04/21 17:24:19: Parsing +CPBS: "SM",9,500 with +CPBS: &amp;lt; at &amp;gt;s, &amp;lt; at &amp;gt;i, &amp;lt; at &amp;gt;i
Sat 2012/04/21 17:24:19: Grabbed string from reply: "SM" (parsed 4 bytes)
Sat 2012/04/21 17:24:19: Parsed generic string "SM"
Sat 2012/04/21 17:24:19: Generic string decoded as "SM"
Sat 2012/04/21 17:24:19: Parsed int 9
Sat 2012/04/21 17:24:19: Parsed int 500
Sat 2012/04/21 17:24:19: Getting memory information
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x0A/10
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|50P|42B|52R|3D=|3F?|0D
AT+CPBR=?.
Sat 2012/04/21 17:24:19: 1 "AT+CPBR=?"
Sat 2012/04/21 17:24:19: 2 "+CPBR: (1-500),24,18"
Sat 2012/04/21 17:24:19: 3 "OK"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x28/40
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|50P|42B|52R|3D=|3F?|0D |0D |0A
|2B+|43C|50P|42B AT+CPBR=?...+CPB
Sat 2012/04/21 17:24:19: 52R|3A:|20
|28(|311|2D-|355|300|300|29)|2C,|322|344|2C,|311|388 R: (1-500),24,18
Sat 2012/04/21 17:24:19: 0D |0A |0D |0A |4FO|4BK|0D
|0A                                  ....OK..
Sat 2012/04/21 17:24:19: Memory info received
Sat 2012/04/21 17:24:19: Parsing +CPBR: (1-500),24,18 with +CPBR: (&amp;lt; at &amp;gt;i-&amp;lt; at &amp;gt;i),
&amp;lt; at &amp;gt;i, &amp;lt; at &amp;gt;i
Sat 2012/04/21 17:24:19: Parsed int 1
Sat 2012/04/21 17:24:19: Parsed int 500
Sat 2012/04/21 17:24:19: Parsed int 24
Sat 2012/04/21 17:24:19: Parsed int 18
Sat 2012/04/21 17:24:19: Leaving GSM_GetMemoryStatus
Sat 2012/04/21 17:24:19: Entering GSM_GetNextMemory
Sat 2012/04/21 17:24:19: Starting reading!
Sat 2012/04/21 17:24:19: Location = -1, Memory type = SM
Sat 2012/04/21 17:24:19: Getting phonebook entry
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x0A/10
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|50P|42B|52R|3D=|311|0D
AT+CPBR=1.
Sat 2012/04/21 17:24:19: 1 "AT+CPBR=1"
Sat 2012/04/21 17:24:19: 2 "+CME ERROR: 22"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x1C/28
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|50P|42B|52R|3D=|311|0D |0D |0A
|2B+|43C|4DM|45E AT+CPBR=1...+CME
Sat 2012/04/21 17:24:19: 20 |45E|52R|52R|4FO|52R|3A:|20 |322|322|0D
|0A                   ERROR: 22..
Sat 2012/04/21 17:24:19: CME Error 22: "not found"
Sat 2012/04/21 17:24:19: Getting phonebook entry
Sat 2012/04/21 17:24:19: SENDING frametype 0x00/length 0x0C/12
Sat 2012/04/21 17:24:19:
41A|54T|2B+|43C|50P|42B|52R|3D=|322|2C,|344|0D
AT+CPBR=2,4.
Sat 2012/04/21 17:24:19: 1 "AT+CPBR=2,4"
Sat 2012/04/21 17:24:19: 2 "+CPBR:
2,"077XXXXXXXX",129,"XXXXXXXXXXXXXXXXXXXXXXXXXXXx""
Sat 2012/04/21 17:24:19: 3 "+CPBR: 3,"+39XXXXXXXXXX",145,"XXXXXXXXX""
Sat 2012/04/21 17:24:19: 4 "+CME ERROR: 25"
Sat 2012/04/21 17:24:19: RECEIVED frametype 0x00/length 0x9C/156
Sat 2012/04/21 17:24:19: 41A|54T|2B+|43C|50P|42B|52R|3D=|322|2C,|344|0D |0D
|0A |2B+|43C AT+CPBR=2,4...+C
Sat 2012/04/21 17:24:19: 50P|42B|52R|3A:|20
|322|2C,|22"|300|377|377|322|300|366|388|311 PBR: 2,"07720681
Sat 2012/04/21 17:24:19:
300|388|388|22"|2C,|311|322|399|2C,|22"|300|300|344|45E|300|300
088",129,"004E00
Sat 2012/04/21 17:24:19:
366|399|300|300|366|333|300|300|322|300|300|300|344|45E|300|300
6900630020004E00
Sat 2012/04/21 17:24:19:
366|355|300|300|377|377|300|300|322|300|300|300|344|46F|300|300
6500770020004F00
Sat 2012/04/21 17:24:19: 333|322|22"|0D |0A |2B+|43C|50P|42B|52R|3A:|20
|333|2C,|22"|2B+ 32"..+CPBR: 3,"+
Sat 2012/04/21 17:24:19:
333|399|333|322|388|388|322|344|366|300|366|311|22"|2C,|311|344
393288246061",14
Sat 2012/04/21 17:24:19:
355|2C,|22"|300|300|344|44D|300|300|366|311|300|300|377|322|300
5,"004D006100720
Sat 2012/04/21 17:24:19: 300|366|333|300|300|366|46F|22"|0D |0A |0D |0A
|2B+|43C|4DM|45E 063006F"....+CME
Sat 2012/04/21 17:24:19: 20 |45E|52R|52R|4FO|52R|3A:|20 |322|355|0D
|0A                   ERROR: 25..
Sat 2012/04/21 17:24:19: CME Error 25: "invalid characters in text string"
Sat 2012/04/21 17:24:19: GSM_GetNextMemory failed with error
INVALIDDATA[44]: Invalid data given to phone.
Sat 2012/04/21 17:24:19: Leaving GSM_GetNextMemory

the same happens via command line:

$ gammu getallmemory SM
Press Ctrl+C to break...
Memory SM, Location 2
General number       : "077XXXXX"
Name                 : "Winnie the poo"

Memory SM, Location 3
General number       : "+39xxxxxxxxx"
Name                 : "Marcus Butz"

Invalid data given to phone.

I have hidden the phone numbers for privacy.
Any suggestion about what is the issue?
The phone where the contacts were generated is a Nexus S in EN language.
Perhaps I should erase the entire SM memory?
I have also noticed that the backup functions doesn't work for the same
issue.

Does anybody have an idea about the issue?


&lt;/pre&gt;</description>
    <dc:creator>Paolo Di Prodi</dc:creator>
    <dc:date>2012-04-21T17:05:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9572">
    <title>USSD</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9572</link>
    <description>&lt;pre&gt;To whom may it concern,

Hi. 
I want to use Gammu to send USSD codes. 
I can send an SMS successfully, but I get an unknown error while sending a USSD code.

##############################################
gammu getussd *140*1#
Press Ctrl+C to break...
Unknown error.
##############################################
Wed 2012/04/18 16:19:01: [Gammu            - 1.11.0 built 12:21:02 May 14 2007 in gcc 4.1]
Wed 2012/04/18 16:19:01: [Connection       - "at"]
Wed 2012/04/18 16:19:01: [Model type       - ""]
Wed 2012/04/18 16:19:01: [Device           - "/dev/ttyUSB0"]
Wed 2012/04/18 16:19:01: [Run on           - Linux, kernel 2.6.18-194.el5 (#1 SMP Fri Apr 2 14:58:14 EDT 2010)]
Wed 2012/04/18 16:19:19: Setting speed to 19200
Wed 2012/04/18 16:19:19: [Module           - "auto"]
Wed 2012/04/18 16:19:19: Escaping SMS mode
Wed 2012/04/18 16:19:19: SENDING frame type 0x00/length 0x02/2
Wed 2012/04/18 16:19:19: 1B |0D                                                         ..              
Wed 2012/04/18 16:19:21: Sending simple AT command to wake up some devices
Wed 2012/04/18 16:19:21: SENDING frame type 0x00/length 0x03/3
Wed 2012/04/18 16:19:21: 41A|54T|0D                                                     AT.             
Wed 2012/04/18 16:19:21: 1 "AT"
Wed 2012/04/18 16:19:21: 2 "OK"
Wed 2012/04/18 16:19:21: RECEIVED frame type 0x00/length 0x09/9
Wed 2012/04/18 16:19:21: 41A|54T|0D |0D |0A |4FO|4BK|0D |0A                             AT...OK..       
Wed 2012/04/18 16:19:21: Enabling echo
Wed 2012/04/18 16:19:21: SENDING frame type 0x00/length 0x05/5
Wed 2012/04/18 16:19:21: 41A|54T|45E|311|0D                                             ATE1.           
Wed 2012/04/18 16:19:22: 1 "ATE1"
Wed 2012/04/18 16:19:22: 2 "OK"
Wed 2012/04/18 16:19:22: RECEIVED frame type 0x00/length 0x0B/11
Wed 2012/04/18 16:19:22: 41A|54T|45E|311|0D |0D |0A |4FO|4BK|0D |0A                     ATE1...OK..     
Wed 2012/04/18 16:19:22: Enabling CME errors
Wed 2012/04/18 16:19:22: SENDING frame type 0x00/length 0x0A/10
Wed 2012/04/18 16:19:22: 41A|54T|2B+|43C|4DM|45E|45E|3D=|311|0D                         AT+CMEE=1.      
Wed 2012/04/18 16:19:22: 1 "AT+CMEE=1"
Wed 2012/04/18 16:19:22: 2 "OK"
Wed 2012/04/18 16:19:22: RECEIVED frame type 0x00/length 0x10/16
Wed 2012/04/18 16:19:22: 41A|54T|2B+|43C|4DM|45E|45E|3D=|311|0D |0D |0A |4FO|4BK|0D |0A AT+CMEE=1...OK..
Wed 2012/04/18 16:19:22: Getting model
Wed 2012/04/18 16:19:22: SENDING frame type 0x00/length 0x08/8
Wed 2012/04/18 16:19:22: 41A|54T|2B+|43C|47G|4DM|4DM|0D                                 AT+CGMM.        
Wed 2012/04/18 16:19:22: 1 "AT+CGMM"
Wed 2012/04/18 16:19:22: 2 "TC35i"
Wed 2012/04/18 16:19:22: 3 "OK"
Wed 2012/04/18 16:19:22: RECEIVED frame type 0x00/length 0x17/23
Wed 2012/04/18 16:19:22: 41A|54T|2B+|43C|47G|4DM|4DM|0D |0D |0A |54T|43C|333|355|69i|0D AT+CGMM...TC35i.
Wed 2012/04/18 16:19:22: 0A |0D |0A |4FO|4BK|0D |0A                                     ...OK..         
Wed 2012/04/18 16:19:22: [Connected model  - "TC35i"]
Wed 2012/04/18 16:19:22: Checking for OBEX support
Wed 2012/04/18 16:19:22: SENDING frame type 0x00/length 0x0B/11
Wed 2012/04/18 16:19:22: 41A|54T|2B+|43C|50P|52R|4FO|54T|3D=|3F?|0D                     AT+CPROT=?.     
Wed 2012/04/18 16:19:23: 1 "AT+CPROT=?"
Wed 2012/04/18 16:19:23: 2 "ERROR"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x14/20
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|50P|52R|4FO|54T|3D=|3F?|0D |0D |0A |45E|52R|52 AT+CPROT=?...ERR
Wed 2012/04/18 16:19:23: 4FO|52R|0D |0A                                                 OR..            
Wed 2012/04/18 16:19:23: [Module           - "A2D|iPAQ|at|M20|S25|MC35|TC35|C35i|S65|S300|5110|5130|5190|5210|6110|6130|6150|6190|6210|6250|6310|6310i|6510|7110|8210|8250|8290|8310|8390|8850|8855|8890|8910|9110|9210"]
Wed 2012/04/18 16:19:23: Escaping SMS mode
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x02/2
Wed 2012/04/18 16:19:23: 1B |0D                                                         ..              
Wed 2012/04/18 16:19:23: Sending simple AT command to wake up some devices
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x03/3
Wed 2012/04/18 16:19:23: 41A|54T|0D                                                     AT.             
Wed 2012/04/18 16:19:23: 1 "AT"
Wed 2012/04/18 16:19:23: 2 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x09/9
Wed 2012/04/18 16:19:23: 41A|54T|0D |0D |0A |4FO|4BK|0D |0A                             AT...OK..       
Wed 2012/04/18 16:19:23: Enabling echo
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x05/5
Wed 2012/04/18 16:19:23: 41A|54T|45E|311|0D                                             ATE1.           
Wed 2012/04/18 16:19:23: 1 "ATE1"
Wed 2012/04/18 16:19:23: 2 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x0B/11
Wed 2012/04/18 16:19:23: 41A|54T|45E|311|0D |0D |0A |4FO|4BK|0D |0A                     ATE1...OK..     
Wed 2012/04/18 16:19:23: Enabling CME errors
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x0A/10
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|4DM|45E|45E|3D=|311|0D                         AT+CMEE=1.      
Wed 2012/04/18 16:19:23: 1 "AT+CMEE=1"
Wed 2012/04/18 16:19:23: 2 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x10/16
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|4DM|45E|45E|3D=|311|0D |0D |0A |4FO|4BK|0D |0A AT+CMEE=1...OK..
Wed 2012/04/18 16:19:23: Checking for OBEX support
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x0B/11
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|50P|52R|4FO|54T|3D=|3F?|0D                     AT+CPROT=?.     
Wed 2012/04/18 16:19:23: 1 "AT+CPROT=?"
Wed 2012/04/18 16:19:23: 2 "ERROR"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x14/20
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|50P|52R|4FO|54T|3D=|3F?|0D |0D |0A |45E|52R|52 AT+CPROT=?...ERR
Wed 2012/04/18 16:19:23: 4FO|52R|0D |0A                                                 OR..            
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x08/8
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|47G|4DM|49I|0D                                 AT+CGMI.        
Wed 2012/04/18 16:19:23: 1 "AT+CGMI"
Wed 2012/04/18 16:19:23: 2 "SIEMENS"
Wed 2012/04/18 16:19:23: 3 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x19/25
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|47G|4DM|49I|0D |0D |0A |53S|49I|45E|4DM|45E|4E AT+CGMI...SIEMEN
Wed 2012/04/18 16:19:23: 53S|0D |0A |0D |0A |4FO|4BK|0D |0A                             S....OK..       
Wed 2012/04/18 16:19:23: Manufacturer info received
Wed 2012/04/18 16:19:23: Siemens
Wed 2012/04/18 16:19:23: Getting firmware - method 2
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x08/8
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|47G|4DM|52R|0D                                 AT+CGMR.        
Wed 2012/04/18 16:19:23: 1 "AT+CGMR"
Wed 2012/04/18 16:19:23: 2 "REVISION 02.20"
Wed 2012/04/18 16:19:23: 3 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x20/32
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|47G|4DM|52R|0D |0D |0A |52R|45E|56V|49I|53S|49 AT+CGMR...REVISI
Wed 2012/04/18 16:19:23: 4FO|4EN|20 |300|322|2E.|322|300|0D |0A |0D |0A |4FO|4BK|0D |0A ON 02.20....OK..
Wed 2012/04/18 16:19:23: Received firmware version: "REVISION 02.20"
Wed 2012/04/18 16:19:23: [Firmware version - "REVISION 02.20"]
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x0A/10
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|53S|43C|53S|3D=|3F?|0D                         AT+CSCS=?.      
Wed 2012/04/18 16:19:23: 1 "AT+CSCS=?"
Wed 2012/04/18 16:19:23: 2 "+CSCS: ("GSM","UCS2")"
Wed 2012/04/18 16:19:23: 3 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x29/41
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|53S|43C|53S|3D=|3F?|0D |0D |0A |2B+|43C|53S|43 AT+CSCS=?...+CSC
Wed 2012/04/18 16:19:23: 53S|3A:|20 |28(|22"|47G|53S|4DM|22"|2C,|22"|55U|43C|53S|322|22 S: ("GSM","UCS2"
Wed 2012/04/18 16:19:23: 29)|0D |0A |0D |0A |4FO|4BK|0D |0A                             )....OK..       
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x09/9
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|53S|43C|53S|3F?|0D                             AT+CSCS?.       
Wed 2012/04/18 16:19:23: 1 "AT+CSCS?"
Wed 2012/04/18 16:19:23: 2 "+CSCS: "GSM""
Wed 2012/04/18 16:19:23: 3 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x1F/31
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|53S|43C|53S|3F?|0D |0D |0A |2B+|43C|53S|43C|53 AT+CSCS?...+CSCS
Wed 2012/04/18 16:19:23: 3A:|20 |22"|47G|53S|4DM|22"|0D |0A |0D |0A |4FO|4BK|0D |0A     : "GSM"....OK.. 
Wed 2012/04/18 16:19:23: Enabling incoming USSD
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x0A/10
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|55U|53S|44D|3D=|311|0D                         AT+CUSD=1.      
Wed 2012/04/18 16:19:23: 1 "AT+CUSD=1"
Wed 2012/04/18 16:19:23: 2 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x10/16
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|55U|53S|44D|3D=|311|0D |0D |0A |4FO|4BK|0D |0A AT+CUSD=1...OK..
Wed 2012/04/18 16:19:23: SENDING frame type 0x00/length 0x14/20
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|55U|53S|44D|3D=|311|2C,|22"|2A*|311|344|300|2A AT+CUSD=1,"*140*
Wed 2012/04/18 16:19:23: 311|23#|22"|0D                                                 1#".            
Wed 2012/04/18 16:19:23: 1 "AT+CUSD=1,"*140*1#""
Wed 2012/04/18 16:19:23: 2 "OK"
Wed 2012/04/18 16:19:23: RECEIVED frame type 0x00/length 0x1A/26
Wed 2012/04/18 16:19:23: 41A|54T|2B+|43C|55U|53S|44D|3D=|311|2C,|22"|2A*|311|344|300|2A AT+CUSD=1,"*140*
Wed 2012/04/18 16:19:23: 311|23#|22"|0D |0D |0A |4FO|4BK|0D |0A                         1#"...OK..      
Wed 2012/04/18 16:19:23: Incoming USSD received
[ERROR 27: Unknown error.]
Wed 2012/04/18 16:19:23: [Closing]
###################################################------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>mohammad mohammadi</dc:creator>
    <dc:date>2012-04-18T11:51:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9570">
    <title>Can i send a sms omitting from address??</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9570</link>
    <description>&lt;pre&gt;Can i send a sms omitting from address??


Saulo Zimbaro
(21) 9800-0100
saulozimbaro&amp;lt; at &amp;gt;gmail.com
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Saulo Zimbaro</dc:creator>
    <dc:date>2012-04-18T00:54:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9569">
    <title>Can i send a sms omitting from address??</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9569</link>
    <description>&lt;pre&gt;Can i send a sms omitting "from" address??
--
Saulo Zimbaro
(21) 9800-0100
saulo&amp;lt; at &amp;gt;zimbaro.com
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Saulo Zimbaro</dc:creator>
    <dc:date>2012-04-18T00:54:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9568">
    <title>Gammu and Gammu smsd charter problem on windows</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9568</link>
    <description>&lt;pre&gt;Hi, Iam new in Gammu, i install gammu and gammu-smsd on windows to receive
sms. Everithing is OK but I cant receive correctly special chars such as
áéíóú and other special chars. I am from Argentina (Latin América) and I
need to read ok these charters. I don know if it is a problem of the
configuration of the GMS modem (Wavecom Supreme Fastrack 20) or is a problem
of the gammu / gammu-smsd config file. Can anyone help me? 

Thanks, 

Juan Pablo

 

P.S. Sorry for my einglish

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Possetti (Gmail</dc:creator>
    <dc:date>2012-04-12T14:13:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9567">
    <title>Reciving MMS data through gammu.</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9567</link>
    <description>&lt;pre&gt;Hey,
First of all, a huge thanks to Dev. team (Michal in particular) for this 
amazing software!

I am trying to use Gammu to recive MMS from the phone (Huawei E220).
I have no problem reciving the 8 bit sms'es, and process them so i get url 
out, but the url is in local APN like this:
http://10.250.37.108:8000/mmsc/3_1?Axj1TXsI7wZBsWtNL 
Is it possible for gammu to retrieve the actual data of the mms, and save 
it on the computer? And if so, how? if not, how is it them possible to get 
access to the data?
I know it is quite specific question, but i hope someone have had the same 
wishes as i have here.

Best regards/Med venlig hilsen

Sofus Albertsen------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>sofus.albertsen&lt; at &gt;semaphor.dk</dc:creator>
    <dc:date>2012-04-12T06:42:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9566">
    <title>Issues with communication</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9566</link>
    <description>&lt;pre&gt;Hi,

Since some time i'm having problems with gammu. Is there any chance
that u can help me?

Mon 2012/04/09 23:45:26 gammu-smsd[5087]: Message: Tychy Online: Dane
do logowania do uslugi Hotspot. Twoja nazwa uzytkownika: xxx, haslo:
eda2
Mon 2012/04/09 23:45:26 gammu-smsd[5087]: New message to send: 82
Mon 2012/04/09 23:45:29 gammu-smsd[5087]: SMS sent on device:
"/dev/serial/by-id/usb-HUAWEI_Technology_HUAWEI_Mobile-if00-port0"
status=0, reference=153
Mon 2012/04/09 23:45:29 gammu-smsd[5087]: Transmitted 82 (total: 1) to 508453546




Mon 2012/04/09 23:46:55 gammu-smsd[5087]: Error getting SMS status:
Unknown error. (UNKNOWN[27])
Mon 2012/04/09 23:46:56 gammu-smsd[5087]: Error getting SMS status:
Unknown error. (UNKNOWN[27])
Mon 2012/04/09 23:46:57 gammu-smsd[5087]: Error getting SMS status:
Unknown error. (UNKNOWN[27])
Mon 2012/04/09 23:46:58 gammu-smsd[5087]: Error getting SMS status:
Unknown error. (UNKNOWN[27])




Mon 2012/04/09 23:47:43 gammu-smsd[5087]: Error getting SMS status: No
response in specified timeout. Probably phone not connected.
(TIMEOUT[14])
Mon 2012/04/09 23:47:55 gammu-smsd[5087]: Error getting security
status: No response in specified timeout. Probably phone not
connected. (TIMEOUT[14])
Mon 2012/04/09 23:47:55 gammu-smsd[5087]: You might want to set
CheckSecurity = 0 to avoid checking security status

Mon 2012/04/09 23:58:42 gammu-smsd[745]: New message to send: 85
Mon 2012/04/09 23:59:45 gammu-smsd[745]: Error getting send status of
message: No response in specified timeout. Probably phone not
connected. (TIMEOUT[14])
Tue 2012/04/10 00:00:14 gammu-smsd[745]: Error getting security
status: No response in specified timeout. Probably phone not
connected. (TIMEOUT[14])
Tue 2012/04/10 00:00:14 gammu-smsd[745]: You might want to set
CheckSecurity = 0 to avoid checking security status
Tue 2012/04/10 00:00:26 gammu-smsd[745]: Error getting security
status: No response in specified timeout. Probably phone not
connected. (TIMEOUT[14])
Tue 2012/04/10 00:00:26 gammu-smsd[745]: You might want to set
CheckSecurity = 0 to avoid checking security status


This is really anoying when I have to reboot mannually all system...:(
Thanks!

Modem is huawei e160, os is ubuntu server.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users

&lt;/pre&gt;</description>
    <dc:creator>Mikołaj Jopczyński</dc:creator>
    <dc:date>2012-04-09T22:01:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9562">
    <title>Gammu moves to Github</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9562</link>
    <description>&lt;pre&gt;Hi,

all Gammu related Git repositories have been moved to [Github][1]. Also
with this move all has been consolidated under single project. This
move should allow easier contribution and possible hand over of
development to new developers.

[1]:http://github.com/gammu

&lt;/pre&gt;</description>
    <dc:creator>Michal Čihař</dc:creator>
    <dc:date>2012-04-04T09:23:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9561">
    <title>Perl</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9561</link>
    <description>&lt;pre&gt;Dear Michal,

Are there any perl library for handling gammu-smsd daemon?
Thanks your reply,

Peter

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Szládovics Péter</dc:creator>
    <dc:date>2012-04-02T18:18:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.gammu/9560">
    <title>String error compiling in Mac OSX Lion</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.gammu/9560</link>
    <description>&lt;pre&gt;Hello

 i just clone from this git repository

git clone git://gitorious.org/gammu/mainline.git gammu

but when im trying to compile with:

./configure
make

throws me this error:

[ 0%] Building C object helper/CMakeFiles/string.dir/string.o
In file included from
/Users/nieldm/Documents/Github/gammu/helper/string.c:1:
/Users/nieldm/Documents/Github/gammu/helper/string.h:14:20: error:
string.h: No such file or directory
In file included from
/Users/nieldm/Documents/Github/gammu/helper/string.c:1:
/Users/nieldm/Documents/Github/gammu/helper/string.h:39: error: expected
declaration specifiers or ‘…’ before ‘size_t’
/Users/nieldm/Documents/Github/gammu/helper/string.h:39: warning:
conflicting types for built-in function ‘strncasecmp’
/Users/nieldm/Documents/Github/gammu/helper/string.h:58: error: expected
‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘towlower’
In file included from
/Users/nieldm/Documents/Github/gammu/helper/string.c:3:
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:18:19:
error: wchar.h: No such file or directory
In file included from
/Users/nieldm/Documents/Github/gammu/helper/string.c:3:
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:28:
error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
‘UnicodeLength’
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:102:
error: expected declaration specifiers or ‘…’ before ‘wchar_t’
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:109:
error: expected declaration specifiers or ‘…’ before ‘size_t’
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:116:
error: expected declaration specifiers or ‘…’ before ‘size_t’
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:164:
error: expected declaration specifiers or ‘…’ before ‘wchar_t’
/Users/nieldm/Documents/Github/gammu/build/helper/../include/gammu-unicode.h:169:
error: expected ‘)’ before ‘value’
/Users/nieldm/Documents/Github/gammu/helper/string.c:5:19: error: ctype.h:
No such file or directory
/Users/nieldm/Documents/Github/gammu/helper/string.c: In function
‘strcasestr’:
/Users/nieldm/Documents/Github/gammu/helper/string.c:15: error: ‘size_t’
undeclared (first use in this function)
/Users/nieldm/Documents/Github/gammu/helper/string.c:15: error: (Each
undeclared identifier is reported only once
/Users/nieldm/Documents/Github/gammu/helper/string.c:15: error: for each
function it appears in.)
/Users/nieldm/Documents/Github/gammu/helper/string.c:15: error: expected
‘;’ before ‘len’
/Users/nieldm/Documents/Github/gammu/helper/string.c:19: error: ‘len’
undeclared (first use in this function)
/Users/nieldm/Documents/Github/gammu/helper/string.c:19: warning:
incompatible implicit declaration of built-in function ‘strlen’
/Users/nieldm/Documents/Github/gammu/helper/string.c:23: error: ‘NULL’
undeclared (first use in this function)
/Users/nieldm/Documents/Github/gammu/helper/string.c:25: error: too many
arguments to function ‘strncasecmp’
/Users/nieldm/Documents/Github/gammu/helper/string.c: In function
‘strchrnul’:
/Users/nieldm/Documents/Github/gammu/helper/string.c:36: warning:
incompatible implicit declaration of built-in function ‘strchr’
/Users/nieldm/Documents/Github/gammu/helper/string.c:37: error: ‘NULL’
undeclared (first use in this function)
/Users/nieldm/Documents/Github/gammu/helper/string.c:37: warning:
incompatible implicit declaration of built-in function ‘strlen’
/Users/nieldm/Documents/Github/gammu/helper/string.c: At top level:
/Users/nieldm/Documents/Github/gammu/helper/string.c:49: error: expected
declaration specifiers or ‘…’ before ‘size_t’
/Users/nieldm/Documents/Github/gammu/helper/string.c: In function
‘strncasecmp’:
/Users/nieldm/Documents/Github/gammu/helper/string.c:55: error: ‘n’
undeclared (first use in this function)
/Users/nieldm/Documents/Github/gammu/helper/string.c: At top level:
/Users/nieldm/Documents/Github/gammu/helper/string.c:107: error: expected
‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘towlower’
make[2]: *** [helper/CMakeFiles/string.dir/string.o] Error 1
make[1]: *** [helper/CMakeFiles/string.dir/all] Error 2
make: *** [all] Error 2

And i get the same error using the "cmake"

Thanks
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure_______________________________________________
Gammu-users mailing list - https://lists.sourceforge.net/lists/listinfo/gammu-users
&lt;/pre&gt;</description>
    <dc:creator>Daniel Mendez</dc:creator>
    <dc:date>2012-04-02T15:50:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.gammu">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.gammu</link>
  </textinput>
</rdf:RDF>

