Notices


Reply
Thread Tools
Posts: 14 | Thanked: 0 times | Joined on Dec 2010
#541
now i have updated smscon and the editor. still dont work:\ have tryed to send sms with my girls phone and nothing happens,



Nokia-N900-42-11:/tmp# more smscon.log
DAEMON INFO: successfully loaded "smscon_config" file
DAEMON INFO: SMS message sending is allowed by smscon_daemon
DAEMON INFO: COM_CALL = [RptCall]
DAEMON INFO: COM_CAMERA = [RptCamera]
DAEMON INFO: COM_CHECK = [RptCheck]
DAEMON INFO: COM_CUSTOM = [RptScript]
DAEMON INFO: COM_LOCATION = [RptLocation]
DAEMON INFO: COM_LOCK = [RptLock]
DAEMON INFO: COM_POWER = [RptPower]
DAEMON INFO: COM_POWEROFF = [RptPoweroff]
DAEMON INFO: COM_REBOOT = [RptReboot]
DAEMON INFO: COM_REMOTEOFF = [RptRemoteoff]
DAEMON INFO: COM_REMOTEON = [RptRemoteon]
DAEMON INFO: COM_SHELL = [Rptuptime >> /tmp/commandlog]
DAEMON INFO: COM_TRACKOFF = [RptTrackoff]
DAEMON INFO: COM_TRACKON = [RptTrackon]
DAEMON INFO: COM_UNLOCK = [RptUnlock]
DAEMON INFO: reading 1 valid IMSI code from "smscon_code" file
DAEMON INFO: authorized IMSI code found
DAEMON INFO: smscon auto-loads at boot
DAEMON INFO: stored current WLAN network (Heima)
DAEMON INFO: starting GPS device in location mode
DAEMON INFO: waiting for valid GPS coordinate (search time = 5.0 sec.)
DAEMON INFO: waiting for valid GPS coordinate (search time = 6.3 sec.)
DAEMON INFO: waiting for valid GPS coordinate (search time = 7.3 sec.)
DAEMON INFO: waiting for valid GPS coordinate (search time = 8.9 sec.)
DAEMON INFO: start collecting GPS coordinates
DAEMON INFO: GPS coordinate (#1) acquired (58.776993, 5.675654, 75.7 m.)
SMSCON INFO: smscon_daemon [PID=5012] is stopped (08-12-2010 22:06:55)
SMSCON INFO: smscon_daemon is running (08-12-2010 22:07:00)
DAEMON INFO: successfully loaded "smscon_config" file
DAEMON INFO: SMS message sending is allowed by smscon_daemon
DAEMON INFO: COM_CALL = [RptCall]
DAEMON INFO: COM_CAMERA = [RptCamera]
DAEMON INFO: COM_CHECK = [RptCheck]
DAEMON INFO: COM_CUSTOM = [RptScript]
DAEMON INFO: COM_LOCATION = [RptLocation]
DAEMON INFO: COM_LOCK = [RptLock]
DAEMON INFO: COM_POWER = [RptPower]
DAEMON INFO: COM_POWEROFF = [RptPoweroff]
DAEMON INFO: COM_REBOOT = [RptReboot]
DAEMON INFO: COM_REMOTEOFF = [RptRemoteoff]
DAEMON INFO: COM_REMOTEON = [RptRemoteon]
DAEMON INFO: COM_SHELL = [Rptuptime >> /tmp/commandlog]
DAEMON INFO: COM_TRACKOFF = [RptTrackoff]
DAEMON INFO: COM_TRACKON = [RptTrackon]
DAEMON INFO: COM_UNLOCK = [RptUnlock]
DAEMON INFO: reading 1 valid IMSI code from "smscon_code" file
DAEMON INFO: authorized IMSI code found
DAEMON INFO: smscon auto-loads at boot
Nokia-N900-42-11:/tmp#
 
Posts: 14 | Thanked: 0 times | Joined on Dec 2010
#542
when im connected to my home wlan it wont send email when i test it in editor. but if i connect my phone to mobile network it works fine. but still cant get the commands to work?
 
Posts: 61 | Thanked: 21 times | Joined on Jan 2010
#543
Hi, after update to the last devel version, smscon editor refuse to start and output the following error message when launched from xterminal:
Code:
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1
Any solution?
 
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#544
Originally Posted by Torger123 View Post
when im connected to my home wlan it wont send email when i test it in editor. but if i connect my phone to mobile network it works fine. but still cant get the commands to work?
Your last log post is inconclusive; restart smscon (& delete log) and send a SMS to it with a SMSCON command & post the full log again (scramble sensitive data in log). Make sure that the settings in smscon_config are right.
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#545
Originally Posted by BlackDiamond View Post
Hi, after update to the last devel version, smscon editor refuse to start and output the following error message when launched from xterminal:
Code:
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1
Any solution?
This comes from a problem in the Qt libraries happened a few weeks ago in the repositories. In short, a development version has been wrongly pushed to extras.
It has been fixed in the repositories but the fix cannot be propagated automatically in the N900s affected.

So you need to update your qt4 libraries manually to fix this.
Switch off the devel repo and use the testing repo.

Can you post the output of your:
Code:
dpkg -l *qt4*
dpkg -l python2.5-*
as well as:

Code:
root
apt-get update
apt-get -s upgrade

Last edited by Saturn; 2010-12-11 at 12:26. Reason: more info.
 

The Following User Says Thank You to Saturn For This Useful Post:
Posts: 17 | Thanked: 6 times | Joined on Nov 2010 @ Italy
#546
Hi, thanks for this really nice&useful software!
I went through the wiki, installed and all the tests works ok, but there's one thing I don't understand: when I set up the phone number and update settings in smscon editor it says that "this number will be replaced automatically if a successful command is received by a different phone"...does this mean that ANYONE who knows my phone number and that I have SMScon installed could take control of my device?!?

Or that would only work when a different simcard is detected?

Thanks
 
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#547
Originally Posted by murales View Post
Hi, thanks for this really nice&useful software!
I went through the wiki, installed and all the tests works ok, but there's one thing I don't understand: when I set up the phone number and update settings in smscon editor it says that "this number will be replaced automatically if a successful command is received by a different phone"...does this mean that ANYONE who knows my phone number and that I have SMScon installed could take control of my device?!?

Or that would only work when a different simcard is detected?

Thanks
Not if you change the default SMS commands and/or give the commands a secret prefix you only know (see SMSCON-editor for this).




TO ALL SMSCON USERS

Release 0.7-2 will be available soon with some bug fixes. (see wiki for this).
__________________
SMSCON wiki (tutorial, changelog etc.)
SMSCON package (package information)
SMSCON-editor (GUI editor for SMSCON)
 

The Following User Says Thank You to digitalvoid For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#548
Find the new version of the SMSCON Editor v. 0.7-4 in extras-devel/testing
http://maemo.org/packages/view/smscon-editor/

This version bring some small additions especially in the tests tab to improve usability.

On the GUI side, the notable changes are:
  • Added more test options and made the tests list scrollable
  • The password will persist - maybe not on this update but on future ones

Cumulative updates since the previous version:
  • Addition of more test options.
  • Modification of the Tests tab to be a scrollable list.
  • Added a button to restart the daemon when tests complete.
  • Password to open the editor will persist updates.
  • Removed autocapitalisation of first character in several entry fields.
  • Aligned Left all entry fields in the Email and SSH tabs.

Some more information/screenshots in the wiki page of SMSCON Editor

REMEMBER: On the first use, the password is 12345 to open, then you can change it if you want.

EDIT: You can vote here for its promotion if you test it and fulfills the criteria.

Last edited by Saturn; 2010-12-13 at 00:32.
 
Posts: 14 | Thanked: 0 times | Joined on Dec 2010
#549
do i need to install anything else than smscon and smscon editor to get it work on my n900?


?????
python-crypto /* NEW: NEEDED IN VERSION 0.5-5 and higher */
python-gobject
python-location
python-dbus
pexpect
gstreamer-tools
openssh-client
openssh-server
?????
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#550
Originally Posted by Torger123 View Post
do i need to install anything else than smscon and smscon editor to get it work on my n900?


?????
python-crypto /* NEW: NEEDED IN VERSION 0.5-5 and higher */
python-gobject
python-location
python-dbus
pexpect
gstreamer-tools
openssh-client
openssh-server
?????
If you install through the application manager you only need these two. All the rest, will be automatically installed by the manager.
 
Reply

Thread Tools

 
Forum Jump


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