Since most of us are pulling their hair out trying to fix this issue. I'd like to share what I did to my Poco F1.
Believe me, I tried everything and nothing works with the FTS panel. So I found a workaround and this is more of blocking the area where ghost touch occurs. It's like creating a DEAD ZONE.
UPDATE: Here's what I use.
- MIUI 10.3.7.0
- POCOF1Global_9.5.25-ven-firm.zip
- kernel-beryllium_global_9.5.25-ak2.zip
- FDE.AI Module from Magisk (search and install it directly in Magisk)
- Build.prop
How to create a DEAD ZONE:
Believe me, I tried everything and nothing works with the FTS panel. So I found a workaround and this is more of blocking the area where ghost touch occurs. It's like creating a DEAD ZONE.
UPDATE: Here's what I use.
- MIUI 10.3.7.0
- POCOF1Global_9.5.25-ven-firm.zip
- kernel-beryllium_global_9.5.25-ak2.zip
- FDE.AI Module from Magisk (search and install it directly in Magisk)
- Build.prop
*Much better build. I even forgot to apply my dead zone and still played flawlessly.persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.ril.enable.a52=1
ro.ril.enable.a53=0
debug.sf.hw=1
video.accelerate.hw=1
debug.egl.profiler=1
debug.egl.hw=1
persist.sys.ui.hw=1
view.scroll_friction=10
debug.composition.type=gpu
debug.performance.tuning=1
touch.deviceType=touchScreen
touch.orientationAware=1
touch.size.calibration=diameter
touch.size.scale=100
touch.size.bias=0
touch.size.isSummed=0
touch.pressure.calibration=physical
touch.pressure.scale=0.001
touch.orientation.calibration=none
touch.distance.calibration=none
touch.distance.scale=0
touch.coverage.calibration=box
touch.gestureMode=spots
MultitouchSettleInterval=1ms
MultitouchMinDistance=1px
TapInterval=1ms
TapSlop=1px
How to create a DEAD ZONE:
*Please take note that this build and workaround will NOT FIX the ghost touches entirely but will minimize it greatly.1. Install Partial Screen PRO (it's a touch blocker). You can find it on play store. There's a free one but expires within 3 days.
2. Download the Notch Killer v2 module and install it in your Magisk. Reboot.
3. Go to developers options, simulate a display cutout and select 'Notch Killer'. (Why notch killer? Partial Screen doesn't use the notch space where ghost touch occurs. Notch killer will force it to use the space.)
4. Open Partial Screen, Apply permissions (You can cancel the auto analysis by pressing double back.)
5. Add Manual Region and create an area on your Notch. You can adjust it as you like, change color, or make it transparent at Area Manager.
6. Start Manual Service
7. PROFIT.
Last edited: