We have a SabreSD board which we have attached our own LCD panel and touchscreen for a demo. We want to stop it suspending after a time period. I have been into settongs->display and changed the timeout value to 30 mins which is the longest it will let me. How can I disable this completely so the screen always stays on?
Ideally I would like to remove the battery info and icons also, as this unit will be always powered.
Hi
You can try this:
frameworks/policies/base/phone/com/android/internal/policy/impl/KeyguardViewMediator.java
private boolean mExternallyEnabled = false;
More detail about this variable, please google it.