|
|
12-23-2009
, 11:04 AM
|
|
Posts: 755 |
Thanked: 401 times |
Joined on Feb 2008
@ UK
|
#41
|
|
|
12-23-2009
, 10:34 PM
|
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#42
|
|
|
12-26-2009
, 06:37 PM
|
|
Posts: 248 |
Thanked: 73 times |
Joined on Oct 2009
|
#43
|
|
|
12-26-2009
, 07:50 PM
|
|
Posts: 248 |
Thanked: 73 times |
Joined on Oct 2009
|
#44
|
|
|
12-27-2009
, 03:12 AM
|
|
Posts: 755 |
Thanked: 401 times |
Joined on Feb 2008
@ UK
|
#45
|
Ahh..gotcha. Is there any way to override that for just one particular app?
first question. what if you have missed a call, and got an im for example..
could it blink green and red through each other for example? red, off, green, off, red, off etc
PatternError=0;5;0;r;9d8040007f007f0040ff7f007f000000;9d800000 PatternDeviceOn=254;0;0;rgb;9d804000422043207f100000;9d800000 PatternDeviceSoftOff=253;0;0;rg;9d804000423f433f7f100000;9d800000 PatternPowerOn=9;3;0;rgb;9d80400042ff02ffc000;9d800000 PatternPowerOff=10;3;0;rgb;9d80400001ff43ff7f007f00c000;9d800000 PatternCommunicationCall=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000 PatternCommunicationIM=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000 PatternCommunicationSMS=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000 PatternCommunicationEmail=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000 PatternCommonNotification=30;1;0;b;9d80400002ff03ff02ff03ff71080000;9d800000 PatternWebcamActive=20;1;0;r;9d80400004ffc0000000;9d800000 PatternBatteryCharging=50;4;0;rg;9d804000427f0d7f7f007f0042000000;9d800000 PatternBatteryFull=40;4;0;g;9d80407f0000;9d800000
furthermore, could someone post a '1-post guide' for an entire n00b with all the steps to change the led notification for calls/ims/sms/emails ? i know i actually should try to figure it all out by myself instead of asking someone this.. but.. asking wont hurt anyone i hope
|
|
12-27-2009
, 11:39 PM
|
|
Posts: 248 |
Thanked: 73 times |
Joined on Oct 2009
|
#46
|
|
|
01-04-2010
, 04:07 PM
|
|
|
Posts: 102 |
Thanked: 26 times |
Joined on Jan 2010
@ Finland
|
#47
|
| The Following User Says Thank You to Blinde For This Useful Post: | ||
|
|
01-12-2010
, 07:32 PM
|
|
Posts: 33 |
Thanked: 19 times |
Joined on Dec 2009
|
#48
|
root
cd /etc/mce/ mkdir MceIniOld cp mce.ini MceIniOld/mce.ini.old
leafpad /etc/mce/mce.ini
killall mce
|
|
01-13-2010
, 04:27 AM
|
|
Posts: 755 |
Thanked: 401 times |
Joined on Feb 2008
@ UK
|
#49
|
To get the changes you made they have to be reloaded. Force this with this command in xterm as root:
This way you don't have to restart after every change.Code:killall mce
initctl stop mce; sleep 2; initctl start mce
|
|
01-13-2010
, 04:35 AM
|
|
Posts: 755 |
Thanked: 401 times |
Joined on Feb 2008
@ UK
|
#50
|
#!/bin/sh pattern=PatternCommunicationSMS dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_activate string:$pattern sleep 10 dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deactivate string:$pattern
| The Following 9 Users Say Thank You to codeMonkey For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|