Releases: suchmememanyskill/TegraExplorer
More proper implementation of system wipe
This update overhauls how system wipe's inside tegraexplorer are done. This should now fix the black screen on boot after performing a system wipe, and also save battery calibration values after a wipe.
Please report any issues in the Issues tab
- Systemwipe message has been edited to convey a bigger sense of danger when using the wipe script.
- Generate save index (#91, #96)
- This fixes the black screen issue
- Keep the aging save (and index it) (#97, #99)
- This fixes battery issues after a system wipe
- On a lite system, this would have previously caused the battery to charge to unsafe levels. If you have previously ran the systemwipe script on a lite, you cannot run this script again to fix this.
Massive thanks to @JeffVi, who single-handedly fixed the systemwipe script
Firmware 17.0.0 Compatibility
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
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
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
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
This is a hotfix to support fw 14.0.0, added by @dezem. Thanks!
HOS 13.2.1 hotfix
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
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
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
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