hi.
I would gladly give this K800i config because i think its hard to look
for k800i config on the net.. the other one is mokia 6610.. :)
#Modem Detection
group = modems
id = sonyericsson_k800
name = "Sony Ericsson K800"
detect-string = "Sony Ericsson"
detect-string2 = "K800"
init-string = "AT+CNMI=2,3"
message-storage = "SM"
enable-mms = true
#Modem Detection
group = modems
id = nokia_6610
name = "Nokia 6610"
detect-string = "Nokia"
detect-string2 = "6610"
init-string = "AT+CNMI=1,2,0,1,0"
message-storage = "SM"
enable-mms = true
i suggest you go to the developers website of your phone to get the AT
commands
Nokia:
http://www.forum.nokia.com
Sony Ericsson
http://developer.sonyericsson.com <http://developer.sonyericson.com>
Motorola:
http://developer.motorola.com/docstools/developerguides/
Thanks
Clarence
Dave Jong A Lock wrote:
Hi Denis,
I successfully use a sony ericcson t630 with dcu-11 cable (usb cable).
group = smsc
smsc = at
modemtype = "sonyericsson_T630-T628"
device = /dev/ttyUSB0
validityperiod =167
keepalive = 60
group = modems
id = "sonyericsson_T630-T628"
name = "Sony Ericsson T630-T628?"
init-string = "AT+CNMI=2,3,2,0,0;+cmfg=?"
keepalive-cmd = "AT+CBC;+CSQ;+CMFG=0"
broken = true
I need more from your bearerbox.log to see the complete error.
I had error with the init-string and keepalive-cmd. You can get these from
searching google for the AT-commands this phone of yours supports.
Dave