Any Way to turn on screen buttons Because my Physical Buttons not work ?

Andr3w151

Senior Member
Jan 29, 2010
552
35
58
Stony Point
Hey hows everyone doing this morning?
My physical buttons for back and the other button at the bottom of my screen stopped work due to the bottom of the phone stopped working.
What Launcher or is there a way to turn on the On-Screen buttons for Back, Home, the other button ??
 

ninjasinabag

Senior Member
May 28, 2013
785
294
0
Philadelphia
Add this to the bottom of your build.prop
qemu.hw.mainkeys=0

Open the sec_touchkey.kl file in ./system/usr/keylayout/

Put a # symbol before the both the following lines:

key 254 MENU VIRTUAL (depending on your rom, it might be set as 254 overlay virtual)
key 158 BACK VIRTUAL

Close, saving changes.

To restore the hardkeys at any time, just remove the # from both lines.