[android-kernel] Touch event is there but touch is not working

2011-11-08 Thread Sandeep Sharma
hi guys, I have ported the msm 3.0 CAF kernel on qsd8x50_surf. adb shell is up. adb getevent is responding but touch is not working. snap of logcat when trying to use dev-tools pointer location App. ---

[android-kernel] Re: Android security

2011-11-08 Thread andria
On 8 nov, 12:57, manoj gupta wrote: > Hi, > Thanks for your help.but please can you specify that where i can get > dmesg.as i know adb logcat we use for application debuging ,but i want logs > for malware detection. As far as I know dmesg prints kernel message and there is no specific log for m

Re: [android-kernel] Re: Android security

2011-11-08 Thread manoj gupta
Hi Chandu, Thanks for your help. Now can you help me in the cause by which any android application usualy hacked or say application leakage.interms of hardware or software. Regards manoj On Tue, Nov 8, 2011 at 5:38 PM, chandra shekar wrote: > type dmesg from adb shell or cat /proc/kmsg for logs.

[android-kernel] Re: Android security

2011-11-08 Thread Earlence
>in which every thing will be written .so is there any thing like this >in android too you have a long way to go. -Earlence On Nov 8, 1:08 pm, chandra shekar wrote: > type dmesg from adb shell or cat /proc/kmsg for logs. > > -chandrashekar > > On Tue, Nov 8, 2011 at 5:27 PM, manoj gupta wrote:

Re: [android-kernel] Re: Android security

2011-11-08 Thread chandra shekar
type dmesg from adb shell or cat /proc/kmsg for logs. -chandrashekar On Tue, Nov 8, 2011 at 5:27 PM, manoj gupta wrote: > Hi, > Thanks for your help.but please can you specify that where i can get > dmesg.as i know adb logcat we use for application debuging ,but i want > logs for malware detecti

Re: [android-kernel] Re: Android security

2011-11-08 Thread manoj gupta
Hi, Thanks for your help.but please can you specify that where i can get dmesg.as i know adb logcat we use for application debuging ,but i want logs for malware detection. Regards Manoj On Tue, Nov 8, 2011 at 3:07 PM, andria wrote: > Hi manoj, > > On 7 nov, 07:58, manoj gupta wrote: > > Hi All,

[android-kernel] Re: alert notification from kernel

2011-11-08 Thread andria
Hi I just want to update what I said before. On 7 nov, 10:53, andria wrote: > Hi, > > Is UEventObserver only available for the framework? Because when I try > to import this class in my application source code an error is raised. > > I've found that there is a kernel API that enables user-space

[android-kernel] Re: Android security

2011-11-08 Thread andria
Hi manoj, On 7 nov, 07:58, manoj gupta wrote: > Hi All, > I am working on Android OS Security. as we know when any os like linux > or windows will be hacked by someone.then there will be some log file > in which every thing will be written .so is there any thing like this > in android too by whic