No suspend on Android JB SabreSD

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No suspend on Android JB SabreSD

918 Views
martinhowell
Contributor III


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.

Labels (2)
0 Kudos
Reply
1 Reply

560 Views
DeanHuang
Contributor III

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.

0 Kudos
Reply