![]() |
2009-12-23
, 15:04
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#41
|
![]() |
2009-12-24
, 02:34
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#42
|
![]() |
2009-12-26
, 22:37
|
Posts: 248 |
Thanked: 72 times |
Joined on Oct 2009
|
#43
|
![]() |
2009-12-26
, 23:50
|
Posts: 248 |
Thanked: 72 times |
Joined on Oct 2009
|
#44
|
![]() |
2009-12-27
, 07:12
|
Posts: 755 |
Thanked: 406 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
![]() |
2009-12-28
, 03:39
|
Posts: 248 |
Thanked: 72 times |
Joined on Oct 2009
|
#46
|
![]() |
2010-01-04
, 20:07
|
|
Posts: 102 |
Thanked: 26 times |
Joined on Jan 2010
@ Finland
|
#47
|
The Following User Says Thank You to Blinde For This Useful Post: | ||
![]() |
2010-01-12
, 23:32
|
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
![]() |
2010-01-13
, 08:27
|
Posts: 755 |
Thanked: 406 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
![]() |
2010-01-13
, 08:35
|
Posts: 755 |
Thanked: 406 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: | ||