Ok!To build as module, as you know , need:1. change on defconfig CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4=y to =m2. change kconfig synaptics_i2c_rmi4 to tristateI will change the code and upload a "release" version.
V9The module now has to modes:DT: The same behavior and activation of V8.GM: Activated with a clockwise circle motion started on top-right quadrant of the screen ending on the same quadrant (ie: TR > BR > BL > TL > TR quadrants). when the finger is released the coordinates are saved and used next touch as a "second" touch (fixed). This way the fixed touch can be selected and not allways on center...[/color=red]
its not in center
now how doi use this .... all steps whic file should i download in those two i.e source n module file n what n all to do im using v2.0
You are not allowed to view links. Register or Loginits not in center You must be using an older one. v9.1 is centred, which I've included in my 2.0 release.OuNao - I've included the latest module in the 2.0 release, and it's working well (including the sensitivity fix). Thanks again!
Activated with a clockwise circle motion started on top-right quadrant of the screen ending on the same quadrant (ie: TR > BR > BL > TL > TR quadrants). when the finger is released the coordinates are saved and used next touch as a "second" touch (fixed). This way the fixed touch can be selected and not allways on center...
Probably off topic but, can an module be made that will just read the last touch inputed by the user.This will partly but not completely solve problems with play football games and FPS's.In this way the first finger does not have to be removed from the screen which make football games on g5 hard to play.In other words the the screen is touched with on finger and a second finger touches the screen the first finger is 'forgotten' and only the position of the second finger is read.
That would create a lot of confusion; what happens when you want to release your first finger from the first position? The driver will have no way of knowing and your touches will get messed up.