Temporary fix for Screen off fod in Project elixir

Temporary fix for Screen off fod in Project elixir

Mohammad Al Arabi

Rooted Method:

• Install termux from play store

• Run this command " su -c settings put secure screen_off_udfps_enabled 1 "

• To disable it " su -c settings put secure screen_off_udfps_enabled 0 "


Non root method (ADB):

• Connect your phone to PC/Laptop

• Run this command " adb shell settings put secure screen_off_udfps_enabled 1 "

• To disable it " adb shell settings put secure screen_off_udfps_enabled 0 "


Report Page