since nobody replies, i'll post my findings
i also want to read the received sms from my NC10's umts modem. It works under windows xp with the software preinstalled by samsung. i did not test anything else under windows.
tools i found for ubuntu:
smsclientInstall:
sudo apt-get install smsclientRun:
sms_client 0123 'hello there' (to send sms to 0123)
Tried to send a sms with smsclient, didn't work. doesn't show received sms
smstoolsInstall:
sudo apt-get install smstoolsNot tested by me
gammuInstall:
sudo apt-get install gammuConfig:
sudo gunzip /usr/share/doc/gammu/examples/config/gammurc.gz
sudo cp /usr/share/doc/gammu/examples/config/gammurc /etc/gammurc
sudo gedit /etc/gammurcreplace port and connection below [gammu]
Code:
port = /dev/ttyACM0
connection = at
Run:
gammu --identifyprints:
Quote:
Hersteller : Samsung
Modell : unknown (GT-Y3100)
Firmware : Y3100XXHL1
IMEI : *****
Help:
man gammu
gammu --help smsShould show saved sms, but doesn't work for me:
gammu getsmsc 1
gammu getsms 0 1wammuInstall:
sudo apt-get install wammuRun: Applications -> Accessories -> Wammu
wammu is only a GUI for gammu. same errors as with gammu ("Unknown error" etc)
launch2net beta demo version
Install: download and open
http://repo.novamedia.de/pool/jaunty/ma ... 0_i386.debRun: Applications -> Internet -> novamedia launch2net
Doesn't recognize modem ("No Device"). Should be able to send and receive sms. apparently not being actively developed and closed source.
waderInstall:
sudo add-apt-repository ppa:wader/ppa
sudo apt-get update
sudo install wader-gtk <-- wants to remove "modemmanager"!?