![]() |
2011-03-14
, 02:20
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#1152
|
Hi Rich
My post a few above yours should do it - it is a QBW that toggles between a G and S image when profile changes.
Command use MA-Gs phone control script, which is in the repos.
Also - interested why people toggle OC frequencies. Is it a battery or other performance reason?
(Mine is permanently set at 1100 and has never missed beat.)
![]() |
2011-03-14
, 06:46
|
Posts: 51 |
Thanked: 63 times |
Joined on May 2010
|
#1153
|
![]() |
2011-03-14
, 15:18
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#1154
|
I'll have a try :-)
1st place to look:
http://talk.maemo.org/showpost.php?p=784834&postcount=1
This is a simple way of using the existing Phone Control scripts (http://wiki.maemo.org/Phone_control for reference)
The one called profileset can toggle between General and Silent - this was easier for me than the dbus commands in the wiki...
Create or otherwise get a General and a Silent .png file
Create a new QBW
In Beecon Statuses area, set the =0 to be your Silent .png file
set the =1 to be the General .png
In the Edit Command, if you copy the if statement in my other post and paste it here it should work straight off.
In Update Policies, set it to run on startup and on click
There will be other settings to change - I see lots of Hide "Yes" and Position "Hidden" - but the above should get you most of the way.
PS - standard disclaimer that I am a computer numpty and self taught through copying other people's good work
![]() |
2011-03-14
, 16:26
|
Posts: 908 |
Thanked: 501 times |
Joined on Sep 2010
@ West Sussex, England
|
#1155
|
I'll have a try :-)
1st place to look:
http://talk.maemo.org/showpost.php?p=784834&postcount=1
This is a simple way of using the existing Phone Control scripts (http://wiki.maemo.org/Phone_control for reference)
The one called profileset can toggle between General and Silent - this was easier for me than the dbus commands in the wiki...
Create or otherwise get a General and a Silent .png file
Create a new QBW
In Beecon Statuses area, set the =0 to be your Silent .png file
set the =1 to be the General .png
In the Edit Command, if you copy the if statement in my other post and paste it here it should work straight off.
In Update Policies, set it to run on startup and on click
There will be other settings to change - I see lots of Hide "Yes" and Position "Hidden" - but the above should get you most of the way.
PS - standard disclaimer that I am a computer numpty and self taught through copying other people's good work
![]() |
2011-03-14
, 20:06
|
Posts: 51 |
Thanked: 63 times |
Joined on May 2010
|
#1156
|
Do i need to have the default speed command too, or will simply re-tapping the QBW revert it to 600MHz?
![]() |
2011-03-17
, 11:22
|
Posts: 7 |
Thanked: 2 times |
Joined on Apr 2010
|
#1157
|
![]() |
2011-03-19
, 08:23
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#1158
|
sh /path/to/script.sh
#!/bin/sh #Script idea from http://www.badzilla.co.uk/Screenscraping-using-wget-and-Shell-Scripting # URL to screenscrape cwc2011http='m.yahoo.com/w/cricket/' # Screenscrape wget -q -O - $cwc2011http | sed 's/.*Match/Match No :/' | sed 's/<img src/\n<img src /' | sed 's/negative\"\>/negative\"\>\n/' | sed 's/<[^>]*>//g;s/^[ \t]*//;/^$/d'| sed 's/Headlines.*//'
The Following User Says Thank You to ejasmudar For This Useful Post: | ||
![]() |
2011-03-24
, 18:29
|
|
Posts: 468 |
Thanked: 775 times |
Joined on May 2010
@ Hereford, England
|
#1159
|
![]() |
2011-03-24
, 18:35
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#1160
|
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
The Following User Says Thank You to JonWW For This Useful Post: | ||
My post a few above yours should do it - it is a QBW that toggles between a G and S image when profile changes.
Command use MA-Gs phone control script, which is in the repos.
Also - interested why people toggle OC frequencies. Is it a battery or other performance reason?
(Mine is permanently set at 1100 and has never missed beat.)
Last edited by Beatty; 2011-03-14 at 01:57. Reason: ask a question