Go to advanced search

by vperror
Mon Jun 08, 2020 6:41 pm
Forum: Android
Topic: [DEV] LineageOS 16.0 (Android 9) for Raspberry Pi 4 B
Replies: 173
Views: 39436

Re: [DEV] LineageOS 16.0 (Android 9) for Raspberry Pi 4 B

I am able to get 1080P resolution simply enable command line terminal in adb and fire these commands

Code: Select all

adb shell wm size 1920x1080
To fix overscan
If the reset does not do what expected, use LEFT,TOP,RIGHT,BOTTOM values in pixels

Code: Select all

adb shell wm overscan 0,0,0,0
adb shell wm overscan 10,20,30,40

Go to advanced search