View Single Post
      12-01-2019, 08:51 AM   #1330
Kri
Major
Austria
1084
Rep
1,048
Posts

Drives: E87
Join Date: Dec 2017
Location: Germany

iTrader: (0)

If someone does want a little bit more space, i found two easy (but tiny) adb hacks.

Start an adb shell session and enter following code
Code:
wm overscan 0,-9,0,0
wm density 158
The first line does remove 9 pixel on top, the second line does change dpi from 160 to 158.
You also could do less than 158, but at some point the scaling on some menu`s isn`t correct anymore.

Kri
Attached Images
 
Appreciate 0