Bigticket
08/11/15, 09:26:35
Es el mismo tutorial que había hasta ahora pero varía el archivo que hay que tocar para desactivar los botones capacitativos, ya que la botonera de este móvil es synaptics y no atmel.
[GUIDE][5.0]How to enable on-screen nav bar and disable hardware capacitive buttons. (http://forum.xda-developers.com/xiaomi-mi-3/general/guide-how-to-enable-screen-nav-bar-t2968850)
INTRODUCTION
This guide is for Ivan's 5.0 Lollipop AOSP ROM but will work with other ROMs as well.
FEATURES
Pure AOSP feel.
Many people prefer it, including me.
Workaround for 'hardware key wakeup' bug.
Can use Lollipop features like Screen Pinning easily.
Looks cool
PREREQUISITES
Ivan's Lollipop AOSP ROM.(May work on others too)
MI3.(Again may work on others too)
Root.
ES File Explorer.(or any file manager with root access)
INSTRUCTIONS
Enabling on-screen nav bar.
Open ES File Explorer and grant su access.
Go to system and open build.prop with ES Note Editor and add this line in the end:
Code:
qemu.hw.mainkeys=0
Save build.prop and reboot.
Check if soft keys are enabled.
If enabled successfully, proceed to next section.
Disabling hardware capacitive keys.
Go to system/usr/keylayout and open 'synaptics_dsx.kl' with ES Note Editor.
In the end of that file there will be following three lines:
Code:
key 139 MENU VIRTUAL
key 102 HOME VIRTUAL
key 158 BACK VIRTUAL
Add a '#' before each line so it would look like this:
Code:
#key 139 MENU VIRTUAL
#key 102 HOME VIRTUAL
#key 158 BACK VIRTUAL
Save the file and exit.
[GUIDE][5.0]How to enable on-screen nav bar and disable hardware capacitive buttons. (http://forum.xda-developers.com/xiaomi-mi-3/general/guide-how-to-enable-screen-nav-bar-t2968850)
INTRODUCTION
This guide is for Ivan's 5.0 Lollipop AOSP ROM but will work with other ROMs as well.
FEATURES
Pure AOSP feel.
Many people prefer it, including me.
Workaround for 'hardware key wakeup' bug.
Can use Lollipop features like Screen Pinning easily.
Looks cool
PREREQUISITES
Ivan's Lollipop AOSP ROM.(May work on others too)
MI3.(Again may work on others too)
Root.
ES File Explorer.(or any file manager with root access)
INSTRUCTIONS
Enabling on-screen nav bar.
Open ES File Explorer and grant su access.
Go to system and open build.prop with ES Note Editor and add this line in the end:
Code:
qemu.hw.mainkeys=0
Save build.prop and reboot.
Check if soft keys are enabled.
If enabled successfully, proceed to next section.
Disabling hardware capacitive keys.
Go to system/usr/keylayout and open 'synaptics_dsx.kl' with ES Note Editor.
In the end of that file there will be following three lines:
Code:
key 139 MENU VIRTUAL
key 102 HOME VIRTUAL
key 158 BACK VIRTUAL
Add a '#' before each line so it would look like this:
Code:
#key 139 MENU VIRTUAL
#key 102 HOME VIRTUAL
#key 158 BACK VIRTUAL
Save the file and exit.