Telegram Channel License Android Magisk KernelSU
____ _ _ __ __ _ __ ___
/ ___|___ _ __ _ __ ___ (_) |_ __\ \ / /__| |_\ \ / (_) _____ __
| | / _ \| '__| '_ ` _ \| | __/ _ \ \ /\ / / _ \ '_ \ \ / /| |/ _ \ \ /\ / /
| |__| (_) | | | | | | | | | || __/\ V V / __/ |_) \ V / | | __/\ V V /
\____\___/|_| |_| |_| |_|_|\__\___| \_/\_/ \___|_.__/ \_/ |_|\___| \_/\_/
__ __ _ _ __ __ _ _
| \/ | __ _ __ _(_)___| | __ | \/ | ___ __| |_ _| | ___
| |\/| |/ _` |/ _` | / __| |/ / | |\/| |/ _ \ / _` | | | | |/ _ \
| | | | (_| | (_| | \__ \ < | | | | (_) | (_| | |_| | | __/
|_| |_|\__,_|\__, |_|___/_|\_\ |_| |_|\___/ \__,_|\__,_|_|\___|
|___/
The ultimate privacy-focused WebView solution for rooted Android devices
| Privacy Features | Technical Features |
|---|---|
| β Built-in ad/tracker blocking | β Systemless installation |
| β HTTPS enforcement | β Auto-recovery fallback |
| β Anti-fingerprinting | β Dual root support |
| β Script control | β Weekly security updates |
- Download from Releases
- Install via your root manager app
- Reboot device
Recovery Mode
adb push CromiteWebView-Magisk.zip /sdcard/ adb reboot recovery
Then flash via recovery menu.
Manual Build from Source
git clone https://github.com/Rootalith/CromiteWebView-Magisk.git cd CromiteWebView-Magisk zip -r CromiteWebView-Magisk.zip * -x ".git*" "README.md" su -c "magisk --install-module CromiteWebView-Magisk.zip"
- Module Code: Apache-2.0
- Bundled Cromite: GPL-3.0
- Complete licensing details in:
| ROM | Status | Notes |
|---|---|---|
| Evolution X | β Full support | Tested v9.7+ |
| LineageOS | β Works | β Works |
| DrepFest | β Works | Tested 15.1 |
| MIUI | Not Tested | |
| Stock AOSP | β Full support | Android 8.0+ |
Click to view file structure
CromiteWebView-Magisk/
βββ META-INF/com/google/android/
β βββ update-binary
β βββ updater-script
βββ system/
β βββ priv-app/WebViewGoogle/
β βββ CromiteWebView.apk # GPL-3.0
βββ module.prop # Apache-2.0
βββ [other support files]
# Verify active WebView su -c "cmd webviewupdate get-current-webview-package" # Check version su -c "dumpsys package com.android.webview | grep versionName"
| Symptom | Solution |
|---|---|
| WebView not switching | Run: su -c "pm disable com.google.android.webview" |
| App crashes | Clear WebView data in Settings > Apps |
| Installation fails | Check /data/adb/magisk_debug.log |
| Version | Highlights |
|---|---|
| v1.0 | Initial release with Cromite 135.0.7049.58 |
This module modifies core system components.
Always backup your data before installation.
β‘οΈ Full Documentation | π’ Support Channel