[android-kernel] Re: Screen timed out in power manager.

2011-08-11 Thread ヘマント
Hi, The settings app updates the settings database with the timeout value selected by the user. See: http://developer.android.com/reference/android/provider/Settings.System.html#SCREEN_OFF_TIMEOUT This value is read by PowerManagerService.java http://www.netmite.com/android/mydroid/frameworks/bas

Re: [android-kernel] Android kernel Logs

2011-08-11 Thread J Freyensee
I believe you need to enable the 'DEBUG' macro; however, I don't work with printk()'s in the kernel because you are not supposed to use them to begin with, so I wouldn't know. I know pr_err(), pr_info(), need the DEBUG macro defined somewhere...if I'm working on a driver I just do a '#define DEBUG

[android-kernel] Security Provider

2011-08-11 Thread Андрей Андросов
Hello! I'm new in Android. I want add new security provider to the list of all Android providers. How can I do it. Please help me! -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android kernel Logs

2011-08-11 Thread Ninja
Dear All, I have been doing some modifications for study purpose on the android kernel. I started with simple printk statements in the /net directory of android kernel source(goldfish 2.6.29). I do not know where to look for logs in the kernel. A simple dmesg on the adb shell did not seem to show