Reply
Thread Tools
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#1351
Originally Posted by Ancelad View Post
Hmm, there is one nice idea in Nokia Amber (GDR2) Update for Windows Phone - sleeping clock (night clock). This mean lowpower screen clock changes it's brightness and color to dark-red (as I see). So, I've made it for our Nokia N9 using ProfileMatic.
Thank you. Added to first post's recipes.
__________________
My N9/N950 projects:
 

The Following 2 Users Say Thank You to ajalkane For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#1352
Can we make a rule to billboard's colour also?
 
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1353
I think it is possible. I'll try tomorrow
 

The Following 2 Users Say Thank You to Ancelad For This Useful Post:
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1354
Hmm, it is so simple...

Make Billboard.sh and place it into MyDocs (for example)
Code:
#!/bin/sh
#call Billboard.sh color
gconftool -s -t str /apps/billboard/color $1
$1 - color you need, available colours are



Then go to ProfileMatic, choose rule you need, set time and days, then go into More - Actions - Custom Action.



When rule activates (for example):

Code:
sh /home/user/MyDocs/Billboard.sh blue
When rule deactivates (for example):

Code:
sh /home/user/MyDocs/Billboard.sh red
Then click Test to check result. Probably by this way we can change text aligment, text size, text font - I didn't test it. Just make script you need and test it
 

The Following 6 Users Say Thank You to Ancelad For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#1355
HAH, Of course!
And billboard text-size: (for example 30)
Code:
gconftool -s -t int /apps/billboard/size 30
 

The Following 3 Users Say Thank You to MK99 For This Useful Post:
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#1356
Originally Posted by MK99 View Post
HAH, Of course!
And billboard text-size: (for example 30)
Code:
gconftool -s -t int /apps/billboard/size 30
Yep Also you can mix them, for example

Code:
#!/bin/sh
#call Billboard.sh color size
gconftool -s -t str /apps/billboard/color $1
gconftool -s -t int /apps/billboard/size $2
Commant to run

Code:
sh /home/user/MyDocs/Billboard.sh blue 30
Etc.
 

The Following 4 Users Say Thank You to Ancelad For This Useful Post:
Posts: 73 | Thanked: 35 times | Joined on Jun 2013
#1357
thanks ancelad for the more refined version of my diy attempt at swapping stylesheets by script to achieve this, i didnt know how to use sed.

everything works fine, except the icons dont change to their new color, till after a reboot, the clock color changes instantly, but the icons stay stuck in their old color always, red or white, is there an alternative deeper 'on-the-fly' refresh call other than the one you include?? (sleep 1 && /sbin/initctl stop xsession/sysuid && sleep 1 && /sbin/initctl start xsession/sysuid)

thnx
 
Posts: 156 | Thanked: 239 times | Joined on Sep 2009 @ Finland
#1358
I have Default rule set to 100% ringing, but still after night (profile sets silent mode, tried both restoring and not restoring previous mode) the ringing volume is only set to the lowest setting (20%?). I wonder what could be causing this?

Last edited by DeeGee; 2013-07-07 at 13:00.
 
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#1359
Originally Posted by DeeGee View Post
I have Default rule set to 100% ringing, but still after night (profile sets silent mode, tried both restoring and not restoring previous mode) the ringing volume is only set to the lowest setting (20%?). I wonder what could be causing this?
I would guess there is another rule that is active that sets to ringing 20%?
__________________
My N9/N950 projects:
 
Posts: 156 | Thanked: 239 times | Joined on Sep 2009 @ Finland
#1360
Nope, I haven't yet tried anything "fancier" and only have two separate night rules, one for weekend and another for workdays.
They just set account availability to away and ringing to silent. I previously had rules for days too, but disabled them because the Default rule should return the ringing volume.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:28.