B
blueice_haller
Ambitioniertes Mitglied
- 2
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”:
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
Die Density/Auflösung kann ich wie folgt ändern, Beispiele:
am display-size 1280×800
am display-density 480
Quelle: Android Debug Bridge | Android Studio
Danke
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”:
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
Code:
dumpsys display
DISPLAY MANAGER (dumpsys display)
mHeadless=false
mOnlyCode=false
mSafeMode=false
mPendingTraversal=false
mAllDisplayBlankStateFromPowerManager=2
mNextNonDefaultDisplayId=1
mDefaultViewport=DisplayViewport{valid=true, displayId=0, orientation=0, logicalFrame=Rect(0, 0 - 1280, 720), physicalFrame=Rect
(0, 0 - 1280, 720), deviceWidth=1280, deviceHeight=720}
mExternalTouchViewport=DisplayViewport{valid=false, displayId=0, orientation=0, logicalFrame=Rect(0, 0 - 0, 0), physicalFrame=Re
ct(0, 0 - 0, 0), deviceWidth=0, deviceHeight=0}
mSingleDisplayDemoMode=false
Display Adapters: size=2
LocalDisplayAdapter
OverlayDisplayAdapter
mCurrentOverlaySetting=
mOverlays: size=0
Display Devices: size=1
DisplayDeviceInfo{"Integrierter Bildschirm": 1280 x 720, 49.0 fps, density 213, 0.213 x 0.213 dpi, touch INTERNAL, FLAG_DEFAULT_
DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
mAdapter=LocalDisplayAdapter
mDisplayToken=android.os.BinderProxy@2c47c410
mCurrentLayerStack=0
mCurrentOrientation=0
mCurrentLayerStackRect=Rect(0, 0 - 1280, 720)
mCurrentDisplayRect=Rect(0, 0 - 1280, 720)
mCurrentSurface=null
mBuiltInDisplayId=0
mPhys=PhysicalDisplayInfo{1280 x 720, 49.0 fps, density 1.33125, 0.213 x 0.213 dpi, secure true}
mBlanked=false
Logical Displays: size=1
Display 0:
mDisplayId=0
mLayerStack=0
mHasContent=true
mPrimaryDisplayDevice=Integrierter Bildschirm
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_SUP
PORTS_PROTECTED_BUFFERS}
mOverrideDisplayInfo=DisplayInfo{"Integrierter Bildschirm", app 1280 x 720, real 1280 x 720, largest app 1280 x 1152, smallest
app 720 x 676, 49.0 fps, rotation 0, density 280, 0.213 x 0.213 dpi, layerStack 0, type BUILT_IN, address null, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
shell@android:/ $
Die Density/Auflösung kann ich wie folgt ändern, Beispiele:
am display-size 1280×800
am display-density 480
Quelle: Android Debug Bridge | Android Studio
Danke