Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sibulator

Pages: [1]
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:
Code: [Select]
/system/build.propTo 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...

2
Cosmo Communicator - Android / Android v23 Jumping screen
« on: August 25, 2020, 02:52:06 pm »
Hello from the beginning I have a problem with the jumping screen. This is a software bug in android v23 in linux the error does not occur. Is there a solution to this problem? I did a wipe and re-uploaded the system. The problem occurs without root and with root. The second problem is restarting the phone sometimes once a day or every 2 days ...
I recorded problem:
https://youtu.be/2NGP3YF9TJU


I have successfully fixed the problem. Solution at the bottom.

Pages: [1]