View Single Post
Old December 17th, 2012, 07:23 AM   #519 (permalink)
varun.chitre15
Community Guide
 
varun.chitre15's Avatar
 
Join Date: Oct 2011
Location: Sangli
Posts: 1,679
 
Device(s): Micromax A70
Carrier: Not Provided

Thanks: 282
Thanked 644 Times in 296 Posts
Send a message via Yahoo to varun.chitre15 varun.chitre15@gmail.com
Default

Quote:
Originally Posted by ninadchaudhari View Post
Yup i think I know this

Multitouch =2 its a hardware property stating the number of touches the screen takes in or can take in at a single time ... try making it 3 or 4 and see if the device takes them ...


for the ro.min_pointer_dur=10

Pointer cancellation

When using touch or pen input, sometimes pointers on the screen can be canceled. For example, if your screen supports no more than two simultaneous touch points and you add a third finger to the screen, one of the other points will be canceled because the hardware cannot track three points. [http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx]

and
# disable touch below 60 pixels
mot.proximity.distance=60 clearly states that it will consider any 2 touches to be 1 if you touch in a distance below 60 pixels
like two fingers you use to touch is not separated by 60 pixels they will be treated as one finger itself by the software

Hope that helps
The mot thing is wholly uzeless. Its only for motorola phones. There are no handlers for this in complete AOSP sources or kernel source of any non-moto phone I referred.
And the multitouch part you spoke of is valid only if the multitouch points are 2+
__________________
Found a Abusive/Spam post? Hit button
Found a useful post? Hit button
Found a post required to be featured? Hit button
varun.chitre15 is offline  
Reply With Quote