View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#571
Originally Posted by Addison View Post
Would I have to drop ASUI to be a tester for this?
No, it can be tested with SystemUI or ASUI. You just need the DT kernel and alarmd. But you (Addison) can't test it. You have scripts that start and stop mce, and this would break your scripts. Changing mce to powered in your scripts would also be a bad idea since powered will restart mce when you stop it and stop mce when you start it. Sorry.

With ASUI:
Code:
apt-get install powerlaunch
/etc/init.d/powerlaunch stop
/etc/init.d/osso-systemui stop
update-rc.d -f powerlaunch remove
With SystemUI:
Code:
apt-get install powerlaunch
/etc/init.d/powerlaunch stop
update-rc.d -f powerlaunch remove
Execute those commands as root and you should now have powered instead of MCE. Let me know if anything stops working and if it fixes the dimming and power button issues.
 

The Following User Says Thank You to auouymous For This Useful Post: