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)

Torger123 2010-12-08 21:06

Re: [Announce] SMScon (control your device with SMS)
 
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#

Torger123 2010-12-08 22:26

Re: [Announce] SMScon (control your device with SMS)
 
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?

BlackDiamond 2010-12-09 09:54

Re: [Announce] SMScon (control your device with SMS)
 
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?

digitalvoid 2010-12-09 19:07

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

Originally Posted by Torger123 (Post 892741)
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.

Saturn 2010-12-11 10:56

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

Originally Posted by BlackDiamond (Post 893101)
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


murales 2010-12-12 19:50

Re: [Announce] SMScon (control your device with SMS)
 
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

digitalvoid 2010-12-12 20:11

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

Originally Posted by murales (Post 895428)
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).

Saturn 2010-12-12 23:36

Re: [Announce] SMScon (control your device with SMS)
 
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.

Torger123 2010-12-13 21:27

Re: [Announce] SMScon (control your device with SMS)
 
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 2010-12-13 21:33

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

Originally Posted by Torger123 (Post 896156)
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.


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

vBulletin® Version 3.8.8