How to Enable Double Tap To Wake on LineageOS GSI

if you want to enable Double Tap To Wake on LineageOS GSI then this article for you where we share step by step guide to enable Double Tap To Wake on any LineageOS GSI.

Steps:

  • download platform tool
  • extract downloaded zip
  • Install adb fastboot driver on your pc
  • on phone enable usb debugging
  • connect phone to pc using usb cable
  • Now send below code
adb shell mount -o remount,rw / 
adb shell touch /system/mods/enable-d2tw 
adb shell mount -o remount,ro / 
adb reboot
  • Success!