MID7024 - Disable Search and Browser soft buttons!

Jory76

Member
Apr 18, 2011
26
3
I figured out how to disable the soft buttons. You need to use ADB to pull /system/usr/keylayout/qwerty.kl , open it in wordpad and comment out ( put a #) in front of the key you want to disable.

So search would look like this normally:

key 217 SEARCH WAKE_DROPPED

You need to make it look like this:

#key 217 SEARCH WAKE_DROPPED

To disable the browser key, you just do the same to key 48.

After you have edited and saved your qwerty.kl file you need to use ADB to push it back to your tablet. Power your tablet down, turn it back on you are done.

TADA! No more hitting the badly placed search or browser buttons on accident!
 
Last edited:

Jory76

Member
Apr 18, 2011
26
3
Thanks for the tip! I was not sure which it was, so I just disabled both. I figured what can it hurt.
 

Afrolex

Member
Aug 11, 2011
14
0
Thanks for figuring this out. The buttons were driving me crazy. I was able to disable the buttons without removing the file from my tablet. I navigated to the file using Root Explorer and long pressed the file and clicked on "Open As" (or open in text editor - both seem to come up) and selected text. I remarked out the lines and then saved and restarted. Worked like a charm.
 

Ray50

Member
Apr 24, 2011
99
2
Very nice, thank you I will try this...my granddaughter keeps hitting those keys!! I wish you could just make them a long (1-2 sec) button press.
 
Top