Notices


Reply
Thread Tools
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#1081
#!/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.
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1082
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
 

The Following User Says Thank You to yablacky For This Useful Post:
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#1083
Originally Posted by yablacky View Post
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)
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1084
yes; note that -f does not mean file; it means force. -r means recursive.
 

The Following User Says Thank You to yablacky For This Useful Post:
Posts: 99 | Thanked: 36 times | Joined on Mar 2010
#1085
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
 
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1086
Originally Posted by ziggadebo View Post
...
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.
 

The Following 2 Users Say Thank You to yablacky For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#1087
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.

Last edited by Saturn; 2012-02-06 at 23:04.
 

The Following 4 Users Say Thank You to Saturn For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#1088
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.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 155 | Thanked: 315 times | Joined on Jun 2010 @ DE
#1089
Originally Posted by sixwheeledbeast View Post
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.

Originally Posted by sixwheeledbeast View Post
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.

Originally Posted by sixwheeledbeast View Post
Also is it possible to make the GUI use the devices system font?
Probably Saturn has an answer to that question.
 

The Following 2 Users Say Thank You to yablacky For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#1090
Originally Posted by yablacky View Post
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.

Originally Posted by yablacky View Post
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?

Last edited by sixwheeledbeast; 2012-02-09 at 17:36. Reason: typo
 
Reply

Thread Tools

 
Forum Jump


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