How to Determine Which fingerprint scanner on Redmi Note 6 Pro FPC or Goodix

Determine which fingerprint scanner on Redmi Note 6 Pro:

step by Step Guide to Find out Which fingerprint scanner on Redmi Note 6. You can Check Fingerprint Scanner Details by Following the Below Instructions.

The Xiaomi Redmi Note 6 Pro Smartphone is Run on Android 8.1 OS Which is powered by a QCOM SD 636 Processor. The Device Come with 4GB of RAM and 64GB of Storage can be expandable via SD card.

it is a Dual Sim hybrid Smartphone that accept dual Sim Connectivity Without SD card or Single Sim Connectivity With SD card.

Steps to Determine Which Fingerprint Scanner on My Phone (FPC or Goodix):

  • Download & Setup Platform tools
  • Connect Phone to PC
  • Open CMD Where Platform tools Installed and type below Code
adb shell
su
getprop | grep goodix

If you see persist.sys.fp.goodix = 0 , then you have FPC, if persist.sys.fp.goodix = 1 , then Goodix

  • or You can use getprop | grep -E ‘goodix | fpsensor’
  • it will Give You ans Like Below
[persist.sys.fp.goodix]: [0] 
[ro.boot.fpsensor]: [fpc]