View Single Post
Old 03-06-2019, 08:02 AM   #5
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,271
Karma: 2200049
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by BloodRagg View Post
Its more like prying eyes and toddler protection than anything else.
It can be defeated rebooting the device.


Quote:
Originally Posted by BloodRagg View Post
Any idea on approaching grabbing those coordinates ?

You need to parse /dev/input/event1, please read:
https://www.kernel.org/doc/Documenta...nput/input.txt
http://who-t.blogspot.com/2016/09/un...ing-evdev.html

Since the Aura HD is using a single touch driver you will need to grab only ABS_X and ABS_Y. You can differenciate between finger-down and finger-up with ABS_PRESSURE.

You will probably need to make a few adjustments on the code since in some models X values are mirrored and/or X/Y values swaped.

Last edited by pazos; 03-06-2019 at 08:07 AM.
pazos is offline   Reply With Quote