Please tell me how to install Mulch System WebView correctly?
If I’m not mistaken Mulch System WebView is a fork of Bromite WebView and /e/OS uses it by default. In other words /e/OS uses Bromite WebView which is now called Android System Webview.
Reboot device into recovery mode, either from the power menu, via a device-specific key combination or by typing the following command if the device has USB debugging enabled: adb reboot recovery
Select Apply update then Apply from ADB and install the package using the following command: adb sideload MulchSystemWebViewOverlay.zip
If the installer complains about signature verification, install anyway by selecting Yes.
Reboot the device.
Download the latest Mulch SystemWebView release from F-Droid or gitlab and install it as you would a regular app.
Lastly, navigate to Settings > Developer options > WebView implementation and select the appropriate package or run the following command: adb shell cmd webviewupdate set-webview-implementation us.spotco.mulch_wv
Before installing, I wanted to clarify why we need the MulchSystemWebViewOverlayMagisk.zip module
The link below is a starting point. One either flashes a zip file to install the overlay or do it manually via adb. Not sure but maybe rooted debugging may be required.
For most of my devices I have TWRP or similar. So it is as easy as dropping in the Mulch overlay file to /vendor/overlay/ or similar then install Mulch WebView while in the ROM. Keeping it regularly updated via a favorite F-Droid client with the DivestOS repo added.
Been doing this a long time. On my multibooting Oreo setup I did my manual method (TWRP) as I didn’t use Magisk nor did the overlay zip work for me.
On one of my /e/OS setups I am using a Magisk module.
Do note that I don’t use anything over Android 11. Can’t speak to current Android.
With regard to modern Android (A12+ or A13+) this dev has zips that take into account that the overlay file may need to be in a different location (/product/overlay/ vs /vendor/overlay/)…
A long time ago when I first tried the zip it failed also. Regardless of device or Android version. That’s when I went manual or Magisk as last resort.
I assume you are on Android above 12(?). If so try the zips from the second link above. Some users say it works on A14.
EDIT: Actually, on all ROMs with the webview I am using an overlay file called MulchWebviewOverlay.apk from a Magisk Module called Mulch WebView Overlay v0.1 by mickey.
None use the overlays from the above links.
Spent the last two hours trying to figure out where I got it from. Don’t have a clue.
Not sure why I am not using the treble-overlay-mulch-webview.apk from the aforementioned links.
I have an old Note2 (one of the test phones with TWRP) I installed LineageOS (Android 12) on it, checked the installation from “github” and it was very simple and without problems with mounting the “vendor” partition with the command:
$ adb shell mount -o rw,remount /vendor
I attached a photo.
When I checked the same installation for /e/OS on the test phone Samsung S3 (android 11)
then this command did not work, so I had to copy all the files to the sdcard and then copy them to other partitions, in short for /e/OS this instruction for Mulch WebView and also for Bromite WebView does not work.
How did you install Mulch WebView? Can you write the commands.
So does that mean you have it working on the S3 also? If so, great news.
In most of my cases, with TWRP or OrangeFox or other capable recovery…
Unzip MulchWevbiewOverlay.zip while in ROM. Yeah, that’s how the zip is spelled. Can’t remember if that was my bad.
In recovery I mount System or Vendor if available.
Via recovery’s file manager I copy MulchWebviewOverlay.apk to /system/vendor/overlay/ or /vendor/overlay/ (creating overlay directory first if not present - the case on some of the Oreo ROMs).
Give overlay file permission 644 (rw-r-r).
Reboot to ROM and install Mulch Webview if not already installed.
Check developer options and see Mulch as the webview. The only one shown on my ROMs. Any existing webviews are ignored and not shown.
Now that you have the webview installed you can keep it updated by either adding the DivestOS repo to your favorite F-Droid client or use FFUpdater | F-Droid.
Mulch WebView is constantly updated.
Oh yes, of course. The manual method was for devices without Magisk.
I had Mulch webview on Android 7 in the past.
Not too long ago Privacy Browser dropped support for Android 7, claiming that Chromium webview only supports Oreo and up now. Maybe after a certain version?
I do have a Nougat device I can test on.
Thank you for your answer. I would appreciate it if you test your phone on Android 7 and try to install Mulch webview or Bromite webview. I am also testing, unsuccessfully so far))
Privacy Browser is webview-based. One can compare features among browsers but the underlying engine is what differentiates the different browser camps. Mull is based on Firefox (as is Iceraven, Waterfox). Bromite, Cromite, Kiwi, Vivaldi, Thorium are Chromium-based.
Webview-based browsers (DuckDuckGo, Fulguris, Via, et al) don’t have their own engine and rely on a ROM’s offering. Some such browsers are more than capable when used with updated/current webviews. Non-Google preferred .
If I am not mistaken, /e/'s browser is based on Cromite. Previously on Bromite.
Thanks for your opinion. My experience with Privacy Browser was positive at first, I liked everything, but then I stopped using it)) Although I think it’s a good add-on, if I may say so.
As for installing Bromite | Mulch WebView, I tried this option, but it didn’t work…
I changed it a little because in /e/OS there is a different location of webview
$ adb root
$ adb remount
$ adb shell "rm /system/app/BrowserWebView/BrowserWebView.apk"
# Download `SystemWebview`
from here: https://www.bromite.org/system_web_view
$ adb push arm_SystemWebView.apk /system/app/BrowserWebView/BrowserWebView.apk
$ adb reboot
$ adb push arm_SystemWebView.apk /sdcard/Download/webview.apk
# Now manually install `webview.apk` from your device; note that it has to be installed from the device, installing it over ADB does not work
Howdy, I never did get around to putting Nougat on my tablet. Been ultra busy but will do soon. For reasons I do not understand, with Oreo ROMs on the tablet (Nexus 7 2013), every single Gecko-based browser crashes the OS. Mull, Fennec, Iceraven, Firefox Focus, SmartCookie Web-Preview, all would crash. Weird. So I’ll be putting my old fave XenonHD Nougat on it.
I have another same Nexus with /e/OS 2.2-r (running nicely) so the other I can just mess around.
Anyway, back on topic. In a recent thread about Mulch WebView in the F-Droid forum… I can’t install Mulch WebView - General - F-Droid Forum
… a link to the last Nougat version of the webview was provided. Version 119 from almost a year ago. Still makes it years newer than any Nougat-provided webview. Hopefully it’ll work with the existing overlay apk.
Installed XenonHD Nougat on the tablet. Did the manual Mulch webview thing by placing the overlay file in /vendor/overlay and/or /system/vendor/overlay (creating if necessary).Then installed Mulch WebView apk.
Not recognized by the system. I did not want to put Magisk on the ROM to try anything else.
Alternative for me. I replaced the ROM’s webview with Thorium WebView v119. It has the same package name (com.android.webview). Heh. a point of contention at its GitHub.