diff --git a/conf/init.tegu.rc b/conf/init.tegu.rc index 8c5f30b..4c589bf 100644 --- a/conf/init.tegu.rc +++ b/conf/init.tegu.rc @@ -50,6 +50,9 @@ on early-boot && property:ro.boot.hardware.sku=GXQ96 on early-boot && property:ro.boot.hardware.sku=G3Y12 write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S" write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S" +on early-boot && property:ro.boot.hardware.sku=GTF7P + write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S" + write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S" # Start the twoshay touch service on property:sys.boot_completed=1 diff --git a/device-tegu.mk b/device-tegu.mk index 7edac06..d2cd1b5 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -380,6 +380,7 @@ endif # Fingerprint exposure compensation PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.als_feed_forward_supported=true \ + persist.vendor.udfps.auth_filter.mt_filter.enabled=true \ persist.vendor.udfps.boost_whole_auth_path_supported=true \ persist.vendor.udfps.capture_retrying_acquired_msg_supported=false \ persist.vendor.udfps.fps_touch_handler_supported=true \ diff --git a/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png b/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png index b0781eb..72ffa43 100644 Binary files a/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png and b/overlay_packages/SettingsTeguOverlay/res/drawable/regulatory_info_g3y12_vn.png differ