The Following 2 Users Say Thank You to yablacky For This Useful Post: | ||
![]() |
2012-03-20
, 22:27
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#1112
|
![]() |
2012-03-20
, 22:45
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#1113
|
2012-03-19 14:36:11[SMSCON] INFO: Daemon smscon_daemon requested to start. 2012-03-19 14:36:13[SMSCON] INFO: Daemon smscon_daemon started [PID=1701]. 2012-03-19 14:36:26[DAEMON] CRITICAL: smscon_daemon is starting. 2012-03-19 14:36:28[DAEMON] INFO: Successfully loaded "/opt/smscon/smscon_config" file. 2012-03-19 14:36:28[DAEMON] INFO: Found 1 IMSI code(s) in "/opt/smscon/smscon_code" file. 2012-03-19 14:36:29[DAEMON] INFO: Authorized IMSI code found. 2012-03-19 14:36:29[DAEMON] INFO: Phone battery charge is 55%, charging. 2012-03-19 14:36:30[DAEMON] INFO: GPS query interval is 120 sec. 2012-03-19 14:36:30[DAEMON] INFO: Keyboard slider change detection is off. 2012-03-19 14:36:30[DAEMON] INFO: Battery status change detection is off. 2012-03-19 14:36:32[DAEMON] INFO: (CHECKHOST) Checkhost is off. 2012-03-19 14:36:32[DAEMON] INFO: smscon auto-loads at boot. OK. 2012-03-19 23:23:03[DAEMON] INFO: Received smscon command [Owner] via SMS from +447822xxxxxx (the master) . Acknowledge message disabled. 2012-03-19 23:23:04[DAEMON] INFO: Phone battery charge is 74%, discharging. 2012-03-19 23:23:04[DAEMON] WARNING: (SILENCE) Silencing is disabled: Phone probably not silent while controlled remotely. 2012-03-19 23:23:05[DAEMON] INFO: File "/opt/smscon/smscon_script.log" now deleted. 2012-03-19 23:23:05[DAEMON] INFO: Script file (/opt/smscon/smscon_script) executes in BG. 2012-03-19 23:23:26[DAEMON] ERROR: Failed to send SMS to "+447822xxxxxx". 2012-03-19 23:23:26[DAEMON] INFO: Message sending disabled by user setting (sms). 2012-03-19 23:33:33[SMSCON] INFO: Export to user setting file "/home/user/.smscon-editor/smscon_config" successful.
![]() |
2012-03-21
, 01:47
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1114
|
![]() |
2012-03-21
, 20:47
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#1115
|
The Following User Says Thank You to yablacky For This Useful Post: | ||
![]() |
2012-03-21
, 20:56
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1116
|
The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2012-03-22
, 08:40
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#1117
|
I'm trying to provide some useful log from start, but the funniest thing is that now I'm unable to reproduce the problem anymore. (no matter if I use script to create debug log, or not). Yet, when I was hit by the bug, it looked exactly same as for sixwheeledbeast.
...
1. When "silence phone on first command" is set, it works great, but vibration isn't disabled. Could it be also implemented? At the same time, it could also disable indicator LED (so, no way for "thief" to notice phone activity, without directly using it). Is it doable without too much hassle?
2. When "reply messages" is set to "none" (thus, no "reply on battery status", "reply on each command", nor "reply on keyboard open"), smscon doesn't send any messages *at all*. So, basically, deamon is working and noticing commands, yet, it doesn't answer. Only one way to make it working as it should, is to set "reply messages" to SMS, email, or both, yet, *uncheck* battery status, each command, and keyboard open (if we don't want them).
Should it be working this way? If yes, what's the point of having daemon working, yet unable to send location/status/whatever?
The Following 2 Users Say Thank You to yablacky For This Useful Post: | ||
![]() |
2012-03-22
, 23:33
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1118
|
Note that GPS tracking has separate setting to control sending of GPS related notifications. So you can turn all reply methods off as you explained and just leave GPS replies on.
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2012-03-23
, 00:45
|
Posts: 155 |
Thanked: 315 times |
Joined on Jun 2010
@ DE
|
#1119
|
The Following User Says Thank You to yablacky For This Useful Post: | ||
![]() |
2012-03-23
, 08:03
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#1120
|
1) copy the debug script somewhere onto the N900 device and name it "smscon1.sh".
2) start xterm
3) become root
4) change directory to the folder containing the debug script.
5) enter command:
8) go to 6) in case you want to repeat debugging.
9) post the generated smscon-debug.log file here that I can analyse it (it is anonymized).
I hope that this will help us to find out reason of twice sent SMS.