Hi,
My goal is to get all the touch coordinates when someone touches the 
screen. For example, right now, it seems that when someone touches the 
screen, what gets reported to the EventHub is an x and y coordinate that 
represent the approximate "center" of the touch, and then some other 
variables. Is there any way to get all the raw coordinates that were 
perceived to be touched (so the entire shape of the touch as opposed to 
simply the center?)
I tried to cat /dev/input and I have taken a look at InputReader and 
EventHub. 
I am a bit of a newbie. Any help would be appreciated! 


On Monday, March 31, 2014 at 11:54:44 AM UTC-4, Earlence wrote:
>
> you can read raw input event from /dev/input
> Look at the EventHub as well.
>
> This is not a kernel question and should be in android-platform
>
> On Friday, March 14, 2014 12:37:32 AM UTC-4, Venkata Naga Kailash Anantha 
> wrote:
>>
>> Hello, I am currently building a security service which tries to analyse 
>> the users based on the way they interact with the phone. Is there a way to 
>> capture the touch coordinates of the finger across application?
>>
>> Can I use the linux system calls to capture the touch data?Please help me 
>> as I am stuck at this point. This is very important for my project
>>
>

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to