Releases: sthetix/TegraExplorer-Ext
Releases · sthetix/TegraExplorer-Ext
Release list
v4.2.2
What's New
Cosmetics & UI Improvements
- Menu positioning adjustments - Better layout for EMMC/EMUMMC/SD file lists
- Section headers added:
-- SD CARD --header for SD file explorer-- EMMC --header for EMMC partition menu-- EMUMMC --header for EMUMMC partition menu
- Turquoise color theme - Updated color scheme throughout the UI
Features
- Automatic key dumping - Keys are now dumped automatically on startup
- Improved credits display - Shows original author and modifications
Bug Fixes
- Various stability improvements
Lockpick_RCM Integration
Supports loading Lockpick_RCM payloads from:
sd:/bootloader/payloads/Lockpick_RCM_Pro.bin(HATS pack)sd:/bootloader/payloads/Lockpick_RCM.bin(fallback)
SystemWipe.te Updates
Fixed: Properly handles index save to prevent 17.0.0+ bricks
Changes:
- Preserve DeviceSettings (8000000000000053) for battery calibration
- Preserve system save (80000000000000d1) from Haku33
- Delete index save (8000000000000000) to let system rebuild fresh
- Added checks for critical saves before wiping
Compatibility: HOS 17.0.0+ | sysmmc & emummc
4.2.1
Version 4.2.1
- Moved from embedded to external scripts - Disabled INCLUDE_BUILTIN_SCRIPTS, scripts now loaded from external .te files only
- Added support for sd:/scripts folder - Scripts can be loaded from both sd:/tegraexplorer/scripts and sd:/scripts
- Changed file display color - Files in explorer now show in cyan instead of purple
4.2.0
SystemWipe.te - Fixed Version
Critical Bug Fix
Fixes bricking issue caused by manual indexer save reconstruction.
What's Fixed
- Removed 100+ lines of dangerous indexer rebuild code
- Prevents save corruption that caused consoles to brick
- Safe save handling: Only preserves 3 critical system saves
- Better UX: Clear success message, no panic from harmless errors
Protected Saves
Only these saves are preserved:
8000000000000120(indexer)80000000000000d18000000000000047
Note: DeviceSettings (8000000000000053) is now deleted - system regenerates it with safe defaults on next boot.
Safety Features
- Aborts if indexer save is missing (prevents guaranteed brick)
- Non-critical directory deletion failures don't abort the script
- Clear success message confirms wipe completed
Usage
- Place
SystemWipe.teon SD card - Run from TegraExplorer
- Follow on-screen prompts
- Wait for green success message
WARNING
- Creates factory reset state - all user data deleted
- Restoring NAND backup is always preferable
- Use only as last resort for unbricking
Technical Details
Matches proven safe approach from working implementations. Preserves only essential saves, lets system regenerate others naturally.
Previous version caused bricks - do not use old SystemWipe.te