-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All WebView based Apps Crashing #188
Comments
I'm not familiar with how KernelSU works, can you somehow disable "Unmount modules" globally or for system_server or something like that? |
Since everything was working with MinMicroG I had to continue setting up the device. I didn't have to disable "Umount Modules" system wide, will try on another test device of mine and will report back on this if I can reproduce the issue. |
I'm using KernelSU and been having the same issues with Its the same errors as what was posted above |
Saw that i got mentioned here, and im inclined to say that its because this module is a systemizer, it essentially takes stuff already installed and moves it to the system partition. If you do not already have said apps installed, or they're installed to an abnormal location, this module will fail (mine wont tho ;]) |
@HPsaucii So any fix regarding the issue? |
The fix is to either: |
What other modules do you recommend? |
I checked the install scripts, and know this one is a systemizer. I did everything accordingly. If you don't have the apps as user app installed this one won't even install and give you a warning. So even if you do everything according to documentation it will fail (at least in my case and setup). |
You can use mine 😄 https://github.com/HPsaucii/MinMicroG/tree/NikFixes You could of course use shane's, if it wasnt broken |
Regarding your issue @bioluks theres a good chance that ita because this module installs to a hardcoded location, which isnt compatible with certain roms (most notably samsung's base rom, but there could be other's). Shanes module direcrly addresses this, and my fork expands on it slightly for increased compatibility |
I'm stopping working on this module: 6a60ec0 |
Thanks for this great module @nift4 , it's what I've always used until now. Sad to hear it won't receive updates anymore. |
What the title says, this even after a clean install. Like mentioned in the readme I unchecked the Unmount Modules switch since I'm a KernelSU user. Details summed up:
Umount Modules
WebView and Chromium browsers from KernelSU. The Chromium browsers work in this case but not apps like Jellyfin, Homeassistant and the likes that make use of WebView rendering.webview_zygote
crashes, even when using another WebView. It complains that it can't find microGOverlay.apk in the requested location as far as I can understand. For a while I thought this was a ROM issue but when installing MinMicroG with @HPsaucii's patch it worked, also without MinMicroG and microg_installer_revived WebView apps and Chromium browsers work just fine.I was able to capture the
webview_zygote
crash 42 times, all of them containing the exact same errors; that's why I'm sharing one.webview_zygote_crash_microg_installer_revived.zip
The text was updated successfully, but these errors were encountered: