Forwarded from GitHub
🔨 1 new commit to AshLooper:Master:
61c0556: docs: v9.2 "The Rebirth" - Cloudflare migration & core logic overhaul
- Updated infrastructure notice: Account restored, updates moved to Cloudflare, and GitLab mirror established.
- Documented
- Refined stability check logic and removed hard dependencies. by RipperHybrid
61c0556: docs: v9.2 "The Rebirth" - Cloudflare migration & core logic overhaul
- Updated infrastructure notice: Account restored, updates moved to Cloudflare, and GitLab mirror established.
- Documented
service.sh rewrite: Dynamic validate_tools() for native pgrep`/`pidof detection (Universal Support).- Refined stability check logic and removed hard dependencies. by RipperHybrid
🔥2
If You Gaze Long Into An Abyss, The Abyss Also Gazes Into You - Friedrich Nietzsche O_O
Meta-Overlayfsx_v1.3.2_13200.zip
449.7 KB
### Update Info
Released on: 09-02-2026 02:38 AM
### Changelog
## v1.3.2 - Major Overhaul & WebUI Integration
### 🚨 Core Rebranding
- Project Renamed: transitioned from
### ✨ New Features
- WebUI Dashboard:
- Added a comprehensive KernelSU Manager WebUI built with Vite & Vanilla JS.
- Dashboard: View real-time storage usage (ext4 image), mount status, and device info.
- Module Manager: Search, filter, enable/disable modules, and uninstall modules directly from the UI.
- Log Viewer: View and clear system logs (
### 🛠️ Technical Improvements
- Shell Script Refactoring:
-
-
- Added Orphaned Module Cleanup: Automatically detects and remo
... (Changelog truncated due to Telegram limit)
Released on: 09-02-2026 02:38 AM
### Changelog
## v1.3.2 - Major Overhaul & WebUI Integration
### 🚨 Core Rebranding
- Project Renamed: transitioned from
meta-overlayfs to overlayfsx.### ✨ New Features
- WebUI Dashboard:
- Added a comprehensive KernelSU Manager WebUI built with Vite & Vanilla JS.
- Dashboard: View real-time storage usage (ext4 image), mount status, and device info.
- Module Manager: Search, filter, enable/disable modules, and uninstall modules directly from the UI.
- Log Viewer: View and clear system logs (
overlayfs.log) directly within the app.### 🛠️ Technical Improvements
- Shell Script Refactoring:
-
utils.sh: Introduced a shared utility library to centralize logging, prop extraction, and mounting logic, reducing code duplication across scripts.-
metamount.sh:- Added Orphaned Module Cleanup: Automatically detects and remo
... (Changelog truncated due to Telegram limit)
🔥1
FontCraftPro_V5.9_By_RipperHybrid.zip
2.4 MB
# FontCraft v5.9 - Major Release
### 🚀 Major New Features
- **Magisk WebUI Support:** Full WebUI experience now available for Magisk users via new bridge system
- **Browser Bridge Download:** Fallback download system streams through browser when wget fails
- **Toast Notification System:** Visual notifications with success/error/warning/info types
- **New Emoji Pack:** Added SamsungOneUi5_beta4 emoji pack back
### 🛠 Core Improvements
- **Modular Architecture:** Created shared `utils.sh` with all core functions
- **Interactive Action Menu:** Vol+ select / Vol- navigate with WebUI launcher, GMS cleaner, and exit options
- **Process Locking:** Prevents duplicate service instances with lock directory
- **Session Management:** Auto-shutdown after 10min max / 5min idle
### 🎨 WebUI Updates
- **Retro Default Theme:** Reduced to 2 themes (Light/Retro) with Retro as default
- **Magisk Preset:** Added Magisk preset with proper installation args
... (Changelog truncated due to Telegram limit)
### 🚀 Major New Features
- **Magisk WebUI Support:** Full WebUI experience now available for Magisk users via new bridge system
- **Browser Bridge Download:** Fallback download system streams through browser when wget fails
- **Toast Notification System:** Visual notifications with success/error/warning/info types
- **New Emoji Pack:** Added SamsungOneUi5_beta4 emoji pack back
### 🛠 Core Improvements
- **Modular Architecture:** Created shared `utils.sh` with all core functions
- **Interactive Action Menu:** Vol+ select / Vol- navigate with WebUI launcher, GMS cleaner, and exit options
- **Process Locking:** Prevents duplicate service instances with lock directory
- **Session Management:** Auto-shutdown after 10min max / 5min idle
### 🎨 WebUI Updates
- **Retro Default Theme:** Reduced to 2 themes (Light/Retro) with Retro as default
- **Magisk Preset:** Added Magisk preset with proper installation args
... (Changelog truncated due to Telegram limit)
❤2
FontCraftPro_V6.0_By_RipperHybrid.zip
2.4 MB
# FontCraft v6.0
### 🛠 Core Improvements
- **Template Cleanup:** Added proper cleanup of old template before moving new one with `rm -rf /cache/Template/`
- **Theme Default:** Changed default theme to retro (amber/orange with black backgrounds)
- **File Size Display:** Shows Font/Emoji sizes in download modal from JSON metadata
### 🛠 Core Improvements
- **Template Cleanup:** Added proper cleanup of old template before moving new one with `rm -rf /cache/Template/`
- **Theme Default:** Changed default theme to retro (amber/orange with black backgrounds)
- **File Size Display:** Shows Font/Emoji sizes in download modal from JSON metadata
❤2
Meta-Overlayfsx_v1.3.3_13300.zip
456.4 KB
Update Info
Released on: 02-03-2026 12:50 AM
Changelog
v1.3.3 - Conflict Detection & Mount Priority
✨ New Features
• Smart File Conflict Detection:
• Added a pre-mount scanner during module installation that detects if multiple modules are attempting to modify the exact same system files.
• Deterministic Mount Ordering (Rust):
• Updated the core mounting binary (src/mount.rs) to explicitly sort enabled modules alphabetically before building the OverlayFS layers.
• This guarantees a predictable mount priority hierarchy (e.g., ModuleA will always reliably overwrite ModuleB) rather than relying on the random read order of the filesystem.
• Shell Script Refactoring:
• metainstall.sh & utils.sh: Integrated the new conflict checking logic seamlessly into the install hook before files are pushed to the ext4 image.
Released on: 02-03-2026 12:50 AM
Changelog
v1.3.3 - Conflict Detection & Mount Priority
✨ New Features
• Smart File Conflict Detection:
• Added a pre-mount scanner during module installation that detects if multiple modules are attempting to modify the exact same system files.
• Deterministic Mount Ordering (Rust):
• Updated the core mounting binary (src/mount.rs) to explicitly sort enabled modules alphabetically before building the OverlayFS layers.
• This guarantees a predictable mount priority hierarchy (e.g., ModuleA will always reliably overwrite ModuleB) rather than relying on the random read order of the filesystem.
• Shell Script Refactoring:
• metainstall.sh & utils.sh: Integrated the new conflict checking logic seamlessly into the install hook before files are pushed to the ext4 image.
❤2
FontCraftPro_V6.0_By_RipperHybrid.zip
2.4 MB
ci: fix YAML syntax error in Telegram caption block
- Replace multiline variable assignment with printf to avoid blank line breaking YAML parser
- Added Twemoji emoji pack
- Added Samsung OneUI 8.5 emoji pack
- Added Openmoji emoji pack
- Added Blob Emoji pack
- Replace multiline variable assignment with printf to avoid blank line breaking YAML parser
- Added Twemoji emoji pack
- Added Samsung OneUI 8.5 emoji pack
- Added Openmoji emoji pack
- Added Blob Emoji pack
❤1
AshReXcue_Bootloop_Protector_9.5_195.zip
811.5 KB
commit: feat: Major upgrade to v9.5 with WebUI V2.4, Whitelist system, and Core Refactor
- Feat: Add interactive CLI menu in 'action.sh' with Volume Key and Touch (VSKL) support
- Feat: Introduce Whitelist system to protect specific modules from lockdown/disabling
- WebUI: Upgrade to V2.4 with Floating Action Button (FAB) navigation and dynamic SVG injection
- WebUI: Add dedicated Whitelist Manager tab with swipe gesture support
- WebUI: Add sticky footer in Settings to track, save, or discard unsaved config changes
- WebUI: Implement Vite build system for dependency management and asset bundling
- Security: Migrate token delivery to URL hash fragments instead of open fetch requests
- Feat: Add interactive CLI menu in 'action.sh' with Volume Key and Touch (VSKL) support
- Feat: Introduce Whitelist system to protect specific modules from lockdown/disabling
- WebUI: Upgrade to V2.4 with Floating Action Button (FAB) navigation and dynamic SVG injection
- WebUI: Add dedicated Whitelist Manager tab with swipe gesture support
- WebUI: Add sticky footer in Settings to track, save, or discard unsaved config changes
- WebUI: Implement Vite build system for dependency management and asset bundling
- Security: Migrate token delivery to URL hash fragments instead of open fetch requests
👍2🔥1
AshReXcue_Bootloop_Protector_9.6_196.zip
812.5 KB
commit: feat(core)/feat(webui): add SystemUI crash monitoring and interactive WebUI elements
- Added com.android.systemui crash loop detection (triggers protection after 3 restarts)
- Implemented trigger_crash_reboot in utils.sh for safer bootloop cycling
- Added real_loops/real_disable caching to allow early loop counter resets, preventing manual reboot penalties
- Updated terminal syntax colors (Normal/Cyan, Warning/Purple, Error/Red)
- Enhanced displayLogContent to actively classify specific system events as warnings/errors
- Implemented long-press context bubble on Stability Time stepper for adjustable increment sizes (1-5s)
- Expanded Stability Time UI bounds to 35-120s for better crash loop handling
- Added com.android.systemui crash loop detection (triggers protection after 3 restarts)
- Implemented trigger_crash_reboot in utils.sh for safer bootloop cycling
- Added real_loops/real_disable caching to allow early loop counter resets, preventing manual reboot penalties
- Updated terminal syntax colors (Normal/Cyan, Warning/Purple, Error/Red)
- Enhanced displayLogContent to actively classify specific system events as warnings/errors
- Implemented long-press context bubble on Stability Time stepper for adjustable increment sizes (1-5s)
- Expanded Stability Time UI bounds to 35-120s for better crash loop handling
🔥2
FontCraftPro_V7.0_By_RipperHybrid.zip
2.4 MB
v7.0: Major Architecture Overhaul, Vite UI, and XML Injection
Frontend & WebUI:
- Migrated WebUI to a Vite build system (ES modules, optimized bundling).
- Complete CSS redesign featuring modern glassmorphism, ambient backgrounds, and better queue visualization.
- Added a custom repository/mirror selection dropdown in Settings.
- Added a floating action button (FAB) for post-flash rebooting.
Core Shell Logic & Execution:
- Centralized `install_font` and `gms_cleaner` into `utils.sh` for cleaner script execution.
- Implemented `inject_font_xml` to dynamically patch `font_fallback.xml` and `fonts.xml` during installation.
- Migrated session state, tokens, and build environments to a unified `FC_ROOT` (/cache/fontcraft).
- Extracted `monitor.sh` into a standalone background watcher script instead of dynamic generation.
CI/CD & Module Management:
- Updated GitHub Actions to run `npm run build` and pack the `dist` folder into the release
... (truncated due to Telegram limit)
Frontend & WebUI:
- Migrated WebUI to a Vite build system (ES modules, optimized bundling).
- Complete CSS redesign featuring modern glassmorphism, ambient backgrounds, and better queue visualization.
- Added a custom repository/mirror selection dropdown in Settings.
- Added a floating action button (FAB) for post-flash rebooting.
Core Shell Logic & Execution:
- Centralized `install_font` and `gms_cleaner` into `utils.sh` for cleaner script execution.
- Implemented `inject_font_xml` to dynamically patch `font_fallback.xml` and `fonts.xml` during installation.
- Migrated session state, tokens, and build environments to a unified `FC_ROOT` (/cache/fontcraft).
- Extracted `monitor.sh` into a standalone background watcher script instead of dynamic generation.
CI/CD & Module Management:
- Updated GitHub Actions to run `npm run build` and pack the `dist` folder into the release
... (truncated due to Telegram limit)
❤2
FontCraftPro_V7.1_By_RipperHybrid.zip
2.4 MB
Refactor: Unified dynamic font injection and resilient backup system (v7.1)
Core / Shell Script (utils.sh):
- Implement pristine XML backup system (/data/adb/FontCraft_Backup) to prevent recursive update corruption.
- Remove bloated 8-file AOSP fallback; cleanly defaults to `Roboto-Regular.ttf` to prevent dirty directory states.
- Upgrade random port generator to scan /proc/net/tcp (hex) directly, eliminating flaky `netstat` dependencies.
WebUI Frontend (js/):
- Strip bulky inline AWK patching from `flasher.js` and delegate logic natively to `utils.sh` from the workspace.
- Achieve 100% execution parity between CLI and WebUI installers.
- Remove hardcoded `SYSTEM_FONTS` array from `config.js`.
- Update `selectCurrentItem` in `main.js` to dynamically `find` installed module fonts instead of relying on static arrays.
Core / Shell Script (utils.sh):
- Implement pristine XML backup system (/data/adb/FontCraft_Backup) to prevent recursive update corruption.
- Remove bloated 8-file AOSP fallback; cleanly defaults to `Roboto-Regular.ttf` to prevent dirty directory states.
- Upgrade random port generator to scan /proc/net/tcp (hex) directly, eliminating flaky `netstat` dependencies.
WebUI Frontend (js/):
- Strip bulky inline AWK patching from `flasher.js` and delegate logic natively to `utils.sh` from the workspace.
- Achieve 100% execution parity between CLI and WebUI installers.
- Remove hardcoded `SYSTEM_FONTS` array from `config.js`.
- Update `selectCurrentItem` in `main.js` to dynamically `find` installed module fonts instead of relying on static arrays.
🔥2
Meta-Overlayfsx_v1.3.4_13400.zip
556.5 KB
Update Info
Released on: 11-05-2026 11:05 AM
Changelog
v1.3.4 - Kernel Inspector & Next-Gen WebUI
✨ New Features
- Kernel Mount Inspector (inspect): New subcommand that reads /proc/mounts directly from the kernel to report active overlays and file conflicts. Supports JSON output (-r) for WebUI integration.
- Staged Module Updates: Module payloads are now staged to update folders and atomically swapped at boot to prevent VFS cache corruption.
- First-Time Module Sync: Interactive option during initial install to auto-sync existing modules into the ext4 image using volume key selection.
- Unified Logging: Shell scripts now use leveled INFO/WARN/ERROR logging with consistent prefixes in overlayfsx.log.
🎨 WebUI Redesign
- Complete glass-morphism visual overhaul with Google Fonts (Outfit + DM Mono)
- SVG donut chart showing per-partition storage with glow filters
- Module info modal w
(Changelog truncated. Click to see full changes)
Released on: 11-05-2026 11:05 AM
Changelog
v1.3.4 - Kernel Inspector & Next-Gen WebUI
✨ New Features
- Kernel Mount Inspector (inspect): New subcommand that reads /proc/mounts directly from the kernel to report active overlays and file conflicts. Supports JSON output (-r) for WebUI integration.
- Staged Module Updates: Module payloads are now staged to update folders and atomically swapped at boot to prevent VFS cache corruption.
- First-Time Module Sync: Interactive option during initial install to auto-sync existing modules into the ext4 image using volume key selection.
- Unified Logging: Shell scripts now use leveled INFO/WARN/ERROR logging with consistent prefixes in overlayfsx.log.
🎨 WebUI Redesign
- Complete glass-morphism visual overhaul with Google Fonts (Outfit + DM Mono)
- SVG donut chart showing per-partition storage with glow filters
- Module info modal w
(Changelog truncated. Click to see full changes)
🔥2
AshReXcue_Bootloop_Protector_9.7_197.zip
1.7 MB
commit: refactor: strip bloated tracking, streamline daemon logic, and enforce state locks
- Removed `system_server` and `surfaceflinger` monitoring from `service.sh` and `customize.sh` calibration. Bootloop detection is now strictly bound to `com.android.systemui` state and crash loops (threshold lowered to 3).
- Stripped dynamic monitor script generation from `action.sh`; delegated background process tracking to a new, static `monitor.sh` payload.
- Implemented `booting` and `booted` property flags injected via `post-fs-data.sh` and resolved in `service.sh` to prevent WebUI race conditions during active loop scanning.
- Fortified WebUI localhost instantiation in `action.sh` with `/proc/net/tcp` collision checks to ensure clean port binding.
- Overhauled WebUI frontend (V2.6) with a decentralized component structure, floating state-aware pill navigation, and base64 banner injection.
- Removed `system_server` and `surfaceflinger` monitoring from `service.sh` and `customize.sh` calibration. Bootloop detection is now strictly bound to `com.android.systemui` state and crash loops (threshold lowered to 3).
- Stripped dynamic monitor script generation from `action.sh`; delegated background process tracking to a new, static `monitor.sh` payload.
- Implemented `booting` and `booted` property flags injected via `post-fs-data.sh` and resolved in `service.sh` to prevent WebUI race conditions during active loop scanning.
- Fortified WebUI localhost instantiation in `action.sh` with `/proc/net/tcp` collision checks to ensure clean port binding.
- Overhauled WebUI frontend (V2.6) with a decentralized component structure, floating state-aware pill navigation, and base64 banner injection.
🔥2
AshReXcue_Bootloop_Protector_9.8_198.zip
1.7 MB
commit: fix(monitor): remove logd from extra stability checks
- Dropped logd from the extra_stability daemon array in service.sh.
- Prevents false-positive rescue triggers when aggressive optimizers (like ptune) intentionally kill logging.
- Retains strict monitoring for critical daemons (vold, servicemanager) to ensure protection against true fatal hangs without requiring user configuration.
- Dropped logd from the extra_stability daemon array in service.sh.
- Prevents false-positive rescue triggers when aggressive optimizers (like ptune) intentionally kill logging.
- Retains strict monitoring for critical daemons (vold, servicemanager) to ensure protection against true fatal hangs without requiring user configuration.
🔥3