No suspend on Android JB SabreSD

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

No suspend on Android JB SabreSD

936 次查看
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 回复

578 次查看
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 项奖励
回复