|
2013-11-17
, 12:31
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#32
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2013-11-17
, 13:16
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#33
|
|
2013-11-19
, 07:27
|
Posts: 77 |
Thanked: 59 times |
Joined on Apr 2010
@ Germany
|
#34
|
The Following 5 Users Say Thank You to Russe89 For This Useful Post: | ||
|
2013-11-19
, 07:41
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#35
|
|
2013-11-19
, 08:49
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#36
|
|
2013-11-20
, 06:34
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#37
|
|
2014-01-25
, 08:20
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#38
|
(Though the LP5523 chip has 3 engines meant to control R, G, and B, the mce program exlusively uses engine3 for kbd backlight and so doesn't support pattern definitions for engine3. mce is closed source and thus this can't be fixed in any reasonable way. If mce were open, an alternative compatible format was possible:
|
2014-01-25
, 09:04
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#39
|
sudo gainroot;
sleep 5; stop mce; echo "disabled" >/sys/class/i2c-adapter/i2c-2/2-0032/engine3_mode; j=10; while [ ${j} -gt 0 ]; do j=$(( j-1 )); for i in $(seq 1 6); do echo "100" >/sys/class/leds/lp5523:kb${i}/brightness; sleep 2; echo "0" >/sys/class/leds/lp5523:kb${i}/brightness; done; done; start mce
sudo gainroot;
sleep 5; stop mce; j=10; while [ ${j} -gt 0 ]; do j=$(( j-1 )); for i in $(seq 1 6); do echo "100" >/sys/class/leds/lp5523:kb${i}/brightness; sleep 2; echo "0" >/sys/class/leds/lp5523:kb${i}/brightness; done; done; start mce
The Following 5 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2014-01-25
, 15:18
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#40
|
Tags |
cssu-mce, fremantle, hdtd thread, htdt detected |
Thread Tools | |
|
I am a little confuse, there is a thumb version of mce?
I thought to create a thumb version of a package, freemangordon need to recompile the package using Thumb2 instruction set.
How come he can create mce thumb version when he previously don't have the source code of mce?
</OOT>
Anyway, I installed this mce on my phone and found no error so far.