Notices


Reply
Thread Tools
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#771
Originally Posted by pedrocoba View Post
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.
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
pedrocoba's Avatar
Posts: 118 | Thanked: 7 times | Joined on Jan 2011 @ indonesia
#772
Originally Posted by nicholes View Post
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's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#773
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
 

The Following 2 Users Say Thank You to Saturn For This Useful Post:
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#774
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!
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)

Last edited by digitalvoid; 2011-06-13 at 13:12. Reason: forgot new option
 

The Following 8 Users Say Thank You to digitalvoid For This Useful Post:
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#775
UPDATE:

0.8.1-2 is out (second build of 0.8.1)
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)
 

The Following 2 Users Say Thank You to digitalvoid For This Useful Post:
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#776
Originally Posted by digitalvoid View Post
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's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#777
Originally Posted by sr00t View Post
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?
 
Posts: 142 | Thanked: 120 times | Joined on Jul 2010
#778
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
 

The Following User Says Thank You to phap For This Useful Post:
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#779
Originally Posted by phap View Post
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's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#780
Originally Posted by phap View Post
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
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:32.