e3q: Get udfps working

Before enrolling your fingerprint run this command:
echo "fod_enable,1,1,0" > /sys/devices/virtual/sec/tsp/cmd

You might have to try enrolling multiple times if it doesn't work the
first try

Change-Id: I3acf48ebef74cd00205e3e47572ed73a9faa37d9
This commit is contained in:
David Wronek
2024-12-22 22:25:33 +01:00
parent 6876c86da7
commit 7481aba72e
12 changed files with 4118 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.target">
<overlay
android:isStatic="true"
android:priority="500"
android:targetPackage="android"/>
</manifest>