Hallo,
ich habe einen Philips 48PFS8159/12 mit Android 4.2.2 und SkyGo 1.7.1.
Dort sehe ich nach 15 Sekunden kein Bild mehr sondern “Treppen”:
https://picload.org/view/riodpdlw/skygotreppen.jpg.html
Die Original density ist 213 und die Auflösung 1280×720@49 fps:
C:Program Files (x86)Minimal ADB and Fastboot>adb shell
shell@android:/ $ dumpsys display | grep mBaseDisplayInfo
dumpsys display | grep mBaseDisplayInfo
mBaseDisplayInfo=DisplayInfo{“Integrierter Bildschirm”, app 1280 x 720, real 1280 x 720, largest app 1280 x 720, smallest app 1280 x 720, 49.0 fps, rotation 0, density 213, 0.213 x 0.213 dpi, layerStack 0, type BUILT_IN, address null, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
Die Density/Auflösung kann ich wie folgt ändern, Beispiele:
am display-size 1280×800
am display-density 480
Quelle: https://developer.android.com/studio/command-line/adb.html
Danke