Magisk-Modules-Alt-Repo / HideNavBar

Fullscreen/Immersive Gesture Tweaks for Android 10-14
GNU General Public License v3.0
486 stars 20 forks source link

Logcat Spamming "Failed to open APK '/system/app/NavigationBarModeGestura/NavigationBarModeGesturalOverlay.apk': I/O error" in LineageOS 20 & 21 for LG V20 #63

Closed blurpng closed 4 months ago

blurpng commented 7 months ago

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

DanGLES3 commented 7 months ago

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

blurpng commented 7 months ago

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)

DanGLES3 commented 7 months ago

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@NavigationBarModeGestura@NavigationBarModeGesturalOverlay.apk@idmap
blurpng commented 7 months ago

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

DanGLES3 commented 7 months ago

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

blurpng commented 7 months ago

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

DanGLES3 commented 7 months ago

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?

blurpng commented 7 months ago

shamiko is in blacklist mode in the v20

DanGLES3 commented 7 months ago

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

blurpng commented 7 months ago

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

DanGLES3 commented 7 months ago

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?

blurpng commented 7 months ago

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

DanGLES3 commented 7 months ago

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