View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#49
Originally Posted by synca View Post
To get the changes you made they have to be reloaded. Force this with this command in xterm as root:
Code:
killall mce
This way you don't have to restart after every change.
If you kill/stop the mce process more than (rough estimate) 4 times in approx 2 minutes the service doesn't restart.
You're best off using something like
Code:
initctl stop mce; sleep 2; initctl start mce
because it gives feedback - so will tell you if it hasn't been able to start or stop it.

I've also put a guide to the n900 led patterns here in case anyone wants to play around further with colours etc.

Last edited by codeMonkey; 2010-01-13 at 08:29. Reason: fixed link
 

The Following 8 Users Say Thank You to codeMonkey For This Useful Post: