GithubHelp home page GithubHelp logo

Logcat Spamming "Failed to open APK '/system/app/NavigationBarModeGestura/NavigationBarModeGesturalOverlay.apk': I/O error" in LineageOS 20 & 21 for LG V20 about hidenavbar HOT 13 CLOSED

blurpng avatar blurpng commented on July 22, 2024
Logcat Spamming "Failed to open APK '/system/app/NavigationBarModeGestura/NavigationBarModeGesturalOverlay.apk': I/O error" in LineageOS 20 & 21 for LG V20

from hidenavbar.

Comments (13)

DanGLES3 avatar DanGLES3 commented on July 22, 2024

not sure if this is intended behavior, as with my other phone the logcat is clean without spamming this error while this specific phone with this rom does it.

It seems to trigger every time an application is opened/used, wonder if this might cause issues down the line

logcata14gestures.txt logcatpostinstall.txt

Are you using KernelSU or Magisk Kitsune with the Sulist function enabled?

If it's either of there I suspect it's merely a side effect of the overlay being unmounted/inaccesible to apps without root access

In short, overlays applied to the system framework tend to propagate to all running apps, but if root is being hidden from the app that means the overlay APK is as well which trigger this message

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

not sure if this is intended behavior, as with my other phone the logcat is clean without spamming this error while this specific phone with this rom does it.
It seems to trigger every time an application is opened/used, wonder if this might cause issues down the line
logcata14gestures.txt logcatpostinstall.txt

Are you using KernelSU or Magisk Kitsune with the Sulist function enabled?

If it's either of there I suspect it's merely a side effect of the overlay being unmounted/inaccesible to apps without root access

In short, overlays applied to the system framework tend to propagate to all running apps, but if root is being hidden from the app that means the overlay APK is as well which trigger this message

Nope, i'm running bog standard Magisk 27.0 with zygist & systemless host on this phone
Issue happen in both fullscreen and immersive install modes

The interesting bug i encounter in LOS20 is that it crashes the phone after a while on some apps that often triggers the error, while on LOS21 it just make the same apps refuse to open/stuck in loading (like gcam)

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

not sure if this is intended behavior, as with my other phone the logcat is clean without spamming this error while this specific phone with this rom does it.
It seems to trigger every time an application is opened/used, wonder if this might cause issues down the line
logcata14gestures.txt logcatpostinstall.txt

Are you using KernelSU or Magisk Kitsune with the Sulist function enabled?
If it's either of there I suspect it's merely a side effect of the overlay being unmounted/inaccesible to apps without root access
In short, overlays applied to the system framework tend to propagate to all running apps, but if root is being hidden from the app that means the overlay APK is as well which trigger this message

Nope, i'm running bog standard Magisk 27.0 with zygist & systemless host on this phone Issue happen in both fullscreen and immersive install modes

The interesting bug i encounter in LOS20 is that it crashes the phone after a while on some apps that often triggers the error, while on LOS21 it just make the same apps refuse to open/stuck in loading (like gcam)

Are these apps on the denylist? Are you using any additional module to hide root?

If no try deleting the file on this directory and rebooting


``` data/resource-cache/system@app@[email protected]@idmap

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

there are some of them in the denylist, but i think its not related as chrome isnt one of them yet that also triggers it.
for root hiding i only have shamiko 1.0 and play integrity fix

ill give the other suggestion a shot later on today

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

there are some of them in the denylist, but i think its not related as chrome isnt one of them yet that also triggers it. for root hiding i only have shamiko 1.0 and play integrity fix

ill give the other suggestion a shot later on today

Check if the error messages occur with Shamiko disabled as well

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

so i tried both
disabling shamiko solved half the issue but still spews error, removing the idmap fixed the error spam, however re-enabling shamiko brought the errors back so i guess this is the problematic module.

the curiosity remains though as on my other phone, an lg wing with stock rom, seems to live fine along with shamiko, got any idea what this could be? attached logcats on both removing the idmap & disabling shamiko, removing idmap but keeping shamiko of the V20:

maybe you know alternate module that wont interfere that acts similarly?

los21-27-02-gestures-datares-postremove-wshamiko.txt
los21-27-02-gestures-datares-postremove.txt

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

so i tried both disabling shamiko solved half the issue but still spews error, removing the idmap fixed the error spam, however re-enabling shamiko brought the errors back so i guess this is the problematic module.

the curiosity remains though as on my other phone, an lg wing with stock rom, seems to live fine along with shamiko, got any idea what this could be? attached logcats on both removing the idmap & disabling shamiko, removing idmap but keeping shamiko of the V20:

maybe you know alternate module that wont interfere that acts similarly?

los21-27-02-gestures-datares-postremove-wshamiko.txt los21-27-02-gestures-datares-postremove.txt

Is your Shamiko working in whitelist mode?

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

shamiko is in blacklist mode in the v20

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

shamiko is in blacklist mode in the v20

Could you try reinstalling the module? As for alternative modules, i'm only aware of Iconify and PIxel Xpert

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

well that is unfortunate then, since i did the reinstall and it seems to spam the same error. thanks for the help but it seems like the module just doesnt work well on this phone & rom combo

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

well that is unfortunate then, since i did the reinstall and it seems to spam the same error. thanks for the help but it seems like the module just doesnt work well on this phone & rom combo

Tbh seems more like a Shamiko issue, it seems to be messing with framework overlays somehow, tho you're the first person that reported this issue which is odd

Is your Shamiko uptodate?

from hidenavbar.

blurpng avatar blurpng commented on July 22, 2024

it does seem like a shamiko issue mixed with the rom itself, but i cant help it since some apps breaks without it, unless i want to try other magisk forks which hides itself better.

The difference on the V20 is im using the latest shamiko, 1.0.1, while the wing uses 0.7.5

from hidenavbar.

DanGLES3 avatar DanGLES3 commented on July 22, 2024

it does seem like a shamiko issue mixed with the rom itself, but i cant help it since some apps breaks without it, unless i want to try other magisk forks which hides itself better.

The difference on the V20 is im using the latest shamiko, 1.0.1, while the wing uses 0.7.5

Could be that, unfortunately there isn't a whole lot i can on my end

from hidenavbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.