Skip to content

Rootalith/CromiteWebView-Magisk

Repository files navigation

🛡️ Cromite WebView Magisk Module

Telegram Channel License Android Magisk KernelSU

  ____                     _ _     __        __   _  __     ___               
 / ___|___  _ __ _ __ ___ (_) |_ __\ \      / /__| |_\ \   / (_) _____      __
| |   / _ \| '__| '_ ` _ \| | __/ _ \ \ /\ / / _ \ '_ \ \ / /| |/ _ \ \ /\ / /
| |__| (_) | |  | | | | | | | ||  __/\ V  V /  __/ |_) \ V / | |  __/\ V  V / 
 \____\___/|_|  |_| |_| |_|_|\__\___| \_/\_/ \___|_.__/ \_/  |_|\___| \_/\_/  
                                                                              
 __  __             _     _      __  __           _       _      
|  \/  | __ _  __ _(_)___| | __ |  \/  | ___   __| |_   _| | ___ 
| |\/| |/ _` |/ _` | / __| |/ / | |\/| |/ _ \ / _` | | | | |/ _ \
| |  | | (_| | (_| | \__ \   <  | |  | | (_) | (_| | |_| | |  __/
|_|  |_|\__,_|\__, |_|___/_|\_\ |_|  |_|\___/ \__,_|\__,_|_|\___|
              |___/                                              

The ultimate privacy-focused WebView solution for rooted Android devices

🌟 Key Features

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

⚙️ Installation

Recommended Method (Magisk/KernelSU):

  1. Download from Releases
  2. Install via your root manager app
  3. Reboot device

Alternative Methods:

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"

📜 License Compliance

📊 Compatibility Matrix

ROM Status Notes
Evolution X ✅ Full support Tested v9.7+
LineageOS ✅ Works ✅ Works
DrepFest ✅ Works Tested 15.1
MIUI ⚠️ Not Tested Not Tested
Stock AOSP ✅ Full support Android 8.0+

🏗️ Module Structure

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]

🔍 Post-Install Verification

# Verify active WebView
su -c "cmd webviewupdate get-current-webview-package"

# Check version
su -c "dumpsys package com.android.webview | grep versionName"

🚨 Troubleshooting Guide

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 History

Version Highlights
v1.0 Initial release with Cromite 135.0.7049.58

⚠️ Important Notice

This module modifies core system components.
Always backup your data before installation.

➡️ Full Documentation | 📢 Support Channel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages