Skip to content

Releases: suchmememanyskill/TegraExplorer

Firmware 17.0.0 Compatibility

11 Oct 09:27
94e60e0
Compare
Choose a tag to compare

This is actually just v4.1.0-b1, with 2 changes

  • @bleck9999 added that the power and volume buttons can always be used as up/down/a
    • The keyboard is also now fixed with just power/volume controls
  • The firmwaredump script no longer automatically tries to read the firmware

PS: I messed up the selected branch of which this release is based, and i seemingly cannot edit this. it's based on this commit

OLED support

28 Jul 22:19
Compare
Choose a tag to compare
OLED support Pre-release
Pre-release

This release adds support for the OLED switch. This is a very experimental version, feel free to report an issue via the issues tab or via Discord. If possible, use the latest stable release (v4.0.1).

Changes:

  • Upgrade BDK to Lockpick-RCM 1.19.10
  • New keydump strategy, hopefully mitigating pkg1 hotfixes

Thanks a lot to @JeffVi for helping me port the Lockpick_RCM BDK to TegraExplorer!

Thanks a lot to @lucasaf04 for testing this on an oled console for me

Hotfix 16.0.0

21 Feb 22:01
b0233b7
Compare
Choose a tag to compare

Hotfix for key dumping on firmware 16.0.0, brought to you by @FlyingBananaTree! (again)

Edit: yes this also works on 16.1.0

Hotfix 15.0.0

11 Oct 21:33
dfe42c3
Compare
Choose a tag to compare

Hotfix for key dumping on firmware 15.0.0, brought to you by @FlyingBananaTree!

Edit: Yes this also works on 15.0.1

Second hotfix

22 Mar 21:09
09cd6e2
Compare
Choose a tag to compare

This is a hotfix to support fw 14.0.0, added by @dezem. Thanks!

HOS 13.2.1 hotfix

23 Jan 16:05
Compare
Choose a tag to compare

This is a hotfix of TE 4.0.1 that contains the new PKG1 of 13.2.1. I'm still working on a proper release

13.0.0 Support

15 Sep 19:42
Compare
Choose a tag to compare

Guess i lied a few releases back and i do still have to update it sometimes. Also fixes #51

(Edit: yes this also supports 13.1.0 and 13.2.0)

Tegrascript v3

01 Aug 22:59
Compare
Choose a tag to compare

This release implements the 3rd iteration of TegraScript. The big new features are save management and members. See the docs for all the juicy details. TegraScript v2 scripts are not compatible!

Changes

  • TegraScript v3!
  • Embedded scripts!
  • The firmware dump script has been replaced by an embedded script, which also shows the actual firmware version now!
  • A System wipe (factory reset) script is also embedded into TegraExplorer now
  • Scripts put in sd:/TegraExplorer/scripts now show up in the main menu
  • Compiling with the SCRIPT_ONLY define will allow you to embed more scripts due to more space
  • Probably more that i forgot

This release wouldn't have been possible without the help of @bleck9999 and @maddiethecafebabe. Big thanks to them!

tsv3 beta 3

30 Jul 13:42
e448d6b
Compare
Choose a tag to compare
tsv3 beta 3 Pre-release
Pre-release

This build is intended for developers and such. For regular users, use the latest stable (3.0.6) release

This is the 3rd milestone build for tsv3. Docs have been written, the only part left is re-writing old scripts. If you need any help converting your old tsv2 scripts to tsv3, please join my discord

Highlights of this release:

  • Docs!
  • Add misc script functions
  • Fix some bugs

Highlights of beta 2

  • All functions are implemented
  • Some bugs related to line counts were fixed
  • Test scripts are removed
  • A script compressor was added for builtin scripts (thanks @bleck9999 )
  • Add a SCRIPT_ONLY define to exclude all menu's of TE, so more scripts can fit in
  • Fix makefile for linux & github actions

Highlights of beta 1

  • Embedded scripts
  • tsv3!
  • Save management via ts (firmware dumping script now displays the firmware version)
  • Scripts put in sd:/tegraexplorer/scripts will show up in the main menu now

Scripts for tegrascript v1 or v2 will not work on this release!

12.1.0 support

06 Jul 18:55
Compare
Choose a tag to compare
  • Adds support to dump keys on 12.1.0

    • Note: this also implements lockpick_rcm's handling of future firmwares:tm:, so these support updates should be less frequent
  • Update bdk

  • Add payload compression

  • Show a key dump error upon entering an mmc partition without dumping keys

  • Fix displaying small files in the hex view