Fixing status bar height

Fixing status bar height


Fix Status Bar Height in ColorOS 6


ADB SHELL METHOD

- Go to developer option and scroll down to bottom
- Enable Disable Permission Monitoring option
- open cmd in the platform tools folder
- type adb shell
- then type wm overscan 0,-20,0,0
- Hit enter and now the size is fixed



TERMINAL EMULATOR METHOD

- Open Terminal Emulator app
- type su (this grants root permission)
- type wm overscan 0,-20,0,0
- Hit enter and done!!

Structure of the command is in dip is

wm overscan LEFT,TOP,RIGHT,BOTTOM

You can play with the values to get the results as per your wish..

Remember that it can break layouts of some apps which is highly unlikely but possible, so don't panis it's normal and kindly bear that if you want a smaller status bar

Method by Hamza417


Report Page