Active Topics

 


Reply
Thread Tools
Posts: 674 | Thanked: 191 times | Joined on Mar 2008 @ Buenos Aires, Argentina
#51
Originally Posted by Laughing Man View Post
0 10 * * 1,3,5 aumix -w 0
I have been using this syntax and works well.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#52
Good, that's what I used.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 33 | Thanked: 26 times | Joined on Jul 2008
#53
So here's how I did my cron-scripts. First line changes volume to mute/max, and second line switches Instant Message -led on/off.

Setting stuff OFF.
Code:
gconftool -t int -s /apps/osso/sound/master_volume -- -100
gconftool -t bool -s /system/osso/dsm/leds/PatternCommunicationChat false
Setting stuff ON.
Code:
gconftool -t int -s /apps/osso/sound/master_volume 100
gconftool -t bool -s /system/osso/dsm/leds/PatternCommunicationChat true
To make the screen turn off in case you have charger connected:
Code:
gconftool -t bool -s /system/osso/dsm/display/display_on_with_charger false
Here's the whole crontab. http://mikma.reaktio.net/maemo/crontab.txt

Last edited by Mikma; 2008-09-12 at 23:05.
 

The Following 3 Users Say Thank You to Mikma For This Useful Post:
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#54
Much nicer solution. Thanks Mikma
 
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#55
Does anyone know whether gconftool can mute & un-mute the volume, i.e. not set to zero, leave the volume set to whatever level it is, just mute & un-mute? TX
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset
 
Reply

Tags
cron


 
Forum Jump


All times are GMT. The time now is 03:58.