GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

OrangePi 3 LTS videos from youtube crashing webview (firefox and other browsers) #191

Closed Sekilsgs2 closed 2 years ago

Sekilsgs2 commented 2 years ago

crashes when watching a youtube video

logcat - https://pastebin.com/ziqp0R0J

rsglobal commented 2 years ago

Hi,

I can't see anything suspicious in logcat , is it complete? Please try updating external/mesa3d to v0.7.2 and check again

Sekilsgs2 commented 2 years ago

Hi,

I can't see anything suspicious in logcat , is it complete? Please try updating external/mesa3d to v0.7.2 and check again

Full logcat - https://www.filemail.com/d/kgkgasuqbtjdrfd - this after firefox crashing and closed..

Ok -i'm trying latest 0.7.2 variants..

What about panvk (vulkan panfrost) - this have working state? maybe using vulkan for ui? or this never working for us? i'm trying using panvk - but vulkan crashes with errors - cant finded gpu..

rsglobal commented 2 years ago

Vulkan require adding some features to mesa3d. It doesn't work now for Android. UI on vulkan will require adding even more features to mesa3d.

rsglobal commented 2 years ago

I've been watching youtube on opi3 @ v0.7.2 for an hour. I suspect it's an issue related to opi-lts.

Sekilsgs2 commented 2 years ago

I've been watching youtube on opi3 @ v0.7.2 for an hour. I suspect it's an issue related to opi-lts.

Ok - I'm trying new version 0.7.2 and reply.. thank

Sekilsgs2 commented 2 years ago

Yes on 0.7.2 - working thank.

And one moment -

I'm have lcd hdmi 10 inch 1280x800 - in edid have two modes - with 60hz and with 15 hz - why android by default change to 15hz mode and i'm have very bad fps for all system. To fix this i'm edit system display service to refuse modes which have < 25 hz refresh rate.. But maybe android have settings for hdmi modes and need activate this ?

rsglobal commented 2 years ago

I'll look into it. Thanks.