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)

nicholes 2012-01-24 11:13

Re: [Announce] SMScon (control your device with SMS)
 
#!/bin/sh
(cd /usr/share/applications/hildon && rm -rf Flobby.desktop)

can this script delete "Flobby.desktop" file? Or it delete all .desktop files located in hildon folder?

I want to delete only one.

yablacky 2012-01-24 12:29

Re: [Announce] SMScon (control your device with SMS)
 
it deletes Flobby.desktop. Should this be itslf a directory, all the files it contains are also deleted. To be on safe side, delete only if Flobby.desktop is a file, write: .... rm -f Flobby.desktop

nicholes 2012-01-24 13:03

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

Originally Posted by yablacky (Post 1154892)
it deletes Flobby.desktop. Should this be itslf a directory, all the files it contains are also deleted. To be on safe side, delete only if Flobby.desktop is a file, write: .... rm -f Flobby.desktop

you mean it should look like this......

#!/bin/sh
(cd /usr/share/applications/hildon && rm -f Flobby.desktop)

yablacky 2012-01-24 19:09

Re: [Announce] SMScon (control your device with SMS)
 
yes; note that -f does not mean file; it means force. -r means recursive.

ziggadebo 2012-01-27 12:38

Re: [Announce] SMScon (control your device with SMS)
 
Firstly apologies, I am reading thorugh the thread (when I have time) and have tried google but am unsure of the answer.

My question is my network operator is 3 in the UK therefore I don't have a 2g connection. Can the email functionality send via 3G rather than try and connect to gprs?

Thanks in advance

yablacky 2012-01-27 19:26

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

Originally Posted by ziggadebo (Post 1156505)
...
My question is my network operator is 3 in the UK therefore I don't have a 2g connection. Can the email functionality send via 3G rather than try and connect to gprs?
...

That should be no problem. smscon does not handle 2G and 3G connections differently. It you have internet connection et all it's no matter whether it is 3G or 2G. Some telecom networks support both and the phone is even switching between both types every now and then without affecting smscon operation.

Saturn 2012-02-06 19:52

Re: [Announce] SMScon (control your device with SMS)
 
The SMSCON Editor is missing two votes to become unlocked and allow us to promote both applications from Extra-Testing to Extras.

Those who have tested and found it fulfills the QA checklist please vote here:
http://maemo.org/packages/package_in...itor/0.9.12-1/

Thank you.

Edit: we got the votes, thank you again.

sixwheeledbeast 2012-02-07 18:58

Re: [Announce] SMScon (control your device with SMS)
 
Just updated from Extras.
SMSCON 0.9.16-1 and Editor SMSCON 0.9.12-1.
Thank you for all the work put into it.

I couple of things I noticed.

Is there a way to edit the alarm.wav file using the GUI?

How long does the alarm continue for?
I can't see a COM_ALARMOFF or can you COM_RESTART to stop it.

Also is it possible to make the GUI use the devices system font?

----

A lot has changed since 0.7 and it's all good.
The GUI is an huge improvement and well laid out.
The explanation adjacent each option helps a lot.
Thanks again.

yablacky 2012-02-08 08:04

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

Originally Posted by sixwheeledbeast (Post 1161811)
Is there a way to edit the alarm.wav file using the GUI?

Currently not. But it is a good idea. E.g. having some kind of function in the GUI that offers to select a sound file stored somewhere else on the phone and that will tell smscom to "import" that sound as alarm.wav file. Just an idea.

Quote:

Originally Posted by sixwheeledbeast (Post 1161811)
How long does the alarm continue for?
I can't see a COM_ALARMOFF or can you COM_RESTART to stop it.

Alarm duration depends on alarm.wav content. There is no command to abort playing (even COM_RESTART doesn't). I recommend to keep the alarm file reasonably short timed.

Quote:

Originally Posted by sixwheeledbeast (Post 1161811)
Also is it possible to make the GUI use the devices system font?

Probably Saturn has an answer to that question.

sixwheeledbeast 2012-02-09 17:35

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

Originally Posted by yablacky (Post 1161995)
Currently not. But it is a good idea. E.g. having some kind of function in the GUI that offers to select a sound file stored somewhere else on the phone and that will tell smscom to "import" that sound as alarm.wav file. Just an idea.

Exactly what I was thinking.

Quote:

Originally Posted by yablacky (Post 1161995)
Alarm duration depends on alarm.wav content. There is no command to abort playing (even COM_RESTART doesn't). I recommend to keep the alarm file reasonably short timed.

Would it be a good idea to put a default alarm sound into SMSCON?


All times are GMT. The time now is 05:50.

vBulletin® Version 3.8.8