Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Xiaomi Mi 6 (sagit)
  2. # PixelExperience ROM
  3. # Android Pie (CAF edition)
  4.  
  5. # To enable on-screen navigation bar
  6. echo "qemu.hw.mainkeys=0" >> /system/
  7.  
  8. # To disable hw keys
  9. vim /system/usr/keylayout/Generic.kl
  10. #key 139 MENU VIRTUAL
  11. #key 172 HOME VIRTUAL
  12. #key 158 BACK VIRTUAL
  13.  
  14. # Regret for not working on my phone
  15.  
  16. # And here's my own solution
  17. vim /vendor/usr/keylayout/synaptics_dsx.kl
  18. #key 139 APP_SWITCH VIRTUAL
  19. #key 158 BACK VIRTUAL
  20. key 143 WAKEUP # hold on
  21.  
  22. vim /vendor/usr/keylayout/uinput-goodix.kl
  23. #key 102 HOME VIRTUAL
  24.  
  25. # Okay, just a reboot. Yeeeees, it works!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement