Skip to content

Releases: sthetix/TegraExplorer-Ext

v4.2.2

Choose a tag to compare

@sthetix sthetix released this 26 Feb 12:01

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

Choose a tag to compare

@sthetix sthetix released this 09 Dec 08:32

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

Choose a tag to compare

@sthetix sthetix released this 02 Dec 04:30
eea3728

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)
  • 80000000000000d1
  • 8000000000000047

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

  1. Place SystemWipe.te on SD card
  2. Run from TegraExplorer
  3. Follow on-screen prompts
  4. 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