Skip to main content
  • Open the file manager
  • Navigate to /system in the root folder
  • Open build.prop in a text editor
  • At the end replace 0 with 1 or just restore the backup of build.prop

Original:

qemu.hw.mainkeys=0

New:

qemu.hw.mainkeys=1
  • Save the file
  • Reboot your device

Disable Capacitive buttons

Some mobiles will have only two capacitive buttons viz, back and menu. Some mobiles may have three capacitive buttons viz, back, home and app switch or; back, home and menu. So modify the file accordingly and dont mess with other parts of the code or else you will end up damaging your phone software.

  • Open the file manager
  • Navigate to /system/usr/keylayout in the root folder
  • Take a backup of the file Generic.kl for safety just in case something goes wrong
  • Open Generic.kl in a text editor
  • Add # before the following lines

Original:

key 139 MENU
key 158 BACK
key 172 HOME
key 580 APP_SWITCH‎

New:

# key 139 MENU
# key 158 BACK
# key 172 HOME
# key 580 APP_SWITCH‎
  • Save the file
  • Reboot your device

Disable the home button

Some devices like the Samsung Galaxy S5 will have a physical home button. To disable the home button follow this procedure on the next page.

Pages: 1 2 3

Shreyansh Kotak

Shreyansh Kotak

I am an ordinary guy with interest in Computers and Technology. I work as a freelancer in Read Me Now. I did my schooling from Akola, a small city in Maharashtra, India. I am pursuing B.E. Computer Engineering from K.J. Somaiya College of Engineering, Mumbai. My area of interest is basically Android and Android based technology.

3 Comments

Leave a Reply