No suspend on Android JB SabreSD

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

No suspend on Android JB SabreSD

916件の閲覧回数
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.

ラベル(2)
0 件の賞賛
返信
1 返信

558件の閲覧回数
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 件の賞賛
返信