![]() |
Re: [Announce] SMScon (control your device with SMS)
Quote:
1) I will look in to this. I can try to make it so, that if sending fails, it will try a later time again. 2) I will implement a wipe function (it will run a batch script, if available, where users can put in directories they want to delete. 3) If somebody knows howto do this/has a solution, please mail me. 4) Thecnically it can be implemented, maybe I will. 5) As of v0.5-6 all user settings can be changed by SMSCON (crypted & uncrypted). The command is: smscon -set <name> "<value>", so strictly you don't need SMSCON-editor if you want to (to keep it pure a command-line application) and keep it more hidden. 6) I personnaly think WiFi is unreliable for this; connections easely can be lost (if your phone is moving or coverage is limited). For some 3G Internet maybe costly, but losing a phone will also be costly. If the cell reception is unavailable, well then it over. 7) This is a nice idea, I maybe will try to implement this in a future release. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
For debug look at: Code:
/tmp/smscon.log |
Re: [Announce] SMScon (control your device with SMS)
ok guys, i'm gonna need some serious help, i feel like such a noob cause i can't seem to make this awesome app work.... i've downloaded both the app and the editor, i change the default number, and i don't know if it's because i don't live in USA or anything but the test doesn't work, it won't call back....:/ i even tried country prefixes like +58 for venezuela... also it's not mailing me anything even tho i put everything, i'm using hotmail so maybe i got the mail server or the port wrong? i don't know...is "smtp.live.com" right? and what is the SSH for? i know i won't be using it so i don't know what to put there.... i'm not sure if it's a version bug or i'm just dumb so any help would be apprecieted... also, even tho i click the 'update settings' icon its still red, is that normal? :/ thanks in advance :(
|
Re: [Announce] SMScon (control your device with SMS)
Re: Stealth some ideas
remove incoming sms from event db using sqlite3 sqlite3 /home/user/.rtcom-eventlogger/el.db not sure what sql to run. Someone may know how to do it. Will spend some time later on to browse through forums... |
Re: [Announce] SMScon (control your device with SMS)
Very nice app! :)
But for me it is missing two things.. 1. If possible under the maemo OS, SMSCON should be triggered (to send GPS coords and email a mugshot?) whenever someone attempts to unlock the device and fails (enters the wrong unlock code). I have tried myself to monitor for this via D-BUS and it doesn't seem possible. Anyone know a way? 2. It would be very nice if there were a few commands to execute user-defined scripts - This would also save the headache involved in implementing the featue a few others requested - a command to wipe the device. Any user who wants such a thing can write their own script for it and point SMSCON to the correct file. |
Re: [Announce] SMScon (control your device with SMS)
When I try to send a test sms from smscon I get this error:
Code:
[2|user@Nokia-N900|~]/opt/smscon-editor/smscon-editor |
Re: [Announce] SMScon (control your device with SMS)
it's strange. I get a 3-5 replay messages.
|
Re: [Announce] SMScon (control your device with SMS)
I don't get any messages from my N900 when sending an SMS with an specific command but all tests are running fine.
Really don't know what the problem could be. |
Re: [Announce] SMScon (control your device with SMS)
RE: Stealth
To find last sms message from event db we can use sqlite3: sqlite3 /home/user/.rtcom-eventlogger/el.db ( or el-v1.db ) then use command: select * from Events where event_type_id=7 order by -end_time limit 1; to delete it should be something like delete from... not sure about syntax. it is a good program to browse through event db - glogarchive. NOt sure how to disable display received sms in status bar |
All times are GMT. The time now is 04:09. |
vBulletin® Version 3.8.8