View Single Post
OVK's Avatar
Posts: 559 | Thanked: 1,017 times | Joined on May 2008 @ Finland
#126
Originally Posted by MohammadAG View Post
Code:
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine1_mode 
disabled
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine2_mode 
disabled
MCE is closed, the app has to disable engines 1 and 2 (my keyboard pattern disables engine 3, then restores it when it finishes). The app should re-enable them when done, but it doesn't. Restarting mce should restore the LEDs and haptic feedback.
stop mce && sleep 1 && start mce as root in terminal
Yes, this helped!

So if this problem occurs just launch Xterm and type (as suggested by MuhammadAG)

sudo gainroot
stop mce && sleep 1 && start mce

Thank you!