NPC Activities
20 subscribers
5 photos
1 video
17 files
13 links
Side quests only :D
Download Telegram
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
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘Ύ There's No Such Things As Psychic
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4
Forwarded from GitHub
πŸ”¨ 1 new commit to FontLib:Master:

91f00ec: feat: add SHA256 checksum generation for font files by AshBorn
πŸ”₯1
GitHub
πŸ”¨ 1 new commit to FontLib:Master: 91f00ec: feat: add SHA256 checksum generation for font files by AshBorn
SHA verification just to be sure 🍸
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯2😁1
FontCraftPro_V7.4_By_RipperHybrid.zip
2.4 MB
feat(v7.4): add SHA256 verification and settings overhaul

- Verify downloads against SHA256 in JSON manifest (WebUI + CLI)
- Consolidate CLEANUP_WEBUI into utils.sh, expose via Action Menu
- Scope GMS cleaning to install-time instead of every boot
- Persist custom library source via localStorage
- Replace live args input with edit modal
❀1πŸ‘1
FontCraftPro_V7.5_By_RipperHybrid.zip
2.4 MB
feat(core): overhaul webui download tracking and defer gms cleaner execution

- Relocated `gms_cleaner` calls to the end, resolving startup installation freezes.
- Refactored WebUI download tracking to persist globally via `activeDownloads`, displaying live progress directly on grid cards and queue slots.
- Added real-time cancellation capability for active downloads to abort streams and clear partial files.
- Implemented a 25-second stall detection mechanism to automatically terminate dead background downloads.
- Built a custom `withTimeout` wrapper in `utils.js` to enforce strict deadlines on all background network requests.
❀1πŸ”₯1
AshReXcue_Bootloop_Protector_9.9_199.zip
1008.3 KB
commit: feat(core/webui): introduce .d script monitoring, UI overhaul, and global state management

- core: added comprehensive tracking, hashing, and isolation for service.d, post-mount.d, and post-fs-data.d scripts.
- core: built and integrated a brand new 'restore_menu' function into the action.sh volume-key menu.
- core: implemented dynamic module.prop description updates during active boot monitoring.
- webui: massive claymorphic/neumorphic dark theme redesign (style.css).
- webui: introduced the 'Items' tab (ItemsManager) to natively toggle, delete, or restore modules and scripts.
- webui: implemented a unified 'Global Changes Pill' to handle cross-tab pending changes (Settings, Whitelist, Items).
- webui: added native Activity Log and JSON Viewer tools for advanced diagnostics.
πŸ₯°1😁1