I wrote an script to enable NavigationBar and to change it's size.
Everything started in Defy-Forum:
http://forum.xda-developers.com/showthread.php?t=1495002
Requirements:
- Python
- some console-knowledge
- adb will be useful to push/pull framework-res.apk but you can copy it via sdcard and rootexplorer if you prefer that
Source/Download:
https://github.com/M1cha/android_navbarenabler
Usage:
Everything started in Defy-Forum:
http://forum.xda-developers.com/showthread.php?t=1495002
Requirements:
- Python
- some console-knowledge
- adb will be useful to push/pull framework-res.apk but you can copy it via sdcard and rootexplorer if you prefer that
Source/Download:
https://github.com/M1cha/android_navbarenabler
Usage:
usage: patch-framework.py [-h] [-d] [-w WIDTH] [-s HEIGHT] [-sl HEIGHT_LANDSCAPE] framework frameworkNew
enable/disable NavigationBar and change their size.
positional arguments:
framework
frameworkNew
optional arguments:
-h, --help show this help message and exit
-d Disable NavigationBar instead of enabling
-w WIDTH Set NavigationBar-width to WIDTH
-s HEIGHT Set NavigationBar-height to HEIGHT
-sl HEIGHT_LANDSCAPE Set NavigationBar-height to HEIGHT_LANDSCAPE
Last edited: