1
Cosmo Communicator - Android / Re: Android v23 Jumping screen
« on: August 27, 2020, 06:00:35 pm »
I managed to work around the problem You have to enable 2 options in developer settings and clean screen.
Below screenshots:
Attention
after reboot, the settings are unchecked and the artifacts reappear
If you want to fix it you must add build.prop file entries
Location of the file:
Below screenshots:
Attention
after reboot, the settings are unchecked and the artifacts reappear
If you want to fix it you must add build.prop file entries
Location of the file:
Code: [Select]
/system/build.prop
To modify file need root.Code: [Select]
video.accelerate.hw=1
debug.sf.hw=1
debug.performance.tuning=1
debug.egl.profiler=1 # Measure rendering time in adb shell dumpsys gfxinfo
debug.egl.hw=1
debug.composition.type=gpu # Disable hardware overlays and use GPU for screen compositing
Minimal:Code: [Select]
debug.sf.hw=1
debug.composition.type=gpu
After save file Reboot...