View Single Post
DA5's Avatar
Posts: 70 | Thanked: 338 times | Joined on Jan 2013
#57
Originally Posted by sLumPia View Post
Hi shawnjefferson,
I'm using custom brightness from gebeleysis, after using your modules I can't change the screen brightness anymore, it always stay in the brightest (level 5).
Also, I can't turn off the screen using the screen lock anymore.
Originally Posted by shawnjefferson View Post
Anyone else seeing this behavior?
I had the same problem. It turns out copying and pasting the 3Engine mce.ini portion directly from your post inserts the line 800000 into mce.ini, which was preventing mce from properly loading.

Code:
# mce
mce: Could not load mce.ini; Key file contains line '800000' which is not a key-value pair, group, or comment
It should be:

Code:
[LEDPatternLystiRX51-3Engine]
PatternError=0;5;0;100;9d8040007f007f0040ff7f007f000000;9d800000;9d800000
PatternDeviceOn=254;0;0;111;9d804000422043207f100000;9d800000;9d800000
PatternDeviceSoftOff=253;0;0;110;9d804000423f433f7f100000;9d800000;9d800000
PatternPowerOn=9;3;0;111;9d80400042ff02ffc000;9d800000;9d800000
PatternPowerOff=10;3;0;111;9d80400001ff43ff7f007f00c000;9d800000;9d800000
PatternCommunicationCall=30;1;0;001;9d80400002ff03ff02ff03ff71080000;9d800000;9d800000
PatternCommunicationIM=30;1;0;001;9d80400002ff03ff02ff03ff71080000;9d800000;9d800000
PatternCommunicationSMS=30;1;0;001;9d80400002ff03ff02ff03ff71080000;9d800000;9d800000
PatternCommunicationEmail=30;1;0;001;9d80400002ff03ff02ff03ff71080000;9d800000;9d800000
PatternCommonNotification=30;1;0;001;9d80400002ff03ff02ff03ff71080000;9d800000;9d800000
PatternWebcamActive=20;1;0;100;9d80400004ffc0000000;9d800000;9d800000
PatternBatteryCharging=50;4;0;110;9d804000427f0d7f7f007f0042000000;9d800000;9d800000
PatternBatteryFull=40;4;0;010;9d80407f0000;9d800000;9d800000
 

The Following 5 Users Say Thank You to DA5 For This Useful Post: