maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] SMScon (control your device with SMS) (https://talk.maemo.org/showthread.php?t=60729)

nicholes 2011-06-13 07:14

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by pedrocoba (Post 1027874)
Smscon broken!!? what's going on? Is there something wrong with my smscon installation?

http://talk.maemo.org/attachment.php...1&d=1307923822

http://talk.maemo.org/attachment.php...1&d=1307923614

smscon-editor missing!!? :(
Please help

Disable the devel and install the stable version..

The devel has the future version and correctly doesn't allow you to install it since not all of its components have been uploaded yet.
The changes to be introduced are not backwards compatible.

pedrocoba 2011-06-13 11:04

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by nicholes (Post 1027975)
Disable the devel and install the stable version..

The devel has the future version and correctly doesn't allow you to install it since not all of its components have been uploaded yet.
The changes to be introduced are not backwards compatible.

thx my problem solved :)

Saturn 2011-06-13 11:08

Re: [Announce] SMScon (control your device with SMS)
 
Screenshots in the Editor's wiki have been updated with those from the future release (hopefully it will be soon).

You can check out for the differences.

Cheers

digitalvoid 2011-06-13 12:35

Re: [Announce] SMScon (control your device with SMS)
 
UPDATE

Release of 0.8.1 of SMSCON is out to the autobuilder (Extras-Devel). Finally, I know it has been taken too long, sorry for that...

Update warning: new options not fully tested enough...

This will be the last release for now, maybe there will be a quick bug release in the future if necessary. I don't have enough spare time anymore due to other commitments, projects, work etc. etc. I hope you will understand.

New features/bugfixes/changes:

0.8.1
  • NEW/CHANGE: expanded user setting MESSAGESEND ('sms', 'email', 'both' & 'none'); removed DISABLESMS user setting. This is superseded by MESSAGESEND user setting! SIM card change SMS always will be send regardless of MESSAGESEND setting.
  • NEW: added smscon command (RESTART); user can restart smscon_daemon by SMS command.
  • NEW: added smscon command (COM_ALARM); phone will play user configurable sound file (only WAV format, must be named alarm.wav in /opt/smscon directory) when SMS command is received.
  • NEW: added remote activation of smscon_daemon; content of file CHECKHOST (hostname+filename) on own server will be checked every CHECKTIME minutes. If other then 0 it will execute the corresponding command. (see wiki!)
  • NEW: smscon_daemon sends SMS/email message if smscon_daemon crashes (in case of).
  • CHANGE: changed user setting ENABLERESEND ('yes', 'no'). Resending of messages will again be experimental feature!!!
  • CHANGE: removed MAXRESEND user setting (didn't work properly).
  • CHANGE: some log text changed/added.
  • CHANGE: removed updatechecker during installation of smscon (failed to work previously).
  • CHANGE: some changes in GPS message sending code.
  • CHANGE: AUTODEVICELOCK message is only send if COMMANDREPLY is enabled.
  • FIX: shutdown & reboot routine (EnablePoweroff & EnableReboot) give internal error.
  • FIX: small bug in SMSsend().
  • FIX: bug in GPSINTERVAL handeling; GPSINTERVAL was always set at 60 sec. regardless of user setting.

Please also (re)read the SMSCON wiki!

digitalvoid 2011-06-13 13:20

Re: [Announce] SMScon (control your device with SMS)
 
UPDATE:

0.8.1-2 is out (second build of 0.8.1)

sr00t 2011-06-13 13:27

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by digitalvoid (Post 1028195)
UPDATE

Release of 0.8.1 of SMSCON is out to the autobuilder (Extras-Devel). Finally, I know it has been taken too long, sorry for that...

Update warning: new options not fully tested enough...[/LIST]
Please also (re)read the SMSCON wiki!

Since last update, smscon gui editor asks me for the password. I put it, it confirms that is ok, and nothing happens.

SMSCON-GUI doesn't work since last update.

Setup: Latest CSSU, Kernel-Power v47 (not OC'd). Smartreflex activated.

Saturn 2011-06-13 13:37

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by sr00t (Post 1028218)
Since last update, smscon gui editor asks me for the password. I put it, it confirms that is ok, and nothing happens.

SMSCON-GUI doesn't work since last update.

Setup: Latest CSSU, Kernel-Power v47 (not OC'd). Smartreflex activated.

Did you update both?

if you run it from the xterm what's the error?

phap 2011-06-13 14:11

Re: [Announce] SMScon (control your device with SMS)
 
same for me, I have just updated smscon (0.8.1-2) and smscon gui:
In terminal:
~ $ python /opt/smscon-editor/smsconEditorMain.py (then I enter my passwd) then

Traceback (most recent call last):
File "/opt/smscon-editor/smsconEditorMain.py", line 1031, in <module>
class smsconEditorMain():
File "/opt/smscon-editor/smsconEditorMain.py", line 1056, in smsconEditorMain
myapp = MyMainWindow()
File "/opt/smscon-editor/smsconEditorMain.py", line 352, in __init__
self.SetValues()
File "/opt/smscon-editor/smsconEditorMain.py", line 394, in SetValues
self.ui.lineHostAddress.setText("%s" % CHECKHOST)
NameError: global name 'CHECKHOST' is not defined

sr00t 2011-06-13 14:29

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by phap (Post 1028231)
same for me, I have just updated smscon (0.8.1-2) and smscon gui:
In terminal:
~ $ python /opt/smscon-editor/smsconEditorMain.py (then I enter my passwd) then

Traceback (most recent call last):
File "/opt/smscon-editor/smsconEditorMain.py", line 1031, in <module>
class smsconEditorMain():
File "/opt/smscon-editor/smsconEditorMain.py", line 1056, in smsconEditorMain
myapp = MyMainWindow()
File "/opt/smscon-editor/smsconEditorMain.py", line 352, in __init__
self.SetValues()
File "/opt/smscon-editor/smsconEditorMain.py", line 394, in SetValues
self.ui.lineHostAddress.setText("%s" % CHECKHOST)
NameError: global name 'CHECKHOST' is not defined

Same thing to me :( .

Saturn 2011-06-13 14:58

Re: [Announce] SMScon (control your device with SMS)
 
Quote:

Originally Posted by phap (Post 1028231)
same for me, I have just updated smscon (0.8.1-2) and smscon gui:
In terminal:
~ $ python /opt/smscon-editor/smsconEditorMain.py (then I enter my passwd) then

Traceback (most recent call last):
File "/opt/smscon-editor/smsconEditorMain.py", line 1031, in <module>
class smsconEditorMain():
File "/opt/smscon-editor/smsconEditorMain.py", line 1056, in smsconEditorMain
myapp = MyMainWindow()
File "/opt/smscon-editor/smsconEditorMain.py", line 352, in __init__
self.SetValues()
File "/opt/smscon-editor/smsconEditorMain.py", line 394, in SetValues
self.ui.lineHostAddress.setText("%s" % CHECKHOST)
NameError: global name 'CHECKHOST' is not defined

Could you please give the output of the following two commands:
Code:

cat /opt/smscon/smscon_config |grep user
cat /opt/smscon/smscon_config |grep CHECKHOST



All times are GMT. The time now is 16:51.

vBulletin® Version 3.8.8