NPC Activities
20 subscribers
5 photos
1 video
17 files
13 links
Side quests only :D
Download Telegram
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 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)
❀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
❀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.
❀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
❀1
Bored asf but the song is nice atleast πŸ™‚β€β†•οΈ
❀2πŸ”₯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
πŸ‘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
πŸ”₯2
The problem with books is that they end 😢
❀1
πŸ«ͺ🫩
❀2πŸ”₯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)
❀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.
πŸ”₯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)
πŸ”₯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.
πŸ”₯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.
πŸ”₯3
FontCraftPro_V7.2_By_RipperHybrid.zip
2.4 MB
# FontCraft v7.2

### πŸ“¦ Asset Library Migration
- Dedicated FontLib Repository: Extracted all font binaries, emojis, and preview images out of the main repository. All assets are now hosted in a dedicated RipperHybrid/FontLib repository, drastically reducing FontCraft's core module size and making asset updates independent of module updates.

### βš™οΈ Engine Simplification
- XML Injection Removed: Completely ripped out the complex and experimental XML patching system. The engine now relies strictly on a pure, direct-replacement methodβ€”targeting the default AOSP Roboto-Regular.ttf and native Android emoji fonts for guaranteed system stability and zero bootloops.

### 🎨 WebUI UI/UX Tweaks
- Neumorphic Redesign: Updated the visual theme to a clean Neumorphic aesthetic. Anchored the top header so it no longer floats, and added a Scroll-to-Top FAB for better navigation in long lists.
❀1πŸ”₯1
FontCraftPro_V7.3_By_RipperHybrid.zip
2.4 MB
v7.3: resilient WebUI fetches, update-aware quick-select, installer input-lock, CLI exit option

- WebUI: root-wget fallback + full Debug Console logging for mirror/library fetches, deduped mirrors.json fetch
- Current quick-select now hides when a module update is pending
- Installer locks input if you switch away from the root manager mid-flash
- customize.sh menus gain an explicit Exit option, cleanup of menu rendering
❀1πŸ”₯1