Skip to content

M1cha/android_navbarenabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

android_navbarenabler

Enables NavigationBar for Android >=4.0 by patching framework-res.apk

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

About

Enables NavigationBar for Android >=4.0 by patching framework-res.apk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published