![]() |
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
is this a bug? Thanks for a quick reply!:) |
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
Re: [Announce] SMScon (control your device with SMS)
I assume that "Send SMS Replies on 'Slider Open' ", should only activate after SMSCON receives a known command to the device?
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
Instead we plan to implement that keyboard slider moves are able to trigger more sophisticated actions than just sending slider move notifications. |
Re: [Announce] SMScon (control your device with SMS)
So in the case of @nicholes...
'Open Slider' messages can be stopped by sending COM_RESTART or going to Init Tab and Stopping then Restarting SMSCON operation. Messages will then stop, unless tested or triggered again. Note:- COM_RESTART only available > 0.8-1 |
Re: [Announce] SMScon (control your device with SMS)
Why not just disable keyboard notification?
|
Re: [Announce] SMScon (control your device with SMS)
Or disable it, like I did/you suggest.
@nicholes may want it on for a reason? |
Re: [Announce] SMScon (control your device with SMS)
FOR INFORMATION:
The latest versions of both smscon and editor have been promoted to the extras-testing repository. Since there are many changes from the previous stable versions some people might have issues with their old configuration settings. We have tried hard to avoid them but for some set-ups this in unavoidable. There are many ways to solve those problems but the easiest (in my opinion) is to purge the installation of both applications and re-install. That is, with the following order, open x-term and as root copy/paste the following commands: Code:
apt-get remove --purge smscon-editor |
Re: [Announce] SMScon (control your device with SMS)
Quote:
/Estel |
Re: [Announce] SMScon (control your device with SMS)
NEW RELEASE OF SMSCON AVAILABLE SOON
smscon 0.9.12-1 has been queued for loading into fremantle extras-devel repository Changes:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
In practice though one will need to show us how to boot from an encrypted partition.. |
Re: [Announce] SMScon (control your device with SMS)
In TrueCrypt thread, i pointed out link to another thread ( ;) ) with TrueCrypt advanced 'tricks' on N900, like booting from encrypted partition.
Yet, it's unrelated here, as I've been talking "only" about using encrypted partition (dedicated, not system one) as storage for private files. Also, using few commands, (see TrueCrypt thread again) one can put phonebook etc. to encrypted partition, and symlink it to place, where Maemo suspect them to sit normally. This way, all is achieved without encrypting system partition (encrypting whole system, IMO, isn't best thing to do in case of our device, performance-wise - yet, of course, perfectly achievable). /Estel |
Re: [Announce] SMScon (control your device with SMS)
i want to go back to older version of smscon i found 0-7-2
here https://garage.maemo.org/frs/?group_id=1848 but there smscon editor is not 0-7-2 i found 0-7-3 would it be compitable with smscon 0-7-2 ???? |
Re: [Announce] SMScon (control your device with SMS)
Quote:
You can install them from the application manager. Before you downgrade make sure you purge your current installations. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
Code:
apt-get remove --purge smscon-editor |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Background info: It happens if there is at least one config settings with invalid value. Version 0.7 does not complain much about that when editing... but nevertheless may fail when trying to work using invalid values later. |
Re: [Announce] SMScon (control your device with SMS)
NEW VERSION SMSCON 0.9.13-1 RELEASED SOON
smscon 0.9.13-1 has been queued for loading into fremantle extras-devel repository Changes:
Note that for complete fix of upgrade problems the next version of smscon-editor is required as well. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
/Estel |
Re: [Announce] SMScon (control your device with SMS)
yes, the master number can be left empty now. Then only the currently controlling phone receives a reply. No copy to other phone is send. Nice side effect of last fix :)
|
Re: [Announce] SMScon (control your device with SMS)
Release of SMSCON Editor 0.9.12-1 in extras-devel
First fix is basically coded by yablacky himself to compliment the changes he released already with latest SMSCON. Changes:
For Information: You can consider the latest versions in extras-devel as the first Release Candidates. In a couple of days if no complaints, we will re-upload the same as versions 1.0.0 in testing with the aim to reach the Extras repo. Please complain if something is not working :) |
Re: [Announce] SMScon (control your device with SMS)
Mmmm... I was just going to install it (first time), but I'll wait for a more stable version. :rolleyes:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
Re: [Announce] SMScon (control your device with SMS)
None, yet! I was going to install the stable version, but it's too old; I read many information, but then I read Saturn's previous message and I'll wait a bit.
I'm very interested, though! :) |
Re: [Announce] SMScon (control your device with SMS)
can anyone help me since i am a nooob i want to know(little bit off topic)
i am using smscon 0.7 i want to delete a folder using smscon(script) located in "Mydocs/folder" what script should i use to delete whole folder called "folder" in MyDocs and what script should i use to delete all the content of the folder (not folder but its content)? AFAIK script should be placed in (/opt/smscon/smscon_script). Sending 'Script' will run a predefined by user shell script but i dont know how to make a script?? |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Code:
#!/bin/sh I'm not responsible in case you remove things and your phone or some apps do not work afterwards. (For the experts: I know that it could be written as Code:
rm -rf /home/user/MyDocs/* (Edit: removed wrong # from 2nd code line) |
Re: [Announce] SMScon (control your device with SMS)
NEW RELEASE OF SMSCON 0.9.14-1 AVAILABLE.
smscon 0.9.14-1 has been queued for loading into fremantle extras-devel repository. Changes:
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
Code:
#!/bin/sh |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Quote:
Code:
(cd /home/user/MyDocs/folder1 && rm -rf *) More general answers to these kind of questions can be found here UNIX Tutorial for Beginners |
Re: [Announce] SMScon (control your device with SMS)
My script did not work when i test it.i got notification "script has been exucuted" when ever i test it.
But it not delete anything and when I put this code in xterminal deleted all the stuff cd /home/user/MyDocs/test && rm -rf * my script look like this #!/bin/sh #(cd /home/user/MyDocs/test && rm -rf *) i am using smscon 0-7-2 and editor is 0-7-4 |
Re: [Announce] SMScon (control your device with SMS)
thanks for the report; will look at it.
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
Remove the # from 2nd line (but keep it at 1st line!). Reason: The # introduces a comment which goes until end of line. On 1st line the #! character sequence is also a comment but has special meaning known as shebang. Tell me if it works now. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Cheers! many many Thanks to yablacky! |
Re: [Announce] SMScon (control your device with SMS)
RELEASE of SMSCON version 0.9.15-1
smscon 0.9.15-1 has been queued for loading into fremantle extras-devel repository. Changes:
|
Re: [Announce] SMScon (control your device with SMS)
RELEASE of SMSCON version 0.9.16-1
smscon 0.9.16-1 has been queued for loading into fremantle extras-devel repository. Changes:
This hopefully is the final candidate for extras testing. |
Re: [Announce] SMScon (control your device with SMS)
SMSCON version 0.9.16-1 is available in Extras-testing right now.
To download, install, test and vote click here: SMSCON version 0.9.16-1. |
Re: [Announce] SMScon (control your device with SMS)
Too many good updates comming out now a days!! thanks to yablacky and other devs...
I was thinking that if i was a theif i would take photo one of my friend or myself to check the camera of the phone i have just stolen(LOL). So then i got a suggestion in my mind that if smscon could send a photo from main camera (recent photos taken after the sim is changed)too? Also if we could hide smscon from app manager? Or hide or lock whole app manager from device? NOTE:- an application called"app locker" can do this on N900 just by renaming the .desktop file talk.maemo.org/showthread.php?t=60318 I know it is very easy to say "A suggestion" but very hard to make it possible. |
Re: [Announce] SMScon (control your device with SMS)
it was a dubble post by mistake plz ignore it
Too many good updates comming out now a days!! thanks to yablacky and other devs... I was thinking that if i was a theif i would take photo one of my friend or myself to check the camera of the phone i have just stolen(LOL). So then i got a suggestion in my mind that if smscon could send a photo from main camera (recent photos taken after the sim is changed)too? Also if we could hide smscon from app manager? Or hide or lock whole app manager from device? NOTE:- an application called"app locker" can do this on N900 just by renaming the .desktop file talk.maemo.org/showthread.php?t=60318 I know it is very easy to say "A suggestion" but very hard to make it possible. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
|
All times are GMT. The time now is 07:29. |
vBulletin® Version 3.8.8