View Single Post
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1202
Originally Posted by makki View Post
... Two questions using 0.10.3 on N900:
configured:
COM_CUSTOM = 'Script*'
COMMANDREPLY = 'no'
SILENCEDEVICE = 'yes'

and ...

Works so far but two problems:
- I always get an SMS back like -script-
Script [u' blueon'] executes in BG [PIDs=4532].
-> Any way to prevent/silence this?
You can change this under "General options" -> "Reply message settings". On command line this is MESSAGESEND setting:
Code:
smscon -set MESSAGESEND email
Possible values are: sms|email|both|none. It applies to all commands except GPS related ones which have separate setting GPSSEND to control notifications.

Originally Posted by makki View Post
And silence doesnt work:
...
Many Thanks for the log information. I have fixed this bug right now. It was a serious bug because it applies to all commands that made use of session dbus. The session dbus was not available to smscon if it runs from boot (seems nobody noticed ). As this run-mode was standard since 0.10 the bug comes much more into sight.

UPDATE: The silencing function does not prevent the sms alert sound of the very first sms command because phone alerts before smscon has chance to silence. Silence applies to all further sms being received.

Last edited by yablacky; 2012-06-23 at 05:11. Reason: Add silencing details
 

The Following 3 Users Say Thank You to yablacky For This Useful Post: