Hi All,
1).
Please let me know how to stop display going to lock state (lock state options:15sec, 30sec, 1m, 2m, 10m, 30m).
2).
I also want to keep the display in permanent full brightness mode.
Please suggest
Regards,
Swamy
Thanks Alan.
Thanks Tom, I have modified the code..I will check and update.
Niki,
Thanks for the response.
Is it possible to tell me which source file I need to add this code mentioned in the link, As I am new to this Android, I am not much aware of the android source tree.
Regards,
Swamy
most likely you want to do this as mentioned above.
anyhow, there is a way to do it in software. you can write a service that creates a wakelock: http://developer.android.com/reference/android/os/PowerManager.html
Hi Swamy,
If you would like to achieve 1) without having the device attached to the host:
The default for "display sleep" can be found in file frameworks/base/packages/SettingsProvider/res/values/defaults.xml.
1) Settings -> Applications -> Development -> Stay awake
2) I think this probably requires a code change.