-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Rootalith edited this page May 15, 2025
·
4 revisions
Here's a complete Wiki documentation for your CromiteWebView-Magisk module that you can create in GitHub's Wiki section:
____ _ _ __ __ _ __ ___
/ ___|___ _ __ _ __ ___ (_) |_ __\ \ / /__| |_\ \ / (_) _____ __
| | / _ \| '__| '_ ` _ \| | __/ _ \ \ /\ / / _ \ '_ \ \ / /| |/ _ \ \ /\ / /
| |__| (_) | | | | | | | | | || __/\ V V / __/ |_) \ V / | | __/\ V V /
\____\___/|_| |_| |_| |_|_|\__\___| \_/\_/ \___|_.__/ \_/ |_|\___| \_/\_/
- Introduction
- Features
- Installation Guide
- Compatibility
- Technical Details
- Troubleshooting
- FAQ
- Contributing
- License
CromiteWebView-Magisk is a privacy-enhanced WebView solution for rooted Android devices that:
- Replaces stock WebView with Cromite (Chromium + ad/tracker blocking)
- Installs systemlessly via Magisk/KernelSU
- Preserves Google Play certification (SafetyNet unaffected)
Key Benefits:
- π‘οΈ Stronger privacy protections than stock WebView
- β‘ Better performance with ad-blocking
- π Regular security updates
| Feature | Description |
|---|---|
| Ad Blocking | Built-in ad/tracker blocking |
| HTTPS Upgrade | Forces secure connections |
| Anti-Fingerprinting | Reduces trackability |
| Feature | Description |
|---|---|
| Systemless | No system partition modifications |
| Dual Root | Supports Magisk & KernelSU |
| Auto-Recovery | Fallback to stock WebView if crashes occur |
- Rooted device (Magisk 20.4+ or KernelSU)
- Android 8.0+ (API 26+)
-
Magisk/KernelSU (Recommended)
# Download from Releases page # Install via Magisk/KernelSU app # Reboot
-
Recovery Mode
adb push CromiteWebView-Magisk.zip /sdcard/ adb reboot recovery # Then flash via recovery -
Manual Build
git clone https://github.com/Rootalith/CromiteWebView-Magisk.git cd CromiteWebView-Magisk zip -r CromiteWebView-Magisk.zip * -x ".git*" "README.md"
| 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+ |
- Google Pixel 3-7
- OnePlus 7T-10 Pro
- Xiaomi devices 11t pro & poco m6 pro
CromiteWebView-Magisk/
βββ META-INF/ # Magisk install scripts
βββ system/ # WebView package
βββ module.prop # Module metadata
βββ zygote.sh # Compatibility script
- Checks for new Cromite releases weekly
- Preserves user settings during updates
- Automatic rollback on failure
| Symptom | Solution |
|---|---|
| WebView not switching | su -c "pm disable com.google.android.webview" |
| App crashes | Clear WebView data in Settings > Apps |
| SafetyNet fails | Enable Magisk Hide |
adb logcat | grep -i webview
# Or check:
cat /data/adb/magisk_debug.logA: This is Webview Not Require any SafetyNet.
A: Depends on Cromite Dev Updates.
A: No, root is required for WebView replacement.
We welcome contributions! Here's how:
- Fork the repository
- Create a feature branch (
git checkout -b new-feature) - Commit changes (
git commit -am 'Add feature') - Push to branch (
git push origin new-feature) - Open a Pull Request
Coding Standards:
- Follow existing style
- Document new features
- Test thoroughly
Copyright 2024 Rootalith
Licensed under the Apache License, Version 2.0
- Module code: Apache-2.0
- Bundled Cromite: GPL-3.0
See NOTICE file for complete details.