|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Wed Feb 05, 2025 12:43 |
This topic is locked
Page: 1
Author |
Post |
|
#1 Wed Mar 17, 2010 02:30, 181 months ago.
|
Member
Registered: Mar 2010
Location: depok, Indonesia
|
Operating system name and version: WinXP SP2 Version of smsd: 3.1.6 Smsd installed from: sources Name and model of a modem / phone: SE M600i Interface: USB SE M600i cannot receive messages there is error like this: I was read from FAQ that some SE with SymbianOS cannot received msg. So I try other way with send cmd at+cmgl work and can list some messages, but i don't know how to convert PDU to text. Any Idea, please help. Thanks -alfin-
|
|
#2 Wed Mar 17, 2010 10:12, 181 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
SE M600i is based on Symbian OS v9.1 and may work, as it's listing it's memory like +CPMS: "ME",1,512,"ME",1,512,"ME",1,512. Devices based on S40 (3rd edition) or S60 are listing +CPMS: ,,,,,,,, and do not work.
In your case there is one message, but index 1 gives an error. You could try a modem setting memory_start = 0.
As the command AT+CMGL works, you could try to use check_memory_method = 31. With this setting smsd will get all messages directly from the CMGL list. You do not have to take care about the PDU's. If this method works with your device, it's better than default method and memory_start = 0 is not required.
|
|
#3 Thu Mar 18, 2010 11:43, 181 months ago.
|
Member
Registered: Mar 2010
Location: depok, Indonesia
Topic owner
|
that works... thanks keke i adds check_memory_method = 31 and cmgl_value = 0 for control incoming msg that only new msg are copied. this is my smsd.conf :
|
|
#4 Sun Mar 28, 2010 09:11, 180 months ago.
|
Member
Registered: Mar 2010
Location: depok, Indonesia
Topic owner
|
sorry ask again How to keep msg in memory phone? in some projects maybe need this. Because value in check_memory_method that support cmgl (3, 4, 31, 41, 5) are deleted message after it is read.
|
|
#5 Sun Mar 28, 2010 10:05, 180 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
There is a global setting keep_messages = yes available. But it's for testing purposes only and smsd will stop after messages are read.
You could modify the sources, if you want that smsd does not delete messages, but continues running. I may include this kind of setting to the next version too.
|
|
#6 Mon Mar 29, 2010 10:08, 180 months ago.
|
Member
Registered: Mar 2010
Location: depok, Indonesia
Topic owner
|
thanks keke let smstools3 efflorescent step by step
|
|
#7 Mon Mar 29, 2010 10:15, 180 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
In the 3.1.7beta2 there is now a modem setting keep_messages = yes which works as you expected.
|
This topic is locked
Page: 1
Time in this board is UTC.
|
|
|
|
|
|
|